*{margin:0;padding:0;
}



/*Allgemein*/
body{
	margin-top:40px;
	background-color:#fff;
	font-size: 12px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:normal;
	background:url(../images/topbg.gif) repeat-x;


}

#pageholderwhite{
	width:1008px;
	margin:0px auto;
	padding: 25px 0px; 
}
#pageholder{
	width:958px;
	margin:0px auto;
}

a:link, a:visited {
	color: #666;
	text-decoration : underline;
}
a:hover{
	text-decoration: underline;
	color:#000;
}


/* TOP */

.logo {
	width:200px;
	height:66px;
	float:left;
	background-image: url(../images/logo.gif);
}

.title {
	margin-left:25px;
	margin-bottom:00px;
	width:733px;
	height:66px;
	text-align:center;
	float:left;
	/*background-image: url(../images/toprand.gif);
	background-repeat: no-repeat;*/
}

h1 {
	color: #4c4c4c;
	font-size: 25px;
	line-height: 66px;
	font-weight: bold;
}
h2 {
	color: #000;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	clear:both;
}






/*Navigation*/
.navborder { 
	float:left;
	width:200px;
	text-align:left;
	text-decoration:none;
	margin-bottom:40px;
	background-color:#FDF6CB;
	padding-top:30px;}


ul#nav, ul#nav li{
	font-size:14px;
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px;	
	text-align:left;
}
ul#nav li{
	padding:0px 0px 10px 0px;
}

/*ul#nav li.mark{
	display:block;
	line-height:25px;
	height:25px;
	text-decoration:none;
	padding:0px 0px 0px 25px;
	background:#7fffff;
	color:#000000;
	margin-bottom:10px;
	text-align:left;
}*/

ul#nav li a{
	display:block;
	/*background:#ffff33;*/
	line-height:25px;/*28*/
	font-weight:bold;
	height:25px;
	color:#666;
	text-decoration:none;
	padding:0px 0px 0px 25px;
}
ul#nav li a:hover{
	background:#ffff33;
	/*color:#000000;*/
	font-weight:bold;
}
ul#nav li a.mark,ul#nav li a.mark:hover {
	/*background:#7fffff;*/
	background:#ffff33;
	/*color:#000000;*/
	font-weight:bold;
}


/*SubNavigation*/
.navbordersub {
	width:732px; 
	float:left;
	text-decoration:none;
	margin-bottom:30px;
	border-bottom:1px solid #FFCD00;}


ul#navsub, ul#navsub li{
	font-size:14px;
	list-style:none;
	padding:0px px 0px 0px;
	margin:0px;	
	float:left;
}
ul#navsub li{
	padding:0px 30px 0px 0px;
	float: left;

}


ul#navsub li a{
	/*background:#ffff33;*/
	line-height:25px;/*28*/
	font-weight:bold;
	text-align: center;
	width: 160px;
	display: block;
	height:25px;
	color:#666;
	text-decoration:none;
	padding:0px 0px 0px 0px;
}
ul#navsub li a:hover{
	/*background:#ffff33;*/
	background:#ffff33;
	/*color:#000000;*/
	font-weight:bold;
}
ul#navsub li a.mark,ul#navsub li a.mark:hover {
	background:#7fffff;
	background:#ffff33;
	/*color:#000000;*/
	font-weight:bold;
}





/* Footer */
.adressblock {	
	padding: 13px 0px 13px 230px;
	text-align:center;
	color: #000;
	/*background-color:#7fffff;*/
	display:block;
	text-decoration:none;
	background:url(../images/bottombg.gif) repeat-x;
}
.adressblock a{	
	color: #000;
	text-decoration:none;
}

/* Content */
.pagecontent{
	margin-top:30px;
	margin-left:25px;
	margin-bottom:30px;
	text-align:left;
	float:left;
	width:733px;

}
.pagecontent p {margin-bottom:0px; }
.pagecontent ul{font-size: 12px;margin-top:-15px;margin-bottom:30px;}
.pagecontent li{ list-style:none;margin:0px 0px 7px 20px;}
.pagecontent table{text-align:left; font-size:12px;}
.pagecontent td{padding:0px 5px 5px 5px;}
.pagecontent img {border:0px solid #666666}
.pagecontent img.noborder {border:0px}
.pagecontent h2 img {border:0px;}


