@charset "utf-8";
/***
 *Author: Aneta Demerouti
 *Made: 2012
 *Copyright: Uhlekommunikation
 *					
/***
/* CSS Document */
body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	margin: 0; 
    	padding: 0;
    	text-align: center; 
		background: #3daa97;
    }
     #container { 
	    height: 1071px;
		margin: 0 auto;
		text-align: left;
		width: 1001px; 
		background-image: url(../images/content.jpg); 
    } 
	 #container2 { 
	    height: 900px;
		margin: 0 auto;
		text-align: left;
		width: 1001px; 
		background-image: url(../images/content2.jpg); 
    } 
     #header { 
		background-image: url(../images/header.jpg); 
		height: 332px;
		width: 1000px;
    } 
	#header h1 a{
		display: block;
		height: 332px;
		margin-top: -10px;
		position: absolute;
		text-indent: -8800px;
		width: 1000px;
		left: 332px;
	}
	 
     h1 {
	 	font-size:18px;
	 	color: #236257;
    	margin: 0; 
    	padding: 10px 0; 
    }
	p{ 
		font-size: 12px;
		line-height: 18px;
		color: #343434;
	}
	h2 {
		font-size: 12px;
		line-height: 20px;
		color: #236257;
	    padding: 0 0 35px;
	}
	h3{
		font-size:18px;
	 	color: #236257;
    	margin: 0; 
    	padding: 130px 0 5px; 
		}
	h4, h4 a {
		font-size: 10px;
		line-height: 16px;
		color: #236257;
		padding-bottom: 45px;
	}
	a{
	 	color: #236257;
		text-decoration:none;
	}
	a:hover{
		color: #ff5900;
	}
	 #mainContent {
		margin-left: 20px;
		min-height: 515px;
		padding-top: 60px;
		width: 970px;
	}
    a.imp{
		position:absolute;
		display:block;
		background-image:url(../images/impressum_hov.jpg);
		text-indent:-10000px;
		width:1001px;
		height:45px;
		margin-bottom: 50px;
	}
	a.imp:hover{
		background-image:url(../images/impressum.jpg)
	}
	#home a{
		background-image: url(../images/home.jpg);
		display: block;
		height: 34px;
		margin-left: 1px;
		padding-top: 4px;
		position: absolute;
		text-indent: -10000px;
		width: 74px;
}
	#home a:hover{
		background-image:url(../images/home_hov.JPG);
 	}
    .clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	#count {
		text-align:center;
		padding-top: 300px;
	}