@charset "iso-8859-1";	

body {
font-family:verdana;
background-color:#999999;
}

h1 { 
margin-top:0px; 
text-align:center;
}

ul
{
width:100%;
background-color:#000066;
padding:0;
margin:0;
list-style-type:none;
}
.menubutton
{
width:7em;
text-decoration:none;
color:white;
background-color:#000066;
padding:0.0em 0.6em;
border-right:1px solid white;
}
.menubutton:hover {background-color:#999999}
li {display:inline}

#all { 
position : absolute; 
left : 50%; 
margin-left : -400px; 
top:10px;
width: 800px;
border: 1px solid #888888;
color:#000066;
background-color:#ffffff;}

#header {
border:1px solid #888888;
margin:10px;
height:50px;
background-color:#ffffcc; 
}

#menu {	
margin:10px; 
background-color:#999999;
 }

#mainfoto {
float:right;
margin:10px;
background-color:#ffffff;
} 

#foto {
margin:10px;
background-color:#ffffff;
}

#logo {	
float:right; 
text-align:center;
margin-left:10px;
}

#content { 
width:760px;
height:600px;
position:relative;
margin:10px;
padding:10px;
padding-top:30px;
background-color:#ffffcc;
border:1px solid #888888;
}

#helpcontent {
width:760px;
position:relative;
margin:10px;
padding:10px;
padding-top:30px;
background-color:#ffffcc;
border:1px solid #888888;
}
 
#footer {
clear:both;
position:relative;  
border:1px solid #888888; 
margin:10px; 
font-size:x-small;
background-color:#ffffcc; 
text-align:center;}



