/* Kalibrierung der wichtigsten Abstände */

*  { padding: 0; margin: 0; }

html { height: 101%; margin:0;padding:0 }

/* Allgemeine Selektoren */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../img/rahmen.gif);
	background-repeat: no-repeat;
	background-position: top center;
	}

#wrapper {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	}
	
#wrappershops {
	background-color: white;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	}	
	
#wrapperspez {
	background-color: white;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	}
		
	
#logo {
	}
	
#map {
	background-color: #E6E6E6;
	width: 600px;
	height: 425px;
	text-align: center;
	}	
	
#navigation {
	background-color: #F2F2F2;
	text-align: center;
	height: 50px;
	padding-top: 10px;
	}	
	
#aerzteliste {
	background-color: #F2F2F2;
	text-align: center;
	line-height: 1.6em;
}

#presseartikel {
	background-color: #F2F2F2;
	text-align: center;
	line-height: 1.5;
}

#notrufliste {
	background-color: #F2F2F2;
	text-align: center;
	line-height: 1.8em;
}

#impresstext {
	background-color: #F2F2F2;
	text-align: center;
	line-height: 2em;
}
	
h1 { font-size: 150%; } 
h2 { font-size: 130%; }
h3 { font-size: 110%; }

p { margin:0 10px 10px; }

a {
	text-decoration: none;
	outline: none;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:hover, a:focus {
	color: #FF0000;
}


/* ======================================= 
   E N D E   D E S   S T Y L E S H E E T S 
   ======================================= */
