body     { 
margin: 0; 
padding: 0; 
background-color: #fff; 
background-image: url(); 
background-repeat:repeat; 
background-position: top left;
}


#container {
position:relative;
width: 960px;
height: 483px;
margin-top: 50px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
background-color: #fff;
border:2px solid #a8a8a8;
-moz-border-radius:13px;
background-image: url(../images/logo.jpg); 
background-repeat:no-repeat; 
background-position: top center;
}

#inhalt {
position: absolute;
top: 280px;
left: 0px;
width: 960px;
height: 213px;
background-color: #transparent;
background-image: url(); 
background-position: top right; 
background-repeat: no-repeat;
text-align: center;
padding: 0px;
margin: 0px;
overflow:hidden;
font-family: verdana;
font-size: 12px;
line-height:20px;
color: #44403D;
}


#adresse {
position: absolute;
top: 30px;
left: 0px;
width: 960px;
height: 483px;
background-color: #transparent;
background-image: url(); 
background-position: top right; 
background-repeat: no-repeat;
text-align: center;
padding: 0px;
margin: 0px;
overflow:hidden;
font-family: verdana;
font-size: 12px;
line-height:20px;
color: #44403D;
}


#links {
position: absolute; 
top: 0px; 
left: 0px; 
width: 800px; 
height: 100px 
}

	.h1  { color: #7a7a7a; font-size: 18px; font-family: verdana, arial, sans-serif; font-weight: 500; text-decoration: none; text-align: center; }

	.h2  { color: #fff; font-size: 9px; font-family: verdana, arial, sans-serif; font-weight: 500; text-decoration: none; text-align: center; }
	
	.body_text { color: #7a7a7a; font-size: 14px; font-family: verdana, arial, sans-serif; font-weight: 500; text-align: center; }

       ul  { color: #fff; font-size: 4px; font-family: verdana, arial, sans-serif; font-weight: 500; align: center; text-decoration: none; background-color: #transparent;  }
	
       li  { color: #fff; font-size: 4px; font-family: verdana, arial, sans-serif; font-weight: 500; align: center; text-decoration: none; background-color: #transparent;  }

	a:link  { color: #7a7a7a; font-size: 14px; font-family: verdana, arial, sans-serif; font-weight: 500; align: center; text-decoration: none; background-color: #transparent;  }

	a:visited  { color: #7a7a7a; font-size: 14px; font-family: verdana, arial, sans-serif; font-weight: 500; align: center; text-decoration: none; background-color: #transparent;  }

	a:hover  { color: #A4A4A4; font-size: 14px; font-family: verdana, arial, sans-serif; font-weight: 500; align: center; text-decoration: none;   }

	a:active  { color: #7a7a7a; font-size: 14px; font-family: verdana, arial, sans-serif; font-weight: 500; align: center; text-decoration: none;  }
	

