@charset "utf-8";
body  {
	font: 11pt Futura Lt, Futura Lt BT, Futura md, Futura, Trebuchet MS, Arial, sans-serif;
	background: #caa766;
	background-image:url(../images/bg_1.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin: 7px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #453d36;
}
.layout-body #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(../images/bg-main.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.layout-body #header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:177px;
} 
img {
	padding:0;
	margin:0;
}
a {
	color:#2079ae;
	text-decoration:none;
	border:none;
	}
a:visited {
	color:#2079ae;
	text-decoration:none;
	border:none;
}
a:hover {
	color:#2d3b52;
	text-decoration:none;
	border:none;
}
a:focus {
	color:#9b2642;
	text-decoration:none;
	border:none;
	outline:none;
}



/* @@@@@@@@@@@@@@@@@ */
/* Logo und Buttons Styles */
.layout-body #logoAndButtons { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.layout-body #logoAndButtonsBanner { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:114px;
}
.layout-body #quickLaunchButtons {
	height:42px;
	width:300px;
	background-image:url(../images/bg-buttons.gif);
	float:right;
	overflow:hidden;
	font-weight:bold;
}
#quickLaunchButtons ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
	}
#quickLaunchButtons ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
		width:100px;
	}
#quickLaunchButtons ul li a {
		display:block;
		margin:0;
		padding:0 10px 0 11px;
		color:#fff;
		text-decoration:none;
		line-height:35px;
	}
#quickLaunchButtons ul li a:hover {
		background-color:#caa766;
	}
#quickLaunchButtons ul li a span {
		display:block;
	}	


/* @@@@@@@@@@@@@@@@@ */
/* Navigation Styles */
/* Deutsch Main */
.layout-body  #navigation-main {
		clear:left;
		float:left;
		width:100%;
		height:35px;
		background:url(../images/bg-nav.gif) repeat;
		overflow:hidden;
		font-weight:bold;
	}
#navigation-main ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
	}
#navigation-main ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
#navigation-main ul li.first {
		border-left:2px solid #fff;
	}
#navigation-main ul li.last {
		border-right:2px solid #fff;
	}
#navigation-main ul li a {
		display:block;
		margin:0;
		padding: 2px 69px 4px 69px;
		color:#fff;
		text-decoration:none;
		border-left:1px solid #fff;
		border-right:1px solid #fff;
		line-height:22px;
	}
#navigation-main ul li a:hover {
		background-color:#caa766;
	}
#navigation-main ul li a span {
		display:block;
	}

/* Franz Main */
.layout-body  #navigation-main-f {
		clear:left;
		float:left;
		width:100%;
		height:35px;
		background:url(../images/bg-nav.gif) repeat;
		overflow:hidden;
		font-weight:bold;
	}
#navigation-main-f ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
	}
#navigation-main-f ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
#navigation-main-f ul li.first {
		border-left:2px solid #fff;
	}
#navigation-main ul li.last {
		border-right:2px solid #fff;
	}
#navigation-main-f ul li a {
		display:block;
		margin:0;
		padding: 2px 62px 4px 62px;
		color:#fff;
		text-decoration:none;
		border-left:1px solid #fff;
		border-right:1px solid #fff;
		line-height:22px;
	}
#navigation-main-f ul li a:hover {
		background-color:#caa766;
	}
#navigation-main-f ul li a span {
		display:block;
	}

/* Sub-Navigation */
.layout-body  #navigation-sub {
		clear:left;
		float:left;
		width:100%;
		height:35px;
		overflow:hidden;
		font-weight:bold;
	}
#navigation-sub ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
	}
#navigation-sub ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
#navigation-sub ul li a {
		display:block;
		margin:0;
		padding: 0 32px 0 32px;
		color:#2d3b52;
		text-decoration:none;
		line-height:35px;
	}
#navigation-sub ul li a:hover {
		color:#2079ae;
	}
#navigation-sub ul li a span {
		display:block;
	}
.layout-body  #navigation-sub-reisen {
		clear:left;
		float:left;
		width:100%;
		height:35px;
		overflow:hidden;
		font-weight:bold;
	}
#navigation-sub-reisen ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
	}
#navigation-sub-reisen ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
#navigation-sub-reisen ul li a {
		display:block;
		margin:0;
		padding: 0 11px 0 11px;
		color:#2d3b52;
		text-decoration:none;
		line-height:35px;
	}
#navigation-sub-reisen ul li a:hover {
		color:#2079ae;
	}
#navigation-sub-reisen ul li a span {
		display:block;
	}
.layout-body  #navigation-sub-firma {
		clear:left;
		float:left;
		width:100%;
		height:35px;
		overflow:hidden;
		font-weight:bold;
	}
#navigation-sub-firma ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
	}
#navigation-sub-firma ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
#navigation-sub-firma ul li a {
		display:block;
		margin:0;
		padding: 0 15px 0 15px;
		color:#2d3b52;
		text-decoration:none;
		line-height:35px;
	}
#navigation-sub-firma ul li a:hover {
		color:#2079ae;
	}
#navigation-sub-firma ul li a span {
		display:block;
	}
/* @@@@@@@@@@@@@@@@@ */
/* Content Styles */
.layout-body #mainContent { 
	margin: 0 326px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.layout-body #mainContent h3 {
	margin: 15px 15px 15px 30px;
	font-size: 18pt;
}
#mainContent p {
	margin-left:30px;
	padding-right:15px;
}
#mainContent h4 {
	font: 13pt Futura Lt, Futura Lt BT, Futura md, Futura, Trebuchet MS, Arial, sans-serif;
	font-weight:bold;
	margin:40px 0 0 30px;
	padding-right:15px;
}
#mainContent h5 {
	font: 11pt Futura Lt, Futura Lt BT, Futura md, Futura, Trebuchet MS, Arial, sans-serif;
	font-weight:bold;
	margin-left:30px;
	padding-right:15px;
}
#mainContent li {
 margin-left:30px;
}
.hauptbild {
	margin: 17px 0 5px 0;
}
.bold {
	font-weight:bold;
}
.layout-body #infoboxes {
	margin-left:19px;
	float: left;
	width:300px;
}

#infoboxes h4 {
	color:#9b2642;
	padding:0 0 10px 13px;
	margin:0;
}

#infoboxes p {
	padding:0 0 10px 13px;
	margin:0;
}

#infoboxtitle {
	font-weight:bold;
}

#imagetable {
	padding:0 0 10px 13px;
	margin:0;
}
.startReisebild { 
	width:265px;
}
td {
	padding: 0;
	margin:0;
}
td.toprow {
	height:14px;
	background-image:url(../images/bg-photo-top.gif);
	background-repeat: no-repeat;
}
td.bottomrow {
	height:12px;
	background-image:url(../images/bg-photo-bottom.gif);
	background-repeat: no-repeat;
}
td.leftcolumn {
	width:8px;
	background-image:url(../images/bg-photo-left.gif);
	background-repeat: no-repeat;
}
td.rightcolumn {
	width:10px;
	background-image:url(../images/bg-photo-right.gif);
	background-repeat: no-repeat;
}
.layout-body #totop {
	margin:20px 0 30px 23px;
	with:500px;
}
.layout-body #totop img {vertical-align:center;} 
.layout-body #framedContent {
	border:2px solid #caa766;
	margin:20px 40px 0 40px;
}
.centeredContent {
	width:100%;
	text-align:center;
}
.teamSectionTitle {
	font-size:18px;
	color:#9b2642;
	font-weight:bold;
}
.teamMitarbeiterName {
	font-size:16px;
	color:#2d3b52;
	font-weight:bold;
}
.layout-body #mapcanvas_standort {
	width:600px;
	height:600px;
	margin-left:30px;
}
/* @@@@@@@@@@@@@@@@@ */
/* Links-Page Styles */
#links-tablerow {
	margin-left:30px;
	padding:5px;
	background-color:#e7d2d5;
}
#links-tablerow a {
	color:#2d3b52;
	text-decoration:none;
	font-weight:bold;
	border:none;
	}
#links-tablerow a:visited {
	color:#2d3b52;
	text-decoration:none;
	font-weight:bold;
	border:none;
}
#links-tablerow a:hover {
	color:#9b2642;
	text-decoration:none;
	font-weight:bold;
	border:none;
}
#links-tablerow a:focus {
	color:#9b2642;
	text-decoration:none;
	font-weight:bold;
	border:none;
}
#links-tablerow-alt {
	margin-left:30px;
	padding:5px;
	background-color:#bdd3df;
}
#links-tablerow-alt a {
	color:#2d3b52;
	text-decoration:none;
	font-weight:bold;
	border:none;
	}
#links-tablerow-alt a:visited {
	color:#2d3b52;
	text-decoration:none;
	font-weight:bold;
	border:none;
}
#links-tablerow-alt a:hover {
	color:#9b2642;
	text-decoration:none;
	font-weight:bold;
	border:none;
}
#links-tablerow-alt a:focus {
	color:#9b2642;
	text-decoration:none;
	font-weight:bold;
	border:none;
}
/* @@@@@@@@@@@@@@@@@ */
/* Reisen-Page Styles */
#reisen-jahr {
	margin:20px 0 20px 30px;
	color:#705020;
	font-size: 18pt;
	font-weight:bold;
	font-style:italic;
}
#reisen-tablerow {
	margin:0 0 0 30px;
	padding:2px;
	background-color:#e7d2d5;
}
#reisen-tablerow a {
	color:#2d3b52;
	text-decoration:none;
	font-weight:bold;
	border:none;
	}
#reisen-tablerow a:visited {
	color:#2d3b52;
	text-decoration:none;
	font-weight:bold;
	border:none;
}
#reisen-tablerow a:hover {
	color:#9b2642;
	text-decoration:none;
	font-weight:bold;
	border:none;
}
#reisen-tablerow a:focus {
	color:#9b2642;
	text-decoration:none;
	font-weight:bold;
	border:none;
}
#reisen-tablerow-alt {
	margin:0 0 0 30px;
	padding:2px;
	background-color:#bdd3df;
}
#reisen-tablerow-alt a {
	color:#2d3b52;
	text-decoration:none;
	font-weight:bold;
	border:none;
	}
#reisen-tablerow-alt a:visited {
	color:#2d3b52;
	text-decoration:none;
	font-weight:bold;
	border:none;
}
#reisen-tablerow-alt a:hover {
	color:#9b2642;
	text-decoration:none;
	font-weight:bold;
	border:none;
}
#reisen-tablerow-alt a:focus {
	color:#9b2642;
	text-decoration:none;
	font-weight:bold;
	border:none;
}
#reisen-info {
	width: 470px;;
	padding-left:150px;
	margin:0;
}
#reisen-datum li{
display: inline;
margin:0;
padding: 0 20px 0 20px;
color:#663;
font-weight:bold;
background-image:url(../images/reisen_bullet_brown.gif);
background-repeat:no-repeat;
}
.reisen-titel {
	color: #336;
	font-weight:bold;
}
#reisen-dauerPreis li{
display: inline;
margin:0;
padding: 0 20px 0 20px;
color:#336;
font-weight:bold;
background-image:url(../images/reisen_bullet_pink.gif);
background-repeat:no-repeat;
}
#reisen-photo {
	margin:0;
	padding:10px;
	text-align:left;
	float:left;
}
.reisen-photo-thumb {
	width:160px;
}
#reisen-leftDetailPhoto {
	float: left;
	width:250;
}
#reisen-rightDetailPhoto {
	width:250;
}
#reiseimagetable {
	padding:0 0 10px 13px;
	margin:0;
}
#reiseimagetable td {
	padding: 0;
	margin:0;
}
#reiseimagetable td.toprow {
	height:23px;
	background-image:url(../images/bg-reisephoto-top.gif);
	background-repeat: no-repeat;
}
#reiseimagetable td.bottomrow {
	height:20px;
	background-image:url(../images/bg-reisephoto-bottom.gif);
	background-repeat: no-repeat;
}
#reiseimagetable td.leftcolumn {
	width:26px;
	background-image:url(../images/bg-reisephoto-left.gif);
	background-repeat: no-repeat;
}
#reiseimagetable td.rightcolumn {
	width:17px;
	background-image:url(../images/bg-reisephoto-right.gif);
	background-repeat: no-repeat;
}
#reisen-datenliste li{
	margin:0 0 0 30px;
	padding:0;
	list-style-image:url(../images/reisen_bullet_brown.gif);
	}
/* @@@@@@@@@@@@@@@@@ */
/* Prospekt Styles */
#form-prospekte {
	margin-left:30px;
}
#form-prospekte p {
	padding-left:150px;
}
#prospekt1 {
	width: 600px;
	height:213px;
	background-image:url(../f/images/2012_vacances_romandie.jpg);
	background-repeat:no-repeat;
}
#prospekt2 {
	width: 600px;
	height:213px;
	background-image:url(../f/images/2010_prospJourneDemijourne.jpg);
	background-repeat:no-repeat;
}
#prospekt3 {
	width: 600px;
	height:213px;
	background-image:url(../f/images/Deckblatt-RomandieWeih.jpg);
	background-repeat:no-repeat;
}
#prospekt4 {
	width: 600px;
	height:213px;
	background-image:url(../d/images/2012_vacances_horner.jpg);
	background-repeat:no-repeat;
}
#prospekt5 {
	width: 600px;
	height:213px;
	background-image:url(../d/images/2010_prospHalbtagesTagesfahrten.jpg);
	background-repeat:no-repeat;
}
#prospekt6 {
	width: 600px;
	height:213px;
	background-image:url(../d/images/Deckblatt-HornerWeih.jpg);
	background-repeat:no-repeat;
}
#propekt-fields {
	margin: 10px 0 10px 0;
}
.form-prospekt-input {
	color:#80776f;
	background-color:#e9dbc2;
	border:none;
	width: 290px;
	height:13px;
	padding: 3px;
	margin: 5px 5px 0 0;
}
.form-prospekt-button {
    border:1px solid #e9dbc2;
	background: #e9dbc2;
	margin-top:5px;
	padding: 5px; 
}
.form-prospekt-button:hover {
    border: 1px solid #caa766;
    background: #caa766;
	margin-top:5px;
	padding: 5px; 
}
.has-js .label_check { padding:3px 3px 15px 30px; margin:0;}
.has-js .label_check { background: url(../images/form-checkbox-unchecked.png) no-repeat; }
.has-js label.c_on { background: url(../images/form-checkbox-checked.png) no-repeat; }
.has-js .label_check input { position: absolute; left: -9999px; }


/* @@@@@@@@@@@@@@@@@ */
/* Gruppenofferte Styles */
#offertanfrage-formular {
	padding:0 0 0 30px;
}
#offertanfrage-formular h4 {
	font-size:18px;
	color:#2d3b52;
	margin:30px 0 10px 0;
}
.form-gruppenofferte-input1 {
	color:#80776f;
	background-color:#e9dbc2;
	border:none;
	width: 604px;
	height:13px;
	padding: 3px;
	margin: 5px 5px 0 0;
}
.form-gruppenofferte-input2 {
	color:#80776f;
	background-color:#e9dbc2;
	border:none;
	width: 60px;
	height:13px;
	padding: 3px;
	margin: 5px 5px 0 0;
}
.form-gruppenofferte-input3 {
	color:#80776f;
	background-color:#e9dbc2;
	border:none;
	width: 256px;
	height:13px;
	padding: 3px;
	margin: 5px 5px 0 0;
}
.form-gruppenofferte-input4 {
	color:#80776f;
	background-color:#e9dbc2;
	border:none;
	width: 332px;
	height:13px;
	padding: 3px;
	margin: 5px 5px 0 0;
}
.form-gruppenofferte-input5 {
	color:#80776f;
	background-color:#e9dbc2;
	border:none;
	width: 120px;
	height:13px;
	padding: 3px;
	margin: 5px 5px 0 0;
}
.form-gruppenofferte-input6 {
	color:#80776f;
	background-color:#e9dbc2;
	border:none;
	width: 158px;
	height:13px;
	padding: 3px;
	margin: 5px 5px 0 0;
}
.form-gruppenofferte-input7 {
	color:#80776f;
	background-color:#e9dbc2;
	border:none;
	width: 108px;
	height:13px;
	padding: 3px;
	margin: 5px 5px 0 0;
}
.form-gruppenofferte-input8 {
	color:#80776f;
	font-weight:bold;
	background-color:#f7f6f3;
	border:none;
	width: 25px;
	height:13px;
	padding: 3px;
	margin: 5px 5px 0 460px;
}
.form-gruppenofferte-input8-f {
	color:#80776f;
	font-weight:bold;
	background-color:#f7f6f3;
	border:none;
	width: 25px;
	height:13px;
	padding: 3px;
	margin: 5px 5px 0 350px;
}
.form-gruppenofferte-textarea {
	font: 11pt Futura Lt, Futura Lt BT, Futura md, Futura, Trebuchet MS, Arial, sans-serif;
	text-align:left;
	width:605px;
	height: 100px;	
}
.form-gruppenofferte-select {
	font: 11pt Futura Lt, Futura Lt BT, Futura md, Futura, Trebuchet MS, Arial, sans-serif;
	color:#80776f;
	background-color:#e9dbc2;
	border:none;
	width: 150px;
	height:25px;
	padding: 3px;
	margin: 5px 5px 0 0;
}
.form-gruppenofferte-submit {
    border:1px solid #e9dbc2;
	background: #e9dbc2;
	margin-top:5px;
	padding: 5px;
	width:125px;
}
.form-gruppenofferte-submit:hover {
    border: 1px solid #caa766;
    background: #caa766;
	margin-top:5px;
	padding: 5px;
	width:125px;
	 
}
/* @@@@@@@@@@@@@@@@@ */
/* Tower Styles */
.layout-body #tower {
	float: right; /* since this element is floated, a width must be given */
	width: 326px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(../images/bg-tower.jpg);
	background-repeat:no-repeat;
	padding: 15px 0 0 0;
}
.layout-body #tower h3 {
	margin: 0 10px 15px 30px;
	font-size: 18pt;
}
.layout-body #tower p {
	margin: 15px 10px 0 30px;
}
#newletter {
	width:284px;
	height:407px;
	margin: 0 0 0 23px;
	background-image:url(../images/bg-newsletter.gif);
}
#newletter-f {
	width:284px;
	height:407px;
	margin: 0 0 0 23px;
	background-image:url(../images/bg-newsletter-f.gif);
}
#towerDivider {
 background-image:url(../images/tower-seperator.gif);
 background-repeat:no-repeat;
 height:2px;
 width:275px;
 background-color:#453d36;
 margin:23px 10px 23px 30px;
}
#newletter-bottom {
	width:284px;
	height:407px;
	margin: 30px 0 0 23px;
	background-image:url(../images/bg-newsletter.gif);
}
#newletter-bottom-f {
	width:284px;
	height:407px;
	margin: 30px 0 0 23px;
	background-image:url(../images/bg-newsletter-f.gif);
}
#newsletter-form-container-main {
	margin: 0 0 0 90px;
	padding: 200px 0 0 0;
}
#newsletter-form-container {
	margin: 0 0 0 90px;
	padding: 200px 0 0 0;
}
#newsletter-form-container input {
	color:#80776f;
	background-color:#e9dbc2;
	border:none;
	width: 162px;
	height:15px;
	padding: 3px;
	margin: 9px 5px 5px 0;
}
#newsletter-form-container input.newsletterbutton {
	color:#FFF;
	padding:0;
    background: none;
	width:80px;
	height:32px;
}
#newsletter-form-container input.newsletterbutton:hover {
    color:#FFF;
	padding:0;
	border: 1px solid #fff;
	width:80px;
	height:32px;
}
.tower-historyimages {
	margin-left:23px;
}
.tower-fleetimages {
	margin-left:0px;
}
/* @@@@@@@@@@@@@@@@@ */
/* Footer Styles */
.layout-body  #footer {
		border-top:#caa766 solid 5px;
		padding:0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		margin-bottom:20px;
		background:#decba7; 
		clear:left;
		width:100%;
		height:35px;
		overflow:hidden;
	}
#footer ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
		line-height:35px;
	}
#footer ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
#footer ul li a span {
		display:block;	
	}
#footer span {
	padding:0 6px 0 6px;
}
#footer a {
	font-weight:bold;
	}
.layout-body #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



/* @@@@@@@@@@@@@@@@@ */
/* Modal Box Styles */
.layout-modal  {
	background-image:none;
	margin:0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #dfcca9;
}
.layout-modal #container-form { 
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:100%;
	background: #dfcca9;
	background-image:url(../images/bg-form.gif);
	background-repeat:no-repeat;
	background-position: right center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:10px;
} 
.layout-modal #container-form h3 {
	margin: 0 10px 10px 10px;
	font-size: 18pt;
}
.layout-modal #container-form p {
	margin: 5px 325px 0 10px;
}

.layout-modal #formholder {
	margin: 15px 325px 0 10px;
}
input {
	font: 11pt Futura Lt, Futura Lt BT, Futura md, Futura, Trebuchet MS, Arial, sans-serif;
}
textarea {
	font: 11pt Futura Lt, Futura Lt BT, Futura md, Futura, Trebuchet MS, Arial, sans-serif;
	text-align:left;	
}
input.input1 {
	color:#80776f;
	background-color:#e9dbc2;
	border:none;
	width: 65px;
	height:13px;
	padding: 3px;
	margin: 5px 5px 0 0;
}
input.input2 {
	color:#80776f;
	background-color:#e9dbc2;
	border:none;
	width: 197px;
	height:13px;
	padding: 3px;
	margin: 5px 5px 0 0;
}
input.input3 {
	color:#80776f;
	background-color:#e9dbc2;
	border:none;
	width: 277px;
	height:13px;
	padding: 3px;
	margin: 5px 5px 0 0;
}
input.input4 {
	color:#80776f;
	background-color:#e9dbc2;
	border:none;
	width: 490px;
	height:13px;
	padding: 3px;
	margin: 5px 5px 0 0;
}
textarea {
	color:#80776f;
	background-color:#e9dbc2;
	border:none;
	width: 489px;
	height: 130px;
	padding: 3px;
	margin: 5px 5px 0 0;
}
.has-js .label_radio { padding:3px 3px 15px 34px; margin-left:5px;}
.has-js .label_radio { background: url(../images/form-checkbox-unchecked.png) no-repeat; }
.has-js label.r_on { background: url(../images/form-checkbox-checked.png) no-repeat; }
.has-js .label_radio input { position: absolute; left: -9999px; }
.button {
    border:1px solid #e9dbc2;
	background: #e9dbc2;
	margin: 5px 0 15px 155px;
	padding: 5px; 
}
.button:hover {
    border: 1px solid #caa766;
    background: #caa766;
	margin: 5px 0 15px 155px;
	padding: 5px; 
}
.layout-modal #container_maps {
	width:100%;
	text-align:center;
}
.layout-modal #mapcanvas_einstiegsort {
	width:500px;
	height:500px;
	display:block;
	margin:10px;
}
/* @@@@@@@@@@@@@@@@@ */
/* Misc Styles */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
