/* @group Print */

.print {
	display: none;
}

/* @end */

html {
	min-height: 100%;
}

body {
	margin: 0px;
	height: 100%;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

#siteTitle {
	display:none;
}  

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 20px;
}

ul li {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	background: url(../images/Bullet.gif) no-repeat 0 7px;
}

td {
	font: 13px Arial, Helvetica, Geneva, sans-serif;
	vertical-align: top;
}

a {
	color: #006bb3;
}

a img {
	border: 0px;
}

p {
	margin: 0px;
	margin-bottom: 20px;
}

.png {
	/*//background-image:none !important;
	behavior: url('../js/png.htc');*/
}

.clearer {
	clear: both;
}

/* -------------------------- */

.Container_1 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* @group SecondNavigationBox */

.SecondNavigationBox {
	height: 58px;
}

.SecondNavigation {
	padding-top: 34px;
	float: right;
}

.SecondNavigation ul {
	list-style: none;
}

.SecondNavigation ul li {
	float: left;
	padding: 0px 5px;
	background: url(../images/Submenu.Separator.gif) no-repeat right 3px;
	font-size: 11px;
}

.SecondNavigation ul li.last {
	background-image: none;
}

.SecondNavigation ul li.current a {
	color: #a8a8a8;
	text-decoration: none;
	font-weight: ;
}

.LangSwitcher {
	padding-top: 34px;
	margin-right: 70px;
	float: right;
}

.LangSwitcher ul {
	list-style: none;
}

.LangSwitcher ul li {
	float: left;
	padding: 0px 5px;
	background: url(../images/Submenu.Separator.gif) no-repeat right 3px;
	font-size: 11px;
}

.LangSwitcher ul li.last {
	background-image: none;
}

.LangSwitcher ul li.active {
	display: none;
}

/* @end */

.Container_2 {
	border: 1px solid #b1b2b4;
	background: url(../images/DottedLine.gif) repeat-y 714px 1px;
}

* html .Container_2 {
		background: url(../images/DottedLine.gif) repeat-y 715px 0px;

}

/* @group ColumnLeft */

.ColumnLeft {
	float: left;
	width: 169px;
	background-color: #729fd0;
	margin-top: 19px;
}

.FontsizeSwitcher {
	height: 24px;
}

.FontsizeSwitcher .Buttons {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.FontsizeSwitcher .Label {
	padding-top: 6px;
	color: white;
	font-size: 11px;
}

.FontsizeSwitscher img {
	
}

.MainNavigation {
	margin-bottom: 32px;
}

.MainNavigation ul {
	list-style: none;
	margin: 0px;
}

.MainNavigation ul li {
	background: none;
	padding-left: 0px;
}

.MainNavigation ul li div {
	padding: 1px 7px 2px 7px;
	display: block;
	text-align: right;
	background-color: white;
	border-top: 1px solid #729fd0;
}



.MainNavigation ul li div a {
	text-decoration: none;
}

.MainNavigation ul li.current div, .MainNavigation ul li.current div a {
	background-color: #ededed;
	/*border-bottom: 1px solid #729fd0;*/
	color: #c00036;
	font-weight: bold;
}


.MainNavigation ul ul {
	padding-bottom: 10px;
	margin-right: 0px !important;
	background-color: #ededed;
	border-top: 1px solid #729fd0 !important;
}

.MainNavigation ul ul div {
	border-top: 0px solid white;
	background-color: #ededed;
	font-size: 12px;

}

.MainNavigation ul ul li div a {
	color: #006BB3 !important;
	font-weight: normal !important;
}

.MainNavigation ul ul li.current div,  {
	background-color: #ededed;
	border-bottom: 0px solid #729fd0 !important;
	color: #c00036 !important;
	font-weight: bold !important;
}

.MainNavigation ul ul li.current div a {
	color: #c00036 !important;
	font-weight: bold !important;
}

.ThirdNavigation {

}

.ThirdNavigation ul {
	list-style: none;
	margin-bottom:0px;
	padding-bottom:0px;
}

.ThirdNavigation ul li {
	text-align: right;
	padding: 2px 7px 2px 7px;
	border-top: 1px solid white;
	background: none;
}

.ThirdNavigation ul li.last {
/*	border-bottom: 1px solid white;	 */
}

.ThirdNavigation ul li a {
	color: white;
	text-decoration: none;
}

.ThirdNavigation ul li.current a,
.ThirdNavigation ul oli.current div {
	color: #c00036;
	font-weight: bold;
}

/* @end */

/* @group ColumnRight */

.ColumnRight {
	float: right;
	width: 172px;
}

.ColumnRight h3 {
	font-size:12px;
}

.ForthNavigation {
	
}

.ForthNavigation ul {
	list-style: none;
	padding-left: 9px;
	height: 94px;
}

* html .ForthNavigation ul {
	padding-left: 5px !important;
}

.ForthNavigation ul li {
	float: left;
	font-size: 11px;
	padding: 0px 5px 0px 0px;
	background-repeat: no-repeat;
}

.ForthNavigation ul li a {
	text-decoration: none;
	display: block;
	padding-top: 34px;
	
}

* html .ForthNavigation ul li a {
	padding-top: 27px;
	
}

.ForthNavigation ul li.Item_1 {
	margin-right: 14px !important;
	margin-left: 4px;
}

.ForthNavigation ul li.Item_2 {
	margin-right: 7px;
}


.Banner {
	margin-bottom: 30px;
}

.Banner h1 {
	font-size: 12px;
	display: block;
	background-color: #638cc5;
	text-align: right;
	padding: 3px 8px;
	font-weight: normal;
	color: white;
}

.Banner p {
	color: #006BB3;
	font-size: 12px;
}



/* @end */

/* @group Content */

.Content {
	padding-left: 270px;
	padding-bottom: 50px;
	padding-right: 210px;
	padding-top: 50px;
	line-height: 1.4em;
}

.Content h1 {
	font-size: 29px;
	color: #9c9d9f;
	font-weight: normal;
	margin-left: -70px;
	line-height: 1.1em;
}

.Content hr {
	border: 0px solid white;
	border-top: 1px solid #d9dadb;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.Content h2 {
	font-size: 16px;
}
.Content h3 {
	color: #006BB3;
	font-size: 14px;
}

.blau {
	color: #006BB3;
}

/* COMMON NEWS CLASSES */
.NewsDate {
	color: #C00036;
	font-size:1.15em;
}

.NewsDate {}

.NewsShortText {
	padding-top:0px;
	padding-bottom:0.4em;
	margin-top:0px;
	margin-bottom:0px;
}

.NewsSingleItem h3, .NewsShortText h3{
	padding-bottom:0px;
	margin-bottom:0px;
}

.NewsText {
	margin-top:35px;
}

.NewsText p {
	margin-left: 0px!important;
}

.NewsImage {
	width:200px;
	float:left;
	margin-right:10px;
}

.news-single-img {
	background: url(../images/Enlarge.gif) no-repeat bottom right;		
	padding-bottom:1px;
	margin-top:35px;	
}

.NewsImageEnlarge {
/*	height:25px;
	background: url(../images/Enlarge.gif) no-repeat right;	*/
}


.NewsLinkForward a{
	background: url(../images/ArrowNewsForward.gif) no-repeat left;
	padding-left: 20px;
/*	color:333333; */
}

.NewsLinkBack a{
	background: url(../images/ArrowNewsBack.gif) no-repeat left;
	padding-left: 20px;
/*	color:333333; */	
}

.NewsClearer {
	clear: left;
}



/* LIST VIEW NEWS CLASSES */

.NewsList {
}

.NewsList hr{
	margin: 10px 1px;
}
	
.NewsListItem {}

.NewsListItem h2, .ColumnRightContent h2 {
	padding-top:0.25em;
	padding-bottom:0.25em;
	margin-top:0px;
	margin-bottom:0px;
	color:#006BB3;
	font-size:1.2em;
}

.NewsListBrowser{
	text-align:center;
}

 
.Content div.csc-header {
	height:80px;
}

* + html .Content div.csc-header {
	height:auto;
}

* html .Content div.csc-header {
	height:75px;
	margin-bottom:16px;
}


#standortkarte {
/*	background-color:#DEEAF6; */
	background-color:#D5DEEF;
	border:#B1B2B4 solid 1px;	
}


/* SINGLE VIEW NEWS CLASSES */

.NewsSingle {
	margin-left:-68px;
}

.NewsSingle h2 {
	padding-top:0.25em;
	padding-bottom:0.25em;
	margin-top:0px;
	margin-bottom:0px;
	color:#006BB3;
}

/* @end */


/* Typo3 Sitemap CSS */
/* Div Container mit der Sitemap */
.sitemap{	
}

/* erste Ebene */

.sitemap ul{
	font-size:1.4em;
}

.sitemap ul li{
	margin: 1em 0px 1em 20px;
}

.sitemap ul li a{
	text-decoration:none;
}

/* zweite Ebene */

.sitemap ul li ul{
	font-size:0.90em;	
	margin: .5em 0px .5em 20px;
}

.sitemap ul li ul li{	
	margin: .5em 0px .5em 20px;
}

.sitemap ul li ul li a{	
	text-decoration:none;
}

/* dritte Ebene */

.sitemap ul li ul li ul{	
	font-size:0.80em;	
	margin: 0px 0px 5px 20px;
}

.sitemap ul li ul li ul li{	
}

.sitemap ul li ul li ul li a{
	text-decoration:none;
}

/* vierte Ebene */

.sitemap ul li ul li ul li ul{
	font-size:0.70em;	
	margin: 0px 0px 3px 20px;
}

.sitemap ul li ul li ul li ul li{
	list-style-image:none;	
}

.sitemap ul li ul li ul li ul li a{
	text-decoration:none;
}

/* Kann fortgesetzt werden, aber wer mehr als 4 Ebenen braucht macht irgendwas falsch */


/* Suchmaske */

.tx-indexedsearch table input,
.tx-indexedsearch table select {
	margin:0 2px 2px;
	border:1px solid #88898c;
}

.tx-indexedsearch-rules {
	line-height:1.4em;
}




/* Kontaktformular */

fieldset.csc-mailform {
	border:0;
	padding:0;
	margin:0;
} 

.csc-mailform-field {
	margin:.5em 0;
	position:relative;
}

.csc-mailform-field input,
.csc-mailform-field label{
	display:block;
}

.csc-mailform-field input,
.csc-mailform-field textarea {
	border:1px solid #88898c;
	width:300px;
}

.csc-mailform-field input.csc-mailform-check {
	position:absolute;
	top:0;
	border:0;
	width:auto;
	left:80px;
	}


#mailformformtype_mail {
	width:auto;
	border:1px solid #88898c;
}


/* Pressemeldungen - Archiv */

.news-amenu-container ul,
.news-amenu-container li {
	list-style:none;
	background:none;
}

.news-amenu-item-year {
	color:#C00036;
	font-size:1.2em;
	margin:.8em 0 .5em;
}                  

/* Bread Crumbs */
#BreadCrumbs {
	position:absolute;
	margin-top:45px;
	margin-left:200px;
	width:505px;	
}
 
#BreadCrumbs ul {
	list-style:none;
	background:none;
	font-size:0.83em;
	line-height:1.1em;
}

#BreadCrumbs ul li {
	padding-left:0px;
	color:#006BB3;
	background:none;
	display:inline;
}

#BreadCrumbs ul li.divider {
	margin:0px 10px;
}

#BreadCrumbs ul li a {
	text-decoration:none;
}

.Klinikverbund {
	background-color:#5276A7;
	padding: 2px 7px 2px 2px;
	text-align:right;
	color:#FFFFFF;
}

.Klinikverbund a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

.KlinikverbundSpacer {
	height:1px;
}

.KlinikverbundEnde {
	height:1px;
	margin-bottom:32px;
}

/* Icons fÃ¼r 4. Nav */
.Suche {
	background-image: url('../images/Button.Suche.gif');
}

.Notfall {
	background-image: url('../images/Button.Notfall.gif');	
}

.Brief {
	background-image: url('../images/Button.Brief.gif');
}

.Brief2 {
	background-image: url('../images/Button.Brief.gif');
	background-position: -9px 7px;
}

.Kaffee {
	background-image: url('../images/Button.Kaffee.gif');
	background-position: -12px 7px;
} 


.Content table {
	width:500px;
	margin-left:-68px;
	margin-right:-68px;
	table-layout:fixed;	
}

.Content table.contenttable {
	margin:0;
	width:auto;
	table-layout:auto;
}

.Content table tbody tr {
	background-color:#EDEDED;
}


.Content table tbody tr td {
	border-top:#EDEDED solid 1px;
	padding:3px;
	font-size:0.92em;
	max-width:125px;	
	overflow:hidden;
}


div.Content img.spacer-gif{
	height:0px;
}