@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
body{
	background-color: #EEF0C2
}
#center h1{
	color: #95A11B;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
#center h2{
	color: #95A11B;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
#wom-logo a img, #wom-logo a:link img {
  border: 0;
}
.bildunterschrift{
	font-size: 11px
}
.clear{
	clear: both;
}
#wrapper{
	background-image: url(../global_gfx/body-bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 0 10px 20px 0;
}
#outer {
	width: 913px;
	margin: auto;
	background-color: #fff;
	padding: 10px;
	background-image: url(../global_gfx/bg_right_col.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#header {
	background-image: url(../global_gfx/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	width: 100%;
	background-color: #FFFDF0;
}
#logo {
	height: 215px;
	width: 245px;
	float: left;
	margin-right: 10px;
}
#bilder {
	width: 657px;
	float: left;
	height: 215px;
}
#oben {
	height: 60px;
	background-repeat: repeat;
}
#unten {
	height: 155px
}
#main {
	width: 100%;
	margin-top: 20px;
}
#left {
	float: left;
	width: 245px;
	margin-right: 10px;
	padding-bottom: 50px;
}
	#left .language {
		padding: 20px;
	}
	#left .main_navi {
		font-weight: bold;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #018647;
		margin-bottom: 20px;
	}
	#left .main_navi ul {
		list-style-type: none;
	}
	#left .main_navi ul a {
		display: block;
		height: 30px;
		line-height: 30px;
		text-decoration: none;
		color: #333333;
		padding-left: 20px;
	}
	#left .main_navi ul a:hover,#left .main_navi ul a.on{
		background-color: #F0F1C5
	}
	#left .main_navi li {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #008448;
	}
#center {
	width: 433px;
	float: left;
	line-height: 20px;
	margin-bottom: 15px;
}
	#center a, #center a:visited, #center a:hover {
		color:#009038; 
	}
#right {
	float: left;
	width: 215px;
	margin-left: 10px;
	min-height: 314px;
}
#footer, #footer a {
	height: 30px;
	clear: both;
	background-image: url(../global_gfx/bg_footer.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #CDD45F;
	font-size: 11px;
	color: #333333;
	text-align: center;
	line-height: 30px;
}
#footer a{
	background-image: none;
}
.textcontentElement {
	margin-bottom: 15px;
}
.head2 {
  color: #95A11B;
	font-size: 12px;
	margin-bottom: 5px;
}
.head2 b {
  font-weight: bold;
}


