html {
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
	width: 100%;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#EEF5FC;
}

/* Startseite */
#start_background {
	position:relative;
	min-height:100%;
 	height: auto !important;
	height: 100%;
}

#start_header {
	position:relative;
	top:0px;
	left:0px;
	height:326px;
	background-color:#FFFFFF;
}

#start_header #top {
	position:relative;
	top:57px;
	left:80px;
	height:136px;
	width:918px;
}

#logo {
	width:514px;
	height:74px;
}

#start_header #zertifikate {
	position:absolute;
	left:518px;
	top:39px;
	width:400px;
	height:35px;
	background:url(screen/zertifikate.gif) no-repeat top left;
}

#zertifikat1 {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:250px;
	height:35px;
}

#zertifikat2 {
	display:block;
	position:absolute;
	top:0px;
	left:250px;
	width:150px;
	height:35px;
}

#start_header #header_banner {
	background:url(screen/bg.gif) repeat-x top left;
	position:relative;
	top:10px;
	height:176px;
}

#start_header #header_image {
	position:relative;
	left:84px;
	background:url(screen/krankenhaus_draufsicht.jpg) no-repeat top left;
	height:176px;
	width:514px;
}

#start_header #links {
	position:absolute;
	left:598px;
	top:0px;
	width:350px;
	margin:5px 0 0 10px;
}

#start_main_navi {
	position:absolute;
	top:325px;
	left:0px;
	height:17px;
	background:url(screen/bg_main_navi.gif) repeat-x top left;
	width:100%;
	z-index:2;
	overflow: hidden;
}

#start_main_navi ul.main {
	padding-left:84px;
}

#start_content {
	position:relative;
	padding:86px 0 25px 84px;
	width:900px;
}

#start_footer {
	height:25px;
	margin:-25px auto;
	position:relative;
	width:100%;
	color:#999999;
	text-align:center;
	line-height:25px;
	font-size:11px;
}


/* normale Inhaltsseiten */
#background {
	position:relative;
	min-height:100%;
 	height: auto !important;
	height: 100%;
	background: url(screen/bg_content.gif) repeat-y top left;
}

#header {
	position:relative;
	top:0px;
	left:0px;
	background-color:#FFFFFF;
	height:205px;
}

#header #search_box {
	position:absolute;
	top:18px;
	left:550px;
	height:50px;
	width:250px;
	text-align:right;
}

#header #top {
	position:relative;
	top:2px;
	left:30px;
	height:76px;
	width:544px;
}

#header #header_banner {
	background-color:#004D91;
	position:relative;
	top:5px;
	height:110px;
}
#header #links {
	position:relative;
	top:5px;
	left:10px;
	width:270px;
}

#header #header_image {
	position:absolute;
	left:300px;
	top:0px;
	background:url(screen/header_krankenhaus.jpg) no-repeat top left;
	height:110px;
	width:514px;
}

#main_navi {
	position:absolute;
	top:194px;
	left:0px;
	height:17px;
	background:url(screen/bg_main_navi.gif) repeat-x top left;
	width:100%;
	z-index:2;
	overflow: hidden;
}

#main_navi ul.main {
	padding-left:220px;
}

#content {
	margin:16px 0 25px;
}

#left {
	float:left;
	padding:0 10px;
	width:200px;
}

#subnavi {
	padding:20px 0;
}

#main_content {
	margin-left:220px;
	padding:20px;
	position:relative;
}

#footer {
	width:100%;
	background-color:#004D91;
	color:#FFFFFF;
	text-align:center;
	line-height:25px;
	font-size:11px;
	height:25px;
	margin:-25px auto;
	position:relative;
}

#print_content {
	padding:20px;
}

#print_content .page_images {
	display:none;
}

#print_content .page_content {
	padding-right:0;
}

#print {
	position:absolute;
	top:20px;
	left:0px;
	width:100%;
	text-align:right;
}

#print_link {
	margin-right:370px;
}

#print_popup {
	text-align:right;
	padding-bottom:20px;
}
