/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	height: 99%;
}

body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;  		
	text-align: center; /* horizontal centering for IE Win quirks */
	background-color: #D6D6D6;
	background-image: url(../images/background-verlauf.jpg); 
	background-repeat: repeat-x;
}

#distance { 
	width:1px;
	height:50%;
	background-color: transparent;
	margin-bottom: -290px; /* half of container's height */
	float:left;
}

#container {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 580px;
	width: 969px;
	clear: left;
}

#headerContainer {
 height: 40px;
}

.flaggen {
  text-align: center;
}
.flaggen img {
  border: 0;
}

#bannerContainer {
  background-image: url(../images/startbanner.jpg);
  height: 147px;
}
#wrapper
	{
	background-color: white;
	height: 340px;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
#welcome {
  float: left;
  color: #47bbe7;
  font-size: 23px;
  margin-top: 50px;
  margin-left: 100px;
}

#gmbh {
  float: right;
  /*font-size: 10px;*/
  font-weight: bold;
  margin-top: 70px;
  margin-right: 10px;
}

#middleContainer {
	float: left;
	width: 732px;
  margin-top: 2px;
}


#rightContainer	{
	float: left;
	width: 212px;
  margin-left: 10px;
  margin-top: 2px;
  height: 270px;
  line-height: 16px;
  text-align: justify;
}

* html #rightContainer	{
  margin-top: 10px;
  height: 260px;
}

#footerStart { 
	position: relative;
	top: -34px;
	height: 100px;
  clear: both;
  color: #8e8e8e;
}
#footer 
	{
	position: relative;
	clear: both;
	text-align: center;
	color: #8e8e8e;
	font-size: 11px;
	margin: 0px 0px;
	top: -33px;
	padding-top:15px;
	height: 61px;
	background: url(../images/footer-background.png) top no-repeat;
	}
#footer .left {
  float:left;  
}
#footer .right {
  float:right;        
}

#footer a, #footer a:hover, #footer .bwc a:hover, #footer .bwc a {
  text-decoration: none;
  color:#8e8e8e;
}
#footer .bwc a:hover, #footer .bwc a {
  color:white;
}
#footer .second {
  padding-top:3px;
}

.color {
 color:#52BDE7;
 font-weight: bold;
}

.hide {
  display:none;
}
.footerText {
  position: relative; 
  top: 30px;
}

