*{
margin:0;
padding:0;
}
body{

font-family:"Lucida Sans", Arial;
background-color:white;
text-align:center;
color:black;
font-size:1.0em;
}

#wrapper{
width:800px;
height:600px;
//border: 0.05em solid black;
text-align:left;
margin:20px auto;

}
#main{
margin-top:1em;
}
h2{
text-align:center;
margin-bottom: 2em;
}
#adresse, #offen, #rechtliches{
//margin-left:1.75em;
list-style-type:none;
width: 18em;
display:inline;
}
#adresse{ float:left;}
#offen{ float: left;}
#rechtliches{float:left; font-size: 0.7em; width: 20em; }
a:link{ font-weight:bold; color:blue; text-decoration:none;}
a:visited{ font-weight:bold; color:blue; text-decoration:none;}
a:hover{ font-weight:bold; color:black; text-decoration:none;}
a:active{ font-weight:bold;color:blue; text-decoration:none;}

