body {
	padding:0px;
	margin:0px;
	font-family:"Trebuchet MS";
	font-size:12px;
	height:100%;
	color:#282828;
}

#box{
  	position: relative;
  	min-height: 100%;
	height:auto !important;/* moderne Browser */
	height:100%; /* IE */
}

h2	{
	font-size:14px;	
	color:#99CC33;
}
a:hover	{
	text-decoration:underline;
	color:#282828;
	background-color:#99CC32;
}

a 	{
color:#282828;
text-decoration:underline;
}

fieldset	{
	border:1px solid #969696;
}

.smallfont	{
	font-size:10px;
}

.alert {
	background: #fff6bf url(../grafik/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

.information {
	background: #fff6bf url(../grafik/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #4C92D2;
	border-bottom: 2px solid #4C92D2;
}

.big_frm	{
	border:1px solid #969696;
	font-size:18px;
	font-family:"Trebuchet MS";
	padding:2px;
}
.reg_frm	{
border:1px solid #363A33;
}

.warning	{
	color:red;
}

#info-frame {
background-color:white;
}

#header	{
	padding:0px;
	margin:0px;
	height:65px;
	background-image:url(../grafik/bg_header.gif);
	background-repeat:repeat-x;
	background-color:#6FA035;
	width:100%;
	color:white;
}

#header a:hover	{
	text-decoration:underline;
color:#282828;
	background-color:#99CC32;
}

#header a 	{
color:white;
text-decoration:underline;
}

#topnavi	{
	width:100%;
	background-color:#313030;
	height:25px;
	border-bottom:1px solid #99CC33;
}

#topnavi a	{
	color:white;
text-decoration:none;
}

#topnavi a:hover	{
	color:white;
text-decoration:underline;

}

.header_slogan	{
	color:#99CC66;
	font-size:11px;
}

.logo	{
	float:left;
	margin-left:10px;
}
.login	{
	float:right;
	width:400px;
	margin-top:10px;
	margin-left:0px;
}

.navi	{
	margin-top:20px;
float:left;
	margin-left:25%;
	width:350px;

}

.inner_padding	{
	padding:10px;
}

#left_content	{
	width:70%;

	float:left;
	border-right:1px solid #D5D5D5;
}

#right_content	{
	width:29%;
	float:right;
}

#footer	{
	background-color:#99CC33;
	border-top:5px solid #313030;
width:100%;
	text-align:center;
	padding-top:5px;
	font-size:10px;
	height:20px;
	color:#363A33;
position: absolute;
  	bottom: 0;
}

#map	{
	height:500px;
}


