@charset "utf-8";
* {
	padding:0;
	margin: 0 auto;
}
body {
	text-align: center;
	background: #D4E6F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}
html {
	height: 100%;
}
.content {
	width: 560px;
	float: left;
	font-size: 11px;
	color: #333;
	padding-top: 0px;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 20px;
	position: relative;
	display: inline;
	overflow: visible;
	height: 100%;
}
.header {
	float: right;
	height: 120px;
	width: 220px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #097ABE;
	text-align: right;
	padding-top: 22px;
	padding-right: 20px;
}
.left {
	width: 200px;
	float: left;
	margin: 0 auto;
}

#menu_left {
	width: 200px;
	height: 100%;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	/*overflow: hidden;*/
	display: inline;
	padding-top: 45px;
	position: relative;
	font-weight:bold;
}
#menu_left a {
	text-decoration:none;
	display:block;
	line-height:17px;
}

#menu_left .main {
	margin-left:15px;
	padding-left: 10px;
}
#menu_left .sub1 {
	font-weight:normal;
	margin-left:30px;
	padding-left: 10px;
}
#menu_left .sub2 {
	font-weight:normal;
	margin-left:40px;
	padding-left: 10px;
}
#menu_left  #active_menu {
	background-image: url(images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#menu_left a:link, #menu_left a:visited {
	color:#444;
}
	

#menu a:hover, #menu a:active {
	color:#097ABE;
}
.platzhalter_mensch {
	height: 150px;
	width: 200px;
	float: left;
	margin: 0 auto;
}
.right {
	width: 600px;
	height: 100%;
	float: right;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: inline;
}
.ueberschrift {
	height: 70px;
	width: 330px;
	position: relative;
	float: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #097ABE;
	padding-top: 70px;
	padding-left: 20px;
}
.wrapper {
	width: 800px;
	border: thin solid #CCCCCC;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	/*background-color: #EDF5F7;*/
	background-image: url(images/mensch.gif);
	background-repeat: no-repeat;
	background-position: 35px bottom;
	height: auto;
}
.wrapper_bg {
	width: 800px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}

