
	body
	{
		margin: 0;
		padding: 0;
		font: 90% arial, helvetica, sans-serif;
		text-align: center;
		color: #300;
		background-color: #ffcc33;
	}
	
	a:link, a:visited 
	{ 
		color: #402c18; 
		text-decoration: none;
		border-bottom: 1px dotted;
	}
	
	a:hover, a:active
	{
		color: #800000;
	}
	
	h2
	{
		color: #402c18;
		font: 120% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
	
	h3
	{
		color: #800000;
		font: 106% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}
	
	h4
	{
		color: #402c18;
		font: 92% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}


/* GRUNDELEMENT */

	#container
	{
		margin: 1em auto;
		width: 850px;
		text-align: left;
		background-color: #fff7c2;
		border: 1px solid #402c18;
	}


/* KOPFZEILE - winziger Text wegen Grafik */

	#header
	{
		height: 95px;
		background-image: url(../bilder/banner.jpg);
		background-color: #f5ad05;
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 1px solid #fff7c2;
		position: relative;
	}
	
	#header h1
	{
		font-size: 1px;
		text-align: left;
		color: #f5ad05;
		margin: 0;
		padding: 0;
	}


/* NAVIGATION */


	#mainnav
	{
		background-color: #faa111;
		color: #272900;
		padding: 2px 0;
		margin-bottom: 42px; /* Abstand bis zum contents-div */
	}
	
	#mainnav ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		list-style-type: none;
		border-left: 1px solid #ffed9c;
	}
	
	#mainnav li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #ffed9c;
	}
	
	#mainnav li a
	{
		text-decoration: none;
		color: #272900;
		border-bottom: 0;
	}
	
	#mainnav li a:hover
	{
		text-decoration: none;
		color: #fff;
	}	



/* RECHTE SPALTE */

	#menu
	{
		float: right;
		width: 230px;
		border-left: 1px solid #f5ad05;
		padding-left: 15px;
		padding-right: 10px;
	}
	
	#menu p
	{
		margin-left: 0;
		padding-left: 0;
		line-height: 135%;
	}
	
	#menu ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		line-height: 165%;
	}


/* RECHTE SPALTE Vita*/

	#menuvita
	{
		float: right;
		width: 265px;
		border-left: 1px solid #f5ad05;
		padding-left: 15px;
		padding-right: 10px;
		font: 90% arial, helvetica, sans-serif;
	}
	
	#menuvita p
	{
		margin-left: 0;
		padding-left: 0;
		line-height: 115%;
	}
	
	




/* HAUPTINHALT */

	#contents { margin: 0 290px 40px 20px;}

	#contents p { line-height: 155%; }

	.text 
	{ 
		margin: 0 0 10px 0; 
	}		

	
	.text h4
	{
		color: #402c18;
		font: 92% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 20px 0 -7px 0;
	}
	

	.texttermine 
	{ 
		margin: 0 0 10px 0; 
		border-bottom: 1px dotted #f5ad05;

	}

	.texttermine h4
	{ 
		margin: 0 0 -7px 0; 
	}

	.texttermine ul {
		margin-left: 20px;
		padding-left: 10px;
		line-height: 140%;
	}
		


	.imagefloat
	{
		float: right;
		padding: 2px;
		margin: 0 10px 10px 10px;
	}


/* FUSSZEILE */
	
	#footer
	{
		clear: both;
		color: #fff7c2;
		background-color: #faa111;
		text-align: center;
		padding: 5px;
		font-size: 80%;
	}


/* IMPRESSUM - KONTAKT */


	#kontakt
	{
		position: absolute;
		right: 10px;
		top: 97px;
	}
	
	#kontakt a
	{
		color: ##272900;
		text-decoration: none;
		border-bottom: 0;
	}
	
	#kontakt a:hover
	{
		color: #fff;
		text-decoration: none;
		border-bottom: 0;
	}

