/* CSS Document */

body {
text-align:center;
font-size:12px;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#FFF;
background:#FFCC00 url(bilder/hintergrund_seite.jpg);
background-repeat:repeat-x;
}

a, a:link, a:active, a:visited {
color:#FFF;
font-weight:bold;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

#container {
background:url(bilder/hintergrund_rasen.jpg);
border:3px solid #FFF;
width:780px;
margin-left:auto;
margin-right:auto;
}

#titelkopf {
width:100%;
height:auto;
display:inline;
}

#haupt {
margin-top:5px;
margin-left:5px;
width:100%;
}

#box {
width:460px;
height:500px;
background:url(bilder/box.jpg);
background-repeat:no-repeat;
float:left;
margin:10px;
}

#danke {
width:460px;
height:500px;
background:url(bilder/box_danke.jpg);
background-repeat:no-repeat;
float:left;
margin:10px;
}

.haupttext {
text-align:left;
margin:30px;
}

.haupttext-weiter {
text-align:left;
margin:30px;
}

.haupttext-danke {
text-align:left;
margin:30px;
margin-top:200px;
}

.haupttext h3 {
font-size:18px;
color:#FFFFFF;
}

.marginal {
width:250px;
margin-left:480px;
}

.partner {
border:1px solid #FFF;
}

.error {
border:3px solid #FF0000;
background-color:#FFFFFF;
color:#FF0000;
padding:5px;
font-size:12px;
font-weight:bold;
text-align:center;
}

.absenden {
width:180px;
height:48px;
background:url(bilder/absende.jpg);
font-weight:bold;
text-align:right;
color:#FFFFFF;
}

.clear {
clear:left;
}

#footer {
clear:left;
width:100%;
margin-top:25px;
}