/* CSS Document */
@import url(calendar.css);
@import url(nav.css);
@import url(frame.css);
@import url(lightbox.css);


body {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background: #fff url(../bg/signet.gif) no-repeat 25px 283px;
	margin: 0px;
	color: #333;
	}
	
/*content space-definition*/
#wrapper {
	margin: 45px 0 0 25px;
	width: 925px;
	}
	
.column_wide {
	width: 639px;
	height: auto;
	margin: 0 14px 0 0;
	float: left;
	}
	
.column_ultrawide {
	width: 925px;
	height: auto;
	margin: 0;
	float: left;
	}
	
.column_narrow {
	width: 272px;
	margin: 0;
	float: right;
	position: relative;
	}
	
.column_onlineevents {
	width: 149px;
	margin: 0;
	float: left;
	position: absolute;
	top: 180px;
	left: 0;
	background-color: #E6E6E6;
	}
	
.column_imagevideo {
	width: 149px;
	margin: 0;
	float: left;
	background-color: #E6E6E6;
	
	}
	
.column_dhzbanner {
	width: 149px;
	margin: 0;
	float: left;
	position: absolute;
	top: 140px;
	left: 0;
	background-color: #E6E6E6;
	
	}	
	
.cell {
	border: 1px solid #7A7A7A;
	width: 100%;
	margin: 0 0 30px 0;
	background-image: url(../bg/cell.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	}
	
.freecell {
	width: 472px;
	height: auto;
	float: right;
	border-color: #7A7A7A;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	margin: 0 0 30px 0;
	}
	
.freecell_ultrawide {
	width: 758px;
	height: auto;
	float: right;
	border-color: #7A7A7A;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	margin: 0 0 30px 0;
	}
	
.freecell_narrow {
	width: 270px;
	height: auto;
	float: right;
	border-color: #7A7A7A;
	border-width: 1px;
	border-style: solid;
	background: url(../bg/freecell.gif) repeat-x left bottom;
	margin: 0 0 30px 0;
	}
	
.freecell_start {
	width: 225px;
	height: auto;
	float: right;
	border-color: #7A7A7A;
	border-width: 1px;
	border-style: solid;
	background: url(../bg/freecell.gif) repeat-x left bottom;
	margin: 0 0 30px 17px;
	}

#c {
	clear:both;
	padding-bottom: 9px;
	margin: 0;
	}
	
#c_line {
	clear:both;
	padding-top: 0px;
	border-bottom: 1px solid #a7a7a7;
	}
	
iframe {
	width: 1000px; 
	height: 800px;
	border: none;
	overflow: hidden;
	float: left;
	}
	
.event_border {
	border: 1px solid #666;
	margin: 5px;
	padding: 0;
	position: relative;
	}


/*GESTALTUNGSELEMENTE*/
/*header*/
.blue, .red, .gold, .green, .violet {
	display: block;
	border-bottom: 1px solid #7A7A7A;
	/*height: 18px;*/
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	/*margin-bottom: 10px;*/
	}
	
.blue {
	background-image: url(../bg/title_blue.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #95b0d0;
	}
	
.red {
	background-image: url(../bg/title_red.gif);
	}
	
.gold {
	background-image: url(../bg/title_gold.gif);
	}
	
.green {
	background-image: url(../bg/title_green.gif);
	}
	
.violet {
	background-image: url(../bg/title_violet.gif);
	}
	
.border_bottom {
	border-bottom: 1px solid #a7a7a7;
	padding-bottom: 10px;
	}
	
.border_top {
	border-top: 1px solid #7A7A7A;
	padding-top: 10px;
	}
	

/*typo*/
h1, h2, h3, p, legend, ul, Analysenbezeichnung {
	padding: 0 10px 0 10px;
	}

h1, h2, h3, Analysenbezeichnung {
	margin: 0px;
	font-weight: bold;
	}
	
h1, h3, label, Analysenbezeichnung {
	font-size: 12px;
	}
	
h2, legend {
	font-size: 14px;
	}
	
h4 {/*coretheme auf Startseite*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: oblique;
	font-weight: 100;
	color: #5f6264;
	margin: 10px 9px;
	padding: 0;
	}
	
.slideout {
	padding-left: 0px;
	}
	
legend {
	* color: #333; /*debugging IE 6*/
	* margin: 9px 0 0 2px;
	* padding: 0;
	}
	
h3 {
	text-align: center;
	}

p {
	font-size: 11px;
	margin: 9px 0 9px 0;
	font-weight: normal;
	}
	
label {
	float: left;
	width: 110px;
	* width: 105px;
	line-height: 1.0em;
	padding-top: 3px;
	}
	
.achtung {
	font-weight: bold;
	color: #ce0026;
	}
	
.small {
	font-size: 10px;
	}
	
.area {
	padding-left: 59px;
	}
	
.area_big {
	padding-left: 79px;
	}
	
#calendar h2, .akt_title {
	background-color: #eaeaea;
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
.dl_teaser {
	line-height: 1.5em;
	float: left;
	padding-top: 15px;
	padding-bottom: 6px;
	background-image: url(../bg/cell.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	font-weight: normal;
	}
	
#schwerpunkt, #intern, #job, #diagnose {
	margin-top: 9px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-weight: bold;
	clear: both;
	}

#schwerpunkt {
	color: #9a3986;
	border-top: 1px solid #b46aa5;
	border-bottom: 1px solid #b46aa5;
	}
	
#intern {
	color: #3367a3;
	border-top: 1px solid #658ebc;
	border-bottom: 1px solid #658ebc;
	}
	
#job {
	color: #d73252;
	border-bottom: 1px solid #e2677c;
	}
	
#diagnose {
	color: #007A8E;
	border-bottom: 1px solid #007A8E;
	}
	
#intro {
	border-top: 1px solid #7a7a7a;
	background-color: #ececec;
	margin: 0;
	padding: 9px 10px;
	}
	
#hinweis {
	color: #6A1B61;
	font-style: italic;
	}
	
#link_start {
	background-color:#B2CCE2;
	margin: 0;
	padding: 9px 10px;
	}
	
	#link_start a {
	color:#003979;
	}
	
	#link_start a:hover {
	color:#9a3986;
	text-decoration:none;
	}
	
.service_meldung {
	margin: 5px;
	padding: 9px 10px 9px 110px;
	border: 1px solid #969696;
	color: #003979;
	}
	
.vorschalt_meldung {
	margin: 5px;
	padding: 9px 10px 9px 130px;
	border: 1px solid #969696;
	color: #003979;
	}
	
.downlink {
	line-height: 14px;
	border-bottom: 1px solid #969696;
	padding-bottom: 5px;
	}

.semreihe {
	border-color:#B4B4B4;
	border-style:solid;
	border-width:0 0 1px 0;
	clear:both;
	color:#003B7E;
	font-weight:bold;
	margin: 0 0 15px 0;
	padding-bottom:4px;
	padding-top:4px;
	background-color: #c8e2fb;
	}	
	
	
	
/*listen*/
ul {
	margin: 9px 0;
	list-style: none;
	font-size: 11px;
	}
	
ol {
	margin: 9xp 0;
	font-size: 11px;
	padding: 0 0 0 10px;
	list-style-position: inside;
	}
	
#down {
	margin: 0;
	padding: 9px 12px;
	border-top: 1px solid #a7a7a7;
	float: left;
	width: 449px;
	}
	
li {
	margin: 5px 0;
	}
	
#point li {
	padding-left: 20px;
	margin: 7px 0;
	background: url(../grafik/bullet_1.gif) no-repeat 0 1px;
	}
	
#link li {
	padding-left: 20px;
	margin: 7px 0;
	background: url(../grafik/ico_link.gif) no-repeat 0 1px;
	}
	
#down li {
	padding:0 10px 7px 20px;
	margin: 7px 0;
	background: url(../grafik/ico_load.gif) no-repeat 0 1px;
	border-bottom: 1px solid #aeaeae;
	}
	
#down a {
	font-weight: bold;
	position: relative;
	}
	
#line li {
	border-bottom: 1px solid #aeaeae;
	padding: 2px 0 7px 20px;
	text-indent: -20px;
	}
	
/*linkdefinitionen*/
a {
	text-decoration: none;
	color: #333;
	z-index: 1;/*damit tooltips ueber nachfolgenden links liegen*/
	}
	
a:hover {
	color: #003b7e;
	z-index: 2;/*damit tooltips ueber nachfolgenden links liegen*/
	}
	
#signin {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 15px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #b4b4b4;
	font-weight: bold;
	background-color: #c6ced8;
	color: #003b7e;
	clear: both;
	}
	
a:hover #signin {
	background-color: #a6c7e6;
	}

#eventsign {
	border-width: 1px 0;
	border-style: solid;
	border-color: #b4b4b4;
	background-color: #c6ced8;
	color: #003b7e;
	font-weight: bold;
	height: 15px;
	cursor:pointer;
	}
	
#eventsign {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 15px;
	}
	
#public {
	height: auto;
	}
	
#eventsend {
	margin: 9px 0 0 0;
	padding-top: 4px;
	padding-bottom: 4px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #b4b4b4;
	font-weight: bold;
	background-color: #c6ced8;
	color: #003b7e;
	height: 15px;
	}
	
#eventsign a {
	float: left;
	}
	
.but_red, #eventsign a.but_red, .button {
	border: 1px solid #666;
	padding: 0 20px 0 10px;
	background: url(../bg/but_red.gif) no-repeat right -1px;
	color: #fff;
	cursor: pointer;
	}
	
.but_red, #eventsign a.but_red {
	float: right;
	}
	
a.but_red:hover, #eventsign a.but_red:hover, a.button:hover {
	background: url(../bg/but_red_over.gif) no-repeat right -1px;
	color: #fff;
	}

/* fuer anmeldehinweise bei flaschem status */
.but_transparent {
	float: right;
	color: #666;;
	}
	
	
.button {
	border: 1px solid #666;
	padding: 0 20px 0 10px;
	background: url(../bg/but_red.gif) no-repeat right -1px;
	color: #fff;
	}
	
/*tooltip*/
a span {
	display: none;
	}
	
a:hover span {
	display: block;
	position: absolute;
	left: 10px;
	top: 20px;
	padding: 5px;
	width: 320px;
	background-color: #3367a3;
	border: 1px solid #000;
	color: #fff;
	font-weight: normal;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	}
	
/* img */
	
img {
	border: 0;
	}

.top_l {
	float: left;
	margin: 3px 10px 9px 10px;
	padding-right: 18px;
	border-right: 1px solid #999;
	}
	
.top_r {
	float: right;
	margin: 3px 10px 9px 10px;
	padding-left: 18px;
	border-left: 1px solid #999;
	}

.stickl {
	float: left;
	margin: 2px 0 0 5px;
	}
	
.stick {
	float: left;
	margin: 3px 9px 7px 0;
	}
	
.breit {
	margin: 3px 0 9px 10px;
	}
	
.head {
	border-bottom: 1px solid #666;
	}
	
/*Content-Navigation*/
.calnav_l {
	float: left;
	margin: 0;
	color: #fff;
	}	
	
.calnav_r {
	float: right;
	margin: 0;
	color: #fff;
	}	
	
.calsub_l {
	float: left;
	margin: 0;
	padding-top: 2px;
	}	
	
.calsub_r {
	float: right;
	margin: 0;
	padding-top: 2px;
	}
	
/*fFORMULARE*/
fieldset {
	* display: block; 
	border: 0 solid transparent; /*debugging border fuer Opera 7.x und IE*/
	margin: 5px 0;
	* margin: 10px 0;
	padding: 1px 0; /*damit safari das p-margin erkennt*/
	width: 472px;
	background-color: #eaeaea;
	}
	
input, textarea, select {
	border: 1px solid #7A7A7A;
	font-size: 11px;
	* margin: 0px;
	}
	
input {
	width: auto;
	* width: auto;
	}
	
.inputsmall {
	width: 150px;
	}
	
input.check {
	width: auto;
	border: 5px solid #789789;
	}
	
input.plz {
	width: 40px;
	}
	
input#hausnummer {
	width: 25px;
	}
	
select {
	width: auto;
	* z-index: 0;
	}
	
textarea {
	width: 94%;
	height: 50px;
	padding: 2px;
	margin: 9px 0 15px 9px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	}

input.button {
	width: auto;
	margin: 4px 0 10px 15px;
	background-color: #C6CED8;
	color: #fff;
	font-weight: bold;
	}
	
input.s_red, input.s_red_back {
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	}
	
input.s_red	{
	background: url(../bg/but_red.gif) no-repeat right;
	padding: 0 20px 0 10px;
}

input.s_red:hover {
	background: url(../bg/but_red_over.gif) no-repeat right;
}

input.s_red_back {
	background: url(../bg/but_red_back.gif) no-repeat center left;
}

input.s_red_back:hover {
	background: url(../bg/but_red_back_over.gif) no-repeat center left;
}
	
input:focus, textarea:focus, select:focus {
	background-color: #E3F3FF;
	}

input.i_red {
	background-color: #f5ccd4;
	}
	
input.button:hover {
	background-color: #a6c7e6;
	}
	
/*area-php*/
#area {
	float: right;
	width: 272px;
	}

#neu, #beliebt, #interessant, #wp {
	height: auto;
	position: absolute;
	width: 270px;
	}
	
#left_produkt, #right_produkt {
	height: auto;
	position: absolute;
	width: 460px;
	border: 5px solid #97bec7;
	}
	
#left_service, #right_service {
	height: auto;
	position: absolute;
	width: 472px;
	border: 1px solid #7A7A7A;
	}
	
#beliebt, #interessant {
	visibility: hidden;
	}
	
#wp {
	top: 450px;
	}
	
/*Diagnostik*/
#testmenue, #testmenue_vor {
	float: left;
	width: 100%;
	height: auto;
	background: url(../bg/bg_testmenue.jpg) no-repeat right top;
	}

 #testmenue_vor {
 	background: url(../bg/bg_testmenue_vor.jpg) no-repeat left center;
	}
	
#plane_1, #plane_2, #plane_3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	float: left;
	}

#plane_1 {
	width: 207px;
	*width: 205px;
	}

#plane_2 {
	width: 275px;
	background: url(../bg/bg_testul.jpg) no-repeat left top;
	margin-right: 1px;
	}
	
#plane_3 {
	width: 275px;
	background: url(../bg/bg_testul.jpg) no-repeat right top;
	}

#testmenue li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #BBB;
	}
	
#plane_1 a, #plane_2 a, #plane_3 a  {
	color: #888;
	display: block;
	padding: 0 10px
	}
	
#testmenue a:hover {
	background: url(../grafik/ico_link.gif) no-repeat right center;
	}
	
#plane_1 a {
	width: 177px;
	}
	
#plane_2 a, #plane_3 a {
	width: 245px;
	}
	
#plane_3 a {
	position: relative;
	}
	
#testmenue a:hover {
	color: #003b7e;
	}
	
#diagnose_reiter, #produkt_reiter {
	padding: 6px 10px;
	display: block;
	height: 29px;
	color: #fff;
	background: #99b4d1 url(../bg/title_blue.gif) repeat-x;
	}

#diagnose_reiter #active {
	background-color: #99b4d1;
	margin: 0;
	}
	
#active {
	padding: 6px 10px;
	}
	
#produkt_reiter {
	
	background-color: #97bec7;
	margin: 0;
	}
	
#diagnose_reiter a,  #produkt_reiter a {
	padding: 6px 10px;
	margin: 0;
	color: #fff;
	}
	
#diagnose_reiter a:hover, #active_left_service, #active_right_service {
	background-color: #99b4d1;
	text-decoration: none;
	}
	
#produkt_reiter a:hover, #active_left_produkt, #active_right_produkt {
	background-color: #97bec7;
	text-decoration: none;
	}
	
/*Coretheme auf Startseite*/

.starttheme {
	width: 472px;
	height: auto;
	float: right;
	margin: 0 0 320px 0;
	position: relative;
	}
/*
.starttheme img {
	float: left;
	}
*/	
#abdecker {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #c4d2e2;
	height: 41px;
	width: 181px;
	*filter: alpha(opacity:60);
	*KHTMLOpacity: 0.60;
	*MozOpacity: 0.60;
	*opacity: 0.60;
	}
	
.starttheme h4 {
	display: block;
	margin: 12px 9px 3px;
	}

.starttheme p {
	width: 290px;
	float: left;
	margin: 0;
	padding-left: 12px;
	text-decoration: none;
}

.starttheme a {
	font-size: 12px;
	line-height: 22px;
	color: #003b7e;
	text-decoration: none;
}

.starttheme a:hover {
	text-decoration: underline;
}

.starttheme img {
	float: right;
	margin: 0;
	padding: 0;
}


/*Patienten- und Eisterigerservice*/


#service, #service_start, #lv {
	width: 270px;
	border: 1px solid #7A7A7A;
	background: url(../bg/cell.gif) repeat-x left bottom;
	margin-bottom: 20px;
	float: right;
	}
	
#lv {
	position: absolute;
	left: 1005px;
	top: 285px;
	}
	
#service a, #lv a {
	font-weight: bold;
	padding-right: 17px;
	background: url(../grafik/ico_link.gif) no-repeat right center;
	*display: block;
	}

#service_start p {
	color: #6a1b61;
	padding-left: 25px;
	}

	
#service_start a, .service_meldung a {
	color: #003b7e;
	text-decoration: none;
	padding-right: 17px;
	}
	
#service_start a:hover, .service_meldung a:hover {
	color: #333;
	text-decoration: none;
	}
	
/*Laufband mit Moderatoren*/
#modborder {
	position: relative;
	}

#modslide {
 	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #969696;
	}

#modslide a {
	margin-right: 1px;
	}
	
.mod_detail {
	position: absolute;
	left: -1px;
	*left: 0px;
	top: 101px;
	width: 472px;
	border: 1px solid #969696;
	background: #fff;
	z-index: 20;
	}
	
#ico_center {
	line-height: 25px;
	clear: both;
	border-bottom: 1px solid #969696;
}

#ico_center img {
	float: left;
	margin-right: 10px;
	height: 20px;
	}
	
#ico  {
	height: 20px;
	margin-right: 5px;
	
	}
	
#test_list {
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #b4b4b4;
	font-weight: bold;
	background-color: #c6ced8;
	color: #003b7e;
	height: 15px;
	}

/*überlappendes div*/
#warning {
	position: absolute;
	top: 260px; 
	left: 160px;
	width: 530px;
	z-index: 1000;
	background-color: #fff;
	border: 1px solid #969696;
	filter: alpha(opacity:70);
	}
	
#warning h1 {
	font-weight: 500;
	}
	
#warning h2 a {
	font-size: 12px;
	color: #fff;
	}
	
#warning h2 a:hover {
	color: #c8c8c8;
	}
	
#time_selector{
    background:#fff;
    position:absolute;
    display:none;
    padding:0;
    border:solid 1px #3367A3;

}

#display_selectors{
    margin:10px;
}

#time_selector a:link{
    background:#CCD9E8;
    color:#3367A3;
    font-size:8pt;
    padding:2px;

}


#time_selector a:hover{
    background:#3367A3;
    color:#fff;
    font-size:8pt;
    padding:2px;
}

#time_selector #lh,
#time_selector #lm{
    width:60px;
    color:#3367A3;
    font-size:8pt;
    padding:0 0 4px 0;
    float:left;


}
#time_selector #insert{
    margin:10px;
}


#time_selector #close{
    margin:0px;
    width:12px;
    height:12px;
    background::#CCD9E8;
    display:block;
}

#container_oeffnsz{

}

#oeffnsz_a{
    float:left;
    margin-right:20px;

}

#oeffnsz_b{
    

}

.oeffnsz{
    width:38px;
    cursor:pointer;

}

#display_time{
    margin:0;
    padding:4px 0 0 10px;
    background:#CCD9E8;
    height:20px;
}

#display_time p{
    float:left;
    margin:0;
    padding:0;
    font-size:12px;
    font-weight: bold;
    color: #003b7e;
}

#display_time #h,
#display_time #m{
    margin:0 2px;
    padding:1px 1px 0 2px;
    width:16px;
    height:16px;
    display:block;
    font-size:12px;
    font-weight:bold;
    color:#003b7e;
    background:#fff;
}

#time_selector #alert_message{
    display:none;

    font-size:11px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	background:url(../bg/title_red.gif) repeat-x;
	padding: 0 0 0 10px;
	margin:5px 0;
}

 
.clearfix{
    height:0;
    clear:both;

}
