* {
margin: 0;
padding: 0;
}

body {
background: #909090 url("../images/background.png");
font-family: Georgia, "Lucida Sans Unicode", "Times New Roman", Times, serif;
font-weight: normal;
font-size: 0.9em;
color: #353535;

}


/* Container fuer zentrierte Inhalte */
#hauptbereich {
margin: 25px auto;
width: 900px;
background: #fff;
border: 25px solid #5ac7ff;
padding: 25px;
}


#content_left {
float: left;
width: 450px;
}
#content_right {
float: left;
width: 400px;
}
#zusatzlinks {
width: 850px;
float: right;
margin: 5px;
margin-top: 25px;
text-align: right;
}

    #zusatzlinks ul{
    list-style: none;
    float: right;
    }
    
    #zusatzlinks li{
    float: left;
    margin-right: 20px;
    }
    

.h1_title {
font-size: 2.0em;
color: #FFE500;
}
h2 {
margin-bottom: 25px;
font-size: 1.3em;
color: #d3d3d3;
}
h3 {
margin-top: 25px;
margin-bottom: 25px;
}
p {
margin: 15px 0px;
} 

.markiert {
color: #5ac7ff;
font-weight: 500;
}

#kaufen_bei td {
text-align: center;
}

    
a,a:visited{
color: #00aa00;
text-decoration: none;
}
a:hover,a:active{
color: #eed500;
text-decoration: underline;
}