@charset "UTF-8";
/* CSS Document */


body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
text-align:center;
background-color: #CCCCCC;
}

#framecontent{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 150px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
color: white;
}


#maincontent{
position: fixed; 
top: 150px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto; 
}

.innertube{
margin: 25px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 150px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}








#container{
	margin:0 auto;
	position:relative;/**/
	text-align:left;
	height:520px;
	width:1000px;
	clear:left;
}



.h1{

	font-family: font-family: 'Open Sans', sans-serif;;
	font-size: 1.6em;
	font-style: normal;
	line-height: 1.9em;
	font-weight: normal;
	letter-spacing: 0.07em;
	color: #333333;
}

.h2{

	font-family: font-family: 'Open Sans', sans-serif;;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.9em;
	font-weight: normal;
	letter-spacing: 0.07em;
	color: #333333;
}

.h3{

	font-family: font-family: 'Open Sans', sans-serif;;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.07em;
	color: #666666;
}


#container_Inhalt	{
	position:absolute;
	left:350px;
	top:150px;
	
	
	margin: 0 auto;
	text-align: left;
	clear: left;
	width:500px;
	height:290px;
	padding: 0px;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: 1.9em;
	font-weight: normal;
	color: #666666;
	letter-spacing: 0.07em;

	
	background-repeat:no-repeat;
	z-index:10;
   }
   
   #container_index	{
	position:absolute;
	left:520px;
	top:150px;
	
	
	margin: 0 auto;
	text-align: left;
	clear: left;
	width:500px;
	height:290px;
	padding: 0px;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: 1.9em;
	font-weight: normal;
	color: #666666;
	letter-spacing: 0.07em;

	
	background-repeat:no-repeat;
	z-index:10;
   }
   
     
   
#container_Logo	{
	position:absolute;
	left:50px;
	top:70px;
	
	margin: 0 auto;
	text-align: left;
	clear: left;
	width:200px;
	height:70px;
	padding: 0px;

	background-repeat:no-repeat;
	z-index:4;
   }
   
   
   
#container_Logo_gross	{
	position:absolute;
	left:100px;
	top:0px;
	
	margin: 0 auto;
	text-align: left;
	clear: left;
	padding: 0px;

	background-repeat:no-repeat;
	z-index:4;
   }
 
  