
body		{
			background-color:#E9EBEC;
			//color:#4168B7;
			color:#0a3a9b;
			font-family:Sans-serif;
			font-size:13px;
		}
	
img		 {
			border:none;
		}
		
a:link	{
			text-decoration:none;
			color:#2D4BC7;
		}
	
	
a:hover	{
			text-decoration:none;
			color:#83A2DB;
		}

a:visited 	{
				text-decoration:none;
			}	
	
.tabelle	{
				padding-left:10px;
				//border-style:solid;
				//border-width:5px;
				//border-color:#A8AFB5;
				//border-color:#83A2DB;
				width:900px;
				text-align:left;
				font-size:13px;
			}
	
.navigation	{
				position:absolute;
				top:10px;
				left:50px;
			}
			
.naviborder	{
				border-style:solid;
				border-top-width:5px;
				border-bottom-width:5px;
				border-left-width:0px;
				border-right-width:0px;
				border-color:#83A2DB;				
				width:900px;
			}			
	
.head	{
			position:absolute;
			top:60px;
			left:50px;
		}
		
.content	{
				position:absolute;
				top:180px;
				left:50px;
			}
			
.boldtext	{
				font-weight:bold;
				font-size:13px;
			}
			
.googlemap	{
				border-style:solid;
				border-width:2px;
				border-color:#83A2DB;
			}
