
html 	{
	margin: 0;
	padding: 0;
	height: 100%;
	}
	


body 	{
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, verdana, sans-serif; 
	padding: 0;
	margin: 0;
	color: #905c27; 
	background: #ffffff;
	height: 100%;
	text-align:center;
	}


#wrapper	{
position: relative;
min-height: 100%; /* Mindesthöhe in modernen Browsern */
height: 100% !important; /* !important-Regel für moderne Browser */
_height: 100%; /* Mindesthöhe in IE (<7) */
margin:0 auto;
padding:0;
}

#header	{ 
background:url("bg-footer.jpg") repeat-x scroll center bottom #FFFFFF;
position: relative;
min-height: 50% !important; /* Mindesthöhe in modernen Browsern */
_height: 50% !important; /* Mindesthöhe in IE (<7) */
margin:0 auto;
padding:0;
}

#logo	{ 
bottom:20px;
left:10%;
position:absolute;
right:10%;
text-align:right;
width:80%;
}

#logo img	{ 

}

#footer { 
background:#F4EEE9;
position: relative;
min-height: 50% !important; /* Mindesthöhe in modernen Browsern */
_height: 50% !important; /* Mindesthöhe in IE (<7) */
margin:0 auto;
padding:0;
text-align:center;
}

#footer .login {
font-family:"Arial Rounded MT Bold",Arial,Helvetica,verdana,sans-serif;
font-size:16px;
margin:0 auto;
padding:50px 0 0;
position:relative;
width:300px;
}

#loginform {
display:inline;
float:left;
font-weight:normal;
height:25px;
margin:0 0 0 10px;
padding:0;
position:relative;
width:257px;
}

#footer .form {
border:2px solid #F39307;
color:#F39307;
float:left;
font-size:10px;
font-weight:normal;
height:20px;
margin:0;
padding:0;
position:relative;
width:150px;
}

#footer .loginbutton {
background:none repeat scroll 0 0 #F39307;
border:1px solid #F39307;
color:#FFFFFF;
cursor:pointer;
display:block;
float:right;
font-weight:bold;
height:24px;
margin:0;
overflow:visible;
padding:0;
position:absolute;
right:0;
width:40px;
}

#footer p { 
bottom:50px;
color:#905C27;
font-size:0.7em;
left:10%;
letter-spacing:0.05em;
margin:0 auto;
padding:0;
position:absolute;
right:10%;
width:80%;
}


