html {overflow-y: scroll} /* always show vertical scrollbar (for Moz) */

html, body, div, h1, h2, h3, h4, h5, h6, table, td, form, img, hr {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
html {
	font: 13px/19px Arial, Helvetica, sans-serif;
	color: #444444; 
	}
body {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	background-image:  url("images/bg.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #BFBFBF;
}

/* CONTAINER BOXEN */
.box_outer {
	width: 990px; 
	margin: 0px auto 0px auto; 
	background-color:#FFFFFF;
	overflow: hidden;
	}
.box_left {
	float: left;
	width: 150px;
	margin: 25px 0px;
	overflow: hidden;
	}
.box_center {
	float: left;
	width: 560px;
	min-height: 400px;
	margin: 20px 30px 30px 30px;
	overflow: visible;
	}
* html .box_center { /*FÜR IE*/
	height: 400px; 
	}
.box_right {
	float: right;
	width: 180px;
	padding: 10px;
	margin: 35px 20px 0px 0px;
	background-image: url("images/bg_right.jpg");
	background-repeat: repeat-y;
	background-color: #E7E7E7;
	font-size: 11px;
	line-height: 15px;
	overflow: hidden;
	}
.footer {
	width: 100%;
	clear: both;
	font-size: 10px;
	}
/* CONTAINER BOXEN ENDE */	

p {
	margin: 0px;
	padding: 5px 0px 7px;
	} 
.box_right p {
	padding: 3px 0px 5px;
	}
hr {
	border-bottom:1px solid #DDDDDD;
	border-width:0 0 1px;
	height:1px;
	}	
.box_right hr {border-bottom: 1px solid #CCCCCC;}

a {
	color: #668500; 
	text-decoration: none; 
	font-weight: bold;
	outline:0; 
	-moz-outline:0;
}
a:hover {
	text-decoration: underline;
	}
h2 a {
	color: #668500;
	}
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	color: #2B60A0;
	}
h1 {font-size: 22px; line-height: normal; margin-bottom: 5px;}
h2, h3 {font-size: 17px; margin: 12px 0px 5px 0px;}
.aktuell h2 {font-size: 18px; margin: 5px 0px 0px 0px;}
h5, h6 {
	font-size: 14px;
	background-image: url("images/bg_dot.gif");
	margin: -10px -10px 0px -10px;
	padding: 5px 10px;
	letter-spacing: 0.05em;
	}
h5 {
	border-bottom: 1px solid #2B60A0;
	margin: 10px 0px 10px 0px;
	}	
ul li {
	list-style-type: circle;
	}
ul, ol {
	margin: 0px 0px 10px 30px; 
	padding: 0px;
	}
	
/* MENÜ LINKS */
.box_left h1 {
	font-size: 11px;
	color: #FFFFFF;
	background-image: url("images/bg_left.gif");
	background-color: #537EB2;
	padding: 6px 10px;
	line-height: normal;
	margin: 0px;
	}
.box_left a {
	font-size: 11px;
	line-height: normal;
	background-image: url("images/bg_right.gif");
	background-color: #E7E7E7;
	display: block;
	padding: 4px 10px;
	border-top: 1px solid #FFFFFF;
	}
.box_left a:hover, .box_left .select {
	text-decoration: none;
	color: #FFFFFF;
	background-image: none;
	background-color: #9DCC00;
	}
	
/* AKTUELL */
.aktuell {
	margin: 5px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
	}
.aktuell p {padding: 5px 0 0 0}
.datum {
	margin-left: 5px;
	font-size: 12px;
	color:#666666;
	}
.news-list-browse a:hover {background-color: #A7CB2C; color: #FFFFFF; text-decoration: none;}
.news-list-browse a {font-size: 13px; padding: 0px 3px;}
.tx-ttnews-browsebox-SCell a , .tx-ttnews-browsebox-SCell a:hover {
	font-size: 24px; 
	color:#999999; 
	font-weight:bold; 
	background-color: #FFFFFF; 
	}
.news-list-browse {font-size: 11px; text-align: center;}
.news-list-browse p {margin: 0px; padding: 0px;}
.news-list-browse table {margin: 0px auto 0px auto;} 
.news-single-img {
	float: left;
	margin: 10px 15px 0px 0px;}
	
/* BILDER */
.csc-textpic-imagewrap {margin-top: 5px;}
.csc-textpic {overflow: hidden;}
.csc-textpic-caption {
	font-size: 11px; 
	text-align: right; 
	background-color: #E7E7E7;
 	padding: 0px 5px;}
div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right: 15px !important;
}

/* SUCHE */	
#eingabe {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333; 
	width: 105px;
	margin: 1px 0 0 0;
	padding: 2px 3px;
	float: left;
	}
#suchen {
	font: 10px Arial, Helvetica, sans-serif;
	color: #333333;
	float: right;
	width: 55px;
	padding: 1px 0px;
	letter-spacing: normal;
	text-transform: uppercase;
		}	 
.tx-indexedsearch-searchbox {display: none;}
.tx-indexedsearch-whatis {
	font-weight: bold; 
	font-size: 18px; 
	margin-bottom: 5px; 
	line-height: normal;
	color: #2B60A0;
}
.tx-indexedsearch-browsebox {margin: 5px 0px 20px 0px;}
.browsebox {margin: 5px 0px 20px 0px; font-size: 11px; padding: 2px 5px; background-color:#F1F1F1; }
.tx-indexedsearch .tx-indexedsearch-browsebox li {padding-right: 5px; border-right: 1px solid #CCCCCC;}
.tx-indexedsearch-browsebox p {padding:0px;}
.tx-indexedsearch-browselist-currentPage a {color:#999999; }
.tx-indexedsearch-res table {background-color: #F1F1F1;}
.tx-indexedsearch-res td {padding: 0px;}
TD.tx-indexedsearch-icon {padding: 8px 0px 0px 8px;}
TD.tx-indexedsearch-title {font-size: 14px; padding: 8px 0 0 0;}
TD.tx-indexedsearch-percent {padding: 8px 8px 0 0; font-size: 11px; font-weight: bold; color: #999999;}
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {font-style: normal;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {font-weight: normal; color:#CC0000;}
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-info {
	padding: 5px 0;
	font-size: 10px; 
	line-height: normal; 
	color: #999999;
	background-color: #F1F1F1;
	}
.tx-indexedsearch .tx-indexedsearch-noresults {
	font-weight:bold;
	font-style: italic;
	text-align:left;
}

/* SPEZIELLE ELEMENTE */
.left_item {
	float: left;
	margin: 3px 15px 8px 0px;
	}
.logo_klinikum {
	margin: 20px -10px -10px -10px;
	padding: 20px 10px 0px 10px;
	background-color: #FFFFFF;
	}
.footer_dot, .footer_link {
	width: 560px;
	margin-left: 180px;
	padding: 0px 5px 10px 0px;
	text-align: right;
		}
.footer_dot {
	background-image: url("images/bg_dot.gif");
	border-top: 1px solid #2B60A0;
	padding: 0px;
	height: 20px;
	}
.footer_link a{
	color: #2B60A0;
	line-height: normal;
	}
#c108 strong {background-color: #2B60A0; }

 /* nxs: neue Definitionen für's Highlighting in der Hauptnavigation */
 
#menu ul li.cur a {
	background-color: #9DCC00;
}

#menu ul li ul.zwei a {
	background-color: #2B60A0;
}

/* nxs: neue Definitionen für Bilder in der News-Liste */

.aktuell img {
	float: left;
	margin: 10px 20px 0 0;
}

img.pfeil {
	margin: 5px 5px 0 0;
} 

/*Tabellen*/
caption {text-align: left;}
table  {margin: 0px 0px; border-collapse: collapse;}

.contenttable th {
	border-bottom: 1px solid #000000;
 	text-align: left; 
	vertical-align: top;
	font-weight: bold;
	padding: 0px 5px 3px 0px;
	}
.contenttable td {
	vertical-align: top;
	padding-right: 5px;
	border-bottom: 1px solid #CCCCCC;
	width: auto;
}
.contenttable td.tabellegrau {
	background-color: silver;
}
table.streifentabelle, table.krankenpflegehilfe {border-collapse: collapse; width: 550px;}
table.streifentabelle td, table.krankenpflegehilfe td {padding: 2px 5px; border-bottom-width: 0px;}
.streifentabelle .tr-even, table.krankenpflegehilfe .tr-even {background-color: #EAEAEA;}
.streifentabelle .tr-0 {font-weight: bold; background-color: #DBE3EE;}
.krankenpflegehilfe .td-0 {background-color: #DCE4EF; text-align: center; font-weight: bold;}
.krankenpflegehilfe .td-1 {padding-left: 1px;}

/*################################################### NEWSLETTER ###################################################*/
.newsletterbox {
	background-color: #F0F0F0;
	padding: 15px;
	margin-top: 20px;
	border: 1px solid #DDDDDD;
	}
.newsletterbox h2 {
	margin-top: 0;
	}
.textfeld {
	width: 300px;
	font: 13px/19px Arial, Helvetica, sans-serif;
	}
.button {
	width: 150px; 
	}




