@charset "UTF-8";
@import '/lib/css/resetShort.css';

/*
 * main tags
*/

html, body { margin: 0; padding: 0; height: 100%;}

body {
	background: #f4f4f4 url(/lib/css/images/bg_body.gif) repeat-x left top;
	font-family: Arial, sans-serif;
	color: #4a4a4a;
	margin: 0;
	padding: 0;
}
body, th, td, div, p {
	font-size: 14px;
	line-height: 18px;
}
a:link, a.link {
	color: #008337;
	text-decoration: none;
}
a:visited, a.visited {
	color: #008337;
	text-decoration: none;
}
a:hover, a:active {
	color: #008337;
	text-decoration: none;
}
img {
	border: medium none;
}
img.border {
	border: 1px solid #d3d3d3;
}
h1{
	font-size:16px;
	font-weight:normal;
	color:#8f2440;
	margin-bottom:14px;
}
h2,h3,h4,h5,h6{
	font-size:14px;
	font-weight:normal;
	color:#8f2440;
	margin-bottom:14px;
}
p {
	margin-bottom:10px;
}
ul{
	margin-left:16px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(/lib/css/images/ulDotMinus.gif);
}
li{
	margin-bottom:6px;
}

/*
 * general layout
*/

.small{
	font-size: 12px;
}
.verysmall {
	font-size: 11px;
}
.clear{
  clear: both; 
  display: block; 
  height: 0; 
}
.mtop{
	margin-top:24px;
}

/*
 * main center
*/

#maincontainer{
	width:940px;
	margin: 10px auto;
}

/*
 * top container
*/

#topcontainer{
	width:940px;
	height:120px;
	padding-bottom:20px;
	overflow:hidden;
	border-bottom:1px solid #c7c7c7;
}
#printtop{
	margin:0;
	padding:0;
}

/*
 * middle container
*/

#middlecontainer{
}

/* flags */
#middlecontainer #flags {
	padding:20px 0 4px 10px;
}
#middlecontainer #flags img{
	margin-right:10px;
}
/* suche */
#middlecontainer #search {
	float:right;
	padding:20px 0 4px 10px;
}
#middlecontainer #search div {
	padding:20px 0 4px 10px;
}
#middlecontainer #search input{

}

/* main nav */
#middlecontainer #mainnav {
	float:left;
	width:220px;
	min-height:450px;/*  */
	margin-top:1px;
	margin-right:20px;
	border-top:1px solid #c7c7c7;
}
#middlecontainer #mainnav ul {
	margin-left:0;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
}
#middlecontainer #mainnav ul li {
	margin-bottom:0;
	border-bottom:1px solid #c7c7c7;
}
#middlecontainer #mainnav ul li.active {
	background-color:#d5d5d5;
}
#middlecontainer #mainnav ul li a {
	width:210px;
	display:block;
	line-height:28px;
	padding-left:10px;
}
#middlecontainer #mainnav ul li a:hover {
	background-color:#f0f0f0;
}
#middlecontainer #mainnav ul li a.active {
	color:#4a4a4a;
	font-weight:bold;
	background: #d5d5d5 url(/lib/css/images/mainnav_active.gif) repeat-x left top;
}
#middlecontainer #mainnav ul li div.subnav{
	margin:0 0 6px 20px;
}
#middlecontainer #mainnav ul li div.subnav a {
	padding:0 4px;
	border:medium none;
	line-height:18px;
	display:inline;
	font-size:13px;
	color:#4a4a4a;
}

/* teaser */
#middlecontainer #teaser {
	position:relative;
	float:right;
	width:700px;
	height:255px;
	margin-bottom:23px;
	z-index:1;
}
#middlecontainer #teasertext {
	position:absolute;
	top:29px;
	left:386px;
	width:300px;
	color: #fff;
	background-color:transparent;
	z-index:1002;
}
#middlecontainer #teasertext h1 {
	font-size:22px;
	color: #fff;
	margin-bottom:22px;
	z-index:1;
}

/* offers */
#middlecontainer #offer {
	float:right;
	width:700px;
}
#middlecontainer #offer .offerbox {
	position:relative;
	width:220px;
	height:170px;
	background-color: #d5d5d5;
	background-position: left top;
	float:left;
	margin-right:20px;
	background-repeat: no-repeat;
}
#middlecontainer #offer .last {
	margin-right:0;
}
#middlecontainer #offer .offerbox h1 {
	color: #008337;
	margin-top:20px;
	margin-left:66px;
}
#middlecontainer #offer .offerbox p {
	position:absolute;
	top:71px;
	left:23px;
	padding-right:6px;
	margin-bottom:0;
}
#middlecontainer #offer .offerbox p.link {
	position:absolute;
	top:131px;
	left:23px;
}

/* for cols */
#middlecontainer .fourcols {
	clear:left;
	margin-top:24px;
}

/*
 * bottom container
*/

#bottomcontainer{
	float:left;
}
#bottomcontainer p.tab a{
	float:left;
}
#bottomcontainer p.tab a{
	background-color:#e3e3e3;
	line-height:30px;
	padding-right:26px;
	padding-left:26px;
	margin-right:10px;
}
#bottomcontainer p.tab a:hover, #bottomcontainer p.tab a.active{
	background-color:#fff;
}
#bottomcontainer p.tab a.active{
	color:#4a4a4a;
}
#bottomcontainer #tabcontent{
	clear:both;
	background-color:#fff;
	padding:30px 26px;
}

.bildbox h1{
	margin-bottom:14px;
}
.bildbox div.img{
	margin-bottom:10px;
}
.bildbox div.text{
	margin-bottom:10px;
	height:54px;
}
.bildbox div.link{
	height:18px;
	margin-bottom:10px;
}
.bildbox div.verysmall{
	margin:0;
}
.galbox{
	position:relative;
	display:table;
	height:165px;
	width: 220px;
	vertical-align: middle; 
	text-align: center;
	background-color:#000;
	text-align:center;
	margin-bottom:24px;
}
.galbox div{
	width:100%;
	display:table-cell;
	vertical-align:middle;
	position:relative;
	text-align:center;
}
.galbox div img{
	display:inline;
	vertical-align:middle;
}
/*
 * cols
*/
.col4 {
	width:940px;
}
.col3 {
	width:700px;
	margin-right:20px;
	float:left;
}
#middlecontainer .col3 {
	float:right;
}
.col2 {
	width:460px;
	margin-right:20px;
	float:left;
}
.col1 {
	width:220px;
	margin-right:20px;
	float:left;
}
.colclear{
  clear: both; 
  display: block; 
  height: 20px; 
}
.last{
	margin-right:0;
}

/*
 * tables
*/

table.small tr td {
	font-size: 12px;
	line-height:13px;
	vertical-align:middle;
}
table.center tr td {
	text-align:center;
}
table.flights {
	width:100%;
	border:medium none;
}
table.flights tr td {
	vertical-align:top;
	padding:2px;
	border-bottom:1px solid #c7c7c7;
}
table.flights tr td h1 {
	font-size:14px;
	color:#8f2440;
	margin-top:12px;
	margin-bottom:0;
}
table.flights tr td.nw {
	white-space:nowrap;
}
table.times{
}
table.times tr td.big {
	font-size:26px;
	padding-right:30px;
	font-weight: normal;
	text-align:center;
	width:60px;
}
table.times tr td.small {
	padding-top:6px;
	padding-right:30px;
	text-align:center;
}
.errorfields{
	color:#8f2440;
	background: #f9eef1 url(/lib/css/images/bgTextFieldError.png) repeat-x left top;
	text-align:center;
	border:1px solid #8f2440;
	margin-top:24px;
	padding:24px;
}
.messagefields{
	color:#4a4a4a;
	background: #d5d5d5 url(/lib/css/images/bgTextField.png) repeat-x left top;
	text-align:center;
	border:1px solid #ccc;
	margin:24px 0;
	padding:24px;
}

.searchlist{
	padding: 8px 12px;
}
.searchlist a{
	font-weight:bold;
}
.searchlist:hover {
	background-color:#F0F0F0;
	cursor:pointer;
}
.underline{
	border-bottom:1px solid #C7C7C7;
}

/*
 * form elements
*/
input, textarea, select{
	padding:4px;
	font-family: Arial, sans-serif;
	font-size:14px !important;
	font-style:normal;
	background-color:#eee;
	border: medium none;
}
input[type=text], textarea {
	border: 1px solid #c7c7c7;
	background: #d5d5d5 url(/lib/css/images/bgTextField.png) repeat-x left top;
}
input[type=text].error, textarea.error {
	border: 1px solid #8f2440;
	background: #f9eef1 url(/lib/css/images/bgTextFieldError.png) repeat-x left top;
}
input[type=checkbox], input[type=radio]{
	vertical-align: baseline;
	width:auto;
	height:auto;
	border:medium none;
}
textarea{
	overflow:auto;
}
select{
	border:1px solid #E8EDEE;
}
button.grey {
	display:block;
	width:250px;
	height:28px;
	margin:0;
	background: transparent url(/lib/css/images/btn_bg_grey.png) no-repeat left top;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	color:#4a4a4a;
}
button.grey:hover {
	background-position: left -28px;
	color:#000;
}

#middlecontainer #search input[type=text] {
	background-image:none;
	background-color:#FFFFFF;
	font-size:12px;
	padding:1px 2px;
	margin-right:5px;
	border-color:#C7C7C7;
}
#middlecontainer #search button {
	border:medium none;
	background-color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:2px 0;
	cursor:pointer;
}
/*
 * form table
*/

form#kontaktform h3{
	margin-top:24px;
	margin-bottom:0;
	border-bottom:1px solid #ddd;
}
table.form {
	width:100%;
	margin-top:4px;
}
table.form tr td {
	vertical-align: top;
	padding:4px;
}
table.form tr td.label {
	padding-top:9px;
	padding-right:12px;
	width:200px;
	vertical-align: top;
}
table.form tr td.field {
	white-space:nowrap;
}
table.form tr td.submitlabel {
	padding-top:12px;
	padding-bottom:24px;
	width:200px;
}
table.form tr td.submit {
	padding-top:12px;
	padding-bottom:24px;
}


/*
 * jQuery Lightbox Plugin (balupton edition) - Lightboxes for jQuery
 * Copyright (C) 2007-2009 Benjamin Arthur Lupton
 * http://jquery.com/plugins/project/jquerylightbox_bal
 *
 */


#lightbox, #lightbox-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom:auto;
	right:auto;
	
	z-index:100;
	width:100%;
	height:auto;
	
	text-align:center;
	color:#333333;
	
	/* stop stupid conflicts */
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	line-height:0;
	
	/* general conflict stopper */
	text-decoration:none;
	background:none;
	word-spacing:normal;
	letter-spacing:normal;
	float:none;
	clear:none;
	display:block;
}

#lightbox a, #lightbox a:link, #lightbox a:visited, #lightbox a:hover {
	text-decoration:underline;
	color:#999999;
}

#lightbox-overlay {
	z-index: 90;
	background-color:#000000;
	height: 100%;
	position:fixed;
}
#lightbox-overlay-text {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	color: white;
	font-size: 12px;
	cursor: default;
	line-height:normal;
}
#lightbox-overlay-text a, #lightbox-overlay-text a:hover, #lightbox-overlay-text a:visited, #lightbox-overlay-text a:link {
	color:white;
}
#lightbox-overlay-text span {
	padding-left:5px;
	padding-right:5px;
}

#lightbox img, #lightbox a img, #lightbox a { border:none; outline:none; }

#lightbox-imageBox {
	position:relative;
	border:10px solid #d3d3d3;
	background-color:white;
	width:400px;
	height:400px;
	margin:0 auto;
}

#lightbox-imageContainer {
	padding:1px;
}

#lightbox-loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}

#lightbox-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display:block;
	width:49%;
	height: 100%;
	background:transparent url("/lib/css/images/lightbox/blank.gif") no-repeat; /* Trick IE into showing hover */
	zoom:1; /* who knows why? */
	
	padding:0px;
	margin:0px;
}
#lightbox-nav-btnPrev { 
	left:0;
	right:auto;
	float:left;
}
#lightbox-nav-btnNext { 
	left:auto;
	right:0;
	float:right;
}

#lightbox-infoBox {
	display:none;
}

#lightbox-infoContainer {
	display:none;
}
#lightbox-infoHeader {
	display:none;
}
#lightbox-caption {
	display:none;
}
#lightbox-caption-title {
	display:none;
}
#lightbox-caption-description {
	display:none;
}

#lightbox-infoFooter {
	display:none;
}
#lightbox-currentNumber {
	display:none;
}
#lightbox-close {
	display:none;
}
#lightbox-close-button{
	display:none;
}
#lightbox-close-button:hover {
	display:none;
}

#lightbox-infoContainer-clear {
	clear:both; 
	visibility:hidden;
}
