html{
color:#000
}
body{
	margin-top:100px;
	background-image:url(background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:130%;
}
object {
border: 0;
}
embed {
border: 0;
}
#container{
	position:absolute;
	width:900px;
	left:50%;
	margin-left:-450px; /* negative Hälfte von width: 760px */
	height:640px;
	background-color:#fff;
	background-image: url(shadow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}
#image{
width:330px;
float:left;
}
#content{
	width:320px;
	float:left;
	margin-left:20px;
	margin-right:20px;
	margin-top: 50px;
	background-color:#fff;
	margin-bottom: 20px;
}
#kontaktperson{
width:320px;
margin-bottom:15px;
}
#kontaktperson img{
float:left;
margin-right:20px;
}
#navigation{
width:210px;
float:left;
}
#menu{
margin-top:25px;
text-align:right;
width:210px;
}
#menu ul {
list-style-type: none;
margin:0;
padding:0;
}
#menu ul li{
	list-style: none;
	background: url(line.gif) no-repeat right top;
	line-height:25px;
}
#menu ul li a {
	text-decoration: none;
	margin-right:25px;
	color:#000;
}
#menu ul li a:hover {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}
.menu_aktiv{
	text-decoration: none;
	font-weight:bold;
}
#menu ul ul li{
	list-style: none;
	background: url(line2.gif) no-repeat right top;
	line-height:25px;
	width:210px;
}
#menu ul ul li a {
	text-decoration: none;
	padding-right:20px;
}
#menu ul ul li a:hover {
	text-decoration: none;
	color: #000;
}
#borderbottom{
	background: url(line_bottom.gif) no-repeat right bottom;
	margin-bottom:20px;
}
#images{
text-align:right;
width:200px;
}
#images img{
text-align:right;
margin:25px;
float:right;
border: solid 5px #000;
}
.headline{
font-size:160%;
color:#b99532;
line-height:300%;
}
a:link {color: #b99532; text-decoration: underline; }
a:visited {color: #b99532; text-decoration: underline; }
a:hover {color: #b99532; text-decoration: underline; }
a:active {color: #b99532; text-decoration: underline; }
