* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100.01%; 
	height: 100%;
}

*html #page {
  height: 100%;
}

body {
	font-size: 75.00%; 
	font-family: Arial;
	color: #494949;
	height: 100%;
}

a {
	text-decoration: none;
	color: #494949;
}

#page {
	position: relative;
	min-height: 100%;
	
	/*height: 100%;*/

	background: url(../images/bg1.gif) repeat-y top left #ffffff;
	
	margin-bottom: 48px;
}

#header {
	height: 139px;
	padding-top: 5px;
	background-image: url("../images/logo_bg.gif");
	background-repeat: repeat-x;
	background-position: 0px 25px;
	background-color: #ffffff;
}

#header a:focus,
#header a:hover,
#header a:active { text-decoration: underline; }

.abstand {
	padding-left: 11px;
}

#sprachen {
	width: 120px;
	float: right;
	padding-top: 2px;
}

#logo {
	clear: both;
	margin-top: 18px;
	/*background-image: url("../images/subbanner.jpg");*/
	background-repeat: repeat-x;
	
	height: 99px;
}

#left {
	width: 210px;
	float: left;

}

#content {		
	margin: 10px 10px 48px 220px;
	background-color: #ffffff;			
}

#main {
	padding-top: 1px;
}

#footer {
	position: fixed;
	margin-top: -48px;

	bottom: 0px;

	border-top: 13px solid #3C306B;
	padding-top: 5px; 		
	height: 30px;
	background-color: #ffffff;
}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */

* html #footer
{
	margin-top: -48px;
}

#top {
	width: 300px;
	float: right;
	text-align: right;
}

#flashbanner {
	position: absolute;
	top: 41px;
	left: 213px;
}

#flashsubbanner {
	position: absolute;
	top: 39px;
	left: 213px;
}

#flashsubbanner2 {
	position: absolute;
	top: 41px;
	left: 213px;
}

#flashsubbanner3 {
	position: absolute;
	top: 41px;
	left: 213px;
}




.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 */