@charset "UTF-8";

/*
	ALLGEMEIN - CONTENT
*/
.highlight {
	color:#c33;
	font-weight:bold;
}
.first {
	margin-top:0 !important;
}
.clear {
	clear:both;
}
iframe {
	border:none;
	vertical-align:top;
	/*height:13px;*/
	height:1.2em;
}
img {
	border:none;
	margin:0;
	padding:0;
}
a {	/*auch bereits besuchte links bekommen bei hover die dunklere farbe ;-) geht nur nicht beim IE <= 6 */
	color:#479088;
	text-decoration:none;
}
a:hover, a:active {	/*, a:visited  besuchte links bleiben heller */
	color:#84CEC6;
}
h1 {
	font-size:2.5em;
	font-weight:lighter;
}
h2 {
	font-size:2.2em;
	font-weight:lighter;
}
h3 {
	font-size:2em;	/* 2* standardgröße von 11px*/
	font-weight:lighter;
	text-align:center;
	/*text-decoration:underline;*/
}
h3.staffname {
	font-size:2.6em;
	font-family:'Times New Roman', serif;
	margin-bottom:0;
	text-decoration:none;
}
h3.staffname.border {
	/* hr-replacement */
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
}
h3.staffname.border + hr {
	display:none;
}
h4 {
	font-size:1.7em;
	font-weight:lighter;
	text-align:center;
}
h5 {
	font-size:1.5em;
	font-weight:lighter;
	text-align:center;
}
h6 {
	font-size:1.1em;
}
hr {
	border:1px solid #808080;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	width: 99%;
}
div.headline, h3.headline {
	background-image:url("/bilder/th_back.png");
	background-repeat:repeat-y;
	background-color:#7ea8a7;
	/*background-image:-webkit-gradient(linear, left bottom, right bottom, color-stop(0.24, rgb(126,168,167)), color-stop(0.99, rgb(255,255,255)));
	background-image:-moz-linear-gradient(left center, rgb(126,168,167) 24%, rgb(255,255,255) 99%);*/

	text-align:left;
	padding:3px 2px 3px 5px;
	color:#fff;
	font-size:1.1em;
	font-family:Verdana, Arial, sans-serif;
	font-weight:bold;
	clear:both;
}
h3.headline {
	margin-top:2.5em;
}
h3.headline .topic {
	margin:0;
	padding:0;
}
h3.headline .backToTop {
	margin:0;
	padding:0;
	float:right;
}

table {
	border-collapse: collapse;
	table-layout: auto;
	border-spacing: 0px;
	empty-cells: show;
}
table.headline {
	margin-top: 30px;
	margin-bottom: 14px;
	width: 99%;
}
th {
	font-size: 1.3em;
	vertical-align: top;
	padding:3px 6px;
}
th.headline {
	background-image: url("/bilder/th_back.png");
	background-repeat:repeat-y;
	background-color:#7ea8a7;
	padding-left: 5px;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}
td {
	padding:4px 6px;
	color:#000000;
}
.headline {
	font-size:2.5em;
	font-weight: lighter;
	text-decoration:none;
}
.margin_30 {
	margin-left:30px;
}
.margin_45 {
	margin-left: 45px;
}
.margin_70 {
	margin-left: 70px;
}
li.noimg {
	list-style-image: none;
	list-style-type: none;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.justify {
	text-align:justify;
}
.normal {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-size:11px;*/
	/*font-size:1em;*/
	font-weight:normal;
	color:#000;
}
.italic {
	font-style:italic;
}
.strong, .bold {
	font-weight:bold;
}
.hide {
	display:none;
}
.hidden {
	display:none !important;
}
.small {
	font-size:x-small;
}
.verysmall {
	font-size:xx-small;
}