*{
	border: none;
	margin: 0;
	text-decoration: none;
	}

body {
	text-align: left;
	font-family: Arial, arial;
	background: #9FE69D;
	color: #75c073;
	padding:0px;
	margin:0px;
	}

a {
	text-decoration: underline;
	border: none;
	color: #75c073;
	}

a:visited {
color:#75c073;
}

a:hover{
color:#ffffff;
}

h1 {
	font-size: 25px;
	}

h2 {
	font-size: 20px;
	}

ul {
	text-align: left;
	}
.nav {
	background: #5DC15B;
	font-size: 12px;
	border-bottom: 5px solid #9FE69D;
	font-family: arial;
	padding: 3px;
	}

/* ----------container zentriert das layout-------------- */
#container {
width: 1002px;
margin-bottom: 5px;
margin-top: 5px;

}

/* ----------banner for logo-------------- */
#banner {
margin-left: 210px;
padding: 0px;
background-color: #9FE69D;
}

#banner img{
margin: 0px;

}
/* -----------------Inhalt--------------------- */
#content{
background-color: #D8FCD6;
padding: 0px;
margin: 0px;
margin-left:210px;
height: 65px;
border-right-style:solid;
}

#content img{

margin-top: 18px;
margin-left: 23px;
}

#content table{
font-size: 13px;

margin-top: 15px;
margin-left: 20px;
}

#text{
overflow: auto;
background-color: #D8FCD6;
padding-left: 29px;
padding-right: 20px;
margin-left:0 !important;
margin-left:270px;
height: 495px;
border-right-style:solid;
line-height: 1.5em;
}

.links{
width: 120px;
font-weight: bold;
padding-top: 3px;
padding-bottom: 3px;
}

/* --------------left navigation------------- */
#left {
	float: left;
	width: 210px;
	margin-right: 0px;
	font-size: 14px;
	font-weight: bold;
	background-color: #9FE69D;
	height: 550px;
	/*min-height:550px;
	height:expression(this.scrollHeight > 550 ? "auto":"550px");*/
	padding: 0px;
	border-bottom: 5px solid #D8FCD6;
	border-top: 5px solid #D8FCD6;
	}

#left a {
color: #ffffff;
text-decoration: none;
	font-size: 18px;
}

#left a:visited {
color:#ffffff;
}

#left a:hover{
color:#cccccc;
}

.activelink {
	color: #5DC15B;
	background: #9FE69D;
	}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
height: 15px;
text-align: center;
color: #ffffff;
background-color: #9FE69D; }

#footer a {
color: #ffffff;
text-decoration: none;
}

#footer a:visited {
color:#ffffff;
}

#footer a:hover{
color:#FCBA5C;
}