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

/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### reset some basic style ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

/* ### HTML ###################################################################### */
html {
	min-height: 99%;
	margin-bottom: 1px;
}

/* ### BODY ###################################################################### */
body {
	background-color: #ececec;
	color: #4f5b63;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	}
	
/* \*/ * html body { text-align:center; } /* *//* IE 5.5 Hack */


/* ### BASICS ###################################################################### */

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.floatLeft { float:left; }
.floatRight { float:right; }

a,
a:link {
	text-decoration: none;
	color: #4f5b63;
}

a:hover {
	text-decoration: none;
	color: #666666;
}


/* ### Header ##################################################################### */

#header {
	position:relative;
	margin:0;
	padding:0;
	height:180px;
}

#logo {
	position:absolute;
	top:0px;
	width:148px;
	height:120px;
	right: 0px;
}

#logo a {
	display:block;
	height:120px;
	width:148px;
	text-indent:-700em;
}

#headline {
	position:absolute;
	width:532px;
	height:114px;
	left: 0px;
	padding-left: 220px;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#headline a:hover,
#headline a:active,
#headline a:focus {
	text-decoration: underline;
}
#headline2 {
	position:absolute;
	width:210px;
	height:60px;
	left: 0px;
	top: 120px;
}
#nav1 {
	position:absolute;
	width:689px;
	height:58px;
	right: 0px;
	top: 120px;
	text-decoration: none;
	background-repeat: repeat-y;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-color: #49565e;
}

/* ### Content #################################################################### */


#content {
	width:898px;
	display:block;
	clear:both;
	position:relative;
	padding:0 0 0 0;
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-color: #49565e;
}
#content,
#content2 {
	background-repeat: repeat-y;
}

#site-content {
	position:relative;
	display:block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height:100%;
	width:900px;
	background-color: #FFFFFF;
}

/* hide from IE/MAC \*/
* html #content, * html #main-content {
	height:1px;
}
/* end hide */



#nav2 {
	display:block;
	float:left;
	width:209px;
	text-decoration: none;
	height: 100%;
	text-align: left;
}
#nav2b {
	min-height: 100px;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 30px;
}

#main-block {
	width:589px;
	float:left;
	color: #4f5b63;
	text-align: left;
	font-size: 0.8em;
	margin-left: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
}

#dialogsuche {
	padding: 3px;
}

#xxlcontent {
	width:639px;
	text-align: right;
	position: relative;
	float: left;
	margin-bottom: 30px;
}
#blocklinks {
	width:279px;
	float: left;
	margin-right: 20px;
}
#blockrechts {
	width:290px;
	float: left;
}

#blocklinksschmal {
	width:200px;
	float: left;
	margin-right: 20px;
}
#blockrechtsbreit {
	width:369px;
	float: left;
}
#kontaktadresse {
	width:190px;
	float: right;
	font-size: 0.8em;
}
.trennlinie {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	width: 100%;
	clear:both;
}
/* ### CONTENT STYLE #################################################### */


#main-block p{
	padding-bottom: 15px;
}
#main-block ul{
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.4em;
	padding-bottom: 20px;
	padding-left: 40px;
}
#main-block a{
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #000000;
}


/* suchformular
*******************************************************************************/
#search-form {
	padding-bottom: 4px;
}

#search-form label {
	display:block;
	font-size: 0.7em;
	padding-top: 4px;
	margin:4px;
	color: #3b3b3b;
	padding-left: 25px;
}

#search-input {
	height: 21px;
	width: 162px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-left: 20px;
	float: right;
}
#search-btn {
	position: relative;
	top: 6px;
	left: 25px;
}
#suchehg {
	height: 27px;
	width: 193px;
	background-color: #FFFFFF;
}
/*
#search-form {
	width:152px;
	background-color:#f7f7f7;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.0em;
	margin: 0px;

}

#search-form fieldset {
	border:0px solid #fff;
}

#search-form legend {
	display:none;
}


#search-form p {
	margin:0;

	font-size:1em;
	font-weight:bold;
}

#search-form .element {
	display:block;
	clear:both;
	background-color:#006699;
	border-top:2px solid #fff;
}

#search-form label {
	display:block;
	float:left;
	padding:0px;
	font-size: 10px;
}

#search-form label.checkbox {
	width:152px;
	border-left:2px solid #fff;
	border-right:none;
}

#search-form input, 
#search-form select, 
#search-form textarea {
	float:left;

	border:1px solid #333;
	background-color: #F3F3F3;
	margin-top: 4px;
	margin-bottom: 4px;
}

#search-form input.text {
	height:20px;
}

#search-form input.checkbox {
	width:30px;
	padding:0;
	border:none;
}

#search-form input.submit { 



}

#search-form input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}
*/

/* ### headlines ############################################################ */

#main-block h1 {
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	line-height:30px;
	letter-spacing: 0em;
	background-repeat: no-repeat;
	padding-left: 45px;
	background-position: 2px;
	margin-bottom: 35px;
}

#main-block h2 {
	color:#343434;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.6em;
	margin-bottom: 15px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#main-block h3 {
	background: inherit;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom: 12px;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#main-block h4 {
	background: inherit;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom: 11px;
}

#main-block h5 {
	background: inherit;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.0em;
}

#main-block h6 {
	background: inherit;
	font-size:0.8em;
	font-weight:bold;
	line-height:1.0em;
}

#kontaktadresse h1{
	color:#49565E;
	font-size:1.2em;
	font-weight:bold;
	line-height:20px;
	padding-left: 5px;
	margin-bottom: 20px;
	background-image: none;
}

/* ### Footer ###################################################################### */

#footer {
	display:block;
	width:898px;
	height: 30px;
	float: left;
	font-size: 11px;
	border: 1px solid #49565e;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}
#footer3 {
	display:block;
	width:290px;
	height: 30px;
	float: left;
	text-align: left;
	padding-left: 230px;
	line-height: 2.6em;
}

#footer p{
	width:358px;
	text-align: right;
	padding-right: 20px;
	line-height: 2.6em;
}
#footer3 a.small {
	font-size: 8px;
}
#footer3 a.middle {
	font-size: 11px;
}
#footer3 a.big {
	font-size: 14px;
}
#footer  a:hover,
#footer  a:active,
#footer  a:focus {
	text-decoration: underline;
}
#footer p a {
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 0px 3px;
	padding-left: 22px;
	margin-left: 20px;
}
#footer a.printbt {
	background-image: url(icon_print.gif);
}
#footer a.impressum {
	background-image: url(icon_impressum.gif);
}
#footer a.sitemap {
	background-image: url(icon_sitemap.gif);
}
#footer2 {
	display:block;
	width:900px;
	height: 13px;
	float: left;
	background-repeat: no-repeat;
	background-color: #ececec;
	padding-bottom: 40px;
}

/* ### top navigation #################################################### */
#nav1 a, #sitePath a:link {
	color:#49565E;
	background: inherit;
	text-transform:none;
}
#nav1 a {
	
}

#nav1 ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	width: 689px;
	color: #485B63;
	height: 58px;
}
#nav1 ul li {
	float:left;
	text-align: center;
	vertical-align: middle;
	height: 58px;
}
#nav1 ul li a {
	display:block;
	padding-right: 5px;
	padding-left: 5px;
	height: 35px;
}
#nav1 ul li a:link,
#nav1 ul li a:visited {
}
#nav1 ul li a:hover,
#nav1 ul li a:active,
#nav1 ul li a:focus {
}

/* highlighted current element */
#nav1 ul li strong,
#nav1 ul li strong em,
#nav1 ul li strong a {
}

#nav1 em {
	font-style: normal;
}

/* second level */
#nav1 ul ul {
}
#nav1 ul ul li {
}
#nav1 ul ul li a {
}


/* ### Left navigation #################################################### */

 
#nav2 a, #sitePath a:link {
	color:#000000;
	background: inherit;
}
#nav2 a {
	
}

#nav2 ul {
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	line-height: 22px;
	padding-right: 2px;
}
#nav2 ul li {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#nav2 ul li a {
	display:block;
	padding-top: 32px;
	padding-bottom: 6px;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 37px;
}

#nav2 ul li a:hover,
#nav2 ul li a:active,
#nav2 ul li a:focus {
}
#nav2 ul li a:link,
#nav2 ul li a:visited {
}
#nav2 ul li a:hover,
#nav2 ul li a:active,
#nav2 ul li a:focus {
	color: #3b3b3b;
}
/* highlighted current element */
#nav2 ul li strong {
	color: #3b3b3b;
}
#nav2 ul li strong a {
	color: #3b3b3b;
}
#nav2 em {
	font-style: normal;
}
/* second level */
#nav2 ul ul {
	font-weight: bold;
	line-height: 1.2em;
	padding-left: 0px;
}

#nav2 ul ul li {
	font-weight: bold;
	border-style: none;
}
#nav2 ul ul li a {
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 12px;
	padding-left: 25px;
	background-position: 15px 10px;
	font-weight: normal;
	background-repeat: no-repeat;
}

#nav2 ul ul li a:link,
#nav2 ul ul li a:visited {
}
#nav2 ul ul li a:hover,
#nav2 ul ul li a:active,
#nav2 ul ul li a:focus {

}
/* highlighted current element */
#nav2 ul li ul li strong {
	color: #3b3b3b;
	background-image: none;
}
#nav2 ul ul li strong a {
	background-image: none;
}



/* ### Bildmodul Dopic #################################################### */


.pleft {
	float: left;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 4px;
	vertical-align: text-bottom;

border: none;
}
.pright {
	float: right;
	margin-top: 2px;
	margin-left: 20px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pnormal {
	clear: both;
	border: none;
	
}


/* Definition der KLassen für 2.Stil (z.B. mit Rahmen) */

.pleft_b {
	float: left;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 4px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}
.pright_b {
	float: right;
	margin-top: 2px;
	margin-left: 8px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}
.pnormal_b {
	clear: both;
	border: 1px solid #990000;
}


/* form-module
*******************************************************************************/
.formgen * {
	padding:0px;
	margin:0px;
}

.formgen{
	margin:0px;
	padding:15px;
	background-color:#ECECEC;
	color:#333333;
	font-size:0.9em;
	width: 350px;
	float: left;
	position: relative;

}

.formheadline {
	font-weight: bold;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
}

.formgen fieldset {
	border:0px solid #fff;
	clear:both;
}

.formgen legend {
	display:none;
}

.formerror{
	font-weight:bold;
	color: #FF0000;
}

.formgen p {
	margin:0;
	padding:0px;
	font-size:0.9em;
	font-weight:bold;
}

.formgen .element {
	display:block;
	clear:both;
	background-color:#E2E2E2;
	
}

.formgen label {
	display:block;
	width:120px;
	margin-top: 10px;
	float: left;
}
.formgen img {

}
.formgen label.checkbox {
	width:372px;
	border:none;
}
.formgen input.formcheck,
.formgen input.formradio {
	width: 20px;
}

.formgen input, 
.formgen select, 
.formgen textarea {
	width:220px;
	border:1px solid #333;
	margin-top: 10px;
}
.formgen input.formcheck,
.formgen input.formradio {
	border:none;
}
.formgen input.formcheck {
	width: auto;
	height: 40px;
}
.formgen label.formradio,
.formgen input.text {
	height:15px;
}


.formgen input.submit {
	width:170px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	text-align:center;
	cursor:pointer;
	margin-left: 120px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 1.0em;
}

.formgen input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

.formgen label.textarea, 
.formgen textarea.textarea {
	height:96px;
}

.formgen-thanks {
	display:block;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.0em;
}

.formgen .formhinweis {
	margin-top: 10px;
}

/* ### Klinikrundgang #################################################### */

#rundgang1 {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 47px;
	float: left;
	background-position: right;
}
#rundgang2 {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 47px;
	float: right;
	background-position: left;

}
#rundgang1 a,
#rundgang2 a{
	background-repeat: no-repeat;
	height: 37px;
	color: #000000;
	padding-top: 10px;
	display: inline-block;
}


#rundgang1 a{
	background-position: left;
	padding-right: 15px;
	padding-left: 30px;
	text-decoration: none;
}

#rundgang2 a{
	background-position: right;
	padding-right: 30px;
	padding-left: 15px;
	text-decoration: none;
}

.rginner {

}
.linkbz {
	font-size: 9px;
	font-weight: bold;
}
/* ### DOWNLOAD ###################################################################### */

#main-block div.list_content{
	padding-bottom: 3px;
	padding-right: 10px;
	position: relative;
	background-color: #E8E8E8;
	padding-left: 10px;
	font-size: 0.8em;
	padding-top: 2px;
}

#main-block div.list_content a{
	text-decoration: none;
	font-weight: bold;
}
#main-block div.list_content a:hover{
	color: #000000;
}
#main-block div.list_content2{
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 10px;
	position: relative;
	padding-left: 20px;
	background-color: #49565E;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 0.9em;
}

/* LINKS
*******************************************************************************/

#main-block p.extlink_preface {
	background-color: #DFDFDF;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
	display: block;
	width: 80%;
}
#main-block a.extlink_link {
	display: block;
	margin-bottom: 20px;
	width: 80%;
	background-color: #F3F3F3;
	margin-left: 20px;
	padding-left: 10px;
	padding-bottom: 3px;
}

/* NEWS / JOBS
*******************************************************************************/
#main-block div.news-latest-item {
	padding-left: 10px;

}
#main-block div.news-latest-item h5 {
	margin-right: 200px;
	margin-left: -10px;
	margin-bottom: 2px;
	display: block;
}

#main-block div.news-latest-item a {
	display: block;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-top: 20px;
	padding-left: 10px;
}
.news-back {
	padding-bottom: 10px;
	padding-top: 10px;
}
#main-block div.news-back a,
#main-block div.news-back a:link{
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#main-block div.news-back a:hover {
	color: #999999;
}

