@charset "UTF-8";
body {
    	font: 100% Gill Sans, Arial, Helvetica, sans-serif;
    	background: #adc605;
		line-height: 150%;
    	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    	padding: 0;
    	color: #333333;
		
    }
h1 {	
		font: 130% Gill Sans, Arial, Helvetica, sans-serif;
		line-height: 100%;
		color: #adc605;
		
		}
		
h2 {
		font: 110% Gill Sans, Arial, Helvetica, sans-serif;
		line-height: 100%;
		color: #333333;
		}
		
a:link {
	color: #adc605;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #669933;
}
a:hover {
	text-decoration: none;
	color: #a6d34d;
}
a:active {
	text-decoration: none;
	color: #e2fab1;
}
		
.pink {
	font: 110% Gill Sans, Arial, Helvetica, sans-serif;
	line-height: 100%;
	color: #c50076;
}

.hellblau {
	font: Gill Sans, Arial, Helvetica, sans-serif;
	line-height: 100%;
	color: #78adce;
}
li {	
		list-style-type: square;
		}

#wrapper {
	background-color: #FFFFFF;
	height: auto;
	width: 960px;
	margin: 0 auto;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #adc605;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
		
#container {
    	width: 960px;  
    	background: #FFFFFF;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
		border: 0;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }
			
#banner {
	background-color: #FFFFFF;
	height: auto;
}

#navi {
	font-size: 16px;
	font-weight: normal;
	height: 40px;
	width: 830px;
	color: #FFF;
	margin-bottom: 2px;
	margin-left: 43px;
}

#navi ul {
	list-style-type: none;
	height: 36px;
	width: 830px;
}

#navi ul li {
	float: left;
	width: 150px;
	height: 26px;
	display: block;
	text-align: center;
	margin-right: 10px;

}
#navi ul li a:link {
	color: #adc605;
	text-decoration: none;
	display: block;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #adc605;
	padding-top: 8px;
}
#navi ul li a:visited {
	text-decoration: none;
	color: #adc605;
	
}
#navi ul li a:hover {
	text-decoration: none;
	color: #063;
}		

#header {
    	background: #DDDDDD; 
    	padding: 0 0;
    }
#header h1 {
    	margin: 0 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
    	padding: 0 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
    }
#mainContent {
	width: 880px;
	height: 840px;
	padding: 0 40px;
	background: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #adc605;
		
    }
#mainContent_referenzen {
	width: 880px;
	height: 7200px;
	padding: 0 40px;
	background: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #adc605;
		
    }
#mainContent_kurz {
	width: 880px;
	height: 400px;
	padding: 0 40px;
	background: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #adc605;
	
    }
#mainContent_mittel {
	width: 880px;
	height: 650px;
	padding: 0 40px;
	background: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #adc605;
	
    }
	
#mainContent_lang {
	width: 880px;
	height: 10100px;
	padding: 0 40px;
	background: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #adc605;
	
    }
	
#mainContent_sehrlang {
	width: 880px;
	height: 11500px;
	padding: 0 40px;
	background: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #adc605;
	
    }	
	
	
#main_links_breit {
	width: 760px;
	float: left;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}

#main_links_breit_2 {
	width: 760px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}

	#main_links {
	width: 399px;
	float: left;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
	#main_rechts {
	width: 400px;
	float: right;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main_links_referenzen {
	width: 499px;
	float: left;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
	#main_rechts_referenzen {
	width: 200px;
	float: right;
	margin-top: 30px;
	margin-right: 73px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	#main_rechts ul li{
	margin-left: -20px;
}
	#main_rechts_skills{
	margin-top: 80px;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 0px;
	border-top: 1px solid #adc605;
	border-left: 1px solid #adc605;
	border-bottom: 1px solid #adc605;
}
#footer {
width: 960px;
	height: 40px;
	padding-bottom: 10px;
    	background:#ffffff;
		border-top: 1px solid #adc605;
		border-bottom: 8px solid #adc605;
    }
#footer ul li {
	width: 148px;
	float:left;
	list-style-type: none;
	text-align: center;
    }
#footer ul li a {
color: #333333;
text-decoration: underline;
}
#footer ul li a:link {
color: #333333;
text-decoration: underline;
}
#footer ul li a:hover {
color: #adc605;
text-decoration: none;
}


.gruen {
	color: #adc605;
	font: 110% Gill Sans, Arial, Helvetica, sans-serif;
	font-weight:400;
}

