/* stilvorlage fuer alle allgemeinen und spezifischen Textdefinitionen 	*/
/* letzte aktualisierung: 05.07.2005					*/



/* allgemeine html-tag definitionen - ABSAETZE	*/
/* # # # # # # # # # # # # # # # # # # # # # # 	*/

p, td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 18px;
}


td p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
}




/* allgemeine html-tag definitionen - LINKS	*/
/* # # # # # # # # # # # # # # # # # # # # # # 	*/

a {
	color: #000066;
	text-decoration: underline;
}

/* - - - immer diese reihenfolge beachten 	*/
/* Link, Visited, Hover, Focus, Activ		*/


a:link { 
	color: #000066;
	text-decoration: underline;
}
a:visited { 
	color: #000066;
	text-decoration: underline;
}
a:focus { 
	color: #000066;
	text-decoration: none;
	}
a:hover { 
	color: #000066;
	text-decoration: none;
	}
a:active { 
	color: #000066;
	text-decoration: none;
	}



/* allgemeine html-tag definitionen - UEBERSCHRIFTEN	*/
/* # # # # # # # # # # # # # # # # # # # # # # 		*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFAC17;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 6px 0 0 18px;
	margin: 0 0 0 0;
	background-image:  url("/img/bg/h1-bg.gif");
	background-repeat: no-repeat;
	height: 30px;
}


/* 	H2 						 */

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #224284;
	margin: 17px 0px 5px 0px;
	letter-spacing: 0px;

}

h2 a:link, h2 a:visited  { 
	color: #000000;
	text-decoration: none;
}
h2 a:focus, h2 a:hover, h2 a:active { 
	color: #CC3300;
	text-decoration: underline;
	}

/* 	H3 						 */

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	width: auto;
	height: 43px;

}

h3 a:link, h3 a:visited { 
	color: #000000;
	text-decoration: none;
}

h3 a:focus, h3 a:hover, h3 a:active  { 
	color: #000000;
	text-decoration: underline;
	}



/* 	H5 						 */

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	letter-spacing: 0px;
}

/* 	H6 						 */

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	margin: 25px 0px 11px 0px;
	letter-spacing: 0px;
}


/* allgemeine html-tag definitionen - LISTEN UND MEHR	*/
/* # # # # # # # # # # # # # # # # # # # # # # 		*/


ul {
	font-size: 12px;
	line-height: 18px;
	list-style-type: disc;
	margin-top: 5px;
}

li {
	margin-bottom: 0px;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}



/* allgemeine html-tag definitionen - PHYS. TEXTAUSZEI	*/
/* # # # # # # # # # # # # # # # # # # # # # # 		*/


	/* fett			*/
b {
}

	/* kursiv			*/
i {
}

	/* unterstrichen			*/
u {
}
a.no-underline {
	color: #000000;
	text-decoration: none;
}
