body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		background-color: #CCCCCC;
	}
	
	#background
	{	
		background-image: url(images/Hintergrund.jpg);
		background-repeat:no-repeat;
		height: 100%;
		width: 100%;
		position:fixed;

	}

	#container
	{
		
		margin: 70px auto;
		width: 622px;
		text-align: left;
		background-color: transparent;
		
	}

	#teaser
	{
		width: 830px;
		height: 180px;
		text-align:justify;
		padding-left:10px;
		padding-right:10px;
		margin-top:30px;
		margin-left:-200px;
		color: #313131;
		background-color:#FF6600;
		font-family: Optima,arial;
		border-width:2px;
		border-style:solid;
		border-color: #FFCC00;		
	}

	
	#headerstart
	{
		background-image: url(images/titel.gif);
		background-repeat:no-repeat;
		background-position: top center;
		height: 83px;
	}

	#headeruntermenu
	{
		position:relative;
		background-image: url(images/titeluntermenu.gif);
		background-repeat:no-repeat;
		background-position: top center;
		padding-top: 16px;
		text-align: center;
		
		height: 67px;


		
	}
	
	#contentstart
	{
		visibility:hidden;
		
	}


	#contentend
	{
		visibility:hidden;
	}



	#content
	{
		visibility:visible;
		width: 80%;
		margin-left: 57px;
		margin-top: -3px;
		padding-left: 11px;
		padding-right: 9px;
		color: black;
		background-color: #FFCC00;
		font-family: Optima;
		font-size:1.2em;
		word-spacing:0.15em;
		line-height:1.4em;

	}

	h1 {
		font-family: Optima,arial;
		font-size:1.9em;
		font-style:italic;
		text-align: center;
		font-weight: lighter;
		color:#414141;
	}

	h2 {
		font-size:1.1em;
		text-decoration:none;
		text-align: center;
		margin-bottom:-0.5em;
	}

	h3 {
		font-size:1em;
		text-decoration:none;
		margin-bottom:-0.5em;
		font-weight: lighter;
	}
		





	#menu
	{
		margin-left: 83px;
		float: left;
		width: 226px;
		height: 288px;


	}

	#symbol
	{
		margin-right: 83px;
		margin-top:-288px;
		float: right;
		width: 101px;
		height: 0px;
		background-image: url(images/symbolpunkt_trans.gif);
		background-repeat:no-repeat;
		background-position: top center;		


	}

	#map
	{
		margin-right: 83px;
		float: right;
		width: 101px;
		height: 0px;
		background-image: url(images/map.gif);
		background-repeat:no-repeat;
		background-position: top center;		
	}

	#mapcontent
	{
		margin-right: -27px;
		float: right;
		width: 101px;
		height: 0px;
		background-image: url(images/map.gif);
		background-repeat:no-repeat;
		background-position: top center;		
	}


	#symbolcontent
	{
		margin-right: -27px;
		margin-top:-288px;
		left:450px;
		float: right;
		width: 101px;
		height: 0px;
		background-image: url(images/symbolpunkt_trans.gif);
		background-repeat:no-repeat;
		background-position: top center;
		
	}

a:link {
 color : #424242;
      }

a:visited {
 color : #424242;
 text-decoration : underline;
      }

a:hover {
 color : #000000;
 text-decoration : underline;
      }

img {
border:none;
display:block; 
}
