html {
	height:100%;
	}

body {
	margin:0px;
	padding:0px;
	height:100%;
	font-family: arial, helvetica, sans-serif;
	color:#000;
	background-color:#FFFFFF;
	border: none;
	text-align:center;
	/* Farbeinstellungen für die Scroll-Leiste */
	scrollbar-base-color: #FFFFFF;		 /* Basisfarbe der Scroll-Leiste */
	scrollbar-face-color: #FFFFFF;		 /* Farbe für Oberfläche */
	scrollbar-track-color: #EEEEEE;		 /* Farbe für freibleibenden Verschiebeweg */
	scrollbar-arrow-color: #112A7A;		 /* Farbe für Verschiebepfeile */
	scrollbar-highlight-color: #4345A7;  /* Farbe für oberen und linken Rand */
	scrollbar-shadow-color: #112A7A;	 /* Farbe für unteren und rechten Rand */
	scrollbar-3dlight-color: #EEEEEE;	 /* Farbe für 3D-Effekte */
	scrollbar-darkshadow-color: #DDDDDD; /* Farbe für Schatten */
	}

h1 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:28px;
	} 

h3 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:18px;
	}

p {
	font:12px/22px Arial, Helvetica, sans-serif;
	color: #112A7A;
	margin:0px 0px 6px 0px;
	padding:0px;
	text-align: left:
	}

a {
	color:#09c;
	font-size:12px;
	line-height:12pt;
	font-family:Arial, Helvetica, sans-serif;
	}
a:link {color:#666666;}
a:visited {color:#003366;}
a:hover {color: #990000;}

#Hintergrund {
	position:relative;
	top:-5px;
	margin:0px;
	padding:0px;
	width: 100%;
	height: 10px;
	border: none;
	} 

#Agenturlogo {
	position:relative;
	top:0px;
	height: 100px;
	width: 100%;
	margin:auto;
	border: none;
	}

#Navigation{
	position:relative;
	top:25px;
	height: 85px;
	width: 100%;
	margin:auto;
	border: none;
	} 
	
#Inhalt{
	position:relative;
	/* background-color:#EEEEEE; */
	top:0px;
	height: auto;
	width: 720px;
	margin: 0px auto;
	border: none;
	float: none;
	text-align: left;
	}
	
#Menue{
	position:relative;
	top:-20px;
	background-color:#FFFFFF;
	float: left;
	height: auto;
	width: 250px;
	margin:0px 0px 0px 5px;
	border: none;
	}

#Impressum {
	position: relative;
	width:auto;
	height:50px;
	bottom: 0px;
	padding: 0px;
	float: none;
	margin: auto;
	text-align: center;
	}
