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

#frame{
		width: 920px;
		min-height: 600px;
		margin: 0px auto 0px auto;
		border:1px solid #cccccc;
		background:#ffffff;
	}
	
* html #frame{
  height:600px;
}

#HeaderLine{
	background-image:url('../images/allover/header_bg.jpg');
	width:920px;
	height:200px;
}

#TopLineFrame{
	width: 920px;
	min-height: 70px;
	margin: 0px auto 0px auto;
	background:#ffffff;
}
#TopLine{
	width:920px;
	height:70px;
	background:#ffffff;
}

#SpecialNavi{
	float:right;
	display:block;
	width:300px;
	height:80px;
	text-align:right;
	margin:0px 0px 0px 0px;
	padding:55px 0px 0px 0px;
}

#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:260px;
	margin:10px 20px 0px 0px;
	min-height:400px;
}

#ContentLine{
	width:880px;
	background:#ffffff;
	margin:10px 0px 0px 0px;
	}
	
#ContentPart{
	margin:0px 10px 0px 290px;
	padding:0px;
	background:none;
}

*+html #ContentPart{position:relative;overflow:hidden;margin:0px 10px 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; }

#BottomImage{
	width:895px;
	height:135px;
	margin:10px 0px 0px 0px;
	background:#eeeeee;
	background: url("../images/allover/welle.png") no-repeat bottom left;
	text-align:right;
}

#Footer{
	width: 920px;
	min-height: 30px;
	margin: 0px auto 0px auto;
	background:#ffffff;
}


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

div.csc-textpic{
	overflow: hidden;
}
