/***********************************************
 * Grundlegende Styles der Seite
 ***********************************************/
html{
	height:100%;
	width:100%;
}

body {
	font-size: 0.9em;
	color: #842B8F;
	line-height: 17pt;
	font-family: Arial, Helvetica, Sans-Serif;
	margin:0;
	padding:0;
	background-color: White;
	text-align:left;
	width:100%;
	height:100%;
	scrollbar-3dlight-color : white;
	scrollbar-arrow-color : #842B8F;
	scrollbar-base-color : #D0B2D7;
	scrollbar-darkshadow-color : #842B8F;
	scrollbar-face-color : white;
	scrollbar-highlight-color : #D0B2D7;
	scrollbar-shadow-color : white;
	scrollbar-track-color : white;
	background:url(../images/bg_body.gif) repeat-y;
}

#siteholder {
	float:left; /* wr */
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	width:100%;
	text-align:left;
	background-image: url(../images/bg-krankenhaus.gif);
	background-repeat:repeat-x;
	background-position:left top;
}

#contentbox {
	float:left;
	width:990px;
}

/***********************************************
 * Bereich #header
 * Der Seitenkopf mit Logo und Schriftzug
 ***********************************************/

#header {
	width:100%;
	height:113px;
	background:url(../images/logo-krankenhaus.gif) 30px 0px no-repeat; /* wr ->position und no-repeat dazu*/
	/*background-repeat:no-repeat;*/ /* wr */
	margin-top:10px;
	/*margin-left:30px;*/    /* wr */
}

#header .schriftzug {
	position: absolute;
	top:54px;
	left:190px;
}

/***********************************************
 * Bereich Navigation top-right - tr
 * Navigation in die Hauptbereiche
 * Icons zu KH, SZ, AZ, SZ
 ***********************************************/
ul#nav-tr {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top:10px;
	left:823px;

}
#nav-tr a.l1:link, #nav-tr a.l1:visited {
	display: block;
	width: 150px;
	padding: 3px 0px 2px 20px;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	color: #842B8F;
	background:  url(../images/logo-zentrum-icon.gif) no-repeat top left;
	text-decoration: none;
}
#nav-tr a.l2:link, #nav-tr a.l2:visited {
	display: block;
	width: 150px;
	padding: 3px 0px 2px 20px;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	color: #842B8F;
	background:  url(../images/logo-zentrum-icon.gif) no-repeat top left;
	text-decoration: none;
}
#nav-tr a.l3:link, #nav-tr a.l3:visited {
	display: block;
	width: 150px;
	padding: 3px 0px 2px 20px;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	color: #842B8F;
	background:  url(../images/logo-sozialstation-icon.gif) no-repeat top left;
	text-decoration: none;
}

*+html #nav-tr a.l3:link,
*+html #nav-tr a.l3:visited,
*+html #nav-tr a.l2:link,
*+html #nav-tr a.l2:visited,
*+html #nav-tr a.l1:link,
*+html #nav-tr a.l1:visited
{
	margin-top:-3px;
}
#nav-tr a.l1:hover, #nav-tr a.l2:hover, #nav-tr a.l3:hover {
	color: #FF1493;
}
#nav-tr a.l1:active, #nav-tr a.l2:active, #nav-tr a.l3:active {
	color: #411645;
}



/***********************************************
 * Bereich #mainmenue
 * Das Hauptmenu vom Krankenhaus
 ***********************************************/

#mainmenue {
	height:23px;
	position: absolute;
	top:91px;
	left:190px;
}

#mainmenue ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0px;
}

#mainmenue ul li {
	display:inline;
	margin-right:10px;
	padding:0px;
	float:left;
	margin-top:1px;
	height:22px;
	overflow:hidden;
}


#mainmenue ul li a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	color: #842B8F;
	text-decoration:none;
	font-weight: normal;
	padding:2px;
}
#mainmenue ul li.ende a {
	margin-left:20px;
}

#mainmenue a:hover {
	color:#FF0080;
	background:white;
	padding-top:10px;
}
#mainmenue  a:active {
	color:#FF0080;
	background:white;
}


#mainmenue ul li.hoverfix {
	color:#FF0080;
	background:white;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	text-decoration:none;
	font-weight: normal;
}

#mainmenue ul li.hoverfix a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	background:white;
	color: #842B8F;
	color:#FF0080;
	text-decoration:none;
	font-weight: normal;
	padding:2px;
}


/***********************************************
 * Bereich #left
 * enthaelt die  Untermenues
 ***********************************************/

#left {
	float:left;
	width:160px;
	background-color: #F4F1F5;
	height: 500px;
}

#left #submenue ul {
	list-style:none;
	margin:2px 0 0 0;
	padding:0;
}

#left #submenue ul li {
	margin:0;
	padding:0;
	padding-top:1px;
	padding-bottom:2px;
	line-height:17px;
}

#left #submenue ul li a {
	-moz-box-sizing:padding-box;
	display:block;
	padding:1px;
	padding-left:20px;
	padding-bottom:0px;
	text-decoration:none;
	color: #842B8F;
	font-weight:normal;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	border-bottom: 1px solid #C35DCE;
	margin-bottom:0px;
	margin-top:-3px;
}

#left #submenue  a:hover {
	color: #FF0080;
	background: white;
}
#left #submenue  a:active {
	color: #842B8F;
	background: white;
}
#left #submenue  .hoverfix a {
	color: #FF0080;
	background: white;
	-moz-box-sizing:padding-box;
	display:block;
	padding:1px;
	padding-left:20px;
	padding-bottom:0px;
	text-decoration:none;
	font-weight:normal;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	border-bottom: 1px solid #C35DCE;
}

#left #subsubmenue  {
-moz-box-sizing:padding-box;
	display:inline;
	padding:1px;
	padding-left:7px;
	padding-bottom:0px;

	text-decoration:none;
	color: #842B8F;
	font-weight:normal;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
}

#left #subsubmenue  a {
	color:#C35DCE;
	border:0;
	text-decoration:none;
}

#left #subsubmenue a:hover {
	color:#000000;
}



#left #submenue ul.submenue {
	list-style:none;
	margin:2px 0 0 0;
	padding:0;
}

#left #submenue ul.submenue li {
	margin:0;
	padding:0;
	padding-top:1px;
	padding-bottom:2px;
	line-height:17px;
}

#left #submenue ul.submenue li a {
	-moz-box-sizing:padding-box;
	display:block;
	padding:1px;
	padding-left:35px;
	padding-bottom:0px;
	text-decoration:none;
	color: #842B8F;
	font-weight:normal;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	border-bottom: 1px solid #C35DCE;
	margin-bottom:0px;
	margin-top:-3px;
	background-color:transparent;
}

#left #submenue ul.submenue a:hover {
	color: #FF0080;
	background: white;
}
#left #submenue ul.submenue a:active {
	color: #842B8F;
	background: white;
}
#left #submenue ul.submenue .hoverfix a {
	color: #FF0080;
	background: white;
	-moz-box-sizing:padding-box;
	display:block;
	padding:1px;
	padding-left:35px;
	padding-bottom:0px;
	text-decoration:none;
	font-weight:normal;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	border-bottom: 1px solid #C35DCE;
}

#left #subsubmenue ul.submenue {
-moz-box-sizing:padding-box;
	display:inline;
	padding:1px;
	padding-left:7px;
	padding-bottom:0px;

	text-decoration:none;
	color: #842B8F;
	font-weight:normal;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
}

#left #subsubmenue ul.submenue  a {
	color:#C35DCE;
	border:0;
	text-decoration:none;
}

#left #subsubmenue a:hover {
	color:#000000;
}




#leftcontent {
	text-align:center;
	margin-top:21px;
}

/***********************************************
 * Bereich #middle
 * enthält den Hauptcontent
 ***********************************************/

#middle {
	float:left;
	width:760px;
	/*background-color:#D0E8D0;*/
	margin-left:30px;
	margin-right:0px;
	padding-right:0px;
}

#middle h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #842B8F;
	font-family:Arial, Helvetica, Sans-Serif;
	margin-left:0px;
	margin-top:18px;
	margin-right:0px;
	margin-bottom:20px;
}

#middle h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #FF0080;
	font-family:Arial, Helvetica, Sans-Serif;
	margin-left:0px;
	margin-top:18px;
	margin-right:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

#middle h3 {
	font-size:0.9em;
	color:#C35DCE;
	line-height:1.4em;
	font-family:Arial, Helvetica, Sans-Serif;

}
#middle table {
	     padding:3px;
	     font-size:0.9em;
	     color:#000000;
	     font-family:Arial, Helvetica, Sans-Serif;
	     background: #F7F5F8;
}

/********* TAMERS TEST ***********/
#middle table h2 {
                 font-size: 0.9em;
		font-weight: bold;
		color: #FF0080;
		font-family:Arial, Helvetica, Sans-Serif;
		margin:0px;
                 padding:0px;
                 display:inline;

}

#middle p {
	font-size:0.9em;
	color:#000000;
	line-height:1.4em;
	font-family:Arial, Helvetica, Sans-Serif;
	margin-top:0px;
}

#middle ul li {
	list-style: square;
	margin:0;
	padding:0;
	font-size:0.9em;
	color:#000000;
	line-height:1.4em;
}


#middle .textcolor {
	font-size:1em;
	color:#C35DCE;
	font-weight: bold;
	line-height:1.4em;
	font-family:Arial, Helvetica, Sans-Serif;
}
#middle .textcolor_magenta {
	color:#FF0080;
}

#middle .textcolor-notbold {
	font-size:1em;
	color:#C35DCE;
	font-weight: normal;
	line-height:1.4em;
	font-family:Arial, Helvetica, Sans-Serif;
}
#middle .small {
	font-size:0.7em;
}

#middle .rightimg
{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border:1px solid #842B8F;
}

#middle   a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:0.9em;
	font-weight:normal;
	text-decoration:underline;
	color: #C35DCE;
}
#middle  a:hover  {
	color: #842B8F;
}
#middle   a.mail {
	font-size:1em;
	text-decoration:none;
}


#middle .table-baby-m {
	background: #42B3FA;
}

#middle .table-baby-w {
	background: #FF90B5;
}
#middle .white {
	background: white;
}

#middle table td {
	padding:0;
	line-height:16px;
	vertical-align:top;
}

#middle table img {
	float:left;
	margin-left:0px;
	margin-bottom:0px;
	border:none;
}

/***********************************************
 * Bereich #footer
 * enthält den Unteren Bereich von middle
 ***********************************************/


#middle #footer {
	width:100%;
	float:right;
	margin:0;
	margin-top:20px;
	margin-bottom:20px;
	text-align:right;
}
#middle #footer .small {
	font-size:0.7em;
}
#middle #footer a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:0.7em;
	font-weight:normal;
	text-decoration:none;
	color: #C35DCE;
}
#middle  #footer a:hover  {
	color: #842B8F;
}

/* Right Teaser : Stellenangebote , Aktuell */

#teaser {
	float:right;
	margin-top:25px;
	margin-left:50px;
	/*position: absolute;
	top:150px;
	left:790px;*/
}

#teaser .teaser-title,#teaser h1 {
	display:block; /* wr */
width: 160px;
padding: 1px 3px 1px 3px;
background: white;
border: 1px solid #842B8F;
color: #842B8F;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.8em;
font-weight:bold;
margin: 0 0 0 0;
}
#teaser .teaser-box ,#teaser p{
width: 160px;
padding: 3px 3px 3px 3px;
border: 1px solid #842B8F;
border-top: 0pt;
color: #842B8F;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.8em;
font-weight:normal;
background: #F4F1F5;
margin: 0 0 30px 0;
}

 #teaser  a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	color: black;
}
 #teaser a:hover  {
	color: #FF1493;
}



div.itembox {
	float:left;
	width:176px;
	height:327px;
	margin-right:12px;
	margin-bottom:12px;
	text-align:center;
}

div.itemboxw {
	background-color:#FF90B5;
}

div.itemboxm {
	background-color:#42B3FA;
}


#middle div.itembox img {
	width:160px;
	margin:0;
	margin-top:9px;
}

#middle div.itembox p {
	font-size:12px;
	color:#000000;
	line-height:1.3em;
	font-family:Arial, Helvetica, Sans-Serif;
	margin-top:0;
}


#middle form.kontakt {
}

#middle form.kontakt label {
	display:block;
}

#middle form.kontakt input.text, #middle form.kontakt textarea {
	margin:0 0 10px 0;
	border:1px solid #842B8F;
	width:300px;
}

#middle form.kontakt input.submit {
	margin:0 0 0 0;
}