html, body {
  height:100%;
}

body {
	background: #f0f0f0;
	text-align: center;
	margin-top: 0px;
	font-family:Verdana, Arial;
	font-size:11px;
}
#banner_left{
	width: 120px;
	height:600px;
	float:left;
}
#all_over{
	width: 1074px;
	min-height:100%;
	margin:0px auto;
}
#banner_right{
	width: 120px;
	height:600px;
	float:right;
}
#header {
	width: 834px;
	height: 119px;
	margin: 0px auto;
	margin-top:30px;
	background: url(images/header.png) no-repeat;
}
#login{
	width:437px;
	height:68px;
	background: url(images/login.png) no-repeat;
	float:right;
	margin-top:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#login a{
	text-decoration:none;
	color:#7f7f7f;	
}
#login a:hover{
	text-decoration:none;
	color:#66aa2f;	
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#page {
	width: 834px;
	height: 396px; 
	margin: 0px auto;
	padding-top:10px;
	background: url(images/content.png) no-repeat;
}
#menue {
	width: 834px;
	height: 40px;
	margin: 0px auto;
}
#footer {
	width: 834px;
	height: 39px;
	margin: 0px auto;
	background: url(images/footer.png);
}
.first_button {
	display:block;
    background-image:url(images/first_button.png);
    width:175px; 
	height:39px ;
	border: hidden;
}
#content {
	width: 670px;
	/*height:100%;*/
	height:396px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:2px;
	padding-left:20px;
	text-align:left;
	margin:0px auto;
}
.hinweis {
	font-size: 0.95em;
	border: 1px solid #B22222;
	padding: 0.3em 1em;
	background: #F9E9E9;
	color:#B22222;
}
.hinweis a {
	color:#000000;
}
.hinweis_ok a {
	color:#000000;
}

.hinweis p {
	margin:0;
	padding: 0;
	width: auto !important;
}

.hinweis h3 {
	margin-top: 0;
	color: #a33f08;
}
.hinweis_ok {
	background: #EBFAED; 
	border: 1px solid #61A301; 
	color: #61A301; 
	font-size: 0.95em;
	padding: 0.3em 1em;
}
.hinweis_ok h3 {
	margin-top: 0;
	color: #61A301;
}
.hinweis_ok p {
	margin:0;
	padding: 0;
	width: auto !important;
}
h1 {
/*	color:#71fb05; */
	color:#8ae52c;
	font-weight:bold;
	font-size:11px;
}
input {
	color:#000000;
	border-color:#99CC33;
	height:13px;
	width:130px;
	margin-top:2px;
	border-width:1px;
	font-size:12px;
}
.submit_button {
	background:url(images/button.gif);
	border:hidden;
	width:116px;
	height:27px;
	color:#FFFFFF;
	font-style:italic;
}
.submit_button:hover{
	color:#8ae52c;
}