@charset "utf-8";
/* CSS Document */

* {		
		margin:0;
		padding:0;
		}

body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color:#339933;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000;
	overflow-y:scroll; 
	overflow-x:hidden;
}

.head 	{		position:fixed; 
				top:0; 
				height:15px; 
				width:100%; 
				background-color:#7993a5; 
				font-size:11px; 
				color:#fff; 
				min-width:950px;
				}

a			{ color: #9c9c9e; text-decoration:none; }
a:link		{ color: #9c9c9e; }
a:visited	{ color: #9c9c9e; }
a:hover		{ color: #7993a5; text-decoration:underline; }
a:active	{ color: #7993a5; text-decoration:underline; }

h1			{	font: 150% "Times New Roman", Times, serif;
				color:#9c9c9e;
				}
			
.head a			{ color: #fff; text-decoration:none; }
.head a:link	{ color: #fff; }
.head a:visited	{ color: #fff; }
.head a:hover	{ color: #fff; text-decoration:underline; }
.head a:active	{ color: #fff; text-decoration:underline; }

.logo_stripe  {	margin: 40px 0 0 0;}

#container {
				width: 950px; 
				background: #FFFFFF;
				margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
				text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
				}

.navigation	  { 
				left:0;
				width:137px; 
				height:518px; 
				background-image:url(images/muenchen.gif); 
				float:left;
				text-align:right;
								}
.buttons    {	height:518px; }

.buttons a {	color: #9c9c9e;
				margin: 15px 10px 5px 0px;
				width:80px;
				display: block;
				border-bottom: 1px dashed #bcc9d2;
				font: 12px Verdana, sans-serif;
				text-decoration: none;
				text-align: right;}

.buttons a:hover {background-color: fff;
				color: #7993a5;
				text-decoration: none;}



.content	  { 
				margin:0 0 0 137px;
				width:812px; 
				border-left:1px solid #b6b7b8;
				border-right:1px solid #b6b7b8;
				border-top:1px solid #b6b7b8;
				}
.footer		  { position:relative;
				bottom:0px;  
				width:812px;
				margin:-1px;
				}

.beno		{	font:Verdana, Arial, Helvetica, sans-serif;
				color:#7993a5;
				font-weight:bold;
				}
.content_table {
	border-bottom: solid 1px #7993a5;
	border-collapse: collapse;
	padding: 3px;
	font-size:10px;
}

ul li {
    list-style: url(images/li.gif);
    margin-left: 20px;
    padding: 0;
    line-height: 1.5em;
	}
