/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background-color:#004200;
	background-image:url(../pix/bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

#wrapper {
	margin-right:auto;
	margin-left:auto;
	width:1095px;
}

#head {
	width:100%;
	height:165px;
	text-align:center;
}

#box_links {
	width:130px;
	min-height:399px;
	height:auto !important;
	height:399px;
	background-color:#002400;
	margin-right:10px;
	float:left;
	padding-left:20px;
}

#box_rechts {
	width:130px;
	height:377px;
	background-color:#002400;
	margin-left:10px;
	float:right;
	padding-left:30px;
	padding-top:22px;
	color:#FFFFFF;
}

#inhalt {
	width:720px;
	min-height:450px;
  	height:auto !important;
  	height:600px;
	float:left;
	background-color:#e9ede3;
	padding-left:30px;
	padding-right:15px;
        padding-bottom:30px;
	margin-bottom:0px;
}

.headline {
	width:100%;
	height:22px;
	margin-top:21px;
	margin-bottom:15px;
}
}

.headline {
	width:100%;
	height:22px;
	margin-top:21px;
	margin-bottom:15px;
}

#spacer {
	width:100%;
	height:35px;
	clear:both;
}

#spacer hr {
	width:0;
	height:0;
	padding:0;
	margin:0;
}

#inhalt img  {
	border: solid #002400 1px;
	margin-top:5px;
}
.sponsor {
	 margin-top:5px;
	 }
	 
#inhalt .sponsor img {
	border:0px;
}

#inhalt .headline img {
	border:0px;
	margin-top:0;
}

#bilder {
	margin-right:30px;
	width:200px;
	float:left;

}

#text {
	float:left;
	width:643px;

}

#inhalt a:link, #inhalt a:active, #inhalt a:visited {
	text-decoration:underline;
	color:#002400;
}

#inhalt a:hover {
	text-decoration:underline;
	color:#002400;
}

.error {
	color:#FF0000;
}
.erfolg {
color:#2a3c50;
font-size:14px;
}