@charset "utf-8";

body  {
	background: #B9D142;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	color: #000000;


}
#container {
	width: 1000px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #B9D142;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	position:absolute;
	margin: -315px 0 0 -500px;
	top:50%;
	left:50%;
}

#sidebar1 {
	float: left;
	width: 174px;
	height: 417px;
	background: #98B701;
	color:#FFF;
	padding: 18px 0px 0px 0px;
}
#sidebar1 a:link, #sidebar1 a:visited{
	color:#FFF;
	text-decoration:none;
}
#sidebar1 a:hover, #sidebar1 a:focus{
	text-decoration:none;
	color:#008B58;
}
#sidebar1 img{
	margin-bottom:20px;
}
#stoerer {
	position:absolute;
	z-index:10;
	margin-top:20px;
	margin-left:-150px;

}
#mainContent {
	background-color:#FFF;
	height: 435px;
	float: left;
	width:565px;
}
#text {
	font-size: 11px;
	font-weight:normal;
	color:#008C57;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 20px;
	line-height: 15px;
}
#text a:link, #text a:visited {
	font-size: 11px;
	font-weight:normal;
	color:#EB7608;
	line-height: 15px;
	text-decoration:none;
}
#text a:hover, #text a:focus {
	text-decoration:underline;
}
input, label {
	font-size: 12px;
	color:#008C57;
	font-weight:normal;
}
#mask {
	background-position:0% 50px;
	background-image: url(img/mask_gradient_1000.png);
	background-repeat: no-repeat;
}
#rightContent {
	margin: 0 0 0 15px;
	width:226px;
	float: left;
	height: 430px;
	text-align:left;
}
.mitglied {
	position:relative;
	top:189px;
}
#buttons {
	margin: 12px 0 0 -2px;
	text-align:left;

}
#buttons p {
	margin: 0;
	padding: 10px 0;
}
#buttons img {
	margin-right: 12px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	width:100%;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #008B58;
}

#footer-container {
	width: 1000px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}
#footer-container img{
	margin-right:10px;
}
label {
	font-size:11px;
}
input {
	font-size:10px;
	padding:0px;
	margin:0px;
	border:1px solid #B9D142;
}
.submit {
	position:relative;
	margin-left:460px;
	margin-top:0px;
}
.submit input{
	border:0px !important;
}
.noborder{
	border:0px !important;
}
input.error { border:1px solid #EB7608; color:#EB7608;}
label.error { color:#EB7608; font-family:arial; font-weight:bold; }

