/* CSS RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin-bottom:5px;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body {
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #292972;
}	

body p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 85%;
	color: #292972;
}

h1 {
	font-size: 1.8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #292972;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 22px;
}

h2 {
	font-size: 1.4em;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #292972;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3 {
	font-size: 1.0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #292972;
	font-weight: bolder;
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: 20px;
}

h4 {
	font-size: 1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #292972;
	font-weight: bolder;
	margin-top: 5px;
	margin-bottom: 5px;
}

h5 {
	font-size: 85%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: red;
	font-weight: normal;
	margin-bottom: 5px;
}


#wrapper {
	margin: 0 auto;
	width: 950px;

}

#main {
	width: 950px;
	_width: 960px;
	float: left;
	margin-top: 20px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #98B2C1;

}

#start {
	width: 950px;
	height: 254px;
	vertical-align: baseline;
	float: left;
	/*margin-top:156px;*/
	margin-top:38px;
	background-image: url(../images/panorama.jpg);
	background-repeat: no-repeat;

}

#logo {
	width: 662px;
	height: 38px;
	float: left;
	padding-top: 40px;
	margin-left: 288px;

	}

#buttons1 {
	/*width: 865px;*/
	height: 38px;
	vertical-align: baseline;
	float: left;
	margin-top:114px;
	margin-left: 85px;
	clear: left;
}

#buttons1 a {
	display:block;
	background-repeat: no-repeat;
	height: 38px;
	float:left;
}

#buttons1 a.mvz {
	background-image: url(../images/button_01.png);
	width: 343px;
}

#buttons1 a.smp {
	background-image: url(../images/button_02.png);
	width: 247px;
}

#buttons1 a.akupunktur	 {
	background-image: url(../images/button_03.png);
	width: 190px;
}

#buttons1 a span {
	display:none;
}


#buttons1 a.mvz:hover,
#buttons1 a.mvzaktive  {
	background-image: url(../images/button_01_a.png) !important;
	width: 343px;
	height: 38px;
}
	


#buttons1 a.smp:hover,
#buttons1 a.smpaktive  {
	background-image: url(../images/button_02_a.png) !important;
	width: 247px !important;
}


#buttons1 a.akupunktor:hover,
#buttons1 a.akupunkturaktive  {
	background-image: url(../images/button_03_a.png) !important;
	width: 190px !important;
}



#buttons2 {
	/*width: 865px;*/
	height: 16px;
	vertical-align: baseline;
	float: left;
	margin-top: 74px;
	margin-left: 85px;
	padding-left: 18px;

}



#header {
	width: 950px;
	height: 150px;
	vertical-align: baseline;
	float: left;
	margin-top:38px;
	background-repeat: no-repeat;

}

#navi {
	width: 165px;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 5px;
	float: left;
	font-size: 85%;
	color: #292972;	
	
	}

#navi ul {
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	color: #292972;
}



#navi ul li  {
	margin-bottom: 10px;
	color: #292972;

}

#navi ul li a {
	text-decoration: none;
	color: #292972;
}
#navi ul li a:hover {
	text-decoration: underline;
}

#navi ul li.link ul {
	display: none;
}
#navi ul li.current a {
	color: #F56525;
}
#navi ul li.current ul li.link a {
	color: #292972;
}
#navi ul li.current ul li, #navi ul li.section ul li.link, #navi ul li.section ul li.current,#navi ul li.section ul li.section {
	margin-top: 8px;
	margin-left: 10px;
}
#navi ul li.section ul li.section ul li.current, #navi ul li.section ul li.section ul li.link {
	margin-top: 8px;
	margin-left: 20px;
}

#content ul li {
	color: #292972;
	list-style: disc;
	margin-left: 0px;
	font-size: 85%;
	line-height: 16px;
}

#content.home ul {
	margin-left: 56px;
	margin-top: 74px;
}

#content.home ul li {
	list-style-type: none;
	margin: 0px;
	margin-right: 4px;
}

#content {
	width: 500px;
	float: left;
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 15px;
	color: #292972;
	line-height: 14px;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #E0E8EC;
	background-repeat: no-repeat;
}

#content.home {
	border: none;
	width: 900px;

}
label.left {
	font-size: 85%;
}


#content a {
	color: #292972;
	text-decoration: underline;
}
#content a:hover, #content a:active {
	/*color: #F98508;*/
	color:#f56525;
	text-decoration: underline;
}

#content p{
	font-size: 85%;
}

#content p.strong {
	font-weight: bolder;
}

#content p.red {
	font-weight: bolder;
}

#content ul  {
	list-style-type: circle;
	margin-left: 15px;
	color: #292972;
}


#content ol {
	list-style-type: decimal;
	padding-left: 20px;
	color: #292972;
}



#right {
	width: 175px;
	float: right;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 10px;
	font-weight: normal;
	color: #061F58;

}

#right p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #061F58;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 20px;

}

#right p.strong{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 85%;
	color: #061F58;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 20px;
}

strong {
	font-weight: bolder;
}



#right h1 {
	font-size: 2.8em;
	color: #061f58;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	padding-right: 5px;
}


#right h2 {
	font-size: 2.3em;
	color: #061f58;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 5px;
}



#right h3 {
	font-size: 0.9em;
	color: #061f58;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	padding-left: 10px;
	padding-right: 5px;

}

#right h4 {
	font-size: 1.0em;
	color: #061f58;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	padding-left: 10px;
	padding-right: 5px;

}

#right h5 {
	font-size: 0.8em;
	color: #061f58;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 5px;
}



#footer {
	width: 930px;
	float: left;
	font-weight: normal;
	background-color: #fff;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#navibottom ul li {
	float: left;
}


#right ul li a {
	display: block;
	height: 16px;
	padding-left: 20px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
}

#navibottom ul li a {
	display: block;
	margin-left: 10px;
	height: 16px;
	background-repeat: no-repeat;
}



ul li a.ueber-uns {
	background-image: url(../images/01.jpg);
	width: 104px;
}
ul li a.kooperationspartner {
	background-image: url(../images/02.jpg);
	width: 153px;
}
ul li a.patienteninformationen {
	background-image: url(../images/03.jpg);
	width: 173px;
}
 ul li a.download-center {
	background-image: url(../images/04.jpg);
	width: 133px;
}
ul li a.kontakt {
	background-image: url(../images/05.jpg);
	width: 146px;
}
ul li a.ueber-uns:hover,
ul li.current a.ueber-uns,
ul li.section a.ueber-uns  {
	background-image: url(../images/01_a.jpg);
	width: 104px;
}
 ul li a.kooperationspartner:hover,
 ul li.current a.kooperationspartner,
 ul li.section a.kooperationspartner {
	background-image: url(../images/02_a.jpg);
	width: 153px;
}
 ul li a.patienteninformationen:hover,
  ul li.current a.patienteninformationen,
  ul li.section a.patienteninformationen  {
	background-image: url(../images/03_a.jpg);
	width: 173px;
}
 ul li a.download-center:hover,
  ul li.current a.download-center,
  ul li.section a.download-center
{
	background-image: url(../images/04_a.jpg);
	width: 133px;
}
 ul li a.kontakt:hover,
 ul li.current a.kontakt,
 ul li.section a.kontakt  {
	background-image: url(../images/05_a.jpg);
	width: 146px;
}

#navi ul li.link ul li.link {
	margin-left: 20px;
}

.special-box {
	width: 175px;
	margin-top: 7px;
	border-bottom: 1px solid #E0E8EC;
	padding-bottom: 7px;
}
.special-box h1 {
	padding-left: 0px;
}
.special-box h1 a{
	font-size: 13px;
	text-decoration: none;
	font-weight: bolder;
}
.special-box h1 a:hover {
	text-decoration: underline;
}
.special-img {
	width: 200px;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.flash-box {
	width: 175px;
	height: 250px;
	margin-top: 10px;
}
ul#SearchResults li {
	margin-bottom: 5px;
}

div#PageNumbers {
	margin-top: 15px;
}

input#SearchForm_SearchForm_Search {
	width: 100px;
	float:right;	
	margin-top: 0px;
}

input#SearchForm_SearchForm_action_results {
	margin-top: 0px;
}
