body {
    font-size: 12pt;
    font-family: 'trebuchet ms', helvetica, sans-serif;
    margin: 0px 0px 0px 0px;
	padding-top:50px;
    font-weight: normal;
    background-color: #EEE;
	background-image:url(images/bg-dot.jpg);
	background-repeat:repeat;
    color: #000000;
	text-align: center;
	vertical-align: middle;
}

a:link    { color: #900000; background-color: none; text-decoration: none; }
a:visited { color: #900000; background-color: none; text-decoration: none; }
a:active  { color: #E00000; background-color: none; text-decoration: none; }
a:hover   { color: #E00000; background-color: none; text-decoration: none; }

.caption {
        text-align: center;
        font-weight: bold;
        font-size: 11pt;
        color: #222;
}
#logo {
	position:static;

}

#opening {
	position: relative;
	top: -150px;
	right: 320px;
	text-align: center;
	vertical-align: top;
	color: #777;
	font-size: 10pt;
}

#address {
	position: relative;
	top: -248px;
	left: 310px;
	text-align: center;
	vertical-align: bottom;
	color: #777;
	font-size: 10pt;
}

#impressum {
	text-align: left;
	padding-left: 100px;
	padding-top: 100px
	vertical-align: top;
	color: #777;
	font-size: 10pt;
}

#imp_link {
	color: #555;
	font-size: 9pt;
}

#imp_link a:link {
	color: #555;
}
#imp_link a:visited {
	color: #555;
}
