/* CSS Document */

/*
Header Hintergrund: 	#f5c99c
Header Dunkles Orange: 	#e8811a
Überschriften: 			#e9811a
Body Hintergrund:		#fdf8f2 
Schriftfarbe:			#605d5c
*/


body, div, p, img, span, ul, li, h1, h2, h3 {
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:none;
}

body {
	background-color: #fdf8f2;
	color: #605d5c;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:focus {
	text-decoration: none;
	color: #605d5c;	
}
a:hover {
	text-decoration: none;
	color: #605d5c;
}
a:active {
	text-decoration: none;
	color: #605d5c;
}

#mainDiv {
	/*border: solid 1px #000000;*/	
	position:absolute;
	height:auto;
	width:966px;	
	left: 50%;
	margin-left: -483px;
	top:0px;
	z-index:10;
}

#backgroundHeader {
	position:relative;
	width:100%;
	height:175px;
	background-image:url(Bilder/Header_Slice.jpg);
	background-repeat:repeat-x;
	z-index:1;
}

#headerDiv {
	/*border: solid 1px #000000;*/	
	position:relative;
	height:175px;
	width:100%;
	background-image:url(Bilder/header.jpg);
	background-repeat:no-repeat;
	z-index:30;
}

#headerDiv H1 {
	color: #e9811a;	
	padding-top:10px;
	font-size:26px;
	font-weight:normal;
	margin-bottom: 20px;
	margin-left:45px;
}

#headerDiv H2{
	color: #605d5c;	
	margin-left:45px;	
	padding-top:0px;
	font-size:18px;
	font-weight:normal;
	margin-bottom: 10px;
}

#adress {
/*	border: solid 1px #000000;*/
	margin-left:45px;
	font-size:10px;
	width:400px;
}

#adress span {
/*	border: solid 1px #000000;*/
	width:190px;
	float:left;
}

#adress a:link {
	color:#605d5c;
	text-decoration: none;
}
#adress a:visited {
	text-decoration: none;
	color: #e9811a;
}
#adress a:focus {
	text-decoration: none;
	color: #e9811a;	
}
#adress a:hover {
	text-decoration: none;
	color: #e9811a;
}
#adress a:active {
	text-decoration: none;
	color: #605d5c;
}

#naviDiv {
/*	border: solid 1px #000000;	*/
	color: #ffffff;
	position:relative;
	font-size:11px;
	width:auto;
	height:20px;	
	font-weight: normal;
	margin-left:45px;
	margin-top:-20px;
	z-index:40;	
}


.ActiveLink {
	color:#605d5c;
}

.subNavi{
/*	border: solid 1px #000000;*/
	position:absolute;
	left:32px;
	top:210px;
	width: 150px;
	height:200px;
	background-repeat:no-repeat;
	z-index:60;
	font-size:11px;
}

.subNavi p {
	margin-bottom: 5px;
	margin-left: 14px;
}

.subNavi a:link {
	color: #e9811a;
	text-decoration: none;
}
.subNavi a:visited {
	text-decoration: none;
	color: #e9811a;
}
.subNavi a:focus {
	color: #605d5c;
	text-decoration: none;	
}
.subNavi a:hover {
	text-decoration: none;
	color: #605d5c;
}
.subNavi a:active {
	text-decoration: none;
	color: #605d5c;
}

#picOnIndex {
	background-image:url(Bilder/Eric-Husson-Portrait.jpg);
}
#picOnPraxis {
	background-image:url(Bilder/eingang-praxis-krefeld.jpg);
}

#contentDiv {
/*	border: solid 1px #000000;*/
	position:relative;
	padding-top:30px;
	height: 300px;
	
	width:734px;		/*width = width plus padding-left plus padding-right*/
	padding-left:180px;	/*width = width plus padding-left plus padding-right*/	
	padding-right:50px;	/*width = width plus padding-left plus padding-right*/	
	
	font-size:13px;
	padding-bottom:10px;
	background-image:url(Bilder/Halbkreis.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#contentDiv p {
	margin-bottom:10px;
}

#contentDiv ul {
	margin-left:15px;
/*	padding-left:20px;*/
	list-style-type: disc;
	margin-bottom:10px;
	/*padding-top:5px;*/
}

#contentDiv a:link {
	color: #e9811a;
	text-decoration: none;
}
#contentDiv a:visited {
	text-decoration: none;
	color: #e9811a;
}
#contentDiv a:focus {
	color: #605d5c;
	text-decoration: none;	
}
#contentDiv a:hover {
	text-decoration: none;
	color: #605d5c;
}
#contentDiv a:active {
	text-decoration: none;
	color: #605d5c;
}

#contentDiv sup {
	font-size:75%;
}

.bildRechts {
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.bildLinks {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.bildLinksUL {
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
}

h1 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #e9811a;
	font-weight: normal;
}
h2 {
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #e9811a;
	font-weight: normal;
}
h3 {
	font-size: 13px;
	margin-bottom: 2px;
	color: #e9811a;
	font-weight: normal;
}
table {
	width:450px;
	border:1px solid #000000;
	border-collapse:collapse;
	margin-bottom:10px;
	margin-top:10px;
}
th {
	border:1px solid #000000;
	speak-header:always;
}
td {
	border:1px solid #000000;
	width: 150px;
	padding-left:10px;
	padding-top: 2px;
	padding-bottom: 2px;	
}

