/* css created and developed by 12bis3.de - zeitgemaess kommunizieren */

* {
	margin: 0;
	padding: 0;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
}

html {
	height: 100%;
}

/* --------------------
generelle einstellungen
---------------------*/


body {
	background: #fff;
	font-size: 70%;
	min-height: 101%;
	padding: 10px 0 1em 0;
	color: #000;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	color: #5b5b5b;
	text-decoration: none;
}
a:hover, a:focus {
	color: #5b5b5b;
	text-decoration: underline;
}

h1 {
	color: #4a4a4a;
	font-size: 160%;
	margin: 0 0 0.8em 0;
	line-height: 130%;
}

h2 {
	color: #4a4a4a;
	font-size: 130%;
	margin: 0 0 0.6em 0;
}

h3 {
	color: #4a4a4a;
	font-size: 120%;
	margin: 0 0 0.4em 0;
}

p {
	margin: 0 0 1.2em 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

ul {
	list-style-type: none;
}


/* ----------------
layout definitionen 
-----------------*/

#container {
	width: 907px;
	margin: 0 auto;
	border-top: none;
	background: url(/bilder/bg-container.png) repeat-y transparent;
}
#info #container {
	width: 550px;
	background: none;
	margin: 0;
}

#header {
	background: url(/bilder/visual-standard.jpg) no-repeat #fff;
	height: 171px;
}

#navigation {
	width: 148px;
	float: left;
}

#content {
	width: 577px;
	float: left;
	padding: 0 13px 0 10px;
	line-height: 150%;
}

#third {
	width: 159px;
	float: left;
	line-height: 140%;
	background: url(/bilder/bg-third-footer.png) left bottom no-repeat transparent;
	padding-bottom: 6px;
}

#footer {
	clear: left;
	height: 16px;
	background: url(/bilder/bg-footer.png) no-repeat transparent;
	padding: 15px 0 0 155px;
}


/* ---------------
header defintionen
----------------*/

#header img {
	float: left;
}

* html #header img {
	behavior: url(/extern/pngbehavior.htc);
	width: 121px;
	height: 55px;
}

#header h2 {
	font-weight: normal;
	clear: left;
	color: #fff;
	padding: 0 0 0 9px;
	margin: 0;
	font-size: 130%;
	height: 88px;
	overflow: hidden;
}

#header h2 span {
	display: none;
}

#header p {
	color: #fff;
	float: right;
	padding: 9px 25px 0 0;
}

#header ul {
	color: #cc9900;
	background: url(/bilder/bg-topnav.png) no-repeat transparent;
	margin: 2px 0 0 0;
	padding: 4px 157px 0 147px;
	height: 18px;
}

#header ul li {
	display: inline;
}

#header ul a {
	color: #fff;
	padding: 9px;
}

#header ul a:focus, #header ul a:hover, #header ul a.aktiv {
	color: #cc9900;
	text-decoration: none;
}

.specials #header {
	background-image: url(/bilder/visual-specials.jpg);
}

.sommer #header {
	background-image: url(/bilder/visual-sommer.jpg);
}

.winter #header {
	background-image: url(/bilder/visual-winter.jpg);
}

.weltweit #header {
	background-image: url(/bilder/visual-weltweit.jpg);
}


/* -------------------
navigation defintionen
--------------------*/


#navigation ul li a {
	display: block;
	padding: 4px 9px 0 9px;
	color: #fff;
	height: 16px;
}

#navigation ul li#specials {
	background: url(/bilder/bg-topnav-specials.png) no-repeat transparent;
}
#navigation ul li#sommer {
	background: url(/bilder/bg-topnav-sommer.png) no-repeat transparent;
}
#navigation ul li#winter {
	background: url(/bilder/bg-topnav-winter.png) no-repeat transparent;
}
#navigation ul li#weltweit {
	background: url(/bilder/bg-topnav-weltweit.png) no-repeat transparent;
}

#navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a.aktiv {
	text-decoration: none;
	color: #cc9900;
}

#navigation ul ul {
	padding: 0.3em 0 0.3em 0;
	margin-bottom: -1px;
}

#navigation ul li#specials ul {
	background: url(/bilder/bg-nav-specials.png) repeat-y transparent;
}

#navigation ul li#sommer ul {
	background: url(/bilder/bg-nav-sommer.png) repeat-y transparent;
}

#navigation ul li#winter ul {
	background: url(/bilder/bg-nav-winter.png) repeat-y transparent;
}

#navigation ul li#weltweit ul {
	background: url(/bilder/bg-nav-weltweit.png) repeat-y transparent;
}

#navigation ul ul li {
	background: none;
	padding: 0 0 0.1em 0;
}

#navigation ul ul li a {
	color: #fff;
	display: block;
	padding: 2px 9px;
	margin-right: 5px;
	height: auto;
}
* html #navigation ul ul li a {
	height: 13px;
}
* + html #navigation ul ul li a {
	min-height: 13px;
}

#navigation ul ul li a:hover, #navigation ul ul li a:focus, #navigation ul ul li a.aktiv {
	color: #4a4a4a;
	background: #e8e8e8;
}

#navigation div {
	background: url(/bilder/bg-nav-footer.png) no-repeat top transparent;
	padding-top: 15px;
	text-align: center;
}
* html #navigation div {
	margin-left: -1px;
	background-color: #e8e8e8;
	width: 148px;
}

#navigation div img {
	margin-bottom: 0.7em;
}



/* ----------------
content defintionen
-----------------*/

p.breadcrump {
	margin: 0.3em 0 1.2em 0;
}

.specials p.breadcrump a, p.breadcrump a, .specials #content a, #content a, .specials p.breadcrump {
	color: #cc9900;
}
.sommer p.breadcrump a, .sommer #content a, .sommer p.breadcrump {
	color: #70ab4a;
}
.winter p.breadcrump a, .winter #content a, .winter p.breadcrump {
	color: #5796cf;
}
.weltweit p.breadcrump a, .weltweit #content a, .weltweit p.breadcrump {
	color: #c25c59;
}

img.bild-links {
	margin: 0.3em 0.5em 0.4em 0;
	float: left;
}

img.bild-rechts {
	margin: 0.3em 0 0.4em 0.5em;
	float: right;
}

img.bild-big {
	margin: 0 0 1em 0;
}

#content ul {
	margin: 0 0 1em 3em;
	list-style-type: square;
}

#content ol {
	margin: 0 0 1em 3em;
}

#content li {
	margin-bottom: 0.3em;
}

h4 {
	color: #4a4a4a;
	font-size: 110%;
	margin: 0 0 0.4em 0;
}

h5 {
	color: #4a4a4a;
	font-size: 100%;
	margin: 0 0 0.2em 0;
}

h6 {
	color: #4a4a4a;
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 0.2em 0;
}

dl.team {
	width: 569px;
	border: 1px solid #e8e8e8;
	border-bottom-width: 2px;
	padding: 3px;
	margin-bottom: 1.3em;
}

dl.team dt {
	width: 146px;
	float: left;
}

dl.team dt img {
	margin-top: 0.4em;
}

dl.team dd {
	width: 423px;
	float: left;
}

dl.team dd h2 {
	margin: 0;
}

div.greybox {
	border: 1px solid #e8e8e8;
	border-bottom-width: 2px;
	padding: 0.4em 0.8em;
}

div.greybox ul {
	margin-bottom: 0;
}

/* touren uebersicht */

div.touren {
	margin-right: -13px;
}

#content div.touren h5, #content div.tour-detail h5 {
	height: 16px;
	color: #fff;
	font-size: 100%;
	margin: 0 13px 0.5em 0;
	padding: 0 0 0 5px;
	clear: left;
}
#content div.tour-detail h5 {
	margin: 0 -1px;
}


.specials #content h5, .specials div.tour-detail h5 {
	background: url(/bilder/bg-head-specials-big.png) no-repeat top right transparent;
}
.sommer #content h5, .sommer div.tour-detail h5 {
	background: url(/bilder/bg-head-sommer-big.png) no-repeat top right transparent;
}
.winter #content h5, .winter div.tour-detail h5 {
	background: url(/bilder/bg-head-winter-big.png) no-repeat top right transparent;
}
.weltweit #content h5, .weltweit div.tour-detail h5 {
	background: url(/bilder/bg-head-weltweit-big.png) no-repeat top right transparent;
}

dl.tourenteaser {
	border: 1px solid #e8e8e8;
	border-bottom-width: 2px;
	background: url(/bilder/bg-tourenteaser.png) repeat-y transparent;
	width: 281px;
	margin: 0 10px 0.8em 0;
	float: left;
}

dl.tourenteaser dd.tourover {
	background: #e8e8e8;
}

dl.tourenteaser dt {
	float: right;
	width: 75px;
	padding: 3px 0 5px 3px;
}

dl.tourenteaser dt img {
	margin: 0 4px 4px 0;
}

dl.tourenteaser dt span {
	position: absolute;
	margin: -5px 0 0 56px;
	display: block;
	cursor: pointer;
}

* html dl.tourenteaser dt span img {
	behavior: url(/extern/pngbehavior.htc);
	width: 20px;
	height: 22px;
}

dl.tourenteaser dd {
	float: right;
	width: 197px;
	padding: 3px;
	cursor: pointer;
}

dl.tourenteaser dd h2 {
	margin: 0;
	font-size: 120%;
}

dl.tourenteaser dd p {
	margin: 0 0 0.5em 0;
}
dl.tourenteaser dd p.tourpreis {
	margin: 0;
}

div.htmltooltip {
	position: absolute; 
	z-index: 1000;
	left: -1000px;
	top: -1000px;
	background: #fff;
	color: #000;
	padding: 0.5em;
	width: 250px;
	border: 3px solid #77aad8;
}

div.htmltooltip p {
	margin-bottom: 0.4em;
}

div.htmltooltip img {
	padding-right: 8px;
	vertical-align: -40%;
}

/* tour detail */

dl.tour-image {
	float: right;
	margin: 0.4em 0 0.5em 0.6em;
}

dl.tour-image dd {
	font-weight: bold;
}

div.tour-detail {
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 0 6px 0.1em 6px;
	clear: left;
}

#content div.tour-detail h5 {
	margin: 0 -6px 0.5em -6px;
	padding: 0 6px;
}

div.tour-detail dl {
	width: 315px;
	margin-bottom: 0.6em;
	float: left;
}

div.tour-detail dl dt {
	width: 100px;
	padding: 0 10px 0 0;
	float: left;
	clear: left;
	font-weight: bold;
}

div.tour-detail dl dd {
	width: 205px;
	float: left;
	margin-bottom: 0.2em;
}

div.tour-detail dl dd p {
	margin-bottom: 0.5em;
}

div.tour-detail dl.termine {
	width: 240px;
	float: right;
	padding-right: 6px;
}

div.tour-detail dl.termine dt {
	width: 60px;
}

div.tour-detail dl.termine dd {
	width: 170px;
}

div.tour-detail dl.termine dd p {
	margin-bottom: 0;
	text-align: right;
}

div.tour-detail dl.termine dd p span {
	float: left;
}

div.tour-detail dl.termine dd p a {
	font-weight: bold;
}

table.infos {
	border-collapse: collapse;
	background-color: #e8e8e8;
	margin-bottom: 0.8em;
}

table.infos td {
	padding: 2px 0 3px 3px;
	vertical-align: top;
}

table.infos td img {
	padding-right: 3px;
}

table.infos td.infotip {
	padding: 0;
}

table.infos td.infotip img {
	padding: 0;
}

/* tourenkalender */

dl.kalender {
	width: 569px;
	border: 1px solid #e8e8e8;
	border-bottom-width: 2px;
	padding: 3px;
	margin-bottom: 1.3em;
}

dl.kalender dt {
	width: 136px;
	float: left;
	margin-bottom: 0.2em;
}

dl.kalender dt img {
	margin-top: 0.4em;
}

dl.kalender dd {
	width: 433px;
	float: left;
	margin-bottom: 0.2em;
	text-align: right;
}

dl.kalender dd span {
	float: left;
}


/* pager */

#content ul.pager {
	padding: 0.8em 0 0 0;
	margin: 0;
	list-style-type: none;
	border-top: 1px solid #e8e8e8;
	clear: both;
}

#content ul.pager li {
	float: left;
}
#content ul.pager li a {
	background: none;
	padding: 0;
}
#content ul.pager li.p-left {
	width: 33.3%;
}
#content ul.pager li.p-center {
	text-align: center;
	width: 33.3%;
}
#content ul.pager li.p-right {
	text-align: right;
	width: 33.3%;
}

#content ul.pager li a.aktiv {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	text-decoration: none;
}


/* aktuelles */

dl.aktuelles {
	width: 569px;
	border-top: 1px solid #e8e8e8;
	padding: 0.8em 3px 3px 3px;
	margin-bottom: 1em;
}

dl.aktuelles dt {
	width: 146px;
	float: left;
	margin-bottom: 0.1em;
}

dl.aktuelles dt img {
	margin-top: 0.4em;
}

dl.aktuelles dd {
	width: 423px;
	float: left;
}

dl.aktuelles dd h3 {
	margin-bottom: 0.1em;
}

#content dl.aktuelles dd p {
	margin-bottom: 0.7em;
}


/* infos */

dl.infos {
	width: 550px;
	margin-bottom: 0.8em;
}

dl.infos dt {
	margin-bottom: 0.2em;
	width: 100px;
	padding-righ: 10px;
	float: left;
	clear: left;
}

dl.infos dd {
	width: 440px;
	float: left;
	margin-bottom: 0.3em;
}

dl.infos dd p {
	margin-bottom: 0.5em;
}


/* galerie */ 

table td.bottom {
	border-top: 1px solid #e8e8e8;
	padding-top: 0.4em;
}

table tr td a img {
	border: 1px solid #e8e8e8;
	padding: 1px;
}

table tr td a:hover img {
	border: 1px solid #cc9900;
	padding: 1px;
}



/* --------------
third defintionen
---------------*/

#third #katalog {
	background: url(/bilder/bg-third-box-top.png) no-repeat transparent;
	padding: 7px 6px;
}

#third #katalog p {
	margin: 0;
	color: #fff;
}

#third #katalog p a {
	font-weight: bold;
}

#third h5 {
	background: url(/bilder/bg-third-headline.png) no-repeat transparent;
	color: #fff;
	height: 18px;
	padding: 1px 6px 0 6px;
	margin: -1px 0 0 0;
}

* html #third h5 {
    background:none; 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bilder/bg-third-headline.png',sizingMethod='crop');
}


#third #greenbox {
	background: url(/bilder/bg-third-green.png) repeat-y transparent;
	padding: 7px 6px;
}

#third #bluebox {
	background: url(/bilder/bg-third-blue.png) repeat-y transparent;
	padding: 7px 6px;
}

#third #orangebox {
	background: url(/bilder/bg-third-orange.png) repeat-y transparent;
	padding: 7px 6px;
}

#third #whitebox {
	background: url(/bilder/bg-third-white.png) no-repeat transparent;
	padding: 14px 9px 7px 6px;
	text-align: center;
}

#third h4 {
	color: #fff;
	margin: 0;
	font-size: 100%;
}

#third p {
	color: #fff;
	margin: 0 0 0.5em 0;
}

#third p.news-more {
	margin-top: -0.5em;
}

#third p a {
	color: #000;
}

#third hr {
	height: 2px;
	color: #919191;
	background-color: #919191;
	border: 0;
	margin: 0 -3px 0.5em -6px;
}

#third dl {
	width: 147px;
	margin-bottom: 0;
}

#third dl dt {
	width: 46px;
	float: left;
	padding-bottom: 1px;
}

#third dl dt img {
	margin: 0.3em 0 0 2px;
	border: 1px solid #fff;
}

#third dl dd {
	width: 101px;
	float: left;
}

#third #whitebox img {
	margin-bottom: 0.7em;
}


/* ----------------
footer definitionen
---------------- */

#footer p, #footer p a {
	color: #919191;
	margin: 0;
}

#footer span {
	color: #cc9900;
}



/* ------------------
formular definitionen
-------------------*/

fieldset {
	border: 1px solid #c8c8c8;
	margin-bottom: 1.2em;
	padding: 10px 10px 0 10px;
}

legend {
	font-size: 110%;
	font-weight: bold;
	color: #cc9900;
	margin-bottom: 0.5em;
}
.specials legend {
	color: #cc9900;
}
.sommer legend {
	color: #70ab4a;
}
.winter legend {
	color: #5796cf;
}
.weltweit legend {
	color: #c25c59;
}

label {
	float: left;
	width: 150px;
}

input, textarea, select {
	width: 290px;
	border-top: 1px solid #5d5d5d;
	border-left: 1px solid #5d5d5d;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	padding: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	color: #29408b;
	background: #fff;
}

select {
	width: 296px;
}

option {
	padding: 0 3px;
	background: transparent;
}

textarea {
	height: 140px;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
	border-color: #cc9900;
}

.specials input:hover, .specials input:focus, .specials textarea:hover, .specials textarea:focus, .specials select:hover, .specials select:focus  {
	border-color: #cc9900;
}
.sommer input:hover, .sommer input:focus, .sommer textarea:hover, .sommer textarea:focus, .sommer select:hover, .sommer select:focus {
	border-color: #70ab4a;
}
.winter input:hover, .winter input:focus, .winter textarea:hover, .winter textarea:focus, .winter select:hover, .winter select:focus {
	border-color: #5796cf;
}
.weltweit input:hover, .weltweit input:focus, .weltweit textarea:hover, .weltweit textarea:focus, .weltweit select:hover, .weltweit select:focus {
	border-color: #c25c59;
}

input.small, p.input-small input {
	width: auto;
	float: left;
	margin: 0.2em 0.5em 0 0;
	border: none;
	background: none;
}

p.input-small label {
	width: 400px;
}

input.radio-check, p.radio-check input {
	width: auto;
	border: none;
	background: none;
}

form div {
	padding-left: 10px;
	border-left: 2px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	margin: 0 0 0.9em 0;
}

form div label {
	width: 138px;
}

form p.add-teil {
	text-align: right;
	padding-right: 110px;
	font-weight: bold;
	margin-bottom: 0.3em;
}


input.inputbtn, p.submit input {
	color: #cc9900;
	width: 296px;
	font-weight: bold;
}

form p.no-label {
	padding-left: 150px;
}

form p.no-label label {
	width: 250px;
}

.specials input.inputbtn, .specials p.submit input {
	color: #cc9900;
}
.sommer input.inputbtn, .sommer p.submit input {
	color: #70ab4a;
}
.winter input.inputbtn, .winter p.submit input {
	color: #5796cf;
}
.weltweit input.inputbtn, .weltweit p.submit input {
	color: #c25c59;
}




/* sefrengo */

span.flex2_edit {
	clear: both;
	display: block;
}






/* clear me baby */

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-table;
}
* html .clear {
	height: 1px;
}
* + html .clear {
	height: 1%;
}
.clear {
	display: block;
}