body
{
    text-align: center;
    font-size: 12px;
    font-family: Arial;
    background-color: #F9E397;
}

.content_right
{
    width: 900px;
    float: center;
    border: 1px dotted #000000;
    padding: 10px;
    background-color:#D9A768
}
clear:both
h1
{
 font-family: Andy;
 font-size: large;
 text-decoration: underline;
 text-align: left;
}
.ulmenue {
list-style-type: none;
margin-left: 0px;
padding-left: 0px;
}
.ulmenue li a {
color: #D9A768;
width: 12em;
padding: 2px;
padding-left: 10px;
text-decoration: none;
background-color: #7B4807;
border-bottom: 1px dotted #000000;
display: block;
}
.ulmenue li a:hover {
color: #BC8549;
background-color: #5D2C00;
}
#limarkiert {
color: #BC8549;
background-color: #5D2C00;
}


.normlink
{
    color: #00007F;
    text-decoration: none;
    font-weight: bold;
}
.normlink:hover
{
    color: #FF0000;
}
.blogtext
{
text-align: center;
    font-size: 14px;
    font-family: Arial;
    line-height: 20px;
}