/* ALLGEMEIN */
/* verwendete Farben: nach NCS -> polykat konverter
	Hintergrund: CMYK 28 0 76 0 (S1050 G50Y)
	Navigation H1: CMYK 71 0 99 0
	Navigation H2: CMYK 51 0 99 0
	Navigation H3: CMYK 31 0 99 0
	Navigation hover: CMYK 11 0 99 0 */
/* Hoehe der Bilder im content-div: 500px 
	Breite der Bilder im content-div: 360px*/


body {margin: 10px; padding: 0; text-align: left; }
img	{ display: block; border: 0; }

/* LAYOUTEINSTELLUNGEN FÜR DEN KOPF */

	body {
		background-color: #CFF25A;
		margin: 0;
		padding: 0;}
	
	div#wrapper {
		margin-left: auto;
		margin-right: auto;
		background-color: white;
		width: 1000px;}

	div#head {
		height: 90px;
	  	background-color: white;
		margin-bottom: 10px;
		border-bottom: solid 1px #999999;}
				
	div#main {
	  	height: 500px;
		background-color: white;
		padding-top: 20px;
		padding-bottom: 20px;}

/* LAYOUTEINSTELLUNGEN FÜR DIE NAVIGATIONSLEISTE */
		
	div#navigation {
		float: left;
		width: 140px;
		height: auto;
		background-color: white;
		padding-left: 10px;}
	
	div#buttonH1 a {
		float: left;
		width: 140px;
		margin-top: 1px;
		color: white;
		background-color: #4fad26;}
	
	div#buttonH1 a:hover {
		float: left;
		width: 140px;
		margin-top: 1px;
		background-color: #f1e300;}
		
	div#buttonH2 a {
		float: left;
		width: 140px;
		margin-top: 1px;
		color: white;
		background-color: #94be16;}
		
	div#buttonH2 a:hover {
		float: left;
		width: 140px;
		margin-top: 1px;
		background-color: #f1e300;}
		
	div#buttonH3 a {
		float: left;
		width: 140px;
		margin-top: 1px;
		color: white;
		background-color: #c7d200;}	
		
	div#buttonH3 a:hover {
		float: left;
		width: 140px;
		margin-top: 1px;
		background-color: #f1e300;}
		
/* LAYOUTEINSTELLUNGEN FÜR DEN SEITENINHALT */		
		
	div#content {
		float: left;
		width: 360px;
		padding-left: 12px;
		padding-top: 1px;}
			
		
	div#solospalte {
		float: left;
		width: 350px;
		padding-right: 10px;}
			
		
	div#zweispalten {
		float: left;
		width: 170px;
		padding-right: 10px;
		padding-top: 1px;}
			
		
	div#dreispalten {
		float: left;
		width: 110px;
		padding-right: 10px;
		padding-top: 1px;}
		
/* LAYOUTEINSTELLUNGEN FÜR DIE FUSSLEISTE */		
	
	div#bj {
		background: #CFF25A;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		text-decoration: none;}
	
/* TEXT FORMATIERUNG */
	
	body {
		font-family: 'Helvetica', Helvetica, Arial, sans-serif;
		font-size:10px; 
		color: black;}

	
	h2, p {
		font-weight: normal;
		font-style: normal;
		align: left;}
	
	h1, h2, p {
		padding-left: 10px;
		padding-right: 20px;}
	
	h1 {
		font-size: 11px;
		font-weight: bold;}
		
	h2 {
		font-size: 10px;}
		
	a {
		text-decoration: none;
		color: #4fad26;}

	a:hover {
		text-decoration: none;
		color: white;
	  	background-color: #4fad26;}
		
