/* --------------- Einstellung für alle Elemente ---------------*/
html * { 
			margin: 0; 
			padding:0; 
		}

body {
	background-color:#363b42;
	text-align: center;
	font-size: 82.50%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #ccc;
}



/* --------------- Header ---------------*/
#cheader {
	width:100%;
	height: 254px;
	background: url(images/bg_page1.jpg) left bottom repeat-x;
	text-align: center;
}
#header {
	width: 830.5px;
	height: 254px;
	margin: 0px auto 0px auto;
	background: url(images/bg_header5.jpg) left bottom no-repeat;
	overflow: hidden;
}


#header #logo{
	float: left;
	margin: 1px 0px 0px 20px;
	width: 245px;
	height: 84px;
}

#header #hm{
	float: left;
	width: 540px;
	margin: 0px auto 0px auto;
	height: 108px;
	font-weight: bold;
}
#header #hm ul{
	list-style-type: none;
}
#header #hm ul li{
	list-style-type: none;
	float: left;
	color: #fff;
}
#header #hm ul li a{
	display: block;
	float: left;
	width: 108px;
	height: 93px;
	padding: 15px 0px 0px 0px;
	background: url(images/bg_hm.gif) left top no-repeat;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#header #hm ul li a:hover,
#header #hm ul li a:hover.active,
#header #hm ul li a.active{
	height: 30px;
	padding: 78px 0px 0px 0px;
	background: url(images/bg_hm_active.gif) left top no-repeat;
}


#header2 {
	width: 797px;
	height: 254px;
	margin: 0px auto 0px auto;
	background: url(images/bg_header2.jpg) left bottom no-repeat;
	text-align: left;
	overflow: hidden;
}

#header2 #logo{
	float: left;
	margin: 1px 0px 0px 0px;
	width: 245px;
	height: 84px;
}

#header2 #hm{
	float: left;
	width: 540px;
	margin: 0px 0px 0px 0px;
	height: 108px;
	font-weight: bold;
}
#header2 #hm ul{
	list-style-type: none;
}
#header2 #hm ul li{
	list-style-type: none;
	float: left;
	color: #fff;
}
#header2 #hm ul li a{
	display: block;
	float: left;
	width: 108px;
	height: 93px;
	padding: 15px 0px 0px 0px;
	background: url(images/bg_hm.gif) left top no-repeat;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#header2 #hm ul li a:hover,
#header2 #hm ul li a:hover.active,
#header2 #hm ul li a.active{
	height: 30px;
	padding: 78px 0px 0px 0px;
	background: url(images/bg_hm_active.gif) left top no-repeat;
}

/* --------------- Page ---------------*/
#page {
	width:100%;
	text-align: center;
}
#ccontent {
	width: 797px;
	margin: 0px auto 0px auto;
	text-align: left;
	overflow: hidden;
}


#ccontent h3{
	margin: 0px 0px 1em 0px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 182.50%;
	font-weight: normal;
	line-height: 28px;
	color: #fff;
}  



#ccontent img{
	border: 5px solid #ccc;
	
}


#cleftmenue {
	clear: left;
	float: left;
	width: 213px;
	background: url(images/bg_submenue.jpg) left top repeat-x;
}


/* --------------- leftmenue ---------------*/
#leftmenue {
	clear: left;
	float: left;
	width: 173px;
	margin: 0px 0px 0px 15px;
	font-size: 82.50%;
	
	
}

#leftmenue h2{
	margin: 0px 0px 4px 0px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 137.50%;
	font-weight: bold;
	color: #f98904;
	text-transform: uppercase;
}

#leftmenue h2 a{
	color: #f98904;
	text-decoration: none;
	
}

#leftmenue h2 a:hover{
	color: #fff;
	text-decoration: none;
	
}
#leftmenue a{
	color: #dbd8d8;
	text-decoration: none;
	
}
#leftmenue ul{
	margin: 0px 0px 10px 0px;
	list-style-type: none;
}
#leftmenue ul li{
	margin: 6px 0px 6px 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	background: url(images/pointer01.gif) left 3px no-repeat;
}
#leftmenue ul li a{
	text-decoration: none;
}
#leftmenue ul li a:hover.active,
#leftmenue ul li a.active{
	color: #989898;
	text-decoration: none;
}
#leftmenue div.news{
	margin: 0px 0px 30px 0px;
	line-height: 1.5em;
}


/* --------------- content ---------------*/
#content {
	float: left;
	width: 510px;
	margin: 30px 0px 20px 53px;
	line-height: 1.7em;
}
#content h1{
	margin: 0px 0px 1em 0px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 182.50%;
	font-weight: normal;
	color: #fff;
}
#content h2{
	margin: 0px 0px 1em 0px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 130.00%;
	font-weight: normal;
	color: #fff;
}

#content h3{
	margin: 0px 0px 1em 0px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 182.50%;
	font-weight: normal;
	line-height: 28px;
	color: #fff;
}


#content h4{
	margin: 0px 0px 1em 0px;
	font-family: Tahoma, "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 35px;
	font-weight: normal;
	color: #fff;
}

#content h4 a{
	color: #ffffff;
	text-decoration: none;
}


#content table a{
	color: #e3871a;
	
}

#content table a:hover{
	color: #fff;
	
}

#content p{
	margin: 0px 0px 2em 0px;
}
#content a{
	color: #f98904;
}

#content a:hover{
	color: #fff;
}

#content img{
	border: 5px solid #ccc;
	
}

#content li a{
	text-decoration: none;
	color: #f98904;
	line-height: 2.5em;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 130.50%;
	text-transform: uppercase;
	
}

#content li a:hover{
	color: #fff;
	text-decoration: none;
	}
	
	
#content ul a{
	text-decoration: none;
	color: #f98904;
	font-weight: bold;
	line-height: 2.3em;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 105.50%;
	letter-spacing: 1.5px;
	
	
}

#content ul a:hover{
	color: #fff;
	text-decoration: none;
	}


/* --------------- footer ---------------*/
#cfooter {
	width:100%;
	height: 50px;
	background-color: #282e34;
	border-top: 1px solid #5f5f5f;
	text-align: center;
}
#footer {
	width: 797px;
	margin: 0px auto 0px auto;
	text-align: left;
	overflow: hidden;
}
#hpv24 {
	float: right;
	margin: 16px 0px 0px 0px;
	font-size: 75.00%;
	color: #999;
}
#hpv24 a{
	color: #999;
}

#hpv24 a:hover{
	color: #fff;
}

/* --------------- Formulare ---------------*/
#content form {
	clear: left;
	line-height: normal;
	width: 360px;
}
#content label {
	clear: left;
	float: left;
	margin: 10px 0px 0px 0px;
}
#content label.plabel {
	font-weight: bold;
}
#content input,
#content select,
#content textarea {
	clear: left;
	float: left;
	width: 360px;
}
#content input.submit {
	width: auto;
	float: right;
	margin: 10px 0px 0px 0px;
}
#content input.reset {
	width: auto;
	margin: 10px 0px 0px 0px;
}
