/*
====================================================
Maria Jeggle 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: 0px auto 10px auto;
		background:#ffffff;
		background-image:url('../images/allover/bg.gif');
	}
	
* html #frame{
  height:600px;
}

#HeaderLine{
	background-image:url('../images/allover/tcl-logo.png');
	background-repeat: no-repeat;
	background-position: center left;
	width:900px;
	height:110px;
}

#HeaderImage{
	background-image:url('../images/allover/header_bg.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	width:900px;
	height:150px;
	margin:10px 0px 0px 0px;
}

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

#ContentLine{
	width:880px;
	background:#ffffff;
	margin:15px 0px 0px 0px;
	}
	
#ContentPart{
	margin-left:230px;
	background:none;
	overflow:hidden;
	min-height:450px;
	padding:0px 0px 10px 0px;
}

#ContentPart_Termin{
	margin-left:230px;
	background:none;
	overflow:hidden;
}

#TerminContent{
	margin-left:230px;
	background:none;
}
*+html #TerminContent{position:relative;}
*+html #ContentPart_Termin{position:relative;}
*+html #ContentPart{position:relative;}

*+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; }
#ContentPart_Termin:after{ content:"clear"; clear:both; display:block; height:0; overflow:hidden; visibility:hidden; }
#TerminContent:after{ content:"clear"; clear:both; display:block; height:0; overflow:hidden; visibility:hidden; }
#Footer{
	width:910px;
	height:15px;
	padding:2px 5px 0px 5px;
	background:#b1c903;
}

#homebutton{
	width:170px;
	height:150px;
}
