/*
####################################################### Pfeil Kulm
*/	
		#pfeilkul {
			position: relative;
			top: -30px;
      left: -150px;
			}	

/*
####################################################### Pfeil MGU
*/	
		#pfeilmgu {
			position: relative;
			top: -45px;
      left: 115px;
			}	

/*
####################################################### Pfeil Gothensee
*/	
		#pfeilgot {
			position: relative;
			top: -60px;
      left: 380px;
			}	

/*
####################################################### Bildunterschriften
*/	
		#text {
		  font-size: 11px;
      text-align: center;
      margin-top: 10px;
			}	

HTML, BODY {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	_text-align: center;
	}	
	#container {
		width: 980px;
		margin: auto;
		_text-align: left;
		font-size: 1em;
		}
		.clear {
		clear:both;
		}
/*
######################################### Ueberschrift ganz oben, blauber Hintergrund
*/
		#container #ueberschrift {
			height: 26px;
			background: #6E9ECF;
			text-align: center;
			}
			#container #ueberschrift IMG {
				/*margin: 0 0 0 405px;*/
				}
/*
######################################### MEDIGREIF Logo
*/				
		#container #oben {
			width: 980px;
			height: 200px;
			/*border-left: 1px solid #A4BEDF;
			border-right: 1px solid #A4BEDF;*/
			border-bottom: 1px solid #6E9ECF;
			text-align: center;
			}
			#container #oben IMG {
				margin: 54px 0 0 0;
				}
/*
######################################### Logo Unterschrift
*/
		#container #mitte {
			border-left: 1px solid #A4BEDF;
			border-right: 1px solid #A4BEDF;
			border-bottom: 1px solid #F4A105;
			text-align: center;
			}
			#container #mitte .dienste {
				margin: 8px 0 0 0;
				}
/*
######################################### Bildreihe
*/				
			#container #mitte .bilder {				
				margin: auto;
				margin-top: 54px;
				width: 792px;
				text-align: center;
				}
				#container #mitte .bilder IMG {
					margin-right: 4px;
					}
				#container #mitte .bilder .dunkelblau, #container #mitte .bilder .gelb, #container #mitte .bilder .hellblau {
					width: 260px;
					height: 5px;
					float: left;
					margin-top: 5px;
					margin-right: 4px;
					font-size: 0;
					}
				#container #mitte .bilder .dunkelblau {
					background: #1E82BE;
					}
				#container #mitte .bilder .gelb {
					background: #F59E01;
					}	
				#container #mitte .bilder .hellblau	{
					background: #A4BEDF;
					}
/*
######################################### Verweise unten im Fuss
*/					
			#container #mitte .links {
				clear: both;
				margin-top: 57px;
				height: 11px;
				}
			#container #mitte .links UL {
				list-style: none;
				margin: 0 0 1px 0;
				padding: 0;
				float: left;
				margin-left: 137px;
				}
				#container #mitte .links UL LI {
					display: inline;
					}
					#container #mitte .links UL LI A {
						color: #0269B4;
						text-decoration: none;
						font-size: 0.6em;
						font-weight: bold;
						}
			#container #mitte .links #forward {
				float: right;
				margin-right: 393px;
				_margin-right: 195px;
				}
				#container #mitte .links #forward A {
						color: #0269B4;
						text-decoration: none;
						font-size: 0.6em;
						font-weight: bold;
						}
						#container #mitte .links #forward img {
							border: none;
							}
			#container #mitte .linkitem {
				float:left;
				width: 260px;
				}
				#container #mitte .linkitem a {
					color: #227EBC;
					font-size: 1.2em;
					text-decoration: none;
					font-weight: bold;
					}
/*
######################################### Footer, blauer Balken
*/						
		#container #unten {
			clear: both;
			height: 85px;
			width: 980px;
			background: #006BB3;
			margin-top: 4px;
			}									
