/* CSS Document 
Stylesheet für die Website von Frau Dr. med. dent. Eliane Nebiker
Datei: css
Datum: 16.03.2009
Autor: Daniel Nebiker*/

padding {
	padding:0;
	margin:0;
	}
	
* html {
	height:101%;
	}

body {
	color:white;
	background-color:#8c8c8c;
	font-family:Arial, Verdana, Helvetica, sans-serif;
		font-size:small;
	}

#wrapper {
	color:black;
	background-color:white;
	width:920px; /*feste Breite*/
	margin: 10px auto; /*zum Zentrieren*/
	}
	
#kopfbereich {
	color:black;
	background-color:#00DDDD;
	background-image:url(/images/kopf_bg_verlauf.jpg);
	padding:1px 20px 1px 20px;
	}
	
	#kopfbereich img {
	  /*background-color: white;*/
	  padding:1px;
	  /*border: 5px solid #d9d9d9;*/
    }
	
	#Kopfbereich p {
	position: absolute;
	top: 25px;
	left: 50%;
	}

#navibereich {
	text-align: right;
	color: black;
	background-color: #00DDDD;
	background-image: url(/images/kopf_bg_verlauf.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	padding: 5px 10px 4px 10px;
	border-bottom: 1px solid #8c8c8c;
	}
	
#navibereich ul {
	margin-bottom: 0; /*keinen unteren Rand*/
	}

#navibereich li {
	display: inline;
	list-style-type: none;
	margin: 0;
	}

#navibereich a {
	color: black;
	background-color: #CACACA;
	padding: 4px 8px;
	border: 1px solid #8c8c8c;
	}

#navibereich a:hover,
	#startseite #navi01 a, /*immer mit Komma am Ende*/
	#teamseite #navi02 a,
	#dienstleistungsseite #navi03 a,
	#terminseite #navi04 a,
	#notfallseite #navi05 a,
	#kontaktseite #navi06 a,
	#standortseite #navi07 a,
	#leitbildseite #navi08 a,
	#ethnohealthseite #navi09 a,
   #datenschutzerklärungseite #navi11 a,
	#impressumseite #navi10 a /*zuletzt ohne Komma am Ende!*/
	{
	text-decoration: none; /*Unterstreichung aus*/
	color: black;
	background-color: white;
	padding-bottom: 5px; /*ein Pixel mehr als oben*/
	border-bottom: none; /*untere Rahmenlinie aus*/
	}

#navibereich a:active {
	background-color: white;
	}

#textbereich {
	padding: 20px 10px 20px 20px;
	background-color: #FFFFFF;

	}

#fussbereich {
	background-color: #CACACA;
	padding: 10px;
	/*padding-top: 10px;*/
	border-top: 1px solid #8c8c8c;
	margin-top: 10px;
	}

h1 {
	font-size:150%; 
	}
	
h2 {
	font-size: 130%;
	margin-bottom: 1em; 
	}

h3 {
	font-size: 110%;
	margin-bottom: 1em; 
	}

.bildlinks {
	float:left;
	padding: 0px;
	/*border: 5px solid #ccc; Rahmen um Bild*/
	margin-right: 15px;
	margin-bottom: 10px;
	}
.bildrechts {
	float:right;
	padding: 3px;
	/*border: 5px solid #ccc; Rahmen um Bild*/
	margin-bottom: 10px;
	margin-left: 15px;
	}

.clearing { clear: both; }

a {
	text-decoration:none;
	outline: none; 
	}
a:link {
	color:#d90000;
	}

a:visited {
	color:#cc6666;
	}
	
a:hover, a:focus { 
	text-decoration: underline; 
	} 
	
a:active { 
	color: white; background-color: #d90000; 
	}
	
.skiplink { 
	display: none; 
	}

strong {
	/*color:#4e9b88;Farbe tuerkis*/
	color: black;
	}

address {
	text-align:center;
	font-size: 80%;
	font-style: normal;
	letter-spacing: 1.5px;
	line-height: 1.5em;
	}

p, ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	}

ul ul {
	margin: 0;
	}

li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
	}