body{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana;
	width:100%;
	height:100%;
	font-size: 12px;
}

#shadow_container{
	margin: 0px auto;
	width: 1100px;
}

a{
	color: #dddddd;
	text-decoration: none;
}

#shadow_top{
	width: 100%;
	background-image: URL("/images/shadow_top.jpg");
	height: 54px;
}

#shadow_middle{
	width: 100%;
	background-image: URL("/images/shadow_middle.jpg");
}

#shadow_bottom{
	width: 100%;
	background-image: URL("/images/shadow_bottom.jpg");
	height: 54px;
	margin:0px;
	clear: both;
}

#container{
	position: relative;
	margin: 0px auto;
	width: 990px;
	background-color: #545962;
}

#logo{
	position: relative;
	float: left;
	left: 24px;
	top: 20px;
	width: 281px;
	height: 84px;
	background-image: URL("/images/logo.jpg");
	cursor: pointer;
}

#top_fotos{
	float: right;
	width: 648px;
	height: 206px;
}

.top_foto{
	float: left;
	width: 216px;
	height: 216px;
}

#menu{
	clear: both;
	position: relative;
	left: 280px;
	top: 15px;
	width: 648px;
	height: 33px;
	font-size: 14px;
	color: #ffffff;
}

#menu a{
	color: #ffffff;
	text-decoration: none;
}

.menu_item{
	float: left;
	list-style: none;
	margin: 0px;
	margin-left: 25px;
	text-decoration: none;
}

.menu_item_current{
	float: left;
	list-style: none;
	margin: 0px;
	margin-left: 25px;
	font-weight: bold;
}

.menu_seperator{
	list-style: none;
	float: left;
	margin-left: 25px;
}

#submenu{
	position: absolute;
	left: 52px;
	top: 275px;
	list-style: none;
	width: 192px;
	color: #ffffff;
	font-size: 14px;
}

#submenu a{
	color: #ffffff;
	text-decoration: none;
}

.submenu_item{
	list-style: none;
	float: right;
	clear: both;
	margin: 0px;
}

.submenu_item_current{
	list-style: none;
	float: right;
	clear: both;
	margin: 0px;
	font-weight: bold;
}

.submenu_seperator{
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
	float: left;
	width: 192px;
	height: 1px;
	border-bottom: 1px #978170 solid;
}

#adres{
	position: absolute;
	bottom: 55px;
	left: 35px;
	color: #ffffff;
	line-height: 150%;
	clear: both;
}

#content{
	position: relative;
	left: 345px;
	top: 40px;
	width: 525px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#content p img, #content img{
	margin: 5px;
	
}

#title{
	font-size: 20px;
	color: #ffffff;
}

#text{
	font-size: 11px;
	color: #ffffff;
	font-family: verdana;
	line-height: 180%;
}

.titel{
	font-size: 14px;
}