@charset "utf-8";

/*-----------------------------------*/
/*---------- Global Styles ----------*/
/*-----------------------------------*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border:0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

abbr,
acronym {
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content:'';
}

.clear {
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	height: 0;
	clear: both;
}

.indented {
	text-indent: -5555px;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.noMargin {
	margin: 0 !important;
}

.noPadding {
	padding: 0 !important;
}

html,
body {
	height: 100%;
}

html {
	overflow-y: scroll;
}

body {
	background: url(../images/bg-body.png) repeat-x center top #ffffff;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
}

/*-----------------------------------*/
/*---------- Layout Styles ----------*/
/*-----------------------------------*/

/*---------- Container ----------*/
#container {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -125px auto;
}

/*---------- Header ----------*/
#header {
	width: 960px;
	height: 359px;
	position: relative;
	z-index: 1;
}

/*---------- Branding ----------*/
h1#branding {
	width: 406px;
	height: 70px;
	position: absolute;
	left: 35px;
	top: 15px;
	z-index: 2;
}

h1#branding a {
	display: block;
	width: 406px;
	height: 70px;
}

/*---------- Slideshow ----------*/
#slideshow {
	background:url(../images/slideshow/imageSlideshow01.jpg) no-repeat;
	width: 891px;
	height: 319px;
	padding: 0 1px;
	position: absolute;
	left: 34px;
	top: 0;
	z-index: 1;
}

#slideshow img {
	display: none;
	position: absolute;
	left: 0px;
	top: 0;
}

/*---------- Bus ----------*/
#bus {
	background: url(../images/bg-bus.png) no-repeat 0 0;
	width: 450px;
	height: 194px;
	position: absolute;
	left: 510px;
	top: 125px;
	z-index: 2;
}

/*---------- Navigation ----------*/
#navigation {
	background: url(../images/bg-navigation.png) no-repeat 0 0;
	width: 893px;
	height: 40px;
	position: absolute;
	left: 34px;
	top: 319px;
	z-index: 2;
}

#navigation ul {
	width: 893px;
	height: 40px;
}

#navigation ul li {
	float: left;
	position: relative;
}

#navigation ul li a {
	background: url(../images/bg-navigation.png) no-repeat 0 0;
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	display: block;
	height: 40px;
	margin: 0 1px 0 0;
}

#navigation ul li a.reisen {
	background-position: 0 0;
	width: 117px;
}

#navigation ul li a.reisen:hover,
#navigation ul li.active a.reisen {
	background-position: 0 -40px;
}

#navigation ul li a.gruppenreisen {
	background-position: -118px 0;
	width: 215px;
}

#navigation ul li a.gruppenreisen:hover,
#navigation ul li.active a.gruppenreisen {
	background-position: -118px -40px;
}

#navigation ul li a.aktuelle-reisen {
	background-position: -334px 0;
	width: 204px;
}

#navigation ul li a.aktuelle-reisen:hover,
#navigation ul li.active a.aktuelle-reisen {
	background-position: -334px -40px;
}

#navigation ul li a.wir-ueber-uns {
	background-position: -539px 0;
	width: 197px;
}

#navigation ul li a.wir-ueber-uns:hover,
#navigation ul li.active a.wir-ueber-uns {
	background-position: -539px -40px;
}

#navigation ul li a.kontakt {
	background-position: -737px 0;
	width: 156px;
	margin: 0;
}

#navigation ul li a.kontakt:hover,
#navigation ul li.active a.kontakt {
	background-position: -737px -40px;
}

/*---------- NavigationDropDown ----------*/
#navigation ul li:hover a.reisen {
	background-position: 0 -40px;
}

#navigation ul li:hover a.gruppenreisen {
	background-position: -118px -40px;
}

#navigation ul li:hover a.wir-ueber-uns {
	background-position: -539px -40px;
}

#navigation ul li:hover ul {
	display: block;
}

#navigation ul li ul {
	background: #827dbc;
	display: none;
	width: 125px;
	height: auto;
	padding: 10px 32px;
	overflow: hidden;
	position: absolute;
	left: 30px;
	top: 40px;
}

#navigation ul li ul li {
	width: 125px;
	height: 26px;
}

#navigation ul li ul li a {
	background: none;
	font-size: 12px;
	line-height: 26px;
	color: #ffffff;
	text-decoration: underline;
	text-indent: 0;
	display: block;
	height: 26px;
	margin: 0;
}

#navigation ul li ul li a:hover,
#navigation ul li ul li.active a {
	text-decoration: none;
}

/*---------- ContentContainer ----------*/
#contentContainer {
	background: url(../images/bg-contentContainer.png) no-repeat 0 0;
	width: 893px;
	padding: 34px 34px 40px 33px;
}

/*---------- ContentMain ----------*/
#contentMain {
	color: #5b5b5b;
	float: left;
	width: 600px;
	padding: 10px 37px 0 34px;
}

#contentMain h2 {
	font-size: 30px;
	line-height: normal;
	font-style: italic;
	color: #5c55a3;
	margin: 0 0 10px 0;
}

#contentMain h3 {
	font-size: 22px;
	line-height: normal;
	font-style: italic;
	color: #5c55a3;
	margin: 0 0 10px 0;
}

#contentMain p {
	margin: 0 0 18px 0;
}

#contentMain a {
	color: #5b5b5b;
	text-decoration: underline;
}

#contentMain a:hover {
	text-decoration: none;
}

#contentMain strong {
	font-weight: bold;
}

#contentMain em {
	font-style: italic;
}

#contentMain ul.default {
	overflow: hidden;
	width: 290px;
	margin: 0 0 18px 0;
}

#contentMain ul.default li {
	float: left;
	width: 130px;
	padding: 0 15px 0 0;
}

#contentMain img.imageCMS {
	float: left;
	width: 269px;
	height: 161px;
	margin: 0 0 18px 0;
}

#contentMain .contentColumn {
	float: left;
	width: 290px;
	padding: 0 20px 0 0;
}

/*---------- NewsloopBox ----------*/
#contentMain #newsloopBox {
	width: 290px;
}

* html #contentMain #newsloopBox {
	overflow-x: hidden;
}

#contentMain #newsloopBox h3.newsloop {
	background: url(../images/h3/bg-newsloop.png) no-repeat 0 0;
	width: 309px;
	height: 42px;
	position: relative;
	margin: 0 0 41px -10px;
}

#contentMain #newsloopBox h3.newsloop a {
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	display: block;
	width: 309px;
	height: 42px;
}

/*---------- GoogleMap ----------*/
#contentMain #googleMap {
	border: 1px solid #726caf;
	width: 588px;
	height: 388px;
	margin: 0 0 10px 0;
	padding: 5px;
}

#contentMain#googleMap:hover {
	border: 1px solid #2a2e31;
}

/*---------- Reiseprogramm ----------*/
#contentMain table#reiseprogramm {
	line-height: 20px;
	width: 600px;
}

#contentMain table#reiseprogramm td {
	padding: 0 3px;
}

#contentMain table#reiseprogramm td.event {
	width: 244px;
}

#contentMain table#reiseprogramm td.time {
	width: 144px;
}

#contentMain table#reiseprogramm td.duration {
	width: 94px;
}

#contentMain table#reiseprogramm td.type {
	width: 94px;
}

#contentMain table#reiseprogramm tr.heading {
	background-color: #8884bc;
}

#contentMain table#reiseprogramm tr.heading th {
	font-weight: bold;
	color: #ffffff;
	padding: 0 3px;
}

#contentMain table#reiseprogramm tr.white {
	background-color: #ffffff;
}

#contentMain table#reiseprogramm tr.purple {
	background-color: #f1e3ff;
}

/*---------- Accordion ----------*/
#contentMain h4.toggler {
	background: #8884bc;
	line-height: 20px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 4px 0;
	cursor: pointer;
	padding-left:5px;
}

#contentMain .togglerContent {
	background: #f1e3ff;
	padding-left:5px;
}

#contentMain .togglerContent dl {
	overflow: hidden;
	width: 600px;
}

#contentMain .togglerContent dl dt,
#contentMain .togglerContent dl dd {
	float: left;
}

#contentMain .togglerContent dl dt {
	width: 75px;
}

#contentMain .togglerContent dl dd {
	width: 525px;
}

#contentMain a.reise-buchen {
	background: url(../images/form-input-submit.png) no-repeat 0 0;
	font-size: 12px;
	line-height: normal;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	float: right;
	width: 146px;
	height: 24px;
	padding: 8px 0 0 0;
}

/*---------- ContentSidebar ----------*/
#contentSidebar {
	float: left;
	width: 195px;
	padding: 11px 13px 0 14px;
	height: 448px;
}

#contentSidebar .box {
	width: 195px;
	height: 120px;
	margin: 0 0 26px 0;
}

#contentSidebar .box h3 {
	width: 195px;
	height: 42px;
}

#contentSidebar .box h3 a {
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	display: block;
	width: 195px;
	height: 42px;
}

/*---------- Push ----------*/
#push {
	height: 125px;
}

/*---------- Footer ----------*/
#footerOuter {
	background: url(../images/bg-footerOuter.png) repeat-x center top;
	width: 100%;
	height: 125px;
}

#footer {
	background: url(../images/bg-footer.png) no-repeat 0 0;
	color: #b6b1e8;
	width: 960px;
	height: 125px;
	margin: 0 auto;
	position: relative;
}

#footer #address {
	width: auto;
	height: auto;
	position: relative;
}

#footer #address p.address1 {
	position: absolute;
	left: 65px;
	top: 40px;
}

#footer #address p.address2 {
	position: absolute;
	left: 325px;
	top: 40px;
}

#footer #address a {
	color: #b6b1e8;
	text-decoration: underline;
}

#footer #address a:hover {
	text-decoration: none;
}

/*---------- NavigationAdditional ----------*/
#navigationAdditional {
	width: 340px;
	height: auto;
	position: absolute;
	left: 600px;
	top: 50px;
}

#navigationAdditional ul {
	overflow: hidden;
	width: 340px;
	height: auto;
}

#navigationAdditional ul li {
	float: left;
	width: 170px;
}

#navigationAdditional ul li a {
	color: #b6b1e8;
	text-decoration: underline;
}

#navigationAdditional ul li a:hover,
#navigationAdditional ul li.active a {
	text-decoration: none;
}

