body {
	background-color: white;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	padding: 10px 40px;
}

table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	color: #000;
}

td{
vertical-align:top;
}

a img{
	border: 0 none;
}

a{
	
	color:#339900;
	text-decoration:none;
	font-weight:bold;
	border:none;
}

.hintergrund{
	background-color:#65e656;
	color:#196e10;
	font-weight: bold;
	border:1px solid #196e10;
	text-align:right;
}

.hintergrund2{
	background-color:#ccffcc;
	color:#196e10;
	text-align:left;
	padding-left:5px;
	
}

.hintergrund3{
	background-color:#FFCCCC;
	color:#196e10;
	text-align:left;
	padding-left:5px;
	
}

form{
font-family: Arial,Helvetica,sans-serif;
font-size: 9pt;
}



/*input { 
	border: 1px;
	border-style: solid;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
}*/


.textbox{
	border: 1px;
	border-style: solid;
	background-color:#CCC;
}

h1 {
color: #339900;/*#00cc0a;*/
font-size: 1.5em;
}

h1.title {
/* color:red; */
}

h1.title img {
vertical-align: middle;
}

h2 {
color: #999999;
font-size: 1.5em;
}

h3 {
color: #339900;
font-size: 1.2em;
}

h4 {
color:#999999;
font-size: 1.2em;
}


#container {
position: absolute;
/* left: 40px; */
height: 600px;
}

#menu {
position: relative;
float: left;

width: 130px;
height: 560px;
padding-top: 40px;

background-image: url(../images/menubackground.png);
background-repeat: repeat-y;

color: white;
font-weight: bold;
}

#menu a {
color:white;
text-decoration: none;
}

#menu a:active {
color: #333;
}

#menu ul {
margin-left: 0px;
margin-bottom: 15px;
padding: 1px 0px;

list-style-type:none;
background-color: white;
}

#menu li {
margin: 4px 0px;
padding-top: 2px;
padding-bottom: 1px;
padding-left: 25px;

background-image: url(../images/menuitembackground.png);
background-repeat: repeat-y;
}

#maincontent {
position: relative;
height: 584px;
width: 640px;
margin-left: 150px;
border: solid #9FEF96 2px;
padding: 7px 6px 7px 6px;
/* padding-bottom: 50px; */

background-color: #FFFFFF;

}

#header {
margin-bottom: 10px;
height: 40px;
background: url(../images/headerleft.png) no-repeat #E2FAE0;
}
#navi {
	position:relative;
	height: 15px;
	margin-left: 0px;
	padding-left:5px;
}

#scrolling {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	height: 500px;
	padding-left:5px;
	padding-top:5px;
	overflow: auto;
}

#footer {
margin-top: 5px;
color: #999999;
font-weight: bold;
text-align: center;
}

#login_text{
	border:1px solid #000;
	width:150px;
	
}

#maptxt{
	font-size:12px;
	
}

.rahmen1{
	border:1px solid #196e10;
	width:600px;
	
	
}

