body {
background: #666666;
margin: 0;
color: #000000;
font: 0.9em small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
}

img {border: 0;}

.alt {background-color: #f5f5f5;}

#container {
width: auto;
background-color: #ffffff;
background-image: url("planete.jpg");
background-position: bottom;
background-repeat: no-repeat;
}

#logo {
margin: 0;
background-color: #000000;
background-image: url("logo.png");
background-position: top left;
background-repeat: no-repeat;
height: 225px;
}

#subtitle {
font-size: 1.2em;
position: relative;
top: 20px;
right: -600px;
color: #666666;
}

#menu {
float: left;
width: 160px;
margin: 10px;
padding: 3px;
background: #f5f5f5;
line-height: 160%;
font-weight: bold;
}

#vmenu {
background: #CCCCCC;
line-height: 26px;
padding: 0;
margin: 0;
}

#vmenu a:link, #vmenu a:visited, #vmenu a:hover {
margin: 0;
padding: 7px;
border-right: 1px solid #cccccc;
}

#vmenu a:hover {
background-color: #ffffff;
}

.submenu {
font-size: 85%;
font-weight: bold;
}

.subsubmenu {
background-color: #E0E0E0;
font-size: 95%;
font-weight: normal;
height: 52px;
}

.subsubsubmenu {
background-color: #F5F5F5;
font-size: 95%;
font-weight: normal;
height: 26px;
}

a:link, a:visited {
color: #333333;
}

a:hover {
color: #999999;
}

#content {
margin: 0;
padding: 15px 15px 15px 200px;
}

#footer {
color: #cccccc;
padding: 5px;
text-align: center;
background: #333333;
font-size: 0.8em;
}

#footer a:link, #footer a:visited, #footer a:hover {
color: #ffffff;
}