html{
	height:100%;
}

body {
	background: white url(../images/page_background.jpg) repeat-x;
	height: 100%;
}

img { border:none;} 

#header{
  height: 312px;
  display: block;
  background: #f9f6f1 url(../images/header_background.jpg) no-repeat;
 margin-bottom:38px;
}

#header i {
  display: none;
}


a:link,
a:visited,
a {
  color: #ad9d6a;
}


a:hover {
  color: #746847;
  
}

a:active{
  color: #c7b37b;
  
}

#header_error_image,
#header_news_image,
#header_step_image,
#header_system_image,
#header_about_image,
#header_takeaway_image,
#header_contact_image {
  position: relative;
  display: block;
  float: right;
  overflow: hidden;  
 }

#header_news_image {
  	height: 302px;	
	width: 319px;	
	right: 15px;
	background: url(../images/header/news.jpg) no-repeat;
	top: 11px;
}

#header_error_image {
  height: 302px;	
	width: 319px;	
	right: 15px;
	background: url(../images/header/news.jpg) no-repeat;
	top: 11px;
}

#header_step_image {
	height: 317px;	
	width: 277px;
	right: 9px;	
	background: url(../images/header/step.jpg) no-repeat;
	top: 14px;
}

#header_system_image,
#header_takeaway_image{
	width: 280px;
	height: 315px;	
	top: 10px;
	right: 8px;	
	background: url(../images/header/system.jpg) no-repeat;	
}

#header_about_image {
	height: 397px;	
	width: 327px;	
	top: 15px;
	background: url(../images/header/about.jpg) no-repeat;
	right: -30px;
}

#header_contact_image {
  	height: 302px;	
	width: 319px;	
	right: 15px;
	background: url(../images/header/news.jpg) no-repeat;
	top: 11px;
}

a.xinglink {
  background: #f6f5f0 url(../images/link-xing.gif) no-repeat;
  width: 31px;
  height: 31px;
  display: block;
  position: absolute;
  top: 310px;
  
}

a.xinglink:hover {
  background: #f6f5f0 url(../images/link-xing.gif) no-repeat -31px 0px;
}

a.linkedinlink {
  background: #f6f5f0 url(../images/link-linkedin.gif) no-repeat;
  width: 31px;
  height: 31px;
  display: block;
  position: absolute;
  top: 310px;
  left: 36px;
  
}

a.linkedinlink:hover {
  background: #f6f5f0 url(../images/link-linkedin.gif) no-repeat -31px 0px;
}


a.twitterlink {
  background: #f6f5f0 url(../images/link-twitter.gif) no-repeat;
  width: 31px;
  height: 31px;
  display: block;
  position: absolute;
  top: 310px;
  left: 72px;
  
}

a.twitterlink:hover {
  background: #f6f5f0 url(../images/link-twitter.gif) no-repeat -31px 0px;
}


.container {
	display: block;
	position:relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	margin:0 auto;
}


#content { 
	padding-bottom: 60px;
	display: block;
	
}


#footer {
	position: absolute;
	bottom:0; /* stick to bottom */
	width: 890px;
	height: 31px;
	background: white url(../images/footer_background.gif) no-repeat;
	display: block;
	margin-left: 0;
	margin-right: 0;
}

#footer a.imprint {
	z-index: 10;
	float: right;
	height: 38px;
	width: 116px;
	background-image: url(../images/impressum.gif);
	margin-top: -38px;
}

#footer a.imprint  i {
	display: none;
}

#footer span.info {
	font: 13px/29px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	margin-top: 2px;
	margin-left: 17px;
	display: block;
}


