/*
===============================================
layout.css fuer Mirling
===============================================
*/

body{
  	background:#88888f;
  	border:0px;
	padding:0px;
	margin:0px;
	scrollbar-base-color:#88888f;
}

#frame{
		width: 815px;
		min-height: 600px;
		align: center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		margin-top: 10px;
		background:#ffffff;
	}
	
* html #frame{
  height:600px;
  width: 820px;

}

* html #outerframe{text-align:center;}

#frame:after{ content:"clear"; clear:both; display:block; height:0; overflow:hidden; visibility:hidden; border:1px solid #ccccd5;}
/*Logo*/
#Logo{
	background:#eeeeee;
	width:273px;
	height:120px;
	background-image:URL("../images/allover/logo.gif");
}

#LeftPart{
	float:left;
	width:273px;
	min-height:600px;
	
}

* html #LeftPart{
	height:600px;
}

#LeftPart:after{ content:"clear"; clear:both; display:block; height:0; overflow:hidden; visibility:hidden; border:1px solid #ccccd5;}

#RightPart{
	float:right;
	width:540px;
	min-height:600px;
	border-left:1px dotted #cccccc;
}

* html #RightPart{
	height:600px;
}

#header{
	width:540px;
	height:216px;
	border-bottom:1px solid #cccccc;
}
#bildbetrachter{
	position:relative;
	z-index:-1;
	border:none;
}
#content{
	margin:10px;
}

#FooterLine{
clear:both;
	width: 800px;
	height: 15px;
	align: center;
	margin-top:-5px;
	margin-left: auto;
	margin-right: auto;
	padding:0px 15px 0px 10px;
}

#FirstLevelNavi{
	margin-top: 100px;
}

#flashcontent{
	width:540px;
	height:216px;
	margin:0px 0px 0px 0px;
	pdding:0px;
	position:relative;
	z-index:+10;
}

