/* CSS Document */html, body {	margin: 0;		background-color: #eaeaea;	height:100%;}p {	margin: 0px 0px 10px 0px;	 }#wrapper {	position: relative;	width: 1000px;	height: 2600px;	margin: 0 auto;	padding: 0;	background-color: #ffffff;	background-image: url(../anlagen/hintergrund_sozialkompass.jpg);	background-repeat: no-repeat;	background-position: center 0px;	border-top: 0 none;	border-right: 0;	border-bottom: 0;	border-left: 0;	box-shadow: 0px 10px 15px #999, 0px -10px 15px #999;				}#header {	width: 946px;		text-align: right;	padding: 20px 14px 10px 40px;	margin: 0px 0 15px 0;}#inhalt {	width: 650px;	margin: 40px 0 0px 40px;	padding: 0px 0 20px 0px;	text-align: left;	float: left;}#inhalt2 {	width: 225px;	margin: 40px 0 0px 40px;	padding: 0px 0 20px 0px;	text-align: left;	float: left;}#header p {	font-size: 30px;	color: #f7a800;	font-weight: bold;	line-height: 33px;	}h3 {	font-size: 30px;	color: #f7a800;	font-weight: bold;	line-height: 33px;	margin: 0px 26px 0px 0px;	 	}body,td,th {	font-family: Verdana, Geneva, sans-serif;	line-height: 20px;	font-size: 14px;	color: #5e9728;}h1 {	font-size: 18px;	color: #f7a800;	margin: 0px 0px 5px 0px;	 	}h2 {	font-size: 18px;	margin: 15px 0px 5px 0px;	 	}ul {	list-style: square url(../anlagen/kompass.png) outside;	padding-left: 0;	margin-left:22px;}nav{	width: 1000px;	height: 5px;	background: #5e9728;	}nav ul {	width: auto;	  list-style: none;  margin: 0 0 0 40px;  padding: 5px 0px 20px 0px;}nav > ul > li {  float: left; }nav > ul a {	font-family: Verdana, Geneva, sans-serif;	font-size: 16px;	font-weight: bold;	text-decoration: none;	color: #fff;	display: block;	white-space: nowrap;	margin-right: 8px;	padding: 5px 34px;	background: #fff;	  		}nav > ul > li:hover > ul {  display: block;  }nav > ul > li > ul > li {  position: relative;}nav li > a:after {  content: " +";}nav li > a:only-child:after {  content: "";}nav .active a {	background-color: #fcb92b;	cursor: text;	}nav a:hover{	background-color: #fcb92b;}a:link {	color: #5e9728;}a:visited {	color: #5e9728;}a:hover {	color: #5e9728;}a:active {	color: #5e9728;}