/*basics --------------------- */

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 9px;
font-weight: normal;
font-style: normal;
font-stretch: none;
text-decoration: none;
color: #000000;
text-align: center; 
}

a {
color: #6A9ABF;
font-weight: normal;
text-decoration: none; 
}

a:hover {
color: #000000;
}

/*specific parts --------------- */

#wrapper {
width: 300px;
height: 100%;
text-align: left;
margin-right: auto;
margin-left: auto;
margin-top: 15px;
}

#content {
position: relative;
width: 330px;
top: 0px;
left: 0px;
margin: 0px;
padding: 0px; 
}

#content div {
border-bottom: 1px #999999 dotted;
margin: 0px;
padding-top: 5px;
padding-bottom: 5px; 
}

#logo span {
display: none;
}

#logo {
background-color: #6A9ABF;
position: relative;
background-image: url(_grfx/logomotion.gif);
width: 330px;
height: 150px;
background-repeat: no-repeat;
margin-top: 3px;
margin-bottom: 3px;
top: 0px;
background-position: 10px 120px; 
}


