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

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

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

#SpecialNavi{
	width:880px;
	height:20px;
	text-align:right;
	margin:0px 10px 0px 10px;
}

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

#ContentLine{
	width:880px;
	background:#ffffff;
	margin:20px 0px 0px 0px;
	}
	
#ContentPart{
	margin:0px 200px 0px 220px;
	background:none;
}

*+html #ContentPart{position:relative;overflow:hidden;margin:0px 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:880px;
	height:15px;
	margin:5px;
	padding:2px 5px 0px 5px;
	border-top:1px solid #cccccc;
}

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

div.csc-textpic{
	overflow: hidden;
}