/*	############################
	### KDG Wesel			 ###
	### 8works.de			 ###
	### HA					 ###	
	############################
*/

html, body{ 
	margin:0; 
	padding:0; 
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #473F2A;
	background-color:#fff;
	font-size: 85%;
	background-image:url(images/mainback.jpg);
	background-repeat:repeat-x;
}

img{
	border:0;
}

a{
	text-decoration:underline;
	color:#09294E;
}

a:hover{
	text-decoration:none;
}

h1{
	color:#09294E;
	font-size:1.6em;
	margin:0;
	padding:0 0 10px 0;
}

h2{
	color:#09294E;
	font-size:1.2em;
	margin:0;
	padding:20px 0 10px 0;
	clear:both;
}

p{
	margin:0;
	padding:0 0 10px 0;
	font-size:12px;
}
 
#pagewidth{ 
	width:990px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	border-left:1px solid #fff;  
	border-right:1px solid #fff;
} 

#footer{
	margin-top:30px;
	border-top:1px solid #9FBED4;
	color:#09294E;
	font-size:11px;
}

#footer a{
	text-decoration:none;
	font-size:11px;
	padding:0 5px 0 5px;
}

#footer a:hover{
	text-decoration:underline;
}

/*	############################
	### Header	start		 ###
	############################
*/

#header{
	position:relative; 
	height:196px; 
	width:990px;
	background-color:transparent;
} 

#header #logo{
	float:left;
}

#header #stilgrafik{
	float:left;
}

/*	##########################
	### Menu TOP		   ###
	##########################
*/

#menuTop {
	float:left;
	height:30px;
	margin-top:1px;
}

#menuTop ul {
	margin:0;
	padding:0;
	list-style:none;
}
#menuTop li {
	display:inline;
	margin:0;
	padding:0;
}
#menuTop a {
	float:left;
	margin:0;
	text-decoration:none;
	cursor:pointer;
	font-size:11px;
	color:#fff;
}
#menuTop a:hover {
	float:left;
	background:url(images/navitop_high.jpg) repeat-x left top;
	margin:0;
	text-decoration:none;
	color:#09294E;
}

#menuTop a.aktiv {
	float:left;
	background:url(images/navitop_high.jpg) repeat-x left top;
	margin:0;
	text-decoration:none;
	color:#09294E;
}

#menuTop a span {
	float:left;
	display:block;
	height:22px;
	width:108px;
	text-align:center;
	padding-top:8px;
	font-weight:bold;
	background:url(images/trenner.jpg) no-repeat right top;
}

#menuTop a span.last {
	float:left;
	display:block;
	height:22px;
	width:108px;
	text-align:center;
	padding-top:8px;
	font-weight:bold;
	background:none;
}

/*	##########################
	### Menu LEFT		   ###
	##########################
*/
#NaviLeft{
	float:left;
	margin-top:47px;
}

#NaviLeft ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#NaviLeft li{
	padding:3px 0 3px 10px;
	font-size:12px;
	background-color:#9FBED4;
	border-bottom:1px solid #fff;
}

#NaviLeft li.aktiv{
	padding:3px 0 3px 10px;
	font-size:12px;
	background-color:#09294E;
	border-bottom:1px solid #fff;
	color:#fff;
}

#NaviLeft li.aktiv a{
	text-decoration:none;
	width: 233px;
	display: block;
	color:#fff;
	font-weight:bold;
}

#NaviLeft li.aktiv a:hover{
	color:#fff;
}

#NaviLeft li.Sublevel{
	padding:0;
	margin:0;
	font-size:0;
	background-color:#9FBED4;
	border-bottom:none;
}

#NaviLeft li a{
	text-decoration:none;
	width: 233px;
	display: block;
	color:#fff;
	font-weight:bold;
}


#NaviLeft li a:hover{
	color:#09294E;
}

#NaviLeft ul.SubKat{
	margin:0;
	padding:0;
	list-style-type:none;
}

#NaviLeft ul.SubKat li{
	padding:3px 0 2px 20px;
	font-size:12px;
	background-color:#E1EBF2;
	border-bottom:none;
	background-image:url(images/subnavlinks.gif);
	background-repeat:no-repeat;
	background-position:10px 8px;
}

#NaviLeft ul.SubKat li a{
	text-decoration:none;
	width: 220px;
	display: block;
	color:#09294E;
	font-weight:normal;
}

#NaviLeft ul.SubKat li a:hover{
	color:#09294E;
	font-weight:bold;
}

#NaviLeft ul.SubKat li a.aktiv{
	color:#09294E;
	font-weight:bold;
}

#leftcol{
	width:243px; 
	float:left; 
	position:relative;
}
 
#twocols{
	width:747px;  
	float:right; 
	position:relative; 
}
 
#rightcol{
	width:200px; 
	float:right; 
	position:relative; 
}

#rightcolabstand{
	padding-top:46px;
}

#rightcol h3{
	margin:0;
	padding:4px 0 4px 10px;
	color:#09294E;
	font-size:1.0em;
	background-color:#F7E988;
	display:block;
	width:190px;
}

#rightcol p{
	margin:1px 0 15px 0;
	padding:4px 5px 4px 10px;
	color:#09294E;
	font-size:1.0em;
	background-color:#fff;
	border:1px solid #F7E988;
	display:block;
	width:183px;
}

#rightcol .csc-textpic-border{
	border:1px solid #F7E988;
	margin:1px 0 15px 0;
}

#rightcol .csc-textpic-border img{
	border:0;
	text-align:center;
}

 
#maincol{
	background-color: transparent;  
	float: left; 
	display:inline; 
	position: relative; 
	width:547px; 
}

#maincolAbstand{
	padding:0 10px 0 20px;
}

#Breadcrump{
	padding-top:15px;
	padding-bottom:18px;
	background-color:transparent;
}
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
@media print{ 
	#leftcol{display:none;} 
	#rightcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
}

dd.csc-textpic-caption {
	background-color: #dddddd;
	color: black;
	text-align: center;
	padding: 0px;
	font-size: x-small;
	margin: 5px 5px 5px 5px;
}

div.csc-frame-rulerAfter {
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	margin: 10px 0 10px 0;
}

div.csc-frame-rulerBefore {
	padding-top: 20px;
	border-top: 1px solid #000;
	margin: 10px 0 10px 0;
}

div.csc-frame-frame1 {
	padding: 10px;
	border: 1px solid #000;
	margin: 10px 0 10px 0;
	clear:both;
}

div.csc-frame-frame2 {
	padding: 10px;
	border: 1px solid #000;
	background: #ccff66;
	margin: 10px 0 10px 0;
	clear:both;
}

div.csc-frame-frame3 {
	padding: 10px;
	border: 1px solid #000;
	background: #E7DAC6;
	margin: 10px 0 10px 0;
	clear:both;
}

div.csc-frame-frame4 {
	padding: 10px;
	border: 1px solid #000;
	background: #000;
	margin: 10px 0 10px 0;
	color:#fff;
	clear:both;
}

div.csc-frame-frame5 {
	padding: 10px;
	border: 1px solid #000;
	background: #F7E988;
	margin: 10px 0 10px 0;
	clear:both;
}

div.csc-frame-frame6 {
	padding: 10px;
	border: 1px solid #000;
	background: #B9370F;
	margin: 10px 0 10px 0;
	clear:both;
}

div.csc-frame-frame7 {
	padding: 10px;
	border: 1px solid #000;
	background: #abcdef;
	margin: 10px 0 10px 0;
	clear:both;
}

csc-textpic-imagewrap{
	margin-bottom:20px;
	padding-bottom:20px;
	
}