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

body {
	margin: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303e3f;
	background: #b3b3b3;
	line-height: 18px;
	text-align: left;
	background-image: url(img/back.jpg);
}
h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: ##333;
}
h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
}
p {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #303e3f;
}
.headline {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	color: #303e3f;
	display: block;

}
.subline {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #303e3f;
}
.fiesstext {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #303e3f;
	text-align: left;
}
.fliesstext {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #303e3f;
	text-align: left;
}
.dotborder { 
	border-bottom: 1px dotted #b3b3b3;
}
a:link, a:visited {
	color: #303e3f;
	text-decoration: none;
}
a:hover {
	color: #303e3f;
	text-decoration: underline;
}

/* Positionierung */


#container {
	background-image: url(img/back_main.jpg);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width:900px;
	text-align: center;

}
#header {
	background-image: url(img/header.jpg);
	position: relative;
	width: 900px;
	height: 220px;
	text-align: left;

}
#navi {
	position: absolute;
	top: 187px;
	left: 45px;
	height: 30px;
	text-align: left;
	width: 800px;
}
#line {
	position: absolute;
	top: 220px;
	left: 10px;
	width: 880px;
	height: 27px;
	background-image: url(img/back_line.jpg);
}
#contentcontainer {
	background-image: url (img/back_main.jpg);
	position: relative;
	top: 220px;
	left: 0;
	width:900px;
	border-top: solid 5px #f4ca02;
	clear: both;
}
#navi2 {
	position: absolute;
	top: 220px;
	left: 45px;
	width: 800px;
	text-align: left;
}

#content {
	position: relative;
	margin-top: 60px;
	margin-left: 40px;
	width: 780px;
	text-align: left;
	background-image: url(img/back_content_gross.jpg);
	background-repeat: no-repeat;
	background-color: #eef0ef;
	float: left;
	padding: 20px 40px 20px 20px;
}
#contentfooter {
	background-image: url(img/shadow_content_gross.jpg);
	position: relative;
	width:840px;
	height: 15px;
	clear: both;
	text-align: center;
	margin-left: 40px;
	margin-right: auto;
}
#footer {
	background-image: url(img/back_footer.jpg);
	position: relative;
	width:900px;
	height: 50px;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/* Ende Positionierung */




/* Navigation */

/* Navigation 1. Ebene*/


ul#navi {
	padding: 0;
    text-align: left;
	font-size: 11px;
}
ul#navi li {
	list-style: none;
    display: inline;
	margin: 1px;

}
ul#navi a, ul#navi span {
    text-decoration: none; 
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	border: 1px solid #5a5a5c;
	padding: 6px;
	background-image: url(img/back_nav_1.jpg);
}

ul#navi a:hover, ul#navi span {
	background-image: url(img/back_nav_2.gif);
	border: 1px solid #f4ca02;  
	padding: 6px;
	color: #303e3f;
}
ul#navi li a.navactive	{
	background-image: url(img/back_nav_2.gif);
	border: 1px solid #f4ca02;  
	padding: 6px;
	color: #303e3f;
	text-transform: uppercase;
}



/* Navigation 2. Ebene*/


.subnav {
	list-style: none;
	position: relative;
	text-align: left;	
	text-transform: none;
	font-size: 10px;
	padding: 0;
	color:#303e3f;
	line-height: 24px;
}
ul.subnav{
	list-style: none;
	margin: 0;
	padding: 1px 0 0 0;
}
ul.subnav li {
	border-top: 0 none;
	padding-left: 0;
	font-weight: normal;
	display: inline;
	margin: 0px 0px 0px 2px;

}
ul.subnav li a:link, ul.subnav li a:visited {
	text-decoration: none;
	color: #303e3f;
	
}
ul.subnav li a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
ul.subnav li a.subnavactive {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}






.bildrechts {
	float: right;
	margin: 10px 0 10px 10px;
	border: solid 1px #666;
}
.bildlinks {
	float: left;
	margin: 10px 10px 10px 0;
	border: solid 1px #666;
}
.bildrechtsnoframe {
	float: right;
	margin: 0px 0px 10px 10px;
}
.bildlinksnoframe {
	float: left;
	margin: 10px 10px 10px 0;
}

/* Formular*/

td, input, select, textarea { 
	padding-left: 5px;
	font-size: 11px; 
	font-family: Arial, Verdana, sans-serif; 
	color: #303e3f;
}
.Bereich, .Feld { 
	margin-top: 4px;
    margin-bottom: 8px;	
	width: 150px; 
	height: 20px;
	border: 1px solid #b3b3b3;
}
.Auswahl { 
	background-color: #645d51; 
	color: white;
	width: 100px; 
	border: 1px solid #645d51; 
}
.Check, .Radio { 
	border: 1px solid #645d51; 
}
.Button { 
	margin-top: 4px;
	color: #303e3f; 
	border: 1px solid #b3b3b3;
	width: 80px;
	height: 20px; 
}					

/* Tabellen*/

.td { 
	padding-left: 5px;
	font-size: 11px; 
	font-family: Arial, Verdana, sans-serif; 
	color: #303e3f;
}



