body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #e9f4f9;
	margin-top: 20px;
}
#layout {
	/*margin: auto;*/
	width: 800px;
	min-height: 700px;
	background-image: url(images/layoutback.gif);
	background-repeat: repeat-y;
	border: 1px;
	border-style: solid;
	border-color: #c7d9df;
}

#sloganrechtsoben {
text-align: center;
height: 120px;
background-image: url(images/sloganback.gif);
background-repeat: no-repeat;
padding-left: 10px;
padding-right: 10px;
border-bottom: 1px;
border-bottom-style: dotted;
border-bottom-color: #c7d9df;
color: #316088;;
}

#contentleft {
float: left;
width: 375px;
margin-top: 10px;
margin-left: 10px;
text-align: left;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #316088;
}
#contentgesamtbreite {
float: left;
width: 580px;
margin-top: 10px;
margin-left: 10px;
text-align: left;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #316088;
}
.navigationoben {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	}

#contentright {
margin-top: 10px;
margin-right: 10px;
width: 197x;
float: right;
text-align: left;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #316088;
}

.clear {
clear: both;
}

#left {
width: 200px;
float: left;
background-color: Lime;
	
}
#right {
	width: 600px;
	float: right;
	}
h1 {
font-weight: 600;	
font-size: 16.5px;
color: #87B32E;
	}

h2 {
	font-weight: 700;
	font-size: 13px;
	color: #289EB5;
}

.adds {
	font-size: 10px;
	text-decoration: none;
	color: #316088;
}

.tableleft {
	width: 300px;
	margin-bottom: 10px;
	float: left;
}
.tableright {
	width: 75px;
	margin-bottom: 10px;
	float: right;
	text-align: right;
}
.linkimtext {
	font-weight: 600;
	text-decoration: none;
	color: #316088;
	
}
.linkimtext:hover {
font-weight: 600;
color:#87B32E;
}

.linkimtext:active {
font-weight: 600;
color:#87B32E;
}
.subnav {
display: block;
width: 180px;
background-color: #EFF6FC;
height: 20px;
border-bottom: 1px;
border-bottom-color: White;
border-bottom-style: solid;
padding: 3px;
padding-left: 5px;
}
.linkactive {
font-weight: 600;
color:#87B32E;
}