#page {
	height: 100%; /* das hier für den ie */
}

/* folgende anweisung wird nicht vom ie interpretiert */

#page[id] {
    height:auto;
    min-height:100%;
}
	
html
{
	height:100%;
	margin:0;
	padding:0;
}
	
body
{
	height: 100%;
	margin: 0;
	padding: 0;
	
	background-color: #B6181F;
}

#logo
 {
 	z-index: 50;
 	position: fixed;
 	
 	bottom: 71px;
 	right: 0px;
 }
 


#page
 {
	position: relative;	
	
	width: 1000px;
	min-height: 100%;	
	
	margin: 0 auto;
 }

#content
 {
	position: relative;
	
	width: 100%;
	
  font-family: Verdana, Helvetica, sans-serif; 
  color: #FFFFFF; 
  font-size: 12px; 	
  line-height: 19px;
  
  padding-top: 0px;
  padding-bottom: 20px;
  	
 }

#content a
 { 
  color: #FFFFFF; 
  text-decoration: underline; 	
 }


#header
 {
	position: relative;
	height: 254px;
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	background-color: #B6181F;
	background-image: url(images/header.gif);
 }

#header_left
 {
 	padding-top: 9px;
 	padding-bottom: 37px;
 	
 	float: left;
 	
 	text-align: left;
 	
  width: 400px;
 }
 
#header_right
 {
 	padding-top: 8px;
 	 	
 	float: right;
 	
 	text-align: right; 	
 	
 	width: 400px;
 } 
 
#header a
 { 	 	
  color: #FFFFFF; 
  text-decoration: underline; 	
 } 

#footer
 {
	position: absolute;
	
	float: left;
	
	width: 1000px;	
	height: 50px;	
	
	bottom: 0px;	
	
	margin: 0 auto;

	clear: both; 
	
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #FFFFFF; 
  font-size: 10px; 
  
  text-align: center;
	
 }
 
h1
 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
 } 

a img 
 {
   border: 0px;
 } 

.clearfix:after 
 {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
 } 
 
.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }
.clearfix { display: block; }
