

h1, h2, h3, h4, h5, h6, p.subline {
	color: #00338d;
}

a {
	text-decoration: none;
	color: #00338d;
	border-bottom: 1px solid #acc1e0;
}

a:hover, a:focus {
	border-bottom-color: #00338d;
}

ul li {
	background: url(../img/ul-li-bg.png) no-repeat left 0.375em;     /* Tropark spezifisches Bild */
}

blockquote {
	background: url(../img/blockquote-start-bg.png) no-repeat left bottom; /* Tropark spezifisches Bild (muss noch erstellt werden) */
}

blockquote p:first-child {
	background: url(../img/blockquote-end-bg.png) no-repeat right top; /* Tropark spezifisches Bild (muss noch erstellt werden) */
}

table {
	border: 1px solid #00338d;
}

thead th {
	background: #00338d;
}

tbody td {
	border-right: 1px solid #d5e0f0;
	border-bottom: 1px solid #d5e0f0;
}

tbody th {
	background: #e5f5ff;
	border-bottom: 1px solid #fff;
}