/*
	Stylesheet für Modul Frame

*/


html, body {

	margin: 0px;
	


	
}


.sel {

	color: #00cc00 !important;

}

#banner {

	z-index: 0;
	position: absolute;
	width: 100%;
	height: 170px;
	background-image: url(bannerw.png);
	background-repeat: repeat-x;
	/*background-color: #800000;*/
	
}

#menubar {

	z-index: 1;
	position: absolute;
	top: 113px;
	width: 100%;
	height: 21px;
	background-color: black;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;	
	/*
	-moz-box-shadow:    4px 4px 6px 3px #818182;
	-webkit-box-shadow: 4px 4px 6px 3px #818182;
	box-shadow:         4px 4px 6px 3px #818182;
	*/
}




#top {

	z-index: 1;
	position: absolute;
	height: 170px;
	width: 1160;
	background-image: url(./images/Walter_Muc_Logo.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;

	/*background-color: #ffffff;*/
	
}

#center {

	z-index: 0;
	position: absolute;
	width: 1140px;
	top: 157px;
	bottom: 40px;

	
}

#options {

	z-index: 2;
	position: absolute;
	top: 108px;
	width: 1024px;
	margin: auto;
	height: 25px;
	line-height: 25px;
	
	/*background-color: #800000;*/
	
}

#options table {

    border-collapse: collapse;
	height: 25px;
	
}

#options td {

	font-family: light, Verdana;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	padding-right: 50px;

}


#bottom {

	z-index: 1;
	position: relative;
	bottom: 0px;
	height: 300px;
	width: 100%;
	border: solid 0px #000000;
	/*background-image: url(wf.png)*/

}



::-webkit-scrollbar { 
    display: none; 
}

#placeholder {

	width: 100%;
	height: 100%;
	border: none;
	background: transparent; 
	display: block;
	border: none;
	
	-ms-overflow-style: none;
	
}

