/*
====================================================
Uwe Voß layout.css
====================================================
*/
html{
	width:100%;
	height:100%;
	border:0px;
	margin:0px;
	padding:0px;
	scrollbar-base-color:#eeeeee;
}
body{
  	background:#ffffff;
  	border:0px;
	padding:0px;
	margin:0px;
}

#frame{
		width: 920px;
		min-height: 600px;
		margin: 5px auto 10px auto;
		background-image:url('../images/allover/bg.gif');
		background-repeat:repeat-y;
	}
	
* html #frame{
  height:600px;
  width: 960px;
}

#FormUndFunktion{
	width:60px;
	height:600px;
	float:left;
	background-image:url('../images/allover/formundfunktion.gif');
	margin:20px 0px 0px 5px;
}

#LeftHeader{
	float:left;
	width:245px;
	height:245px;
	background-image:url('../images/allover/logo.gif');
	background-repeat:no-repeat;
	background-position:center center;
}
* html #LeftHeader{
	width:200px;
}

#RightHeader{
	float:right;
	width:590px;
	height:242px;
	background:#cccccc;
}

* html #RightHeader{
	width:590px;
	height:242px;
	background:#cccccc;
	padding:0px;
	margin:0px;
}

#FirstLevelNavi{
	width:590px;
	height:69px;
	border-bottom:5px solid #ffffff;
	display:block;
}

#HeaderImage{
	width:585px;
	height:170px;
	background-image:url('../images/allover/default_header_bg.jpg');
	border-left:5px solid #ffffff;
}


#HeaderLine{
	background:#330099;
	width:840px;
	height:244px;
	margin:0px 0px 0px 80px;
}

* html #HeaderLine{
	width:860px;
	overflow:hidden;
}

#SpecialNavi{
	width:120px;
	height:20px;
	text-align:left;
	margin:0px 10px 0px 10px;
}
* html #SpecialNavi{
	
}

#NewsPanel{
	float:right;
	width:220px;
	height:200px;
	margin:0px 0px 0px 10px;
	position:relative;
	z-index:+1;
}

#NewsPanelHeader{
	width:210px;
	height:20px;
	background:#cccccc;
	padding:0px 0px 0px 10px;
}

#NewsPanelContent{
	width:210px;
	margin:5px;
}

#SecondLevelNavi{
	float:left;
	width:235px;
	margin:20px 20px 0px 0px;
	min-height:400px;
}
* html #SecondLevelNavi{
	height:400px;
}
#ContentLine{
	width:838px;
	background:#ffffff;
	margin:5px 0px 0px 80px;
	border:1px solid #cccccc;
	}
	
* html #ContentLine{
	width:858px;
}

#ContentPart{
	margin:20px 10px 10px 260px;
	background:none;
}

*+html #ContentPart{position:relative;overflow:hidden;margin:20px 200px 0px 0px;}
*+html .clearer { display:block; height:0; font-size:0; clear:both; }
#ContentPart:after{ content:"clear"; clear:both; display:block; height:0; overflow:hidden; visibility:hidden; }

#Footer{
	width:838px;
	height:15px;
	margin:5px 0px 0px 80px;;
	padding:2px 5px 0px 5px;
}

#homebutton{
	width:170px;
	height:100px;
	margin:50px 0px 0px 50px;
}

div.csc-textpic{
	overflow: hidden;
}

div.LeftContentPartText{
	width:230px;
	padding:5px;
	display:block;
	overflow:hidden;
}
