body{
	background: url(../images/background_verlauf.gif) #d9dade repeat-x;
	font-family: Verdana;
    font-size: 12px;
    color: #666666;
	text-align: center;
	padding: 0;
	margin:  0;
}

#container {
	width: 900px;
	text-align: left;		
	margin: auto;
}

#header_klein {
	background-color: #a3162e;
	width: 900px;
	height: 6px;
	margin-top: 30px;
}

#header {
	background-color: #8e1429;
	width: 900px;
	height: 30px;
}

#navigation {
	background: #ffffff;
 	height: 75px;
	width: 900px;
	margin-bottom: 0px;
}

#navigation_links {
 	height: 45px;
	width: 620px;
	float: left;
	margin-left: 270px;
	margin-top: 30px;
	position: absolute;
	font-family: Verdana;
    font-size: 14px;
    color: #8e1429;
	}

#logo {
 	background: url(../images/logo.gif) #ffffff;
 	height: 75px;
	width: 240px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#logo_eingeloggt {
 	background: url(../images/logo_eingeloggt.gif) #ffffff;
 	height: 75px;
	width: 240px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#container_text {
	background: #ffffff;
	width: 900px;
	float: left;	
}

#text {
    min-height: 270px;
	width: 880px;
	text-align: left;
	float: left;
	margin-left: 10px;
	background: #efefef;
}

#text_eingerueckt {
    min-height: 260px;
	width: 860px;
	text-align: left;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#footer_klein {
	background: #ffffff;
	width: 900px;
	height: 10px;
	float: left;
}

#footer {
	background: #ababab;
	width: 900px;
	height: 5px;
	float: left;
}

#footer_copyright {
	font-size: 10px;
	margin-top: 5px;
	margin-left: 10px;
	width: 900px;
	height: 20px;
	float: left;
}

#balken{
	background: #8e1429;
	width: 860px;
	height: 10px;
	margin-top: 5px;
	float: left;
}

a:visited { color: #8e1429; text-decoration: none; text-transform: none; }
a:link { color: #8e1429; text-decoration: none; text-transform: none; }
a:hover { color: #8e1429; text-decoration: underline; text-transform: underline; }
a:active { color: #8e1429; text-decoration: none; text-transform: none; }


.ueberschrift {
	color: #8e1429;
	font-size: 14px;
}

.eingabe {
	width: 400px;
	border: 1px solid #bbb;
	background: #ffffff;
}

.eingabe_klein {
	width: 200px;
	border: 1px solid #bbb;
	background: #ffffff;
}

.button {
 	width: 200px;
	border: 1px solid #bbb;
	background: #ffffff;
}
	
.textarea {
	width: 400px;
	height: 150px;
	border: 1px solid #bbb;
	background: #ffffff;
}


