/* Reset */
@import "reset.css";

html {
	min-height: 100%;
	margin-bottom: 1px;
}


#logoprint {
	width: 100%;
	background-color: #dee8f2;	
	display: none;
}


/* Body + Allgemeines */
body {
	background: #9ebcda url('bg.gif') repeat-x;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	margin-bottom: 25px;
	text-align: center;
}

.skiplink {
	display: none;
}

.clear {
	clear: both;
}


.flLeft 	{ float:left; } 
.flRight 	{ float:right; }



/* Trenner */
div.hr {
	background: #fff url('hr.gif') repeat-x center center;
	margin: 25px 0;
	height: 5px;
}
div.hr hr {
  display: none;
}


.sidebarboxcontent div.hr {
	background: #f5af8b;
	margin: 10px 0;	
	height: 1px;
}

/* Seitenwrapper */
#wrapper {
	font-size: 1.2em;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 860px;
}

/* Logo und Claim */
#logowrap {
	height: 78px;
}

#logo {
	background: url('logo.gif') no-repeat;
	color: #1860a7;
	display: inline; /* IE5/6 Doubled Float-Margin Bug */
	float: left;
	height: 48px;
	margin: 10px 0 10px 15px;
	width: 276px;
}
#logo a {
	color: #000;
	display: block;
	height: 38px;
	width: 220px;
}
#logo a span {
	display: none;
}

#claim {
	background: url('claim.gif') no-repeat;
	color: #1860a7;
	display: inline; /* IE5/6 Doubled Float-Margin Bug */
	float: right;
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	height: 38px;
	margin: 25px 25px 10px 0px;
	text-indent: -999em;
	width: 220px;
}

/* Hauptnavigation */
#mainnavtop {
	background: url('mainnavtop.gif') no-repeat;
	font-size: 1px;
	height: 3px;
	line-height: 1px;
	width: 860px;
}
#mainnavbottom {
	background: url('mainnavbottom.gif') no-repeat;
	background-position: bottom;
	font-size: 1px;
	height: 3px;
	line-height: 1px;
	width: 860px;
}
#mainnavwrap {
	background-color: #afcae2;
	display: table;
	width: 860px;
}

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
	margin-left: 5px;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 15em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 12em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 15em; /* match ul width */
	top: 0;
}

/*** THE TABS ***/

ul.sf-tabs {
 	float: left;
 	display: inline; /* IE5/6 Doubled Float-Margin Bug */
}

ul.sf-tabs li.sf-tabs a.sf-tabs {

	float: left;
	/*background: url('tableft.gif') no-repeat left top;*/
	margin: 0;
	padding: 0 0px 0 15px; /* max. the width of tableft.gif or make a wider tableft.gif */
	text-decoration: none;
	display: inline; /* IE5/6 Doubled Float-Margin Bug */
	font-weight: bold;
	font-size:1.1em;
	cursor: pointer;
}

ul.sf-tabs li.sf-tabs a.sf-tabs span.sf-tabs {
	float: left;
	display: block;
	/*background: url('tabright.gif') no-repeat right top;*/
	padding: 0.5em 15px 0.5em 0px; /* 20px should match padding above */
	color: #1860a7;
	cursor: pointer;
}

ul.sf-tabs li.sf-tabs a.sf-tabs span.sf-sub-indicator {
	position: absolute;
	right: 3px;
	bottom: 1px;
	color: #1860a7;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	/*background: url('arrows.png') no-repeat -10px -100px;*/
/*	display:none; */ /*or enable this to hide arrow in tabs */
}
ul.sf-tabs li.sf-tabs a.sf-tabs:hover span.sf-sub-indicator,
ul.sf-tabs li.current a.sf-tabs:hover span.sf-sub-indicator {
	color: #000;
	background: url('arrows.png') no-repeat 0px -100px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
ul.sf-tabs li.sf-tabs a.sf-tabs span.sf-tabs { float:none; }
/* End IE5-Mac hack */

ul.sf-tabs li.sf-tabs a.sf-tabs {
	outline:0;
}

ul.sf-tabs li.sf-tabs a.sf-tabs:hover span {
	color: #000;
}
ul.sf-tabs li.sf-tabs a.sf-tabs:hover {
	background-position: 0% -100px;
}
ul.sf-tabs li.sf-tabs a.sf-tabs:hover span {
	background-position: 100% -100px;
}

ul.sf-tabs li.current a.sf-tabs span.sf-tabs {
	color:#000;
	background-position: 100% -200px;
}
ul.sf-tabs li.current a.sf-tabs:hover span.sf-tabs {
}

ul.sf-tabs li.current a.sf-tabs {
	position: relative;
	background-position: 0% -200px; /* -200 to hide hover-effect on current tab */
}

ul.sf-tabs li.current a.sf-tabs:hover {
	color: #000;
	background-position: 0% -100px;
}
ul.sf-tabs li.current a.sf-tabs:hover span.sf-tabs {
	color: #000;
	background-position: 100% -100px; /* -200 to hide hover-effect on current tab */
}

/*** shadows for all but IE6 ***/

.sf-shadow ul {
	background: transparent url('shadow.png') no-repeat bottom right;
	padding: 0 8px 8px 0;
/* round corners in mozilla and safari
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
*/
}

/*** DEMO SKIN ***/

.sf-menu ul {
	font-size: 1.0em;
	margin-top: -0.4em;
	margin-left:15px;
}
.sf-menu ul ul {
	margin-top: 0px;
}
.sf-menu ul li a {
	background: url('subnavarrow.gif') no-repeat 0.6em 0.9em;
	font-size: 1.0em;
	display: block;
	height: 1%; /* for IE */
	position: relative;
	font-weight: bold;
	border:solid 1px #fff;
	margin-top:-1px;
	padding: 0.5em 0.5em 0.5em 1.5em;
	text-decoration: none;
	color: #1860a7;
	line-height: 1.2em;
}

.sf-menu ul li {
	background: #afcae2;
}
.sf-menu ul li a:hover {
	background-color: #D7E4F0;
	color: #000;
}

/* hover */
.sf-menu ul li:hover, .sf-menu ul li.sfHover, .sf-menu ul li.sfHover > a,
.sf-menu ul li a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active {
	background-color: #D7E4F0;
	color: #000;
}

/* sub indicator */
ul.sf-tabs ul a span.sf-sub-indicator {
	position: absolute;
	right: 1px;
	top: 1.1em;
	color: #fff;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	background: url('arrows.png') no-repeat -10px 0px;
}

ul.sf-tabs ul a:hover span.sf-sub-indicator,
ul.sf-tabs ul a:hover span.sf-sub-indicator {
	color: #000;
	background: url('arrows.png') no-repeat 0px 0px;
}

/* Header mit Bild und Subnavi */
#header {
	height: 194px;
	margin-top: 4px;
	overflow: hidden;
	width: 860px;
}

#header1 {
	background-image: url('header1.gif');
	background-repeat: no-repeat;
	background-position: center center;
	height: 194px;
	width: 604px;
	float: left;
}

/* Subnavi */
#header2 {
	background: url('header2.gif') repeat-x;
	float: right;
	height: 194px;
	overflow: auto;
	width: 253px;
}

#header2 h1 {
	color:  #1860a7;
	font-size: 1.6em;
	margin-left: 10px;
	margin-right: 20px;
}

#header2 ul {
	list-style: none;
	margin: 0 10px 0 10px;
}

#header2 li {
	background: url('bulleth.gif') 0.8em 0.5em no-repeat;
	margin-bottom: 3px;
	padding-left: 20px;
}

#header2 a {
	color: #1860a7;
	display: block;
	font-weight: normal;
	line-height: 1.6em;
	text-decoration: none;
}

#header2 a:hover, #header2 a:active {
	color: #000; text-decoration: underline;
}
#header2 li.current a {
	color: #000;
	font-weight: bold;
}

/* Header Teaser */
#header2 .headerbox {
	color: #1860a7;
	height: 194px;
	line-height: 1.4em;
	overflow: hidden;
	width: 253px;
}
#header2 .headerbox .txt-img {
	margin: 0 20px;
	clear: both;
}
#header2 .headerbox .txt-img a {
	color:#EA651C;
	font-size: 1.4em;
	font-weight: bold;
}
#header2 .headerbox .txt-img a:hover {
	color:#000;
}
#header2 .headerbox .txt-img .floatLeft {
	float: left;
	margin: 0 2.0em 0 0;
}
#header2 .headerbox .txt-img .floatRight {
	float: right;
	margin: 0 0 0 2.0em;
}

/* Content-Bereich */
#contenttop {
	background: url('contenttop.gif') no-repeat;
	margin-top: 4px;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
}

#contentbottom {
	background: url('contentbottom.gif') no-repeat;
	background-position: bottom;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
}

#contentwrap {
	background: #fff;
	padding: 10px 15px 20px 25px;
}

#content {
	color: #3e3e3e;
	float: left;
	line-height: 1.4em;
	min-height: 400px;
	overflow: hidden;
	width: 525px;
}

/* Text */

p {margin-bottom: 10px;}

/* Überschriften */
h1, h2, h3 {
	color: #1860a7;
}
h1 { margin: 0.7em 0; font-size: 1.8em;font-weight: normal; }
h2 { margin: 0.7em 0 0 0; font-size: 1.2em; font-weight: normal;}
h3 {margin: 0.7em 0;font-weight: normal;}
h4, h5, h6 {
	color: #000;
}
h4 { margin: 0.7em 0; font-size: 1.5em; line-height:1.4em}
h5 { margin: 0.7em 0; font-size: 1.3em; }
h6 { margin: 0.7em 0; font-size: 1.1em; }


/* Listen */
#content ul,
.sidebarboxcontent ul {
	margin: 15px 0px 15px 0px;
	list-style: none;
}

#content li,
.sidebarboxcontent li {
	background: url('bullet.gif') 0.8em 0.4em no-repeat;
 	margin-bottom: 5px;
	padding-left: 2.0em;
}

/* Links */
#content a {
	color: #1860a7;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #626262;
	text-decoration: underline;
}

/* Breadcrumb-Navi */
#content ul.breadcrumb {
	border-bottom: solid 1px #afcae2;
	list-style: none;
	padding-bottom: 0.5em;
	margin: 0;
	font-size: 0.9em;
}
#content ul.breadcrumb li {
	margin: 0;
	padding: 0;
	display: inline;
	background: url('bulletb.gif') right 0.4em no-repeat;
	padding-right: 16px;
}
#content ul.breadcrumb li.last {
	background: none;
}
#content ul.breadcrumb li a {
	text-decoration: none;
}

/* Text mit Bild */
#content .txt-img, #sidebar .txt-img {
	margin-bottom: 25px;
	clear: both;
}
#content .txt-img .floatLeft, #sidebar .txt-img .floatLeft {
	float: left;
	margin: 0 2.0em 0.5em 0;
}
#content .txt-img .floatRight, #sidebar .txt-img .floatRight {
	float: right;
	margin: 0 0 0.5em 2.0em;
}

/* Reise-Teaser */
#content .txt-teaser {
	border-bottom: solid 1px #9EBCDA;
	margin-bottom: 25px;
	padding-bottom: 5px;
}
#content .txt-teaser-img {
	float: left;
	width: 150px;
}

#content .txt-teaser-img a{
	background: url('bulleth.gif') 0.4em 0.3em no-repeat;
	margin-bottom: 3px;
	padding-left: 1.3em;	
}

#content .txt-teaser-txt {
	float: left;
	width: 350px;
}
#content .txt-teaser a {
	font-weight: bold;
}


#content .titel  {
	font-weight: bold;
	font-size: 1.2em;
	margin: 5px 0 10px 0;
}


/* Bus-Teaser */
#content .bus-txt-teaser {
	border-bottom: solid 1px #9EBCDA;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#content .bus-txt-teaser-img {
	float: left;
	width: 200px;
		
}

#content .bus-txt-teaser-img a{
	background: url('bulleth.gif') 0.4em 0.3em no-repeat;
	padding-left: 1.3em;	
}

#content .bus-txt-teaser-txt {
	float: left;
	margin-left: 10px;
	width: 310px;
	margin-top: -10px;
}
#content .bus-txt-teaser a {
	background: url('bulleth.gif') 0.4em 0.3em no-repeat;
	font-weight: bold;
	padding-left: 1.3em;		
}

#content a.backlink  {
	background: url('bulleth.gif') 0.4em 0.3em no-repeat;
	font-weight: bold;
	padding-left: 1.3em;		
}


/* Download */
#content .download-hdl {
	font-weight: bold;
}
#content .download-file a {
	font-weight: bold;
}

/* Sitemap */
#content .sitemap1st {
	margin: 0;
	padding: 0;
}
#content .sitemap2nd {
	margin: 0;
	padding: 0;
}
#content .sitemap1st li {
	background: none;
	margin: 0;
	padding: 0;
}
#content .sitemap1st a {
	background-color:#D7E4F0;
	display: block;
	font-weight: bold;
	margin: 10px 0;
	padding: 2px;
	text-decoration: none;
}
#content .sitemap2nd a {
	background-color: #fff;
	display: block;
	font-weight: normal;
	margin: 0;
	padding-left: 25px;
	text-decoration: none;
}

/* Sidebar */
#sidebar {
	float: right;
	line-height: 1.4em;
	overflow: hidden;
	width: 238px;
}

#sidebar .sidebarbox h1 {
	background: url('sidebartoph1.gif') no-repeat;
	font-size: 1.2em;
	margin:0;
	padding: 5px 10px;
}

#sidebar .sidebarbox h2 {
	font-size: 1.1em;
	margin:0;
}

#sidebar .sidebarbox h3 {
	background: url('anmeldung_back.gif') no-repeat;
	font-size: 1.2em;
	text-align: center;
	margin:0;
	height: 15px;
	padding: 17px 0px;
}

#sidebar .sidebarbox h3 a{
	color: #fff;
}

#sidebar .sidebarbox h4 {
	margin-top: -10px;
	color: #1860a7;	
	line-height: 1.4em;
	font-size: 0.8em;
	font-weight: normal;
}

#sidebar ul {
	list-style: none;
	margin-top: -8px;
}
#sidebar ul li {
	background: url('sidebar.gif') left 3px no-repeat;
	margin: 0;
	padding: 0;
	padding-left: 14px;
	padding-bottom: 6px;
	line-height: 1.1;
	
}

#sidebar div.sidebarbox {
 	background: url('sidebarbottom.gif') no-repeat bottom center;
	margin-bottom: 25px;
	padding-bottom: 5px;

}

#sidebar div.sidebarboxcontent {
	padding: 10px 10px 10px 10px;
	background-color: #fbe0d2;
	color: #1860a7;	
}

#sidebar div.sidebarboxtop {
	background: url('sidebartop.gif') no-repeat top center;
	font-size: 0;
	height: 5px;
	line-height: 0;
}

#sidebar a {
	color: #1860a7;
	font-weight: bold;
	text-decoration: none;
}
#sidebar a:hover, #content a:active {
	color: #000;
	text-decoration: underline;	
}

/* Footer */
#footer {
	background: url('footertop.gif') no-repeat;
	margin-top: 4px;
	padding-top: 5px;
	width: 860px;
}

#footerbottom {
	background: url('footerbottom.gif') no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
}

#footercontent {
	background: #fff;
	color: #1860a7;
	padding: 5px 25px;
}

#footer .copyright {
	float: left;
}

#footer .links {
	float: right;
}
#footer .links a {
	color: #1860a7;
	margin: 0 5px;
	text-decoration: none;
}
#footer .links a:hover, #footer .links a:active {
	color: #000;
}




/*	Formulare *****************************************************************/
div#form-module fieldset {
}

div#form-module p {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	clear: both;
	margin-bottom: 3px;
}
div#form-module p.formcheckbox, 
div#form-module p.formmcheckbox {
	float: left;
	width: 100%;
}
div.com-usersearch p.ftxt, 
div.com-usersearch p.fslct {
	float: left;
}

div#form-module p.formselect, 
div#form-module p.formtextarea, 
div#form-module p.formcheckbox, 
div#form-module p.formmcheckbox {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
	font-size: 12px;
  	margin-bottom: 3px;
}
div#form-module p.formhtml, 
div#form-module p.formcaptcha {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
div#form-module p.formhtml {
	font-weight: bold;
}


/******************************	Label */
div#form-module p label {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
	display: block;
	float: left;
	width: 180px;
	padding-top: 1px;
}
div#form-module p.formtextarea label {
	float: none;
}
div#form-module p.formcheckbox label {
	padding-top: 0px;
}
div.com-answer div#form-module div.com-content p.formtext label {
	width: 80px;
}
div#form-module p.formtextarea label {
	display: block;
	float: left;
	width: 180px;
	padding-top: 1px;
}

/******************************	Captcha */
div#form-module p.formcaptcha input {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
	margin-top:4px;
}
div#form-module p.formcaptcha span {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
	display:block;
}

/******************************	Input */
div#form-module p.formtext input, 
div#form-module p.formpassword input, 
div#form-module p.formcaptcha input {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
	font-size: 12px;
	padding: 2px;
	width: 300px;
}
div.com-answer div#form-module div.com-content p.formtext input {
	width: 300px;
}
div#form-module p.formcaptcha input {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
	width: 180px;
}
div#form-module p.formtext input, 
div#form-module p.formpassword input, 
div#form-module p.formcaptcha input, 
div#form-module p.formmediapool input {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
	border: 1px solid #d9d9d9;
	font-size: 12px;
}

/******************************	TEXTAREA */
div#form-module p.formtextarea textarea {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
	padding: 2px;
	width: 300px;
	height: 200px;
	font-size: 12px;
	border: 1px solid #d9d9d9;
}
div.com-answer div#form-module div.com-content p.formtextarea textarea {
	width: 300px;
}
/******************************	Select */
div#form-module p.formselect select {
	border: 1px solid #d9d9d9;
	
}

/******************************	CHECKBOX */
div#form-module p.formcheckbox input, 
div#form-module p.formmcheckbox input {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
	float: left;
	margin: 1px;
	margin-left: 180px;
}
div#form-module p.formmcheckbox input {
	margin-left: 0px;
}
div#form-module p.formcheckbox label, 
div#form-module p.formmcheckbox label {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
	float: left;
	margin-left: 10px;
	width: 300px;
}

/******************************	LINE */
div#form-module p.formline {
	overflow: hidden;
	height: 1px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

div#form-module .inp_disabled {
	height: 20px;
	background-color: #fff;
	
}

.auswahl {
	margin-left: 180px;

}

.form_warning li{
	color: #f00;	
}




/******************************	SUBMIT */
div#form-module p.formsubmit label {
	display: none;
}
div#form-module p.bt1, 
div#form-module p.formsubmit input {
	margin-left: 180px !important;
	margin-left: 183px;
	width: 305px;
}
div#form-module p.formsubmit input {
	padding: 2px;
	background-color: #d9d9d9;
	border: 0;
	color: #000;
}

#slideshowcontainer {
	position: absolute;
	margin-left: -25px;
	padding: 0;
	z-index: -1;
}


html>body*#slideshowcontainer{top: 113px;}
#slideshowcontainer {top: 115px;}

*:first-child+html #slideshowcontainer{   /* CSS-Hack für IE7 */  
top: 115px;
}


ul#slideshow {
	float: left;
	margin: 0;
	padding: 0;	
	width: 604px;
	height: 194px;
	overflow: hidden;

}

ul#slideshow li{
	background: none;
	margin: 0;
	padding: 0;	
}


.list_content {
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	width: 500px;
	display: block;
	margin-left: 30px;
	margin-bottom: 5px;
	}

.list_content2 {
	padding-top: 2px;
	width: 30px;
	float: left;
}

.list_content3 {
  	font-size:12px;
	margin-top: -5px;
	text-decoration:none;
	padding-left: 58px;
	padding-bottom: 10px;
	}
	
	
	
	.zweispalter {
	 	width: 525px; 
	}

	.zweispalter_1 {
		float: left;
	  	width: 250px;
	}

	.zweispalter_2 {
		float: left;
	  	width: 240px;
	  	margin-left: 25px;
	}

	.zweispalter_1 p, 
	.zweispalter_2 p{
		margin-bottom: 0px;
	}

	.clboth {  
	 clear: both;
	 display: block;
	 line-height: 0;
	 font-size: 0;
	}
	
	


	.dreispalter {
	  width: 525px;
	}

	.dreispalter_1 {
	  width: 165px;
	}

	.dreispalter_2 {
	  width: 165px;
	  margin-left: 14px;
	}

	.dreispalter_3 {
	  width: 165px;
	  margin-left: 14px;
	
	}

	.dreispalter_1, 
	.dreispalter_2, 
	.dreispalter_3 {
	  float: left;
	}

	.clboth {  
	 clear: both;
	 display: block;
	 line-height: 0;
	 font-size: 0;
	}