@charset "utf-8";
BODY,P,A,TABLE,TR,TD,OL,UL,LI,SPAN,nobr,b,i,div { font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular; }
table,tr,td { 
	border-collapse:collapse; 
	/* border-style:none;  */
	} 

BODY {
	margin: 0px; 
	padding: 0px; 
	height: 100%; 
	width: 100%; 
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
	line-height: 20px; 
	}

P,TD,OL,UL,DIV {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif; 
	font-size: 12px; 
	color: #666666; 
	line-height: 20px; 
	}
.text {
	font-size: 12px; 
	color: #666666; 
	line-height: 20px; 
}	
.textkl {
	font-size: 10px; 
	line-height: 15px; 
	}
	
H1 {
	font-size: 28px; 
	letter-spacing: 2px; 
	font-weight: bold; 
	margin: 0 0 5px 0; 
	line-height: 30px; 
	color: #0083d7; 
	}
	
H2 {
	font-size: 14px; 
	letter-spacing: 1px; 
	margin: 0px 0px 0px 0px; 
	line-height: 20px; 
	color: #40b449; 
	font-weight:bold; 
	}

H3 {
	font-size: 14px; 
	letter-spacing: 1px; 
	font-weight: bold; 
	line-height: 26px; 
	color: #0083d7; 
	}
	
.kontakt { 
	background-color:#dff3fa; 
	border-style: none; 
	}

/* Menu */
.menu{
	position:relative;
	padding:0 20px 0 20px;
	margin:0;
	height:60px;
	list-style:none;
	text-align:center;
	width:860px;
	background:#ffffff;
}
.menu li{
	float:left;
	list-style:none;
	margin:0 10px;
}
.menu li a{
	float:left;
	display:block;
	color:#ffa409;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 10px;
	height:60px;
}
.menu li a b{
	float:left;
	display:block;
	padding:0 20px 0 10px;
}
.menu li.current a{
	color:#0083d7;
	background:url(../img/navi-reiter-links.jpg) no-repeat;
	background-position:left;
}
.menu li.current a b{
	color:#0083d7;
	background:url(../img/navi-reiter-rechts.jpg) no-repeat;
	background-position:right;
	height:60px;
}
.menu li a:hover{
	color:#0083d7;
	background:url(../img/navi-reiter-links.jpg) no-repeat;
	background-position:left;
}
.menu li a:hover b{
	color:#0083d7;
	background:url(../img/navi-reiter-rechts.jpg) no-repeat;
	background-position:right;
	height:60px;
}

/* Highlighting */
.bginhalt { 
	background-color:#FFFFFF; 
	/* border-color:#99cc33; 
	   border-width:1px; 
	   border-style:solid; */
}
.boxkopf{
	background:url(../img/boxkopf.jpg) no-repeat;
	background-position:left;
	height:27px;
	width:200px;
	text-align:left;
}
.boxkopf2{
	background:url(../img/boxkopf_210px.jpg) no-repeat;
	background-position:left;
	height:27px;
	width:210px;
	text-align:left;
}
.box { 
	background-color:#FFFFF0; 
	border-color:#ffa409; 
	border-width:1px 1px 1px 1px; 
	border-style:solid;
	width:178px;
	padding:10px;
	text-align:left;
}
.box2 { 
	background-color:#FFFFF0; 
	border-color:#ffa409; 
	border-width:1px 1px 1px 1px; 
	border-style:solid;
	width:208px;
	text-align:center;
}

/* Links */
.textlink { font-size:12px; line-height: 20px; }
a.textlink:link { color:#0083d7; text-decoration:none; }
a.textlink:visited { color:#0083d7; text-decoration:none; }
a.textlink:active { color:#40b449; text-decoration:underline; }
a.textlink:hover { color:#40b449; text-decoration:underline; }

.textblink { font-size:12px; line-height: 20px; font-weight:bold;}
a.textblink:link { color:#0083d7; text-decoration:none; }
a.textblink:visited { color:#0083d7; text-decoration:none; }
a.textblink:active { color:#40b449; text-decoration:underline; }
a.textblink:hover { color:#40b449; text-decoration:underline; }

.textkllink { font-size:10px; line-height: 15px; }
a.textkllink:link { color:#0083d7; text-decoration:none; }
a.textkllink:visited { color:#0083d7; text-decoration:none; }
a.textkllink:active { color:#40b449; text-decoration:underline; }
a.textkllink:hover { color:#40b449; text-decoration:underline; }

a img { border:none; }
