/*
 CSS ELEMENTE - Christian Zimmermann
 20.1.2009
*/


	/*Vier Angaben = erste für oben, zweite für rechts, dritte für unten, vierte für links.
	
	Farbschema: 
		dunkelrotbraun: #993300
		mittel beige: #f8d773
		hell beige: #f6eec3
		sehr hell: #fbfae6
		
	
	*/
body	 
	{
		background: #ffffff;
		color: #000000;
		font: normal 100% Arial, Helvetica, sans-serif;
		text-align:center;
		
	}
	
a 
	{ 
		font-weight: bold;
		color: #977307;
		text-decoration: none;
	}
	
a:hover
	{
		font-weight: bold;
		text-decoration: underline;		
	}

.werbung
{
		width: 800px;
		height: 100px;
		margin: 5% auto;
}

.container
	{
		width: 800px;
		height: 600px;
		margin: 2% auto;
		border: 3px double #F3BB11;
		background: #fbfae6;
		background-image:url(../img/hintergrund.gif);
	}

.container .header
	{
		/*border: 1px solid #FF0000;*/
		height: 91px;
		width: 795px;
	}

h1 
	{
		font-size: larger;
		color: #977307;
	}

h2
	{
		font-size: large;
		color: #977307;
	}

h3 
	{
		font-size: large;
		color: #977307;
	}
	
.container .header .logo
	{
		height: 90px;
		width: 90px;
		float: left;
	}

.container .header .spacer
	{
		/*border: 1px solid #FF0000;*/
		text-align: left;
		font-weight: bold;
		font-size: large;
		vertical-align: middle;
		padding: 5px;
		height: 90px;
		width: 630px;
		float: left;
	}

.container .header .flaggen
	{
		/*border: 1px solid #FF0000;*/
		margin-top: 40px;
		height: 32px;
		border: 0px;
		width: 32px;
		float:left;
		vertical-align: bottom;		
	}

.container .header .flaggen img
	{
	border: 0px;
	}

.nav 
	{
		/*border: 1px solid #FF0000;*/
		height: 31px;
		width: 800px;
	
	}
	

.nav .navcurrent
	{
		background-image:url(../img/btnback.jpg);
		border-bottom: 1px solid #F3BB11;
		/*border: 1px solid #FF0000;*/
		text-align: center;
		line-height: 29px;
		vertical-align: middle;
		height: 30px;
		width: 159px;
		float: left;
	}
	
#navnext
	{
		/*border: 1px solid #FF0000;*/
		border-bottom: 1px solid #F3BB11;
		text-align: center;
		line-height: 29px;
		vertical-align: middle;
		height: 30px;
		width: 159px;
		float: left;
	}

#navnext:hover
{
	background-image:url(../img/btnback.jpg);
}	

.main
	{
		/*border: 1px solid #FF0000;*/
		height: 410px;
		width: 800px;
		
	}
	
.main .text
	{
		/*border: 1px solid #FF0000;*/
		padding-top: 10px;
		padding-left: 10px;
		
		width: 640px;
		height: 410px;
		overflow: auto;
		text-align: left;
		float: left;
	}

.main .text .linkback
	{
		float: right;
		text-align: right;
		font-size: 60%;
	}
.main h2
	{
		
		text-align: center;
	}
	
.main h3
	{
		text-align: center;
	}
	
	
.main .tabletop
	{
		color: #977307;
		font-weight: bold;
	}	

.main img.passbild
	{
		float: left;
		padding-right: 7px;
	}
	

.main .images
	{
		/*border: 1px solid #FF0000;*/
		margin-top: 0px;		
		margin-right: -1px;
		float: right;
		width: 150px;
		height: 420px;
	}
	
.footer
	{
		border-top: 1px solid #F3BB11;
		padding: 3px;
		width: 795px;
		font-weight: bold;
		
		clear: both;
	}
	
.footer .nav
	{
		/*border: 1px solid #FF0000;*/
		font-size: small;
		width: 50%;
		height: 15px;
		float: left;
	}

	
.footer .stichworte
	{
		clear: both;
		font-size: x-small;
		font-weight: none;
		color: #000000;
		width: 790px;
		height: 30px;
	}
	
.footer a
	{
		background-image: none;
		font-weight: bold;
		color: #977307;
		text-decoration: none;
		}
		
.footer a:hover		
	{
		background-image: none;
		font-weight: bold;
		color: #977307;
		text-decoration: underline;
	}