/*----------------------------------------
---GENERAL------------------------------*/
body {
    font-family:Verdana, Arial, sans-serif;
    font-size:10px;
    color:#333;
    background:#e6e6e6 url(bg.jpg) repeat-x;
    margin:0;
}
#main {
    width:100%;
}

a {
    text-decoration:none;
    color:#ff9900;
}
p {
    margin:8px 0;
}
hr {
    border:0;
    width:550px;
    border-bottom:1px solid #999;
    margin:10px auto;
}

.back {
    margin:5px 10px;
}
.tr2 td {
    background:#eee;
}

ul {
    margin:5px 50px;
    padding:0;
}
li {
    list-style-type:none;
    list-style-image:url(list.jpg);
}

/*----------------------------------------
---ENTER--------------------------------*/
body.enter {
    background:#fff;
}
#enter {
    width:500px;
    margin:10px auto;
}

/*----------------------------------------
---TOP----------------------------------*/
#top {
    height:25px;
    width:750px;
    margin:0 auto;
    padding:15px 50px 0 0;
    word-spacing:30px;
    text-align:right;
    font-family:Arial, Verdana, sans-serif;
}
#top a {
    color:#ff9900;
    font-size:16px;
    text-transform:uppercase;
    font-weight:bold;
}
#top a:hover {
    color:#d20000;
}

/*----------------------------------------
---HEADER-------------------------------*/
#header {
    width:800px;
    height:200px;
    margin:0 auto;
    background:url(header.jpg) no-repeat;
}

/*----------------------------------------
---NAVIGATION---------------------------*/
#navigation {
    width:800px;
    height:73px;
    margin:0 auto;
    background:url(navigation.jpg) no-repeat #fff;
}
.navilinks {
    padding:25px 0 0 5px;
    word-spacing:20px;
    vertical-align:top;
    font-family:Arial, Verdana, sans-serif;
}
.navilinks a {
    color:#d20000;
    font-size:15px;
    text-transform:uppercase;
    font-weight:bold;
}
.navilinks a:hover {
    color:#ff9900;
}
.affiliates {
    width:300px;
    text-align:right;
    padding:25px 8px 0 0;
}
.affiliates img {
    border:0;
    margin:0;
}

/*----------------------------------------
---CONTENT------------------------------*/
#content {
    width:800px;
    margin:0 auto;
    background:#fff url(content.jpg);
}
.maintab {
    width:790px;
    margin:0 auto;
}

/*--------------------------------------*/
.content {
    vertical-align:top;
    line-height:16px;
}
.content h1 {
    margin:5px 0;
    color:#ff9900;
    font-size:22px;
    font-family:Georgia, Times, "Times New Roman", serif;
    text-transform:lowercase;
    letter-spacing:1px;
    font-style:italic;
}
.content h2 {
    margin:0;
    color:#d20000;
    font-size:14px;
    font-family:Georgia, Times, "Times New Roman", serif;
    text-transform:lowercase;
    letter-spacing:1px;
    font-style:italic;
}
.content h3 {
    margin:0 15px;
    color:#999;
    font-size:12px;
    font-family:Georgia, Times, "Times New Roman", serif;
    text-transform:lowercase;
    letter-spacing:1px;
    font-style:italic;
}

/*--------------------------------------*/
.navigation {
    vertical-align:top;
    width:150px;
    padding:0 0 0 10px;
}
.navigation h1 {
    background:url(navi_h1.jpg) no-repeat;
    margin:0;
    font-family:Georgia, Times, "Times New Roman", serif;
    text-transform:lowercase;
    letter-spacing:1px;
    font-style:italic;
    font-size:14px;
    line-height:30px;
    padding:0 3px;
    text-align:center;
    color:#d20000;
}
.navigation .box {
    background:url(navibox.jpg);
    padding:5px;
    border-bottom:1px solid #cfcfcf;
    margin-bottom:10px;
}
.navigation .box img {
    border:1px solid #999;
}

/*----------------------------------------
---FOOTER-------------------------------*/
#footer {
    width:800px;
    height:50px;
    margin:0 auto 10px;
    background:url(footer.jpg) no-repeat;
}
.footer_navi {
    padding:32px 10px 0 0;
    text-align:right;
    word-spacing:25px;
}
.footer_navi a {
    color:#d20000;
    font-weight:bold;
    text-transform:uppercase;
}

/*----------------------------------------
---LINKS--------------------------------*/
.linktab {
    width:575px;
    margin:5px auto;
}
.linktab td {
    width:115px;
    text-align:center;
    padding:3px 0;
}

.linkin {
    margin:5px 0;
}

#dhtmltooltip{
position: absolute;
width: 230px;
height:90px;
border: 3px solid #2158b3;
padding: 5px 5px 5px 65px;
background:url(../img/ostern/bg.png);
visibility: hidden;
z-index: 100;
text-align:center;
color:#2158b3;
}
.question {
    font-size:11px;
    font-weight:bold;
    color:#2477ff;
}
.osterei1 {
    margin:5px;
    float:left;
}
.osterei2 {
    margin:5px;
    float:right;
}

