@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}

h1 {
	font-size:16px;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:12px;
}

a:hover {
	color:#97A8B0;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#outercontent {
	position:relative;
	margin:0 auto;
	width:530px;
}
#mainlist {
	position:relative; 
	float:left; 
	width:530px;
}

#headline {
	float:left;
	width:530px;
	color:#fd0100;
	text-align:left;
	font-size:14px;
}

.headlinegrey {

	color:#97a6a9;
}


#headtext {
	float:left;
	width:530px;

	/*text-align:justify;*/
	padding-bottom:20px;
	padding-top:10px;
	border-bottom:1px dotted #97a6a9;
}
.itempanel {
	float:left; 
	width:530px;
	margin-top:10px;
	text-align:left;
	padding-bottom:10px;
	border-bottom:1px dotted #97a6a9;
}
.imgpanel {
	float:left; 
	width:100px;
	
}
.itemtext {
	float:left; 
	width:370px;
	padding-left:10px;
	
}
.linkpanel {
	float:left;
	margin-top:70px;
	border:1px dotted #97a8b0;
	padding:3px;
	color:#fd0100;
	background-color:#ededed;
}
.linkpanel a {
	color:#333333;
	text-decoration:none;
	font-size:11px;
}

.linkred {
	color:#fd0100;
	text-decoration:none;
	font-size:11px;
}
.single {
	margin-top: 20px;
	width:540px;
}

.singleimage {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	color:grey;
	width:100px;
}

/* Orderform */

h3 {
	margin: 8px 0 4px 0;
}

h3.h50 {
	margin-top: 25px;
}

input.orderform,
select.orderform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
	color:#333333;
	width: 10px;
	margin-left:10px;
}

input.persozahl {
	width: 30px;
	text-align:				center;
}

div#travel_frame * label div {
	display: inline;
	width: 200px;
}

fieldset#set1 {
	width: 270px;
	float: left;
	padding:10px;
	/*border:0;*/
}

fieldset#set2 {
	width: 180px;
	float: left;
	margin-left:10px;
	border: 1px solid #fd0100;
	padding: 10px 10px 10px 5px;
	background-color: #ededed;
}

/* Single Ansichten*/

div.singleimage dl dd {
	color: grey;
}

div.singletext {
}


div.leistungen {
	float: left;
	width: 540px;
}

div.wetter {
	width: 240px;
}

div.katalog {
	width: 240px;
	text-align: center;
	margin-top: 25px;
}

fieldset#set1 input#personenzahl {
	margin-left: 160px;
	 
}

fieldset#set2 * .orderField {
	width:					220px;
	border:					1px solid #cccccc;
}

fieldset#set2 * div.accordion-content-frame * .orderField {
	width:					100px;
	border:					1px solid #cccccc;
}
div#summary {
	/*width:					220px;*/
}

/* ACCORDION STYLES*/

h3.accordion-head-mh {
	background-color:		#fd0100;
	background-image:		url(../images/pfeil_weiss.gif);
	background-position:	5px center;
	background-repeat:		no-repeat;
	color:					#FFFFFF;
	font-weight:			normal;
	padding-bottom:			3px;
	padding-left:			15px;
	padding-top:			3px;
	cursor:					pointer;
}

h3.accordion-head label {
	color:					white;
}

div.accordion-content {
	overflow:				hidden;
	overflow:				none;
	padding:				0;
	height:					auto;
	border:					1px solid silver;
}

div.accordion-content-frame {
	padding: 				9px;
}

div.cont label {
/*	display:				block;
	width: 					70px;*/
}

div.cont .orderform {
	width: 					245px;
}

	#center_2 * td ol {
		list-style-type: 	decimal;
		margin-left:		20px;
	}

/* ACCORDION STYLES END*/

/* TABS STYLES START */
	.tab {
		float:				left;
	/*	width:				68px;*/
		padding:			5px 3px;
		cursor:				pointer;
		border-top:			1px solid #CDDFF4;
		border-left:		1px solid #CDDFF4;
		border-right:		1px solid #CDDFF4;
		margin-right:		2px;
		text-align:			center;
		background-color:	#CCCCCC;
	}
	
	.act {
		background-color:	white;
	}
	
	.cont {
		border-top:			1px solid #CDDFF4;
	}
/* TABS STYLES END */


#bookit,
#bookit_submit {
	padding: 10px 0;
	text-align: right;
}

span.bookIt {
	cursor: pointer;
	width: 50px;
	padding: 1px 4px;
	padding-right: 20px;
	border: 1px solid #fd0100;
	color: #fd0100;
	text-align: center;
	font-weight: bold;
	/*background-image: url(../images/pfeile_grau.gif);
	background-position: right center;
	background-repeat: no-repeat;
	*/
}

div.formItem {
	clear: 				both;
	padding-top:		10px;
	padding-bottom: 	2px;
	height: 			30px;
}

div.bemerkung {
	height:				100px;
}

textarea.bemerkung {
	height:				60px;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
}

div.formItem label {
	width: 				180px;
	display: 			block;
}

div.formItem input {
	background-color: white;
}


td.rightalign {
	text-align: right;
}
td.linetop {
	border-top: 1px solid black;
}

td.bb {
	border-bottom:				1px solid #768284;
}

dl.mt {
	margin-top:					15px;
}

td.paddingtop {
	padding-top: 5px;
}

fieldset#set2 * input#gutschein {
	width: 165px;
	float: left;
}

fieldset#set2 * input#error {
	color: red;
}

table.preview {
	width: 200px;
	!width:						180px;
}

td.title {
	font-weight:				bold;
}

dt.perstitle {
	background-color:			#fd0100;
	color:						white;
	padding:					3px;
	!width:						180px;
}



/*Powermail*/

div.tx-powermail-pi1 {
	margin-top: 15px;
}

div.tx-powermail-pi1 * label {
	display: block;
	width: 150px;
	float: left;
}

div.tx-powermail-pi1 * legend {
	margin-bottom: 5px;
	font-weight: bold;
}

div.tx-powermail-pi1 * input,
div.tx-powermail-pi1 * textarea,
div.tx-powermail-pi1 * select {
	width: 200px;
	border: 1px solid black;
}

div.tx_powermail_pi1_fieldwrap_html {
	margin-bottom: 3px;
	height: 30px;
}

div#powermaildiv_uid39 {
	height:				auto;
}


div.powermail_mandatory_js {
	margin-left: 150px;
	color: red;
}

div.tx_powermail_pi1_fieldwrap_html_submit {
	margin-top: 25px;
	padding-left: 150px;
}

td.powermail_all powermail_all_td b {
	display: block;
	width: 150px;
}

.tx_powermail_pi1_formconfirmation_back,
.tx_powermail_pi1_formconfirmation_submit {
	margin-top: 5px;
	padding-left: 150px;
}

.powermail_check_inner {
	clear:						both;
	margin-bottom:				6px;
}

.tx-powermail-pi1_fieldset_7 {
	margin-bottom:				12px;
	clear:						both;
}

div.tx-powermail-pi1 * input.powermail_check {
	width:						30px;
	border:						0px;
}


/*CSS-STYLED-CONTENT*/
.csc-header {
	margin-bottom: 				6px;
}


/* Single-Stuff*/

table.pricelist {
	width:						100%;
	border:						1px solid black;
	margin-top:					10px;
	border-collapse:			collapse;
	border-spacing:				0;
	empty-cells:				show;
	margin-bottom:				20px;
}

table.pricelist tr td {
	border:						1px solid black;
	padding:					2px;
	text-align:					center;
	vertical-align:				top;
}

div.mh_nrsreise_hotel * h4 {
	background-color:#548AC8;
	background-image:url(../images/pfeil_weiss.gif);
	background-position:5px center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:normal;
	margin-bottom:6px;
	padding-bottom:3px;
	padding-left:15px;
	padding-top:3px;
}

p.weiterbutton {
	float:					right;
	width:					60px;
	cursor:					pointer;
	border:					1px solid silver;
	text-align:				center;
	padding:				3px 0;
}

div#accordion {
	clear:					both;
}



/*Hinweisbox*/

div.infobox_left {
	border:					2px solid #548AC8;
	background-color:			white;
	margin:					10px;
	padding:					10px;
}

div.infobox_left em {
	font-weight:				bold;
	margin-bottom:				3px;
	display:					block;
	font-style: normal;
}


/* Infoboxen für Extras */

a.cont_extras_link div.cont_extras_text {
	display:					none;
}

a.cont_extras_link:hover div.cont_extras_text {
	display:					block;
	position:					absolute;
	width:					150px;
	border:					1px solid #548AC8;
	background-color:			white;
	margin-left:				30px;
	margin-top:				-17px;
	padding:					2px;
}

