﻿
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#F4F4F4;

}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	background:#fff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

	font-family: arial;
	font-size:12px;
	line-height: 1.5em;
	color:#333333;
	box-shadow: 1px 1px 10px #999;
}

div#container_imp {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	background:#fff;
	height:1450px; /* IE6: treaded as min-height*/


	font-family: arial;
	font-size:12px;
	line-height: 1.5em;
	color:#333333;
	box-shadow: 1px 1px 10px #999;
}

div#head {
position: relative;
top: 0px;
width: 900px; 
background-image: url(../images/schatten.png); 
background-repeat: no-repeat; 
height: 210px;
}

#head_bild { 
position: relative;
top: 25px;
left: 110px;
width: 703px; 
height: 297px; 
}

/** Logo **/
#logo { 
position: relative;
left:0px;
top: 0px; width: 900px; 
height: 130px; 

}

#sprache{ 
position: relative;
left:700px;
top: 44px; 
width: 150px; 
height: 22px; 
}

#menu {
position: absolute;
left:20px;
z-index:3; 
width: 160px;
top: 250px;
font-family: Arial;
font-size:13px;
}


  
#menu ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#menu li {
border-bottom: 1px dotted #999;
margin: 0;
list-style: none;
list-style-image: none;
background-color: #ffffff;
}

#menu li a {
display: block;
padding-top: 5px; /* oben */ padding-right: 0px; /* rechts */ padding-bottom: 5px; /* unten */ padding-left: 5px; 
color: #333;
text-decoration: none;
font-weight: normal;

}
     

     
#menu li a:hover {
background-color: #ccc;
color: #000;


    }

a, a:visited, a:focus, a:active, a:hover{
outline:0 none !important;
}



div#content {
padding:0em 1em 1em; /* bottom padding for footer */
position:relative;
left:220px;
width: 600px;
z-index:2;
top:80px; 
background-color: #ffffff;
}
	



	

h1 {
color:#666666;
font-size:24px;
font-family: arial;
font-weight:normal;
line-height: 1.2em;
letter-spacing:0,5;
}

h2 {
color:#333333;
font-size:15px;
font-family: arial;
font-weight:bold;
}

h3 {
color:#006633;
font-size:14px;
font-family: arial;
font-weight:bold;
}

h4 {
color:#006633;
font-size:14px;
font-family: arial;
font-weight:bold;
}

h5 {
color:#66CC99;
font-size:14px;
font-family: arial;
font-weight:bold;
}

.text {
color:#333333;
font-family: arial;
font-size:13px;
line-height: 1.3em;
}

.bold {
color:#333333;
font-size:13px;
font-weight:bold;
}

.clearFloating
{
clear: both;
}

.leftImg
{
float: right;

}

div#footer {
width:100%;
bottom:0; /* stick to bottom */
position:fixed;




}

