/* Allgemein */

#print_1	{
	display:none;
/*	visibility:hidden;  */
}
#print_2{
	display:block;
/*	visibility:visible; */
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:0px;
	padding:0px;
}

a, a b, a strong{
	color:#186FB6;
	text-decoration:none;
	font-size:12px;
}
/*
a:visited, a:visited b, a:visited strong{
	color:#666666;
	text-decoration:none;
}
*/
a:hover, a:hover b, a:hover strong{
	/*color:#FEBF3D;*/
	text-decoration:underline;
}

a img	{
	border:0px;
}
h1{
	color:#333;
	font-size:18px;
	padding:0px;
	margin:0px;
	font-weight:bold;
	
	
}
h1 a	{
	font-size:16px;
}
h2{
	font-size:12px;
	color:#333333;
	font-weight:bold;
	margin:0px;
}
h3{
	color:#666666;
	margin:0px;
	font-size:12px;
}
p	{
	font-size:12px;
	color:#333333;
	margin:5px 0px 5px 0px ;
	line-height:16px;
}

ul	{
	font-size:12px;
	color:#333333;
}

/* obere Leiste */

a.toplink {
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a.toplink:hover{
	color:#ffffff;
	text-decoration:underline;
}

a.a_hauptnav {
	color:#333333;
	padding:1px 10px 2px 10px;
	border:1px solid #186FB6;
	border-width:1px 1px 0px 1px;
	background-color:#D0D8DF;
	margin:0px;
	line-height:20px;
	text-decoration:none;
	font-size:12px;
	
}

/*
a.a_hauptnav {
	color:#333333;
	padding:1px 10px 3px 10px;
	border:1px solid #186FB6;
	border-width:0px 0px 0px 0px;
	background-color:#D0D8DF;
	margin:0px;
	line-height:19px;
	text-decoration:none;
	font-size:12px;
	
}
*/

a.a_hauptnav_book {
	background-color:red;
	background-image:url(images/bookbtn.jpg);
	background-repeat:no-repeat;	
	color:#ffffff;
	padding:1px 10px 2px 10px;
	border:1px solid #186FB6;
	border-width:1px 1px 0px 1px;
	margin:0px;
	line-height:20px;
	text-decoration:none;
	font-size:12px;
	
}

a.a_hauptnav:hover, a.a_hauptnav:active, a.a_hauptnav_aktiv:hover {
	color:#333333;
	margin-right:0px;
	background-color:#FEBF3D;
	text-decoration:none;
	
}
a.a_hauptnav_book:hover, a.a_hauptnav_book:active {
	background-color:#FEBF3D;
	background-image:url(images/bookbtn_active.jpg);
	background-repeat:no-repeat;	
	color:#333333;
	margin-right:0px;
	text-decoration:none;
	
}
a.a_hauptnav_aktiv {
	color:#333333;
	padding:1px 10px 0px 10px;
	border:1px solid #186FB6;
	border-width:1px 1px 3px 1px;
	background-color:#FEBF3D;
	margin:0px;
	line-height:20px;
	text-decoration:none;
	font-size:12px;

	
}
a.a_pfad {
	color:#666666;
	font-size:12px;
}
a.a_pfad:hover {
	color:#666666;
	text-decoration:underline;
}
/* linke navigation */

td.td_subnav	{
	height:25px;

}

a.a_subnav	{
	color:#666666;
	background-color:#E9ECEF;
	display:block;
	width:90%;
	padding-left:10px;
	border:0px solid #186FB6;
	border-width:0px 0px 0px 0px;
	line-height:20px;
	text-decoration:none;
	font-size:12px;
}

a.a_subnav:hover, a.a_subnav:active	{
	color:#333333;
	background-color:#D0D8DF;
	display:block;
	width:90%;
	padding-left:10px;
	line-height:20px;
	text-decoration:none;
	font-size:12px;
}
input.a_subnav	{
	cursor:pointer;
	color:#666666;
	background-color:#E9ECEF;
	display:block;
	width:96%;
	padding:0px 10px;
	border:0;
	line-height:20px;
	text-decoration:none;
	font-size:12px;
	font-family:arial;
	text-align:left
}

input.a_subnav:hover, a.a_subnav:active	{
	color:#333333;
	background-color:#D0D8DF;
	display:block;
	text-decoration:none;
}

td.td_h1	{
	border-bottom:1px solid #FEBF3D;
}

td.td_dsem	{
	border-bottom:1px solid #D0D8DF;
	margin:0px;
	padding: 0px 0px 0px 2px;
	color:#333333;
}

td.td_hightlight	{
	background-color:#E9ECEF;
	color:#333333;
	border:1px solid #186FB6;
	border-width:1px 1px 1px 1px;
	padding:0px 5px 0px 5px;
	font-size:12px;
}

td.td_hightlight p	{
	color:#333333;
}

td.td_hightlight b	{
	color:#186FB6;
	font-size:12px;
}

td.td_hightlight a:hover	{
	color:#186FB6;
	text-decoration:underline;
}

#table_quartal td {
	border:1px dotted #999999;
	border-width:1px 1px 0px 0px;
	padding:3px;
}

#table_quartal p	{
	color:#999999;
}

#fieldset_anmeldung, .fieldset_anmeldung	{
	text-align:left;
	width:500px;
	padding:10px;
	border:1px dotted #999999;
	color:#999999;
	background-color:#ffffff;
}



#fieldset_anmeldung	table, .fieldset_anmeldung table	{
	/*background-color:#ffffff;*/
}

#fieldset_anmeldung	legend {
	color:#333333;
	font-weight:normal;
}

#fieldset_anmeldung	td, .fieldset_anmeldung td{
	padding:2px 0px 2px 10px;
/*	background-color:#ffffff; */
	border-bottom:1px dotted #D0D8DF;
}

#fieldset_anmeldung input, .fieldset_anmeldung input,
#fieldset_anmeldung select, .fieldset_anmeldung select,
#fieldset_anmeldung textarea, .fieldset_anmeldung textarea	{
	border:1px solid silver;
	color:#333333;
}
#fieldset_anmeldung p, .fieldset_anmeldung p	{
	color:#666666;
}

#table_content	{
	border:0px solid #D0D8DF; 
	padding:10px; 
	width:974px;
}

#table_hotel	{
}

#table_hotel td	{
	/*text-align:;*/
	padding-left:5px;
	border:1px dotted #999999;
	border-width:1px 0px 0px 0px;
}
#table_hotel img	{
	border:1px solid #186FB6;
}

#table_ref	li {
	list-style-type:none;
	color:#333333;
	border-bottom:1px dotted #D0D8DF;
	padding:7px;
	font-size:12px;

}
#table_ref img	{
	border:1px solid #186FB5;
}

#table_kundenliste	{
	color:#666666;
}
#table_kundenliste	td {
	color:#333333;
	border-bottom:1px dotted #D0D8DF;
	padding:7px;
	font-size:12px;
}

#table_kundenliste	td b{
	padding-left:5px;
	background-color:#E9ECEF;
	color:#186FB6;
	display:block;

}
#fieldset_kontakt	{
	text-align:left;
	width:500px;
	padding:10px;
	border:1px dotted #999999;
	color:#999999;
	background-color:#ffffff;
}
#fieldset_kontakt	table	{
	background-color:#eaeaea;
	padding:5px 0 5px 0;
}
#fieldset_kontakt	td{
	padding:2px 0px 2px 10px;
	border-bottom:1px dotted #D0D8DF;

}

#fieldset_kontakt input, #fieldset_kontakt textarea, #fieldset_kontakt select	{
	border:1px solid silver;
	color:#333333;
}
#fieldset_kontakt p	{
	color:#666666;
	margin:0;
}
#fieldset_ksem	{
	text-align:left;
	width:500px;
	padding:0px;
	border:0px solid #D0D8DF;
	border-width:1px 1px 1px 1px;
	color:#666666;
	margin-top:5px;
}

#fieldset_ksem	th{
	background-color:#E9ECEF;
	color:#999999;
	padding:2px 0px 2px 10px;
	letter-spacing:2px;
	text-align:center;
	font-weight:bold;

}
#fieldset_ksem	td{
	background-color:#ffffff;
	padding:2px 0px 2px 10px;
	border-bottom:1px dotted #D0D8DF;
}

.unsichtbar {
	display:none;
}

.hotelknapp, .hotelknapp0	{
	display:none;
}

.hotelknapp-1	{

}

.versteckt, .versteckt:hover {
	font-size:9px;
	color:#F9F9F9;

}


hr	{
	height:1px;
}
div.div_film	{
	background-image:url(images/film.jpg);
	background-repeat:no-repeat;
}


h3.h3_neu	{
	font-size:16px;
	font-weight:bold;
	color:#333;
}
td.td_titel_links	{
	width:530px;
	background-color:#8AA3CA;
	padding:2px 5px 2px 5px;
	border-bottom:2px solid #ffffff;
	border-right:2px solid #ffffff;
}
td.td_links	{
/* breiter 
	width:530px;
breiter ende */
	background-color:-#E9ECEF;
	border-right:2px solid #ffffff;
	padding:2px 5px 2px 0px;
	vertical-align:top;
}
td.td_titel_rechts	{
	width:200px;
	background-color:#8AA3CA;
	padding:2px 5px 2px 5px;
	border-bottom:2px solid #ffffff;
	vertical-align:top;
}

td.td_rechts	{
	width:200px;
	background-color:#fff; #E9ECEF;#FAF5E2;
	padding:2px 0px 2px 5px;
 	vertical-align:top;
}

p.p_titel	{
	font-size:12px;
	font-weight:600;
	color:#333333;
}

div.div_anderesem	{
	border-left:10px solid #D0D8DF;
	width:98%;
	padding:5px;
}

div.div_anderesem	a {
	text-decoration:underline;
}

div.div_termine	{
	/*
	width:190px; 
	padding:0px; 
	margin:2px; 
	border:1px solid #186FB6; 
	background-color:#E9ECEF;
	*/
	width:192px; 
	height:105px; 
	overflow:auto; 
	scrollbar-base-color:#8AA3CA;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#8AA3CA;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#ffffff;
	scrollbar-track-color:#white;
	padding:0px; 
	padding-left:3px;
	margin:2px; 
	border:1px solid #186FB6; 
	background-color:#E9ECEF;
	
}

#table_anmeldeart	a {
	margin-left:80px;

}


#div_beurteilung	{
	background-color:#fff; 
	border:1px solid silver; 
	padding:5px;
	width:195px;
}
#div_beurteilung	img	{
	margin-left:4px;
}
#div_beurteilung	ul	{
	 margin-left:0; 
	 padding-left:1.5em;
	 
}
#div_alphazeile	{
	background-color:#cccccc;
}

#div_dsemanmeldung	{
	background-color:#E9ECEF;
	border:1px solid silver; #FEBF3D;
	padding:5px;
	margin:0px 0px 15px 0px;
	width:195px;
}

.div_dsemlogo {
	margin-bottom: 15px;
	width:195px;
}

.div_dsemanmeldung	{
	background-color:#E9ECEF;
	border:1px solid silver; #FEBF3D;
	padding:5px;
	margin:0px 0px 15px 0px;
	width:195px;
}
#div_dsemstandard	{
	background-color:#ffffff;
	border:1px solid silver;
	padding:5px;
	margin:0px 0px 15px 0px;
	width:195px;
}
#div_dsemstandard a, .div_dsemstandard a {
	line-height:18px;
}
.div_dsemstandard	{
	background-color:#ffffff;
	border:1px solid silver;
	padding:5px;
	margin:0px 0px 15px 0px;
	width:195px;
}
#div_navigator_table1	{
	border:0;
	border-width:0 1px 1px 1px;
}
#div_navigator_table1 th	{
	padding:10px 0 10px 10px;
	text-align:left;
}
#div_navigator	table	 td	{
	padding:3px 10px 3px 10px;
	text-align:left;
	border-bottom:1px dotted #d0d8df;
}
#div_navigator_table2	{
	border:1px solid #999;
	border-width:0 1px 1px 1px;
}
#th_th1	{
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-left:1px solid #999;
}
#th_th2	{
	
	border-top:10px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #999;
	background-color:#d0d8df;
}

#th_th2	a {
	text-decoration:underline;
}

#td_dsem_h1	{
	background-color:#ffb000;rgb(255,179,00); FEBF3D;
	padding:5px;
	border-bottom:1px solid #666;
}
#td_dsem_h1_neu	{
	padding:5px;
}

#div_dsemanmeldung	p{
	font-size:16px;
}

#table_ksem	th, #table_ksem	td{
	text-align:left;
	vertical-align:baseline;
	border-bottom:1px dotted #d0d8df;
}
#tr_schlagzeile	{
	background-color:silver;
}
/* temp für dsem */
a.a_button	{
	color:#fff; 
	font-size:10px;
	text-align:right;
	margin:0px; 
	display:;
	padding:0px 2px 0px 2px; 
	background-color:#186fb6;
	background:url(images/button1.jpg) bottom repeat-x;
	border-top:0px solid #ffffff; 
	border-right:1px solid #666666; 
	border-bottom:1px solid #666666; 
	border-left:0px solid #ffffff; 
	
}
a.a_anmeldebutton {
	color:#fff; 
	font-size:10px;
	text-align:right;
	margin:0px; 
	display:;
	padding:0px 2px 0px 2px; 
	background-color:#186fb6;
	border-top:0px solid #ffffff; 
	border-right:1px solid #333333; 
	border-bottom:1px solid #333333; 
	border-left:0px solid #ffffff; 
}
a.a_hauptnav_temp	{
	color:#333333;
	padding:1px 10px 2px 10px;
	
	border-top:1px solid #fff;
	border-right:1px ridge #fff;
	border-bottom:1px solid #999;
	border-left:1px solid #fff;
	
	background-color:#D0D8DF;
	margin:0px;
	line-height:20px;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
a.a_hauptnav_aktiv_temp	{
	color:#222;
	padding:1px 10px 2px 10px;
	
	border-top:1px solid #fff;
	border-right:1px ridge #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid silver;
	
	background-color:#fff;
	margin:0px;
	line-height:20px;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

/* Aus semalle kopiert:  */

.linklist	a	{
	margin-right:6px;
}
.linktitel	{
	background-color:#D0D8DF;
	padding-top:3px;
	padding-bottom:3px;
}
.linktitel	a {
	font-weight:bold;
	font-size:14px;
}
.linkno	{
	text-align:right;
}

.semzeile {
	line-height:20px;
	border-bottom:1px dotted #D0D8DF;
}

/* Manipulation der XSL Transformierten Agenden */
/* Florian */
#formedInhalt p, h4 {
	padding:0;
	margin:0;
}
#formedInhalt p {
	margin-left:40px;
}

#formedInhalt h4{
	margin-left:15px;
	display:list-item;
	list-style-type:disc;
}

.lispan {
	display:list-item;
	list-style-type:circle;
}
/************************************************/


/* temp für dsem  ende*/
