/*FARBSCHEMA
text: #000000
headlines rot: #cc0000
navi dunkelgrau: #666666
headlines hellgrau: #999999;
*/


/*Schriften*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #cc0000;
	line-height: 110%;
	margin-bottom:25px;
	margin-top:30px;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	margin-bottom:5px;
	margin-top:15px;
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
	color: #999999;
	margin-bottom:10px;
	margin-top:20px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	margin-bottom:-12px;
}

p {
	font-size:12px;
	line-height:140%;
	margin-top:0;
}

/*strong {
	color: #146EAE;
	display:block;
	font-size: 14px;
	font-weight: normal;
	margin-bottom:40px;
	margin-top:0px;
	padding:0;
}*/

.small {
	font-size: 11px;
	line-height:115%;
}

.kommentar {
	width: 518px;
	font-style:italic;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

/* Tabellen */

table {
	font-size:12px;
	line-height:1.5em;
}


.td_index {
	background-color:#cc0000;
	color:#FFFFFF;
	text-align:center; 
	font-weight:normal; 
	font-size:14px; 
	padding:5px 0;
}


/*Links*/
a:link, a:visited, a:hover, a:active { 
	color: #000000; 
	text-decoration: none;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	}

/* Link Referenzen + Anfrageformulat */
a:link.rot, a:visited.rot, a:hover.rot, a:active.rot {
	color:#cc0000;
	font-weight:bold;
	line-height:170%;
	margin-top:5px;
	text-decoration:underline;
}

/* Links Button Index*/
a:link.button-index, a:visited.dowbutton-indexnload, a:hover.button-index, a:active.button-index {
	background: #cc0000 url('../pics/icon-acrobat-index.html') no-repeat;
	background-position:center right;
	color:#FFFFFF;
	display:block;
	height:29px;
	padding:10px 0 0 5px;; 
	text-decoration:none;
	width:145px;
}



/* Link Download Dateien*/
a:link.download, a:visited.download, a:hover.download, a:active.download {
	background: transparent url('../pics/icon-acrobat.gif') no-repeat center right;
	color:#000000;
	/*display:block;*/
	line-height:170%;
	margin-top:5px;
	padding:1px 25px 0 0; 
	text-decoration:none;
}


/* Seite drucken, weiterempfehlen, newsletter */
a:link.functions, a:visited.functions, a:hover.functions, a:active.functions { 
	color: #999999;
	font-size:10px;
	line-height: 20px;
	text-decoration: none;
	padding-left:15px;
}

a:hover.functions, a:active.functions { 
	color: #666666;
}


/* Fenster schließen */
a:link.closewindow, a:visited.closewindow, a:hover.closewindow, a:active.closewindow { 
	color: #00257b;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
	text-decoration: none;
}
	
a:hover.closewindow, a:active.closewindow { 
	text-decoration: underline;
}




a:link.infos, a:visited.infos, a:hover.infos, a:active.infos {
	background-image:url(../pics/icon-infos.html);
	background-position:0px -2px;
	background-repeat:no-repeat;
	padding-left:15px;
	color: #999999; 
	text-decoration: underline;
	font-weight:bold;
}

a:hover.infos, a:active.infos {
	text-decoration: none;
}

/* Listen */
ul {
	margin-top:0px;
	
}


li {
	font-size: 12px;
	line-height:120%;
	list-style-position:outside;
	list-style-image:url(../pics/icon-liste-rot.gif);
	list-style-type:none;
	margin-top: 5px;
	margin-left:-23px;
}

hr {
	border:1px solid #e4d5c9;
	color: #e4d5c9;
	display:block;	
}


/*Bilder*/
.bildright { 
	float: right;
	margin: 10px 0px 5px 10px;
}

.bildleft { 
	float: left;
	margin:10px 10px 5px 0px;
}

.bild { 
	margin-top: 5px;
}

