/* allgemein*/
body			{
			
			background:url(../images/backlight.jpg) left top no-repeat #88a;

			color: #eee;
			margin: 0;
			padding: 1%; 
			min-width: 640px; 
			font-size: 100.01%; /* umgeht den Font-Size-Bug im Safari, älteren Operas und IE */
 			
			font-family: arial ;
			}
img			{
			height:100px;
			background:white;
			border:none;
			}
a			{
			text-decoration:none;
			color:#fff;
			}


/* - Seitengliederungselemente - */


/* - Seitenkopf - */
#banner 		{
			float:left;
 			clear:right;
			display:block;
			padding: 0px 0 0 0px;
			text-align: left;
			letter-spacing: -3px; 
			margin-right: 15%;
			margin-top:0px;
			}

#banner a 		{
			font-family:times new roman;
			font-weight:bold;
			padding-top:0px;
			color:  white; 
			font-size: 2.2em; 
			text-decoration: none;
			}
#banner span		{
			color:#FC0;
			}




#Leiste			{
			
			height:100%;
			margin:0;
			padding-left:0px;
			color:#fff;
			
			text-align:right;
			
			
			}
#Leiste li		{
			display:inline;
			list-style-type:none;
			margin-left:5px;
			
			}
#Leiste a		{
			color:#fff;
			font: bold 0.6em verdana;
			text-decoration:none;
			}

			



/* - Menü - */
#menu 			{ 
	 		padding: 0px 0% 0px 0%; 
			margin-right:5%;
			margin-top:20%;
			margin-bottom:0;
			text-align:center;
			vertical-align:center;
			color: #fc0; 
			height:100%;
			display:block;
			clear:left;
			}

#menu div		{
 			font: 1.1em times new roman;
			line-height:2em;
 			letter-spacing:+1px;
			padding: 1px 1px 1px 1px;
			font-weight:bolder;
			margin:2px;
			font-style:italic;
			float:right;
			display:inline;
			}

#menu a 		{
			color: white; 
			
			text-decoration: none;
			}



