/*
====================================================
Tanja Walter Kreativdesign layout.css
Created by:

INTERMENUE, Internet à la carte
Beibachweg 13
D-71384 Weinstadt

phone +49(0)7151 6048803
fax +49(0)7151 6048804
mail dino.di.carlo@intermenue.de
url www.intermenue.de
====================================================
*/
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: 1024px;
		min-height: 795px;
		margin: 10px auto 10px auto;
		background:#ffffff;
		background-image:url('../images/allover/stiefel.jpg');
		border:1px solid #cccccc;
		/*border-right:1px solid #cccccc;
		border-bottom:1px solid #cccccc;*/
	}
	
* html #frame{
  height:795px;
}


#HeaderLine{
	width:1024px;
	height:250px;
}

#logo{
	width:350px;
	height:200px;
	background-image:url("../images/allover/tw_logo.png");
	background-repeat:no-repeat;
}

#navi{
	float:right;
	height:200px;
	width:200px;
	text-align:right;
	padding:20px 20px 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:1024px;
	height:550px;
	}

#content{
	width:380px;
	height:100%;
	padding:0px 10px 0px 20px;
	visibility:hidden;
}

#imagepart{
	float:right;
	width:610px;
	height:490px;
}

.imagequader{
	display:none;
	float:left;
	width:120px;
	height:120px;
	border:1px solid #ffffff;
	/*background:url("../images/allover/quader_bg.png");*/
	-moz-opacity : 0;
	opacity:0;
	filter:alpha(opacity=0);
}

html[lang] .imagequader{
	display:none;
}
html:root .imagequader{
	display:block;
}
.imagequader_content{
	width:100%;
	height:100%;
}

#ContentPart{
	margin-left:230px;
	background:none;
}

*+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; }

#Footer{
	width:880px;
	display:inline;
	height:15px;
	margin:0px 5px 0px 5px;
	padding:0px 5px 0px 5px;
}

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


#title{
	height:110px;
	width:110px;
	padding:5px;
}
/*#title{
	background:#ffffff;
	-moz-opacity : 0.5;
	opacity:0.5;
	filter:alpha(opacity=50);	
			}
*/
