
/********************/
/* Layout-Container */
/********************/


BODY {
	background-color:#fff;
	 margin-top:7px;
}

FIELDSET, IMG { 
	border:0; 
}

SELECT,TEXTAREA {
	font-size:99%
}

DIV, IMG {
	margin:0px;
	padding:0px;
}

TD, TR {
	padding:0px;
	margin:0px;
	border:0px;
}

td#masternavi DIV{
	width:776px;
	height:23px;
	overflow:hidden;
	border-bottom:1px solid black;
}

#kl_logo {
 overflow:hidden;
 width:204px;
 height:34px;
}
#lauflogo {
 width:980px;
 height:39px;
 overflow:hidden;
}

#top {

   	overflow:hidden;
	width:980px;
	height:34px;
}

/*
#grosser_bereich {	
	clear:both; 
	width:980px; 

}


#col1 {

	float: left;
	width: 170px; 
}



#col2
{

	float:right;
	width: 204px;
}

#col3 {

	width:auto;
	margin-left: 170px;
	margin-right: 204px;
}

*/

#grosser_bereich {	
	position:relative;
	width:980px; 
	padding:0px;

}

#col1 {
	position:absolute;
	width: 170px; 
	left:0px;
	top:0px;
}



#col2
{

	position:absolute;
	right:0px;
	top:0px;
	width: 204px;
}

#col3 {

	position:relative;
	top:0px;
	left:170px;
	width:586px;
}



#col1 {z-index: 3;}
#col2 {z-index: 5;}
#col3 {z-index: 1;}

#col1_content {

	z-index: 4;
	border-right:1px solid black;

}

#col2_content {

	padding:10px;
	z-index: 6;
	

}


#col3_content {

	z-index: 2;
	padding-top:19px;
	padding-left:18px;
	padding-right:20px;

}





#col1_content, #col2_content, #col3_content { position:relative; }

.nav_element {
   clear:both;
   width:170px;
   border-top:1px solid black;
}

.nav_gruppenbild {
	width:58px;
	height:29px;
	overflow:hidden;
	float:left;
}

.nav_bluebox {
	width:111px;
	height:29px;
	overflow:hidden;
	background-color:#003399;
	//margin-left:58px;
}
.nav_bluebox_innen {
	color:white;
	padding:5px;
}

.subnavi{
	padding-top:7px;
	padding-right:4px;
	padding-bottom:12px;
}

DIV.trennlinie {
	height:1px;
	overflow:hidden;
	background-color:black;
}






/*
.l_spalte {
	
	width:87px;
	float:left;
	z-index:10;
}

.r_spalte {
	width:87px;
	margin-left:97px;
	z-index:12;
}

.zweispaltig_rechts {
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}
*/

.l_spalte {
	position:absolute;
	width:87px;
	top:0px;
	left:0px;
	z-index:10;
}

.r_spalte {
	position:absolute;
	width:87px;
	top:0px;
	right:0px;
	z-index:12;
}

.zweispaltig_rechts {
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	width:184px;
}

#col3_content .csc-textpic {
	/*clear:both;*/
	display:block;
}

#col3_content .csc-textpic-clear {
	clear:both;
	display:block;
	width:500px;
	height:10px; 
	overflow:hidden;
}

.textmitbild {
	margin-bottom:20px;
}

.textmitbild .textspalte{
	padding-left:10px;
}


#info_bildzeile td {
	vertical-align:bottom;
}



.zweispaltig {
   width:100%;
   overflow:hidden;
}

.zweispaltig .rechts {
	float: right; margin-left: -5px; 
	width:50%;	
}


.zweispaltig .links {
	float: left;
	width:50%;	
}


