/*html {
	overflow: hidden;
}*/

body {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	background-color: #C6D5E3;
	font-family: arial, helvetica;
	font-size: 12px;
	color: #003366;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
}

.content_left .input {
	color: #003366;
	font-size: 11px;
	background-color:#FFFFEB;
	border:1px solid #003366;
}

.content_center .input,
.content_right .input,
.content_center .multiselect-display,
.content_right .multiselect-display,
.content_center .multiselect-selectbutton,
.content_right .multiselect-selectbutton {
	color: #003366;
	font-size: 11px;
	background-color:#c6d5e3;
	border:1px solid #003366;
}
.content_center .multiselect-selectbutton,
.content_right .multiselect-selectbutton {
	height: 18px;
}

.label {
	margin-top: 3px;
	color: #FFFFEB;
	font-size: 12px;
}
.price {
	text-align: right;
}

.content_center .label,
.content_right .label {
	color: #003366;
}
.field {
	margin-bottom: 1px;
}

.errors {
	color: red;
	margin-bottom: 5px;	
}
li {
	line-height: 20px;	
}

#container {
	position: relative;
	width: 1000px;
	margin: auto;
	text-align: left;
}

#headnavi {
	position: relative;
	width: 1000px;
	height: 16px;
	font-size: 10px;
	line-height: 16px; 
	text-align: right;
	padding-right: 9px;
	color: #990000;
}

#headnavi a {
	text-decoration: none;
	color: #003366;
}
	
#logo a {
	display: block;
	width: 200px;
	height: 135px;
}

#header {
	position: relative;
	width: 1000px;
	height: 135px;
	background: url(../img/header.jpg)
}

#topbar {
	position: relative;
	width: 1000px;
	height: 33px;
	background: url(../img/topbar_bg.jpg);
	line-height: 33px;
	font-size: 12px;
	font-weight: bold; 
}

#topbar-hotline {
	width: 200px;
	height: 33px;
	float: left;
	padding-left: 10px; 
	color: #003366;
}

#topbar-nav {
	width: 500px;
	float: right;
	text-align: right;
	padding-right: 5px; 
	color: #990000;
}

#topbar-nav a {
	text-decoration: none;
	color: #003366;
	padding: 0 5px;
}

#topbar-nav .active{
	color: #990000;
	text-decoration: none;
}


#content-container {
	
}

#content {
	width: 1000px;
	height: 420px;
}

#content-footer {
	width: 1000px;
	height: 180px;
}

#footer {
	width: 1000px;
	height: 16px;
	font-size: 10px;
	line-height: 16px; 
}


.content_2col {
	position: relative;
}

.content_2col .content_left {
	position: absolute;
	width: 200px;
	height: 420px;
	top: 0px;
	left: 0px;
}

.content_2col .content_right {
	position: absolute;
	width: 797px;
	height: 420px;
	top: 0px;
	left: 203px;
}

.content_2col .content_right .text {
	height: 420px;
}

.content_2col_nofooter .content_left,
.content_2col_nofooter .content_right {
	height: 600px;	
}


.content_2col_nofooter .content_right .text {
	height: 561px
}

.content_2col_nofooter .content_left .text {
	height: 564px
}

.content_3col {
	position: relative;
}

.content_3col .content_left {
	position: absolute;
	width: 200px;
	height: 420px;
	top: 0px;
	left: 0px;
}

.content_3col .content_center {
	position: absolute;
	width: 594px;
	height: 420px;
	top: 0px;
	left: 203px;
}

.content_3col .content_right {
	position: absolute;
	width: 200px;
	height: 420px;
	top: 0px;
	left: 800px;
}

.content_3col_nofooter .content_left,
.content_3col_nofooter .content_center,
.content_3col_nofooter .content_right {
	height: 600px;	
}


.content_3col_nofooter .content_center .text {
	height: 561px
}

.content_3col_nofooter .content_left .text {
	height: 564px
}

.header {
	height: 36px;
	line-height: 36px;
	background-color: #003366;
	color: #FFFFEB;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffeb;
	padding: 0 10px;
}

.header a {
	color: #ffffeb;
	text-decoration: none;
	display: block;
}

.content_left {
	background: url(../img/aktuelles.jpg) top repeat-y;	
	height: 420px;
}

.content_left .header {
	text-align: center;
}

.content_left .text {
	margin: 0 3px;	
	height: 384px;
	background: none;
	border-bottom: 3px solid #003366;
	text-align: left;
}

.footer_3col {
	position: relative;
}

.footer_3col .footer_left {
	position: absolute;
	width: 200px;
	height: 180px;
	top: 0px;
	left: 0px;
	background-image: url(../img/footer_left.jpg)
}

.footer_3col .footer_center {
	position: absolute;
	width: 594px;
	height: 180px;
	top: 0px;
	left: 203px;
}

.footer_3col .footer_right {
	position: absolute;
	width: 200px;
	height: 180px;
	top: 0px;
	left: 800px;
	background-color: #003366;
}

.footer_2col {
	position: relative;
}

.footer_2col .footer_left {
	position: absolute;
	width: 200px;
	height: 180px;
	top: 0px;
	left: 0px;
	background-image: url(../img/footer_left.jpg)
}

.footer_2col .footer_right {
	position: absolute;
	width: 797px;
	height: 180px;
	top: 0px;
	left: 203px;
	background-color: #ffffff;
}

.patienten .header {
	background-color: #990000;                       
}

.content_left .patienten {
	background-color: #990000;
}

.content_left .patienten .text {
	border-color: #990000;
	color: #FFFFEB;
	padding: 0 10px;
}

.einrichtungen .header {
	background-color: #66cc99;
}

.content_left .einrichtungen {
	background-color: #66cc99;         
}

.content_left .einrichtungen .text {
	border-color: #66cc99;
	color: #FFFFEB;
	padding: 0 10px;
}

.dienstleister .header {
	background-color: #003366;
}

.content_left .dienstleister {
	background-color: #003366;
}

.content_left .dienstleister .text {
	border-color: #003366;
	color: #FFFFEB;
	padding: 0 10px;
}


/*


.suche_patienten {
	background-color: #990000;
	color: #ffffff;
	height: 420px;
	padding: 5px 5px 5px 10px;
}

.suche_einrichtungen .header {
	background-color: #66CC99;
}

.suche_einrichtungen{
	background-color: #66cc99;
	color: #ffffff;
	height: 420px;
	padding: 5px 5px 5px 10px;
}

.suche_dienstleister{
	background-color: #003366;
	color: #ffffff;
	height: 420px;
	padding: 5px 5px 5px 10px;
}

*/

.nav { 
	height: 420px;
	background-color: #003366;
	color: #ffffff;
	padding: 10px 0;
	line-height: 21px;
}

.nav .lines {
	background: url(../img/nav_bg.gif) top repeat-y;
	height: 100%;
}

.nav a { 
	padding-left : 25px;
	text-decoration: none;
	color: #ffffff;
}

.nav .active {
	color: #990000;
}

.nav .nolink {
	padding-left: 25px;
}

.nav .suche {
	padding-left: 15px;
}

.content_3col_nofooter .nav {
	height: 600px;	
}

.clear {
	clear: both;	
}

.line {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	margin: 0px 10px;
	background: #abb8c7;
	clear: both;
}

.text {
	background-color: #FFFFEB;
	height: 378px;
	margin-top: 3px;
	padding: 10px;
	overflow: auto;
	overflow-x: hidden;
	text-align: justify;
}

.text a {
	color: #003366;
}

.start {
	position: relative;
}

.trans {
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	-webkit-opacity: 0.3;
	opacity: 0.3;
}

.start .header,
.content_3col .content_center .header,
.content_2col .content_right .header {
	background-image: url(../img/medic_symbol.png);
	background-repeat: no-repeat;
	background-position: 3px 0;
	padding-left: 30px;
}
.start .start_left,
.start .start_center,
.start .start_right {
	position: absolute;
	height: 415px;
	top: 0px;	
}
	
.start .start_left {
	width: 263px;
	left: 0px;
}

.start .start_center {
	width: 265px;
	left: 266px;
}

.start .start_right {
	width: 263px;
	left: 534px;
}

.start .text {
	height: 355px !important;
}

.start .bottom_patienten {
	height: 20px;
	background-color: #990000;
}

.start .bottom_einrichtungen {
	height: 20px;
	background-color: #66cc99;
}

.start .bottom_dienstleister {
	height: 20px;
	background-color: #003366;
}
.start .bottom {
	background-color: #768593;
	height: 6px; 
}

/*



.aktuelles_patienten .header {
	background-color: #990000;
}

.aktuelles_einrichtungen {
	border: 3px solid #66CC99;
	height: 420px;	
}
.aktuelles_einrichtungen .header {
	background-color: #66CC99;
}




*/
.messekalender .years {
	position: relative;
	height: 20px;
	margin-top: -10px;
}

.messekalender .year {
	background: url(../img/reiter.gif) bottom no-repeat;
	height: 20px;
	width: 50px;
	text-align: center;
	float: right;
	display: block;
	text-decoration: none;
	color: #003366;
	padding-top: 6px;
	font-weight: bold;
}

.messekalender .year-active {
	color: #990000 !important;
}

.messekalender .months {
	height: 33px;
	background: url(../img/topbar_bg.jpg);
	line-height: 33px;
	font-size: 12px;
	font-weight: bold; 
	margin: 0px -10px;
	padding: 0px 10px;
	text-align: center;
}

.messekalender .month {
	display: block;
	height: 33px;
	line-height: 27px;
	width: 46px;
	float: left;
	padding: 3px;
	text-decoration: none;
	color: #003366;
	text-transform: uppercase;
}

.messekalender .month-active {
	border: 3px solid #990000;
	padding: 0px;
}

.messekalender .events {
	padding-top: 10px;
	text-align: left;
}

.messekalender .events-detail {
	text-align: justify;	
}

.messekalender .events .line {
	margin-top: 3px;
	margin-bottom: 3px;	
}

.messekalender .event-head {
	padding: 10px 20px;
	font-weight: bold;
}
.messekalender .event-row {
	padding: 0 20px;
	clear: left;
}
.messekalender .event-head .date,
.messekalender .event-row .date {
	float: left;
	width: 100px;
}
.messekalender .event-head .name,
.messekalender .event-row .name {
	float: left;
	width: 200px;
	overflow: hidden; 
}
.messekalender .event-head .location, 
.messekalender .event-row .location {
	float: left;
	width: 160px;
	overflow: hidden; 
}
.messekalender .event-row .link {
	float: left;
	width: 50px;
	text-align: right;
}

.search_result {
	height: 355px;
	overflow: auto;
	padding: 0;
}

.search_result a {
	text-decoration: none;
	display: block;
	padding: 10px;
}

.search_result a:hover {
	background: #eeeeee; 	
}

.search_result .loc {
	display: block;
	border-top: 1px solid #003366;
	margin-top: 1px;
}

.search_result .zusatz1,
.search_result .zusatz2 {
	display: block;	
	font-size: 11px;
} 

.search_result .layout {
	font-size: 12px;
}
.search_result .layout .loc {
	font-size: 10px;	
}
.search_result .layout0 {
	font-size: 12px;
	font-weight: bold;
}
.search_result .layouta {
	font-size: 12px;
	font-weight: bold;
}
.search_result .layoutb {
	font-size: 14px;
	font-weight: bold;
}
.search_result .layoutc {
	font-size: 14px;
	font-weight: bold;
}
.search_result .highlight {
	color: #990000;
}

.search_pager {
	height: 20px;
	margin-top: 3px;
	text-align: center;
	line-height: 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.search_pager table {
	border-collapse: collapse;
	border: 0px;
}

.search_pager table td {
	border: 2px solid #FFFFEB;
	border-width: 0 2px;	
	font-size: 12px;
	font-weight: bold;	
	width: 20px;
	text-align: center;
}

.search_pager .previous,
.search_pager .next {
	display: block;
	position: absolute;
	top: 1px;
	text-decoration: none;
	height: 18px;
	line-height: 18px;
	padding: 0 5px;
}
.search_pager .previous {
	left: 1px;
}

.search_pager .next {
	right: 1px;
}
.search_pager table td a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	height: 18px;
	line-height: 18px;
}

.search_pager .previous:hover,
.search_pager .next:hover,
.search_pager table td a:hover {
	background: #eeeeee;
}

.detail {
	margin-left: 15px;
	margin-bottom: 5px;
}

/** popup **/

.ui-widget-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
}

.ui-dialog {
	background: white;
	border: 1px solid #919B9C;
	text-align: left;
}
.ui-dialog-titlebar {
	display: none;	
}
.multiselect {
	position: relative;
}

.multiselect-display {
	background: white;
	border: 1px solid #919B9C;
	padding: 1px 3px;
	margin: 0 19px 0 0;
}

.multiselect-selectbutton {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 19px;
	width: 20px;
	border: 1px solid #919B9C;
	background: url(../img/icon_down.gif) center no-repeat;
	background-color: white;
	cursor: pointer;
	
}
.multiselect-popup {
	height: 200px !important;
	overflow: auto !important;
}

.multiselect-entry {
	line-height: 14px; 
	text-align: left;
	margin-left: 16px;
}

.multiselect-entry-hover {
	color: #990000;	
}

.multiselect-entry a {
	background: url(../img/icon_close.gif) center no-repeat;
	padding: 0 8px 0 11px;
	width: 16px;
}

a.film {
	margin-left: 5px;
	padding-left: 18px;
	background: url(../img/icon_movie.gif) left no-repeat;
}
.gallery {
	clear: right;
	float: right;
	margin-left: 10px;
}
.gallery img {
	margin-bottom: 5px;
	margin-left: 5px;	
}
