@charset "utf-8";
body {
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	background-color: #eeeeee;

}


#total {
	width:979px;
	padding-top:20px;

}

#header {
	background-image:url(img/bg_oben.gif);
	background-repeat:no-repeat;
	width:979px;
	height:24px;
	
}

#mitte {
	background-image:url(img/bg_mitte.gif);
	background-repeat:repeat-y;
	width:979px;
	display:inline-table;
	height:800px;
}

#content {
	float:left;
	width:950px;
	margin-left:20px;
	top:20px;
	position:relative;
}

#logo {
	position:relative;
	left:0px;
	top:0px;
	z-index:10;
	text-align:left;
	background-image:url(../bilder/logo_85x128.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height:130px;
	width:950px;
	display:none;
}

.logoimtext {
	padding-left:50px;
	padding-bottom:45px;
}

#unten {
	background-image:url(img/bg_unten.gif);
	background-repeat:no-repeat;
	width:979px;
	height:23px;
	display:inline-table;
	font-size:9px;
	color:#999;
}

#imp {
	padding-top:22px;
}

#unten a{
	font-size:9px;
	color:#999;
	text-decoration:none;
}

#unten a:hover{
	color:#000;
	text-decoration:underline;
}
	

#nav {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	text-align:center;
	position:relative;
	padding-left:10px;
	z-index:15;
	text-align:center;
}



#nav a {
	color:#FFF;
	text-decoration:none;
}

#sonderbuttons {
	position:relative;
	top:50px;

}

.small {
	font-size:11px;
	color:#999;
	line-height:normal;
	text-align:justify;
	
}


	
h1 {
	font-size:18px;
	font-family:Helvetica, Arial, sans-serif;
	width:100%;
	color:#0d7a36;
	margin-top:0px;
	padding-top:0px;
	text-transform:uppercase;
	}

h2 {
	font-size:16px;
	}
	
#content a {
	color:#0d7a36;
	text-decoration:none;
	}
	
#content a:hover {
	color:#0d7a36;
	text-decoration:underline;
	}
	
input {
	width:100%;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px dotted #FFFFFF;
	background-color:#e2001a;
	color:#FFFFFF;
	}
	



	
