/*  body und schrift definitionen */
html { 
padding:0px;
margin:0px;
}

a {
text-decoration: none;
color: #000;
}

body {
background: url(../img/bg/bg.gif);
font-size: 74%;
font-family: Georgia, Garamond, Palatino Linotype, Times New Roman, Times, serif;
color: #564b47;
text-align: center;
margin: 0px;
padding: 0px;
}

#container {
position: absolute;
height: 550px;
width: 700px;
margin-top: 50px;
margin-left: -350px;
left: 50%;
background-color: #F0F0F0;
border-bottom: 2px solid #789;
border-right: 2px solid #789;
border-left: 1px solid #000;
border-top: 1px solid #000;
}

#container a {
border-bottom: 1px dotted #000;
color: #000;
}

#container a:hover {
border-top: 1px dotted #000;
background-color: #B0C4DE;
color: #000;
}

#container a:activated {
border-bottom: 1px dotted #000;
color: #000;
}