body {
	padding: 0px;
	margin: 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 70%;
	background-image: url(/images/web/hintergrund.jpg);
	background-color: #23317e;
	background-repeat: repeat-x;
	background-position: top;
}
table {
	font-size : 100%;
}
a {
	text-decoration: none;
	color: #519e45;
}
a:hover{
	color:#23317e;
}
h1 {
	font-size: 150%;
	margin: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom:5px;
	border-bottom:2px solid #23317e;
}
h2 {
	font-size: 100%;
	margin: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
}

#head {
	width:990px;
	background-color:#ffffff;
	text-align:left;
}
#menu {
	width: 990px;
	border-top: 3px solid #519e45;
	border-bottom: 2px solid #000000;
	padding-top: 2px;
	float: left;
	background-color:#ffffff;
}
#menu ul {
  margin:0;
  padding:0px 10px 0;
  list-style:none;
  }
#menu li {
  float:left;
  margin:0;
  padding:0;
  }
#menu a {
  display:block;
  padding:3px 10px 2px;
  color: #000000;
  }
#menu li.current {
  background-image:url(/images/web/button_right.gif);
  background-repeat: no-repeat;
  background-position:  right top;
  background-color: #519e45;
  }
#menu li.current a {
  background-image:url(/images/web/button_left.gif);
  background-repeat: no-repeat;
  background-position:  left top;
  padding-bottom:3px;
    color: #FFFFFF;
  }
#menu a:hover{
	color:#519e45;
}

#rahmen {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width: 990px;
	border:1px solid #23317e;
	
	
}
#content {
	clear: both;
	width: 990px;
	padding-top: 5px;
	background-color:#ffffff;	
}
#contentbody {
	width: 990px;
	border: 2px solid #23317e;
	border-left:0px solid #23317e;
	border-right:0px solid #23317e;
	background-position: right bottom;
	background-image: url(/images/web/streifenbg.gif);
	background-repeat: repeat-y;
	padding: 0px;
	float:left;
	min-height:300px;
}
#left {
	width: 180px;
	float: left;
	min-height: 500px;
	padding-top:20px;
	line-height:18px;
	background-color:#ffffff;
}
#right {
	margin-left: 180px;
	min-height:300px;
	padding:20px;
	padding-top:5px;
	
}

#utilities {
	float:right;
	margin-right:25px;
	margin-top:5px;
}
#utilities a {
	display: inline;
	padding: 0px;
}

#menue_head{
	padding:3px;
	padding-left:10px;
	background-color:#32992b;
	font-weight:bold;
	margin-top:8px;
}
#menue_head a{
	color:#ffffff;
}

#submenue{
	padding-left:10px;
	background-color:#f2f2f2;
	border-bottom:1px solid #cccccc;
}
#submenue a{
	color:#000000;
}
#submenue a:hover{
	color:#519e45;
}
div.ppLink{
	position:absolute;
	margin-left:810px;
	margin-top:30px;
	width:180px;
	min-height:150px;
	z-index:3;
}
