/* reset
------------------------------------------------------------------------------------------------------------------------------------*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size:1em; font-weight:normal; font-style:normal; }
ul,ol        { list-style:none; }
fieldset,img { border:none; }
caption,th   { text-align:left; }
table        { border-collapse:collapse; border-spacing:0; }
a:focus      { outline:none; }



/* layout
------------------------------------------------------------------------------------------------------------------------------------*/
body {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	padding:0 0 25px 0;
	background-color: #D7D7D7;
	background-image: url(../images/main-back001.jpg);
	background-repeat: repeat;
}

div#center  { width:800px; margin:0pt auto; margin-top:0px; }
div#header  {  background:url(../images/header-1.jpg) no-repeat 0px 0px; height:175px; }

div#content        {
	background-color: #ECECEC;
}
div#header-home  {
	height:210px;
	background-image: url(../images/header-home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#header-analytische  {
	height:210px;
	background-image: url(../images/header-analytische.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#header-behandlungs  {
	height:210px;
	background-image: url(../images/header-behandlungs.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#header-ausbildung  {
	height:210px;
	background-image: url(../images/header-ausbildung.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#header-was  {
	height:210px;
	background-image: url(../images/header-was.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#header-kontakt  {
	height:210px;
	background-image: url(../images/header-kontakt.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#header-praxisgemeinschaft  {
	height:210px;
	background-image: url(../images/header-praxisgemeinschaft.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#header-links  {
	height:210px;
	background-image: url(../images/header-links.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#header-impressum  {
	height:210px;
	background-image: url(../images/header-impressum.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#menue    { position:relative; height:34px;  }

div#menue ul {
	position:absolute;
	right:10px;
	top:185px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width: 780px;
}
div#menue li { float:left; padding:0px 10px 0 0; }

ul.navi a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
ul.navi a:hover {
	color:#eaf853;
} 

ul.list {
	list-style-type: none;
}
ul.listenpunkt {
	list-style-type: disc !important;
	padding-left: 18px;
	padding-bottom: 10px;
}
a.current {
	color:#CCCC33 !important;
}

div#navileft     {
	float:left;
	width:270px;
	padding:20px 0 0 0px;
}

div#body          {
	min-height:450px;
	height:auto !important;
	height:450px;
	float:left;
	width:500px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 27px;
	padding-left: 0;
}
div#body a        { color:#333; }
div#body a:hover  { color:#990000; }

div#footer  {
	color:#D2CAD5;
	text-align:center;
	font-size:10px;
	padding:8px 4px 8px 4px;
	background-color: #4B5067;
}
div#footer a        {
	color:#000000;
	text-decoration: none;
}
div#footer a:hover  { color:#990000; }

h1 {
	color:#4D5872;
	font-size:1.7em;
	padding:10px 0 10px 0;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	color:#5F6518;
	font-size:1.4em;
	padding:5px 0 0px 0;
	font-weight:normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h3 {
	color:#684E48;
	display:inline;
	font-weight: bold;
}
p  { line-height:16px; padding:0 0 10px 0; display:block; }
blockquote p { color:#990000; text-align:right; padding:10px 0 0 0; }
blockquote p span { font-size:11px; }

.klein {
	font-size: 9px;
}