
body {
    background: #515151; color: #333333;
    margin-top: 0px; margin-bottom: 0px;
    font-family:Verdana,Helvetica,sans; font-size:12px; line-height: 1.5em;
}

#container {
    background: #FFFFFF;
    width: 920px;
    margin: auto;
    border: 2px solid #7e7e7e;
}

#header {
    position: relative;
    height: 130px;
    padding: 0px;
    background: url("/img/header.png");
    border-bottom: 2px solid #7e7e7e;
}

#menu {position: relative;
    color: #FFFFFF;
    float: right;
    padding-top: 67px;
}

    #menu a { position: relative;
        background: url("/img/menu_button.png") 0px 0px no-repeat; 
        padding-left: 10px; padding-right: 20px; padding-top: 67px;        
            }
    #menu a:link, #menu a:visited { color: #ffffff; text-decoration:none;}
    #menu a:hover { text-decoration:none; color: #DDFFD9;}
    
#front {
    position: relative;
    background: url("/img/front.jpg");
    border-bottom: 2px solid #7e7e7e;
    height: 110px;
    padding: 30px;
    font-weight: bold;
}

#content {
    padding: 30px;
}

#footer {
    float: right;
}

#rightbox { border: 1px solid #7e7e7e;
    position: relative;
    float: right;
    width: 160px;
    // height: 400px;
    padding: 15px;
    margin-left: 30px; margin-bottom: 30px;
}

a:link,a:visited {
	color: #7D091B; 
	font-weight: bold;
  text-decoration:none;
}

a:hover {
	color: #C94960;
	text-decoration:underline;
}

#buchstabe {
  font-size: 400%;
  color: #7D091B; 
  width: 100px;
  text-align: center;
  text-transform: uppercase;
}

