/* © softWEHRS.de 2009 */

body {
height:100%;
width: 100%;
margin:0;
overflow:hidden;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
text-align: center;
color: #333333;
}

a:link {color:#333; text-decoration:none}
a:visited {color:#333; text-decoration:none}
a:active {color:#333; text-decoration:underline}
a:hover {color:#333; text-decoration:underline}

#box {
position: absolute;
top: 50%;
left: 50%;
width: 310px;
height: 160px;
margin-left: -155px;
margin-top: -100px;
background: url(../img/bg.png);
padding: 30px 10px 10px 10px;
text-align: center;
}

h1, h2 {
font-size: 12px;
margin-bottom: 5px;
}

#address {
width: 250px;
margin: 40px 80px;
}

#footer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
font-size: 10px;
background: url(../img/bg.png);
text-align: center;
}

#impressum {
position: absolute;
top: 50%;
left: 50%;
width: 465px;
height: 390px;
margin-left: -200px;
margin-top: -190px;
background: url(../img/bg.png);
padding: 30px 10px 10px 10px;
}

p {
text-align: left;
margin-top: 0;
}