@charset "UTF-8";
/* CSS Document */

.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 20px;
	color: #000000;
}
.bodytext A:link {
	color: #000000;
}
.bodytext A:active {
	color: #000000;
}
.bodytext A:visited {
	color: #000000;
}
.bodytext A:hover {
	color: #ce3549;
}


.normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 20px;
	color: #000000;
}
.normal A:link {
	color: #000000; text-decoration:none;
}
.normal A:active {
	color: #000000; text-decoration:none;
}
.normal A:visited {
	color: #000000; text-decoration:none;
}
.normal A:hover {
	color: #ce3549; text-decoration:none;
}


.bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	color: #333333;
}
.bold A:link {
	color: #333333;
	text-decoration: none;
}
.bold A:active {
	color: #333333;
	text-decoration: none;
}
.bold A:visited {
	color: #333333;
	text-decoration: none;
}
.bold A:hover {
	color: #ce3549;
	text-decoration: none;
}
/*
//  Titel
*/

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height: 28px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 35px 0;
}
/* titel mit linie */
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	margin-top:30px;
	color: #000000;
	background-image:url(../images/bg_h2.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}
/* titel für bild mit text */
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #000000;
	background-image:url(../images/bg_h2.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	margin: 0 0 0 103px;
}
/* tabellenzeile */
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	color: #000000;
	background-image:url(../images/bg_h4.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	margin: 12px 0 3px 0;
}

/* normaler titel (fett) */
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	color: #000000;
	font-weight: bold;
	margin: 30px 0 -15px 0;
}
/* ---------------------------------------------
//  Navigation
--------------------------------------------- */


ul.nav {
	display:inline;
	margin: 0px 0px 0px 0px;
}
ul.nav li {
	float:left;
	list-style:none;
	width: 105px;
	margin: 0 0 6px 0;
	display:inline;
}
.nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #89848d;
}
.nav A:link {
	color: #89848d;
	text-decoration: none;
}
.nav A:active {
	color: #89848d;
	text-decoration: none;
}
.nav A:visited {
	color: #89848d;
	text-decoration: none;
}
.nav A:hover {
	color: #ce3549;
	text-decoration: none;
}
.navActive {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #ce3549;
}
.navActive A:link {
	color: #ce3549;
	text-decoration: none;
}
.navActive A:active {
	color: #ce3549;
	text-decoration: none;
}
.navActive A:visited {
	color: #ce3549;
	text-decoration: none;
}
.navActive A:hover {
	color: #ce3549;
	text-decoration: none;
}
/* ---------------------------------------------
//  Metanavigation
--------------------------------------------- */


ul.metanav {
	display:inline;
	margin: 0px 0px 0px 0px;
}
/* -5px, weil die <li>'s oberhalb der Schrift einen Rand machen*/
ul.metanav li {
	float: left;
	list-style:none;
	margin: -5px 10px 10px 0px;
}
.metanav {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #ce3549;
}
.metanav A:link {
	color: #89848d;
	text-decoration: none;
}
.metanav A:active {
	color: #89848d;
	text-decoration: none;
}
.metanav A:visited {
	color: #89848d;
	text-decoration: none;
}
.metanav A:hover {
	color: #ce3549;
	text-decoration: none;
}
.metanavActive {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #ce3549;
}
.metanavActive A:link {
	color: #ce3549;
	text-decoration: none;
}
.metanavActive A:active {
	color: #ce3549;
	text-decoration: none;
}
.metanavActive A:visited {
	color: #ce3549;
	text-decoration: none;
}
.metanavActive A:hover {
	color: #ce3549;
	text-decoration: none;
}
.metanav {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #ce3549;
}
/* ---------------------------------------------
//  Sonstiges
--------------------------------------------- */


.small {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 12px;
	text-align: right;
	color: #5e6265;
}
.small A:link {
	color: #5e6265;
	text-decoration: none;
}
.small A:active {
	color: #5e6265;
	text-decoration: none;
}
.small A:visited {
	color: #5e6265;
	text-decoration: none;
}
.small A:hover {
	color: #ce3549;
	text-decoration: none;
}

