@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: url(../images/hg.jpg);
    }
     #container { 
	    height: 1006px;
		margin: 0 auto 100px;
		text-align: left;
		width: 1184px; 
		background-image: url(../images/content.jpg); 
    } 
     #header { 
		background-image: url(../images/header.jpg); 
		height: 152px;
		width: 1184px;
    } 
	#header h1 a{
		display: block;
		height: 152px;
		margin-top: -10px;
		position: absolute;
		text-indent: -8800px;
		width: 1184px;
		left: 242px;
	}
	 p{
	 	font-size:12px;
	 	line-height: 18px;
		}
     h1 {
	 	font-size:18px;
	 	color: #a30105;
    	margin: 0; 
    	padding: 10px 0; 
    }
	h2 {
		font-size: 7px;
		line-height: 7px;
		color: #a30105;
		padding-bottom:2px;
	}
	h3{
	font-size:18px;
	color: #a30105;
	margin: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
		}
	h4, h4 a {
		font-size: 10px;
		line-height: 16px;
		color: #a30105;
		padding-bottom: 6px;
	}
	a{
	 	color: #a30105;
		text-decoration:none;
	}
	a:hover{
		color: #648901;
	}
	 #mainContent {
		margin-left: 219px;
		min-height: 468pxpx;
		padding-top: 340px;
		width: 745px;
	} 
	    a.impp{
		position:absolute;
		display:block;
		background-image:url(../images/impressum.jpg);
		text-indent:-10000px;
		width:1184px;
		height:42px;
		margin:57px 0 0 -16px;
	}
		a.impp:hover{
		background-image:url(../images/impressum_hov.jpg)
	}
    a.imp{
		position:absolute;
		display:block;
		background-image:url(../images/impressum.jpg);
		text-indent:-10000px;
		width:1184px;
		height:42px;
		margin:86px 0 0 -16px;
	}
	a.imp:hover{
		background-image:url(../images/impressum_hov.jpg)
	}
	#home a{
		margin: 287px 0 0 184px;
		width: 118px;
		height: 36px;
		position:absolute;
		display:block;
		text-indent:-10000px;
		background-image:url(../images/home.JPG);
 	}
	#home a:hover{
		background-image:url(../images/home_hover.JPG);
 	}
    .clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	#count {
		text-align:center;
		padding-top: 600px;
	}
