


body {
background-color:Black ;
text-align:center;
	font-family: Gill Sans, Verdana;
	font-size: 9px;
	line-height: 10px;
    font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
    color:grey;
	}


input {
	font-family: Gill Sans, Verdana;
	font-size: 9px;
	line-height: 10px;
    font-weight: bold;
	width: 70px;
	letter-spacing: 1px;
    color:grey;
background-color:black;
border: 1px solid gray;
}


br {
clear: left;
}

.ok_login {
	padding:0;
	margin:0;
	width:30px;
	border: 1px gray;
	background-color: black;
	}

table {
     table-layout: fixed;
}

textarea {
    background-color: Black; color: gray;
    font-family: Gill Sans, Verdana;
	font-size: 9px;
    font-weight: bold;
}

div#topmenu { 
   text-align: center;
   position:absolute; 
   top: 5px;
   height: 85px;
   width:100%; 
   left:0%; 
   background-color: black;
   } 

div#mainframe { 
   position:absolute; 
   left:0%; 
   top:140px; 
   height: 450px;
   width:100%; 
   margin-top:0; 
   margin-left:0px; 
   background-color: Black;
   background-image: url(../bilder/backgroundvdm.jpg);
   background-repeat:no-repeat;
   background-attachment:scroll;
   background-position:center center;
   background-size: 100% 100%;
} 

div#floormenu { 
   position:absolute; 
   left:0%;  
   top:600px; 
   height:22px;
   width:90%;
   background-color: Black;
   margin-left:5%;
   background-image:url(../bilder/bild1.gif);
   background-repeat:repeat-x;
   background-position:bottom center;
   
}







