/* @override 
	http://localhost:8888/wopla/wopla.css
*/

/*******************************************************/

div.center {
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	min-height: 623px;
	overflow: hidden;
	background: url(../img/center_bg.gif) no-repeat;	
}

div.menu {
	float: left;
	width: 202px;
	margin: 0 auto 0 0;
	height: 623px;
	background: url(../img/menu_bg.gif) no-repeat;
	line-height: 1.3em;	
}

div.inhalt {
	float: right;
	width: 515px;
	min-height: 601px; /* remember to use iexplore specific css with min-heigt = height */
	margin: 0 0 0 auto;	
	padding: 10px;	background: #07223c;	border: 1px solid #435f79;
}

div.ausan {
	display: none;
}

div.anaus {
	display: block;
}
/*******************************************************/
div.leiste {
	border: 1px solid #07223c;	background-color: #435f79;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	width: 760px;
}

div.kopf {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	width: 760px;
}


/*******************************************************/