/* General */
* {
	margin: 0;
	padding: 0;
}

html, body{
	font-size: 1em;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

body {
	font-size: 100.01%;
	text-align:center;
	background: url(../images/bg_body.png) repeat-x;
	border-top:10px solid #f29400;
}

table, tbody {
	font-size: 1em;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-color:#555;
}

a {
	text-decoration: none;
	outline:none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.y {
	clear: both;
}

.x {
	height: 0px;
	width: 0px;
	display: block;
	overflow: hidden;
}

ul, li, ol {
	list-style: none;
}

.hidden {
	display:none;
}
.clear {
	clear:both;
}

div#wrap {
	width:945px;
	position:relative;
	z-index: 1;
	margin:-70px auto 0 auto;
	padding:70px 0 0 0;
	text-align:left;
	background: white url(../images/bg_main.png) repeat-y;
	min-height: 850px;
	height:100%;
	height: auto !important;
}

/* Meta navigation */
#Seitenende .meta {
	font-size: 0.6875em;
	margin:0 auto;
	padding:0;
	position:absolute;
	top:-20px;
	left:0;
	width:100%;
}

#Seitenende .meta p {
	width: 500px;
	margin: 0px auto;
	padding: 0 0 3px 140px;
	text-align: center;
	color: #f19400;
}

#Seitenende .meta p a {
	color: #f19400;
}
#Seitenende .meta p a:hover {
	color: black;
}

/* Header */
#headerWrap {
	height: 142px;
	width:100%;
	background: transparent url(../images/paper.png) repeat-x center 0;
	position:relative;
	z-index: 2;
}
#header {
	width:945px;
	margin: 0 auto;
	height: 142px;
	position:relative;
}
#logo {
	display:block;
	width:224px;
	height:74px;
	position:absolute;
	background:transparent url(../images/logo-excursio.png) no-repeat;
	position:absolute;
	top:18px;
	left:150px;
}
#logo a {
	display:block;
	width:224px;
	height:74px;
	text-indent:-99999px;
}

#header .meta {
	position:absolute;
	top:10px;
	right:7px;
	color:#F19400;
	font-size:0.6875em;
}
#header .meta a {
	color:#F19400;
}

/* Layout columns */
div#col-left {
	position:relative;
	z-index:2;
	width: 200px;
	float: left;
	font-size: 0.6875em;
	margin-right:32px;
	*
	margin-right:32px;
	padding-top:0px;
}

div#col-body {
	position:relative;
	z-index:1;
	width: 668px;
	float: left;
	background-color:#ffffff;
	padding-left:10px;
	padding-top:15px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-bottom:30px;
}

div#col-right {
	width: 170px;
	float: left;
}

/* Main navigation */
div#mnavi a {
	display: block;
	color: #f19400;
	font-size:1.4em;
}

div#mnavi a:hover {
text-decoration:none;
color: #ffffff;
background: #fab300;

}

div#mnavi a:active {
text-decoration:none;
color: #ffffff;
}
div#col-left ul {
	margin:0;
	padding:0;
}
div#col-left ul.e1 {
	margin: 15px 0 0 0;
}
div#col-left ul.e2 li a{
	padding: 4px 0 4px 45px;
	font-size:1em;
}

div#col-left li a.e1p {
	padding: 3px 5px 3px 10px;
}

/*level-one*/
div#col-left li a.e1a,
div#col-left li a.e1o,
div#col-left li a.e1ac,
div#col-left li a.e1oa {
	padding: 5px 8px 5px 34px;
	
}

div#col-left li a.e1ac {
	background-color: #fab300;
	/*background: #fab300 url(../images/navi_pfeil_rechts.gif) no-repeat right center;*/
	color:#ffffff;
}


div#col-left li a.e1oa {
	background-color: #fab300;
	/*background: #fab300 url(../images/navi_pfeil.gif) no-repeat right center;*/
	color:#ffffff;
}

div#col-left li a.e1o {
	background-color: #fab300;
	/*background: #fab300 url(../images/navi_pfeil.gif) no-repeat right center;*/
	color:#ffffff;
}

div#col-left li a.e2p {
	padding: 3px 5px 3px 20px;
}

/*level two*/
div#col-left li a.e2a,
div#col-left li a.e2o,
div#col-left li a.e2ac,
div#col-left li a.e2oa {
	padding: 5px 8px 5px 20px;
}

div#col-left li a.e2ac {
	background-color: #ffcc66;
	/*background: #ffcc66 url(../images/navi_pfeil_rechts.gif) no-repeat right center;*/
	color:#ffffff;
}

div#col-left li a.e2oa {
	background-color: #fab300;
	/*background: #fab300 url(../images/navi_pfeil.gif) no-repeat right center;*/
	color:#ffffff;
}

div#col-left li a.e2o {
	background-color: #fab300;
	/*background: #fab300 url(../images/navi_pfeil.gif) no-repeat right center;*/
	color:#ffffff;
}

div#col-left li a.e3p {
	background-color: #fab300;
	padding: 5px 8px 5px 30px;
	/*background: #fab300 url(../images/pf_navi1.gif) no-repeat 25px 8px;*/
}


div#col-left li a.e3o {
	background-color: #fab300;
	/*background: #fab300 url(../images/navi_pfeil.gif) no-repeat right center;*/
	color:#ffffff;
}


div#col-left h1 {
	font-size: 0.9em;
	color: #ffffff;
	padding: 3px 10px 3px 10px;
	background: #fab100;
	width:170px;
}

/* Boxes, left */
div.logoutbox {
	width: 180px;
	border:1px solid #fab300;
	margin: 10px 0px 30px 0px;
	padding: 5px 0 0 0;
	font-size: 1.45em;
}
div.boxleft {
	background-color:white;
	height:40px;
	position:absolute;
	top:356px;
	width:200px;
}
div.boxleft form {
	margin:6px 10px 0px 10px;
	border:1px solid #c4c4c4;
	padding:3px 0 3px 0;
}

div.boxleft label {
	float: left;
	text-indent: 10px;
	padding: 0 10px 0 0;
	cursor: pointer;
	color: #9d9ea2;
	font-size: 1em;
}

div.boxleft input {
	float: left;
	width: 65px;
	font-size: 1em;
}

div.boxleft select {
	float: left;
	width: 85px;
	font-size: 0.6875em;
	margin: 0 5px 5px 59px;
}

div.logoutbox p {
	font-size: 0.6875em;
	padding: 0 10px 10px 10px;
}

div.logoutbox p {
	font-size: 0.6875em;
	padding: 0 10px 10px 10px;
}

div.logoutbox p a {
	color: #9d9ea2;
	padding: 0 13px 0 0;
	background: url(../images/navi_pfeil_rechts.gif) no-repeat right center;
}


/* Content */
div#col-body h1 {
	font-size: 1.6em;
	font-weight:normal;
	color: #f19400;	
	width:650px;
}

div#col-body h2 {
	font-size: 0.6875em;
	color: #D9681C;
	padding: 20px 10px 5px 0px;
}

div#col-body p {
	font-size: 0.6875em;
	color: #000000;
	padding: 10px 0px 0px 0px;
	line-height: 1.5;
}

div#col-body table tbody td {
	font-size: 1em;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
font-color:#555;

}

div#col-body h4 {
	font-size: 0.6875em;
	background: #006633;
	color:#fff;
margin-top:10px;
padding: 0px 0px 0px 0px;
}

div#col-body h5 {
	font-size: 0.6875em;
	background: #f8b100;
	color:#fff;
margin-top:10px;
padding: 0px 0px 0px 0px;
}
div#col-body div.artikelliste p {
	padding: 0 10px;
}

div#col-body h2 a,
div#col-body div.artikelliste p a {
	color: #D9681C;
}

div#col-body a {
	color: #D9681C;
	font-size:11px;
}

div#col-body div.content ul {
	color: #3E4D74;
	padding: 10px 10px 0 10px;
	font-size: 0.6875em;
}

div#col-body div.content ul li {
	background: url(../images/navi_pfeil_rechts.gif) no-repeat 0px 7px;
	padding: 3px 0 3px 10px;
}



* html div#col-body div.content ul {
	width: 100%;
}

* html div#col-body div.content ul li {
	float: left;
	width: 400px;
}

div#bc {
	color: #a0a0a0;
	font-size: 0.6875em;
	padding: 2px 10px 10px 10px;
}

div#bc a {
	color: #a0a0a0;
}

/* Footer */
div#footer {
	border-top: 1px solid #d2d2d2;
	margin: 40px 10px 50px 10px;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 0.6875em;
	color: #a0a0a0;
}

div#footer a {
	color: #a0a0a0;
}

/* Contact form */
div.kontaktformular label {
	float: left;
	width: 200px;
}

div.kontaktformular input {
	vertical-align: middle;
}

div.kontaktformular p.abschicken {
	margin: 0 0 0 100px;
}

div.kontaktformular p.abschicken input {
	font-size: 11px;
}

div.kontaktformular input.eingabe,
div.kontaktformular textarea {
	width: 300px;
}

div.kontaktformular textarea {
	height: 150px;
}

/* Right column */
div#col-right h1 {
	padding: 10px 10px 0 10px;
}

div#col-right h3 {
	font-size: 0.6875em;
	padding: 0 10px;
}

div#col-right p {
	font-size: 0.6875em;
	padding: 0 10px 20px 10px;
	color: #3E4D74;
	line-height: 1.5;
}

div#col-right a {
	color: #D9681C;
}

/* Search results */
div.suchausgabe hr.noshade {
	border: none;
	border-top: 1px solid #a0a0a0;
	height: 0px;
	margin: 15px 10px 0 10px;
}

div.suchausgabe h2 {
	padding: 0;
}

div.suchausgabe p {
	padding: 0;
	margin: 0;
}

div.suchausgabe h2 span {
	color: #000;
	font-weight: normal;
}

/* Image gallery */
table.gallery {
	margin: 20px 10px 0 10px;
	width: 410px;
}

table.gallery td.gallery-navigation {
	font-size: 0.6875em;	
}

table.gallery tr.thumbnails td {
	padding: 0 0 30px 0;
}

table.gallery dd {
	font-size: 0.6875em;
}

div.download {
	font-size: 0.6875em;
	padding: 3px 0 3px 10px;
	background: url(../images/navi_pfeil_rechts.gif) no-repeat 0px 7px;
}

div.download-img {
	font-size: 0.6875em;
	padding: 3px 0 3px 20px;
	background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
	font-size: 0.6875em;
	margin: 20px 10px 0 10px;
	color: #3E4D74;
}

dl.gallery-detail dt {
	text-align: center;
	padding: 0 0 5px 0;
}

/* Sitemap */
ul.sitemap {
	width: 400px;
	margin: 20px 0 0 0;
}

ul.sitemap li {
	background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
	padding: 3px 0 3px 20px;
	float: left;
	font-size: 0.6875em;
	width: 390px;
}

ul.sitemap li ul {
	width: 350px;
	margin: 5px 0 0 0;
}

ul.sitemap li ul li {
	float: left;
	width: 300px;
}

ul.sitemap li ul li {
	font-size: 1em;
}

a.extern {
	padding: 0 0 0 12px;
	background: url(../images/button_externen_link.gif) no-repeat 0 4px;
}


div#Seitenende {
	width: 100%;
	border-bottom:10px solid #F29400;
	text-align:center;
	bottom:0;
	left:0;
	position:relative;
	z-index: 2;
}

div#Zufallsbild {
	margin:10px 0px 20px 0px;
	padding:3px;
	border:0px solid #ffffff;
}

/* Lightbox */

.gTop {
font-size:12px;
font-weight:bold;
}



.gBottom {
font-size:12px;
font-weight:bold;
}

.thumb
{



}

	#lightbox {
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		/*z-index: 100;*/
		z-index: 990;
		text-align: center;
		line-height: 0;
	}

#lightbox h1 {
font-size:10px;
background:#ffffff;


}


	#lightbox a img { border: none; }
#lightbox a {font-size:12px; font-weight:bold;}
	#outerImageContainer {
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#imageContainer {
		padding: 10px;
	}
	#loading {
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	#hoverNav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		/*z-index: 10;*/
		z-index: 970;
	}
	#imageContainer>#hoverNav { left: 0;}
	#hoverNav a { outline: none;}
	#prevLink, #nextLink {
		width: 49%;
		height: 100%;
		background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	#prevLink { left: 0; float: left;}
	#nextLink { right: 0; float: right;}
	#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
	#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
	#imageDataContainer {
		font: 10px Verdana, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
	}
	#imageData {
		padding:0 10px;
	}
	#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
	#imageData #caption{ font-weight: bold; }
	#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }		   
	#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;  }   
	#overlay {
		position: absolute;
		top: 0;
		left: 0;
		/*z-index: 90;*/
		z-index: 980;
		width: 100%;
		height: 500px;
		background-color: #000;
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
/* << */

#presse {
position:relative;
margin-top:10px;


}

#pressetext {

float:left;
width:400px;

}


#pressebild {

margin-top:20px;
float:left;
padding:10px;
}


/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
	font-size:0.8em;
}
#contactForm .contactRow {
	margin:4px 0;
}
#contactForm label {
	display:block;
	float:left;
	width:100px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
	border:1px solid #ccc;
	width:346px;
}
#contactForm .contactRow select {
	border:1px solid #ccc;
	width:250px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
	width:343px;

}

#contactForm .contactRow input {
	height:14px;
}

#contactForm .contactRow textarea {
	height:105px;
	
	font-size:1.3em;
}

#contactFormSubmit #contactFormSubmitLeft {
	float:left;
	margin:0 0 0 100px;
	width:124px;
	border:1px solid #ccc;
}
* html #contactFormSubmit #contactFormSubmitLeft {
	margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
	float:left;
	margin-left:20px;
	width:124px;
	border:1px solid #ccc;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
	background-color:#fff;
	border:0;
	color:#999;
	padding-left:40px;
	
	
	font-size:0.8em;
	width:auto;
	height:auto;
	float:left;
	margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
	background-image:none;
	padding:0;
	padding-left:30px;
	float:left;
}

#contactForm table {
	width:100%;border-collapse:collapse;
}
#contactForm table td {
	padding:0;
}
#contactForm table td.pt {
	padding-top:2px;
}
* html #contactForm table td.pt {
	padding-top:0;
}


/* JAX Calendar

/* Calendar
----------------------------------------------- */
.calendar {
   height: 100%;
   width: 172px;
   background-color: #fff;

}
table.cal {
  font-size:8pt;
  }
.cal .last{
color:#BDBCBC;
  }
  .cal .next{
color:#BDBCBC;
  }
.cal th {
  font:100% Arial, Helvetica, sans-serif;
  color:#4D4D4C;
  text-transform:lowercase;
  text-align:center;
  font-weight:bold;
  padding-bottom:6px;
  }
.cal td {
  border:solid #fff;
  border-width:1px;
  padding:2px 4px;
  text-align:center;
  color:#52524B;
 
  }
.cal .selected {
  border:solid #bb9;
  border-width:1px;
  padding:1px 3px;
  font-weight:bold;
  color:#b93;
  }
.cal .today {
  background:#ccb;
  color:#eed;
  border:solid #998;
  border-width:1px 0 0 1px;
  padding:1px 4px 2px 3px;
  }
.cal td a, .cal td a:visited, .cal td a:hover {
  font-weight:bold;
  color:#000;
  }
/* Eventlist
----------------------------------------------- */
.event_list_title {
   color: #BBBBAA;
   background-color: #FFFFFF;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   }

.event_list {
   width : 410px;
   background-color: White;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   border:1px dashed #ccc;
   }

.event_list .headings
{
   font-family: Arial, Helvetica, sans-serif;	  
   font-weight:bold;
   font-size:10pt;
   padding: 5px 5px 5px 5px;
   color: #000000;
   background-color: #FFFFFF;
   }

.event_list .col_status {
   width: 30px;
}

.event_list .col_date {
   color: #000000;
   padding: 5px 5px 5px 5px;
   width: 100px;
}

.event_list .col_event {
   padding: 5px 5px 5px 5px;
   width: auto;
   }

.event_list .status {
   padding: 5px 5px 5px 5px;
   color: #17602b;
   font-weight: bold;   
   vertical-align : top;
}

.event_list .date {
   padding: 5px 5px 5px 5px;
   color: #333333;
   font-family: Arial, Helvetica, sans-serif;
}

.event_list .event {
   padding: 5px 5px 5px 5px;
   font-family: Arial, Helvetica, sans-serif;
   vertical-align : top;
}


.event_list .error_message {
   font-size: 100%;
   font-family: Arial, Helvetica, sans-serif;
   margin-left : auto;
   margin-right : auto;
   padding-left : 10px;
   padding-right : 10px;
   padding-top: 10px;
   padding-bottom: 10px;
   background-color: #EEEEEE;
   }

/* Appearance for Event-Infos */

.event_info {
   width : 410px;
   height: auto;
   background-color: #F9F9F9;
   }

.event_info .headings {
   font-size:10pt;
   font-weight:bold;
   color: #000000;
   background-color: #FFFFFF;
   }

.event_info .title {
   font-family: Arial, Helvetica, sans-serif;

   padding: 5px 5px 5px 5px;
   }

.event_info .date {
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial, Helvetica, sans-serif;
   padding: 5px 0px 5px 5px;
   width: 100px;
   }

.event_info .description {
   font-family: Arial, Helvetica, sans-serif;
   padding: 5px 5px 10px 10px;
   }

.line_color0 {
   background-color: White;
   padding:5px 10px 5px 0;
   }

.line_color1 {
   background-color: #EEEEEE;
   padding:5px 10px 5px 0;
   }

.author_info {
   font-size: xx-small;
   color: #CCCCCC;
}

.next_event_select  {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 80%;
   background-color: #FFFFFF;
   text-align : left;
}

.next_event_select A {
   font-size: 100%;
   color: #82C4F4;
   background-color: #FFFFFF;
   text-align : center;
   text-decoration: underline;
} 

/*added 2010-09-24 author:volkmar kantor*/
.home div#col-left {
	padding-top:73px;
	margin-top:-73px;
	height:396px;
	background: transparent url(../images/bg_menu.png) repeat-y;
}
.home .boxleft {
	top:429px;
}
.home div#col-body {
	padding-top:420px;
}
#slideshowWrap {
	height:469px;
	left:-232px;
	position:absolute;
	top:-73px;
	z-index:1;
	width: 945px;
	overflow:hidden;	
}
#slideshow {
	position:relative;
	z-index:1;
}
#slideshowNav {
	position:absolute;
	z-index:2;
	bottom:0px;
	right:0px;
	height:40px;
	width:745px;
	background: transparent url(../images/bg_slideshow_bottom.png);
}
#slideshowNav  .content {
	padding:13px 39px 0 0;
	float:right;
}
#slideshowNav a {
	display:block;
	height:13px;
	width:13px;
	background: transparent url(../images/slideshow_nav.gif) no-repeat -18px 0;
	margin: 0 4px 0 0;
	text-indent:-99999px;
	float:left;
}
#slideshowNav a.activeSlide {
	background: transparent url(../images/slideshow_nav.gif) no-repeat 0 0;
}

#searchform .submit {
	background:white url(../images/bg_search.png) no-repeat;
	height:20px;
	width:30px;
	border:none;
	float:right;
	cursor:pointer;
	text-indent:-99999px;
	
	/*text-indent-fix for ie6*/
	font-size: 0;
	display:block;
	line-height: 0;
}
div.boxleft input {
	padding:2px 0 0 5px;
	font-size: 1.2em;
}
#searchform  #searchterm {
	color:#F19400;
}
#searchform  .overlabel{
	color:black;
}


