/* ALLGEMEIN */
/* verwendete Farben: nach NCS -> polykat konverter
	Hintergrund: S1050 G50Y
	Navigation H1: S3070-Y50R
	Navigation H2: S5050-G50Y
	Navigation H3: S1050-G50Y */

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

/* LAYOUTEINSTELLUNGEN FÜR DEN KOPF */

	body {
		background-color: #000000;
		margin: 0;
		padding: 0;
		margin-left: auto;
		margin-right: auto;}
	
	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;}

/* LAYOUTEINSTELLUNGEN FÜR DIE NAVIGATIONSLEISTE */
		
	div#navigation {
		float: left;
		width: 230px;
		height: 500px;
		background-color: #000000;
		left: 10px;
		top: 200px;
		position:absolute;}
	
	div#buttonH1 a {
		float: left;
		width: 230px;
		margin-top: 1px;
		background-color: #000000;}
		
	div#buttonH2 a {
		float: left;
		width: 140px;
		margin-top: 1px;
		background-color: #CFF25A;}
		
	div#buttonH3 a {
		float: left;
		width: 140px;
		margin-top: 1px;
		background-color: #CFF25A;}	
		
/* LAYOUTEINSTELLUNGEN FÜR DEN SEITENINHALT */		
		
	div#main {
		height: 450px;
	  	background-color: white;
		padding-top: 20px;
		padding-bottom: 20px;}
		
	div#content {
		float: left;
		width: 360px;
		padding-left: 12px;
		padding-top: 1px;
	  	background-color: white;}
		
		
	div#zweizeilen {
		float: left;
		width: 170px;
		padding-left: 10px;
		padding-top: 1px;
	  	background-color: white;}
			
		
	div#dreizeilen {
		float: left;
		width: 110px;
		padding-left: 10px;
		padding-top: 1px;
	  	background-color: white;}
		
/* LAYOUTEINSTELLUNGEN FÜR DIE FUSSLEISTE */		
	
	div#footer {
		background: white;
		border-top: solid 1px #999999;}
		
	div#bj {
		background-color: #CFF25A;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		text-decoration: none;}
	
/* TEXT FORMATIERUNG */
	
	body {
		font-family: "Nadienne", Helvetica, Arial, sans-serif;
		font-size:30px;
		color: #222222;}

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

	a:hover {
		text-decoration: none;
		color: #e5e5e5;
		background: #d0d0d0;}
		