html,body,div,span,applet,object,iframe,html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	color: #777B85;
}

body {
	width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0px !important;
}

h1 {
	display: inline;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

html {
	overflow: -moz-scrollbars-vertical;
}

.container-fluid {
	max-width:1000px !important;
	margin:0 auto;
}

.logoheader{
	overflow: hidden;
}

.bildlogo {
	display: block;
	float: left;
	width: 35px;
	height: 40px;
	line-height: 40px;
	/*background: url(/images/bildlogo.png) 0px 7px no-repeat;*/
	margin: 5px 0 10px 0;
	padding: 0px 0px 0px 0px;
}

.textlogo {
	display: block;
	float: left;
	width: 166px;
	height: 35px;
	line-height: 35px;
	/*background: url(/images/logo_grey.png) 0px 7px no-repeat;*/
	margin: 10px 0 10px 0;
	padding: 0px 0px 0px 0px;
}

#middle {
	width: 100%;
	padding: 0px;
	height: 1%;
	position: relative
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0
}

.code {
	display: block;
	width: 100%;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 10px;
	font-family: "Courier New";
	font-size: 12px;
	color: #fff;
	background-color: #555;
	word-break: break-all;
}

.code pre {
	color: #fff;
}

.circle {
	-webkit-border-radius: 500px !important;
	-moz-border-radius: 500px !important;
	border-radius: 500px !important;
	border: 1px solid #eaeaea;
	padding: 2px;
}

.megabutton>td {
	cursor: pointer;
}

input.knob[type="text"] {
	border: 0 none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
}

.button:hover {
	opacity: 0.90;
	color: #fff;
}

.buttongrey,.submitgrey {
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	color: #5F5F5F;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	height: 22px;
	line-height: 22px;
	float: right;
	cursor: pointer;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-box-shadow: 1px 1px 2px #ccc;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-box-shadow: 1px 1px 2px #ccc;
	-ms-border-radius-topleft: 2px;
	-ms-border-radius-topright: 2px;
	-ms-border-radius-bottomleft: 2px;
	-ms-border-radius-bottomright: 2px;
	-ms-box-shadow: 1px 1px 2px #ccc;
	box-shadow: 1px 1px 2px #ccc;
}

.buttongrey:hover,.submitgrey:hover,input.buttongrey:hover,a.buttongrey:hover
	{
	border: 1px solid #999;
	color: #5F5F5F;
	text-decoration: none;
}

a.buttongrey {
	font-size: 12px;
	font-weight: normal;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.navigation {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.navigation hr {
	border: none;
	border-top: 1px solid #ccc;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
}

.navigation>li {
	float: left;
	position: relative;
	font-size: 10px;
	text-transform: uppercase;
}

.navigation>li>a {
	display: inline-block;
	height: 36px;
	border: 1px solid #3079ED;
	border-width: 0 0 0 1px;
	line-height: 36px;
	padding: 0 20px 0 20px;
	color: #fff;
}

.navigation>li:last-child>a {
	border-right: 1px solid #3079ED;
}

.navigation>li>a:hover {
	background-color: #4787ed;
	/*
	background: -moz-linear-gradient(top, #4d90fe, #4787ed);
	background: -ms-linear-gradient(top, #4d90fe, #4787ed);
	background: -o-linear-gradient(top, #4d90fe, #4787ed);
	background: -webkit-linear-gradient(top, #4d90fe, #4787ed);
	background: linear-gradient(top, #4d90fe, #4787ed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');
	*/
}

.navigation>li>a.active {
	background-color: #357ae8;
	/*
	box-shadow: inset 1px 1px 15px rgba(0, 0, 0, 0.15);
	-webkit-shadow: inset 1px 1px 15px rgba(0, 0, 0, 0.15);
	-moz-shadow: inset 1px 1px 15px rgba(0, 0, 0, 0.15);
	*/
}

.navigation>li>ul {
	margin: 0px;
	padding: 0;
	position: absolute;
	z-index: 999;
	width: 150%;
	width: 170px;
	display: none;
	background-color: #fff;
	font-size: 12px;
	padding: 10px 0px 10px 0px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0px 5px 25px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 25px 3px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 5px 25px 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 5px 25px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 25px 3px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 5px 5px;
}

.navigation>li>ul>li {
	
}

.navigation>li>ul>li>a {
	font-size: 10px;
	display: block;
	padding: 5px 20px 5px 20px;
	color: #000;
}

.navigation>li>ul>li a:hover {
	background-color: #eee;
}

.navigation>li>ul>li {
	float: none;
	display: block;
}

.navigation .menuhover{
	background-color: #4787ed;
}

.tourcontentbox {
	width: 940px;
	min-height: 100px;
	position: relative;
	margin: 0 auto;
	padding: 60px 0 20px 0;
	font-size: 14px;
}

.tourcontentbox .half.first {
	width: 235px;
	float: left;
	text-align: right;
	margin-right: 35px;
	color: #ccc;
	font-size: 14px;
	text-transform: uppercase;
}

.tourcontentbox .half.first h2 {
	line-height: 23px;
	margin: 0;
	padding: 0;
	width: 235px;
	float: left;
	color: #ff9c00;
	font-size: 14px;
	text-transform: uppercase;
}

.tourcontentbox .half.last {
	width: 635px;
	float: left;
	text-align: justify;
	margin: 0 !important;
}

.switch_outer {
	width: 200px;
	margin: 10px auto;
	text-align: center;
}

.switch_left {
	width: 59px;
	padding: 5px 20px;
	float: left;
	border-right: 1px solid #ccc;
}

.switch_right {
	width: 59px;
	padding: 5px 20px;
	float: right;
}

.switch>a.active {
	background-color: #eee;
}

/***************/ /* LIST LAYOUT */ /***************/
.list_layout_table {
	width: 100%;
	text-align: justify;
	border-bottom: 1px solid #f0f0f0;
	margin: 0 0 30px;
	font-size: 12px;
}

.list_layout_table a {
	font-weight: normal;
	text-decoration: none;
}

.list_layout_table a.button {
	font-weight: normal;
	text-decoration: none;
}

/*.list_layout_table tr:first-child td,*/
.list_layout_table th {
	background-color: #4787ed;
	text-align: left;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	font-size: 10px;
}

.list_layout_table.tablesorter th {
	cursor: pointer;
}

/*
.list_layout_table tr:nth-child(even) {
	background-color: #f6f6f6;
}

.list_layout_table tr:nth-child(odd) {
	background-color: #fff;
}
*/
.list_layout_table td:first-child {
	font-weight: normal;
	color: #666;
}

.list_layout_table tr:first-child td label,.list_layout_table tr:first-child td label:hover
	{
	display: inline;
	width: auto;
	height: auto;
	margin: 0 0 0 5px;
	cursor: default;
	color: black
}

.list_layout_table tr td {
	color: #666;
	border-top: 1px solid #dddddd;
	text-align: left;
}

.list_layout_table tr:first-child td {
	border-top: 0 none;
}

.list_layout_table:nth-last-of-type (1) {
	border-bottom: 0 none;
}

.list_layout_table td {
	padding: 10px;
	vertical-align: top;
}

.list_layout_table tr:hover>td {
	background-color: #fafafa;
}

.list_layout_table.small td {
	padding: 5px 10px 5px 10px;
}

.list_layout_table .fullwidth {
	width: 100%
}

/***************/ /* FLIP LAYOUT */ /***************/
.flip_layout_table {
	width: 100%;
	text-align: justify;
	border-bottom: 1px solid #f0f0f0;
	margin: 0 0 30px
}

.flip_layout_table a {
	font-weight: normal;
	text-decoration: none;
}

.flip_layout_table a.button {
	font-weight: normal;
	text-decoration: none;
}

.flip_layout_table th {
	background-color: #357ae8;
	text-align: left;
	color: #fff;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
	font-size: 10px;
	text-transform: uppercase;
}

.flip_layout_table.tablesorter th {
	cursor: pointer;
}

.flip_layout_table td:first-child {
	font-weight: normal;
	color: #666;
}

.flip_layout_table tr:first-child td label,.flip_layout_table tr:first-child td label:hover
	{
	display: inline;
	width: auto;
	height: auto;
	margin: 0 0 0 5px;
	cursor: default;
	color: black
}

.flip_layout_table tr td {
	color: #666;
	background-color: #f6f6f6;
}

.flip_layout_table:nth-last-of-type (1) {
	border-bottom: 0;
}

.flip_layout_table td {
	padding: 5px 15px 5px 15px;
	vertical-align: top;
}

.flip_layout_table .fullwidth {
	width: 100%;
}

.flip_layout_table tr.inner td {
	font-size: 11px;
	border-top: 1px solid #ccc;
	background-color: #fff;
}

.flip_layout_table tr.inner2>td {
	padding: 0px;
}

.flip_layout_table tr.inner2 td {
	font-size: 11px;
	border-top: 1px solid #ccc;
	background-color: #fff;
	line-height: 16px;
}

.flip_layout_table tr.inner2 th {
	line-height: 16px;
	padding: 0px 15px;
}

.progressbar {
	border: 1px solid #357ae8;
	background-color: white;
	width: 50px;
	height: 10px;
	padding: 1px;
}

.fortschritt {
	background-color: #4d90fe;
	height: 10px;
	max-width: 100% !important;
	/* width:50%;  Fortschritt */
}


#footer {
	padding: 3px 0px 0px 0px;
	height: 18px;
	clear: both;
}

#footer .copyright {
	float: left;
	color: #b3b3b3
}

#footer .copyright .date_and_name {
	color: #b3b3b3
}

#footer .copyright strong {
	margin: 0 10px 0 0
}

#footer .menu {
	float: right;
}

#footer .menu a {
	color: #b3b3b3;
	display: inline-block;
	padding: 4px;
	line-height: 10px;
	height: 10px;
	font-weight: normal;
	font-size: 12px;
	display: inline-block;
}

#footer .menu a:hover {
	color: #fff;
	background-color: #d3d3d3;
}

/************************************/
@media print {
	#header, #menu, #footer, .btn, .mouseinfo, #rpfrm {
		display: none !important;
	}
	.priceitem,.hoursitem,td,th {
		color: #000 !important;
	}
	#container {
		border: 0 none !important;
		box-shadow: none !important;
	}
}