/* CSS Document */

/*   HTML-ELEMENTE   */


/*   Standard-Links   */

A{
	color : #000000;
	text-decoration : underline
}


/*   Text   */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight : bold;
	color:#0089C2;
	line-height: normal;
	margin-bottom: 15px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
	color:#0089C2;
                letter-spacing : 1px;
	line-height: normal;
	margin-bottom: 5px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	padding:5px;
	font-weight : normal;
	margin-bottom: 5px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#0089C2;
	text-transform : uppercase;
	letter-spacing : 1px;
	border-bottom:1px solid #0089C2;
	margin-bottom: 7px;
	padding-top: 7px;
   margin-top:0px;
}



/*   Listen   */
		   
 li {
	margin-left:-4px;
	margin-top: 7px;
	margin-bottom: 4px;
}

ul {
	list-style-image: url(../img/i_pfeil.gif);
	margin-top: 10px;
	margin-bottom: 10px;
}

ol {margin-left:37px;
	padding-left:0px;
                margin-top: 10px;
	margin-bottom: 10px;
}




/*   Positionierung  2 columns, left column fixed, right column fluid */

div#header {
   width: 787px;
	height: 88px;
	position: absolute;
	background-color:#FFFFFF;
	}

	


/*   Kontextsensitve Formatierungen  */

div#navi img {
	margin-top: 6px;
}

div#colnormal p{
	margin-left:13px;
	line-height: 16px;
                margin-bottom:0px;
margin-top:10px;
}

div#colleft p{
	margin-left:13px;
	line-height: 16px;
margin-bottom:0px;
margin-top:10px;

}

/*   Tabellen   */

div#colnormal table {
	background-color:#D9EEF7;
	margin-left: 12px;
	width: 403px;
}

div#colnormal td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
}


/*   Sonstige Klassen   */






