html {
	height:100%;
}

body {
	padding-bottom:20px;
	background-color:#000000;
	font-size:12px;
	font-family:verdana;
	margin:0%;
	color:white;
}

a.menu:link, a.menu:visited { 
	color:#ffffff;
	text-decoration:none;
}
a.menu:active, a.menu:hover { 
	color:#ffffff;
	text-decoration:underline;
}

div.spacer {
   margin-bottom: 20px;
}

/**********SEITE AUSGRAUEN**********/
div.greyBox {
   position: fixed;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   z-index: 4;
   text-align: center;
   background: #000000;
   filter += ("progid:DXImageTransform.Microsoft.Alpha(opacity=60)");
   opacity: 0.5;
}

div.greyBoxContent {
   position: fixed;
   text-align: center;
   width: 538px;
   z-index: 5;
}


/*********OUTPUT**********/
div.itext {
   border-bottom: 1px solid #FFFFFF;
   border-left: 1px solid #FFFFFF;
   border-right: 1px solid #FFFFFF;
   padding: 10px 10px 10px 10px;
   text-align: left;
   height: 100%;
}

div.icontent {
	margin:0px auto;
   text-align: left;
   color: #FFFFFF;
   width: 538px;
   background-color: #000000;
}

div.headline {
   font-size: 12px;
   font-weight: bold;
   background-color: #730000;
   border: 1px solid #ffffff;
   padding-left: 10px;
   text-align: left;
   line-height: 14px;
   height: 14px;
}

div#content {
	width:800px;
	margin:0px auto;
	padding-top:20px;
	text-align:center;
	border:solid 1px white;

}

#menu {
	width:800px;
	margin:0px auto;
	color:#ffffff;
	border-style:solid solid none;
	border-width:1px;
	border-color:white;
	background-color:#000001;
	text-align:center;
	padding:10px 0px;
}

div.ovw {
	margin: 0 auto;
	width:840px;
	position: relative;
}

div.ovwp {
	float: left;
	width: 210px;
	height: 210px;
}
