@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #dee0d3;
	margin: 5px 0px 0px 0px; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
    }
body, html {
 	scrollbar-base-color: #389664; /* Scrollbars in Farben des Seitenlayoutes nur für IE */
	scrollbar-arrow-color: #55e397;
}	
#container {
    	width: 800px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
    	background: #e7e9df;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: 1px solid #000000;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }

/* Nachfolgend werden die Boxen für das Seitenlayout aufgebaut container img4 wechselt je Seite und findet sich deshalb im Header jeder Seite */
#imgblind {
	height: 82px;
	width: 377px;
	position: absolute;
	left:0px;
	top: 0px;
	visibility: hidden;
}	
#img1 {
	height: 123px;
	width: 500px;
	background-image: url(images/doktor_01.jpg);
	background-repeat: no-repeat;
	float:left;
}
#img2 {
	background-image: url(images/doktor_02.jpg);
	background-repeat: no-repeat;
	height: 123px;
	width: 300px;
	float:right;
}
#img3 {
	background-image: url(images/doktor_03.jpg);
	background-repeat: no-repeat;
	height: 215px;
	width: 300px;
	float:left;
}
#img5 {
	background-image: url(images/doktor_05.jpg);
	background-repeat: no-repeat;
	height: 215px;
	width: 85px;
	float:left;
}
#img6 {
	background-image: url(images/doktor_06.jpg);
	background-repeat: no-repeat;
	height: 215px;
	width: 178px;
	float:left;
}
#navi{ /* Box die die Links der Navigation aufnimmt, der Hintergrund liegt in img6 */
	height: 200px;
	width: 145px;
	margin-left: 15px;
}
#img7 {
	background-image: url(images/doktor_07.jpg);
	background-repeat: no-repeat;
	height: 215px;
	width: 37px;
	float:right;
}
.icons { /* Box die die Links der der Icons ganz oben auf der Seite aufnimmt, der Hintergrund liegt in img2 */
	margin: 0px;
	padding-top: 5px;
	padding-left: 60px;
}
#maincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Myriad Pro";
	font-size: 9pt;
	line-height: 12pt;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#footer_img9 {
	height: 149px;
	width: 585px;
	float: left;
	background-image: url(images/doktor_09.jpg);
}
#footer_navi { /* Box die die Links der Navigation unten aufnimmt, der Hintergrund liegt in img9 */
	width: auto;
	margin-top: 125px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}	
	
#footer_img10 {
	height: 149px;
	width: 215px;
	float: right;
	background-image: url(images/doktor_10.jpg);
}
#footer_copy { /* Box die die Links des Copyright aufnimmt, der Hintergrund liegt in img10 */
	width: 99.9%;
	margin-top: 50px;
	padding: 0px;

}	

