pre, body, p, h1, h2, h3, ul, li, label, fieldset, div, img, td, th, a, address {
    padding: 0px;
    margin: 0px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:14px;
    color:#000000;
    background-color:#e1e1e1;
}
a {
    text-decoration:none;
    font-weight:bold;
}

a:hover {
    text-decoration:underline;
}

/* wrapper um die gesamte page*/
#wrapper {
    width:100%;
    position:relative;
	margin-top:100px;
	text-align:center;
}

#logo_box {
	margin:auto;
}
#impressum_box {
        text-align:right;
	margin:auto;
        width:580px;
        height:193px;
        padding-top:200px;
        padding-right:20px;
        background:url(../img/bg.png) no-repeat;
}
#impressum_box a {
	background-color:#FFFFFF;
}

.smallFont {
font-size:11px;
}

