/* ------ CSS Document ------------------------------ */
/* 1----- Allgemeine Angaben ------------------------ */

body{
	text-align: center;
	font-family: arial,sans serif;
	margin: 0px; padding: 0px;
	background-color: #FFF;
	color: #000;
	font-size: 14px;
	background: #fff url(images/background.png) repeat-y top center;
}

p{
	margin: 16px 0px;
	padding: 0px;
	line-height: 150%;
}

h1{
	margin: 0px;
	padding: 0px;
	color: #0000A0;
	position: relative;
	top: 30px;
	right: 45px;
	font-weight: normal;
	font-size: 28px;
	letter-spacing: 7px;
}

h2{
	margin: 0px;
	padding: 8px;
	margin-top: 4px;
	color: #0000A0;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	background-image: url(images/h2.jpg);
}

h3{
	margin: 10px 0px;
	padding: 0px;
	color: #0000A0;
	font-size: 20px;
	font-weight: bold;	
	
}

h4{
	margin: 24px 0px 0px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;	
}

h5{
	margin: 24px 0px 0px 0px;
	padding: 0px;
	font-size: 14px;
	text-decoration: underline;
}
table{

}

th{
	border-bottom: 3px solid #FFE286;
}

td
{
	padding: 5px;
	border-bottom: dotted 1px;
	border-right: dotted 1px;
	border-collapse:collapse
}
	td.eins {width: 141px}
	td.zwei {width: 76px; text-align: center}
	td.drei {width: 162px; text-align: left}
	td.vier {width: 96px}
	
	tr.dunkel * {background: #e6e7f9;}
	tr.dunkel *, tr.hell * 
{
	border-bottom: 1px solid #EEE;
}

	tr.dunkel th, tr.hell th, thead th.market 
	{
	border-left: 1px solid gray;
}

/* 2----- Links ------------------------------------- */

a:link{
	color:#0000A0;
}

a:visited{
	color:#0000A0;
}

a:hover{
	color:#FFE286;
}

/* 3----- Klassen und IDs --------------------------- */
/* 3.1.-- einmalige Conatiner (IDs)--- */

#all{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	overflow: hidden;
}

#middle{
	margin-left: 20px;
	margin-right: 20px;
	width: 860px;
}

#header{
	background-image: url(images/header.gif);
	width: 860px;
	height: 143px;
}

#headerleft{
	color: #0000A0;
	background-image: url(images/h2.jpg);
	float: left;
}

#headerright{
	color: #0000A0;
	text-align: right;
}

#navibg{
	position: absolute;
	margin-right: 10px;
	padding-top: 40px;
	padding-bottom: 80px;
	margin-top: 4px;
	float: left;
	width: 190px;
	height: 517px;
	text-align: left;
	background-image: url(images/navi.jpg);
	background-repeat: repeat-x;
	border-right: 4px solid #FFE286;
}

#navi{
	position: fixed;
	width: 190px;
	text-align: left;
}

#navi a,#navibg a{
	margin-left: 8px;
	margin-bottom: 8px;
	display: block;
	text-decoration: none;
	font-size: 20px;
}
 
#subnavi a{
	margin-top: 1px;
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 7px;
	float: left;
	width: 130px;
	text-align: left;
/*	background-image: url(images/navi.jpg);*/
	background-repeat: repeat-x;
}

#subnavi a{
	margin-left: 20px;
	margin-bottom: 8px;
	display: block;
	text-decoration: none;
	font-size: 16px;
}

#aerztehaus{
	position: absolute;
	top: 400px;
	padding: 10px 0px;
}

#content{
	margin-top: 4px;
	margin-bottom: 8px;
	padding-left: 200px;
	text-align: left;
	padding-right: 6px;
	width: 553px;
	min-height: 517px;
}

#content p, h1, #content h2, h3, h4, h5 {
	margin-left: 30px;

}

#aerzte{
	text-align: center;
	padding-top: 101px;
}

#grit_roessger{
	float: left;
	padding-left: 40px;
}


#reiner_kroymann{
	float: right;
	padding-right: 40px;
}

/* 3.2.-- Klassen -------------------- */

div.bild_links{
	float: left; margin: 10px;
	padding-left: 10px;
	text-align: center;
}
div.bild_rechts{
	float: right; margin: 10px;
	text-align: center;
}
div.bild_mitte{
	float: center; margin: 5px;
	text-align: center;
}


/* 4----- Druckversion ------------------------------ */
