/* @override http://aruba-tours-to-go.de/css/styles.css */

@import url(http://fonts.googleapis.com/css?family=Signika:300,400,600,700);

html, body {
	background: #f5fddb;
	font-family: 'Signika', Arial, Helvetica, sans-serif;
}

.main {
	width: 970px;
	margin: 0 auto;
	border: 15px solid #fff;
	border-top: none;
	-moz-box-shadow: 0px 0px 70px #d1e9bc;
	-webkit-box-shadow: 0px 0px 70px #d1e9bc;
	box-shadow: 0px 0px 70px #d1e9bc;
}

.head {
	position: relative;
	height: 229px;
	background: url(../img/head.bg.jpg) no-repeat right top;
}

.head a {
	text-decoration: none;
}

.head h1 {
	position: absolute;
	top: 50px;
	left: 30px;
	font-size: 51px;
	font-weight: 700;
	text-shadow: rgba(0,0,0,0.2) 3px 3px 3px;
	letter-spacing: 0.03em;
}

.head h1 a {
	color: #cc31cb;
}

.head h1 a span{
	color: #b2e127;
	text-shadow: rgba(0,0,0,0.15) 3px 3px 3px;
}

.head h2 {
	position: absolute;
	top: 110px;
	left: 34px;
	font-size: 17px;
	font-weight: 600;
	text-shadow: rgba(0,0,0,0.2) 2px 2px 2px;
	letter-spacing: 0.023em;
}

.head h2 a {
	color: #767676;
}

.head h3 {
	position: absolute;
	top: 130px;
	left: 34px;
	font-size: 11px;
	font-weight: 300;
	text-shadow: rgba(0,0,0,0.2) 2px 2px 2px;
}

.head h3 a {
	color: #bbb;
}


.langselect{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 10px;
	font-weight: 300;
	line-height: 1em;
}

.langselect a{
	color: #CFF0F1;
}

.langselect a:hover{
	text-decoration: underline;
}

.langselect a img{
	margin-left: 3px;
	margin-bottom: -5px;
}

.bar1 {
	position: relative;
	height: 45px;
	background: #00B4DD;
	background-image: linear-gradient(bottom, rgb(0,180,221) 0%, rgb(30,210,250) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,180,221) 0%, rgb(30,210,250) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,180,221) 0%, rgb(30,210,250) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,180,221) 0%, rgb(30,210,250) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,180,221) 0%, rgb(30,210,250) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(0,180,221)), color-stop(1, rgb(30,210,250)) );
}

.bar1 h3 {
	position: absolute;
	top: 10px;
	left: 25px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-shadow: rgba(0,0,0,0.3) 3px 3px 3px;
}

.bar2 {
	position: relative;
	background: #00B4DD;
	background-image: linear-gradient(bottom, rgb(0,150,184) 0%, rgb(0,180,221) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,150,184) 0%, rgb(0,180,221) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,150,184) 0%, rgb(0,180,221) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,150,184) 0%, rgb(0,180,221) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,150,184) 0%, rgb(0,180,221) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(0,150,184)), color-stop(1, rgb(0,180,221)) );
	overflow: hidden;
	
	
	
	
	
	
	
	
}

.bar2 ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

.bar2 ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}

.bar2 ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	display: block;
	padding: 8px 20px 10px 20px;
	margin: 0 6px;
	background: #008BB5;
	background-image: linear-gradient(bottom, rgb(0,104,133) 0%, rgb(0,139,181) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,104,133) 0%, rgb(0,139,181) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,104,133) 0%, rgb(0,139,181) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,104,133) 0%, rgb(0,139,181) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,104,133) 0%, rgb(0,139,181) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.0, rgb(0,104,133)), color-stop(1.0, rgb(0,139,181)) );
	text-shadow: rgba(0,0,0,0.4) 2px 2px 2px;
	z-index: 2;
	-moz-box-shadow: 2px 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 2px 5px 5px rgba(0,0,0,0.5);
	
	
	
	
	
	margin-top: 10px;
	
	
	
}

.bar2 ul li a:hover {
	background: #007CA4;
	background-image: linear-gradient(bottom, rgb(0,86,112) 0%, rgb(0,123,164) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,86,112) 0%, rgb(0,123,164) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,86,112) 0%, rgb(0,123,164) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,86,112) 0%, rgb(0,123,164) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,86,112) 0%, rgb(0,123,164) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.0, rgb(0,86,112)), color-stop(1.0, rgb(0,123,164)) );
}

.bar2 ul li.current a,
.bar2 ul li.current a:hover {
	background-color: #c8ec5d;
	background-image: none;
	cursor: default;
}

.bar3{
	height: 10px;
	background-color: #c8ec5d;
	z-index: 3;
}

.content {
	width: 100%;
	background: #fffbe5;
}

.sidebar {
	width: 250px;
	background: #c8ec5d;
	background-image: linear-gradient(bottom, #AED049 0%, #c8ec5d 100%);
	background-image: -o-linear-gradient(bottom, #AED049 0%, #c8ec5d 100%);
	background-image: -moz-linear-gradient(bottom, #AED049 0%, #c8ec5d 100%);
	background-image: -webkit-linear-gradient(bottom, #AED049 0%, #c8ec5d 100%);
	background-image: -ms-linear-gradient(bottom, #AED049 0%, #c8ec5d 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #AED049), color-stop(1, #c8ec5d) );
}

.sidebar,
.sidebar a{
	color: #fff;
}

.subnav{
	padding: 0;
	list-style-type: none;
--	margin-bottom: -5px;
}

.subnav a{
	text-decoration: none;
	display: block;
	padding: 10px 5px;
	margin: 0 10px 0 20px;
	font-size: 14px;
	font-weight: 600;
	text-shadow: rgba(0,0,0,0.4) 2px 2px 2px;
	border-bottom: 1px solid #fff;
}

.subnav .current{
	background: url(subnav.current.bg.png) no-repeat left center;
}

.subnav li:hover{
	background: #58d655;
	background-color: rgba(0,0,0,0.1);
}

.subnav li.current:hover{
	background: #58d655 url(subnav.current.bg.png) no-repeat left center;
	background-color: rgba(0,0,0,0.1);
}

.subnav .last a{
	border: none;
}

.sidebar p{
	padding: 5px 0 0 0;
	margin: 5px;
}
.sidebar p img{
	margin: -5px;
}

.right{
	padding: 20px;
	font-size: 14px;
--	font-weight: 300;
	line-height: 1.3em;
}

.right,
.right a{
	color: #0b6795;
}

.right a:hover{
	margin: -2px -3px;
	padding: 2px 3px;
	background: #F5E8AB;
}

.right h1,
.right h2,
.right h3,
.right h4,
.right h5,
.right h6{
	font-weight: 600;
}

.right h1{
	font-size: 30px;
}

.right h3{
	padding: 0;
}

.right .bluebar{
	padding: 10px;
	margin: -10px;
	margin-bottom: 15px;
	background: #00b4de;
	background-image: linear-gradient(bottom, rgb(0,158,194) 0%, rgb(0,180,221) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,158,194) 0%, rgb(0,180,221) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,158,194) 0%, rgb(0,180,221) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,158,194) 0%, rgb(0,180,221) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,158,194) 0%, rgb(0,180,221) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(0,158,194)), color-stop(1, rgb(0,180,221)) );
}

.right .bluebar,
.right .bluebar a{
	color: #fff;
}

.right .bluebar a{
	margin: 0;
	padding: 0;
	background: transparent;
}


.imglink,
.imglink:hover{
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}


hr{
	border: none;
	height: 1px;
	background: #008AB4;
}

sup{
	font-size: 0.6em;
}


/* @group Kontraktformular */

.bd_kontaktform{
	margin-top: 10px;
}

.bd_kontaktform td{
	padding: 2px;
}

.bd_kontaktform input, .bd_kontaktform textarea{
	border: 1px solid #999;
	padding: 2px 3px;
	background-color: #fff;
}

.bd_kontaktformfehler, .kontaktformok{
	padding: 2px 3px;
	background-color: #e00;
	margin-bottom: 2px;
	color: white;
	background-image: -moz-linear-gradient(top, transparent, rgba(0,0,0,0.2));
	background-image: -ms-linear-gradient(top, transparent, rgba(0,0,0,0.2));
	background-image: -o-linear-gradient(top, transparent, rgba(0,0,0,0.2));
	background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.2));
	background-image: linear-gradient(top, transparent, rgba(0,0,0,0.2));
}

.kontaktformok{
	background-color: #44bc15;
	color: #fff;
	font-size: 24px;
	padding: 10px 10px 20px 10px;
	background-image: -moz-linear-gradient(top, transparent, rgba(0,0,0,0.2));
	background-image: -ms-linear-gradient(top, transparent, rgba(0,0,0,0.2));
	background-image: -o-linear-gradient(top, transparent, rgba(0,0,0,0.2));
	background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.2));
	background-image: linear-gradient(top, transparent, rgba(0,0,0,0.2));
}

.bd_kontaktform input.bd_formfehler, .bd_kontaktform textarea.bd_formfehler{
	border:  1px solid #e00;
	background-color: #ffd8d8;
}

.mailformcounter{
	color: #E3CE89;
	font-weight: bold;
	cursor: default;
}

.bd_kontaktform input[type="submit"]{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 22px;
	background-color: #00B3DC;
	color: #fff;
	font-weight: bold;
	border: none;
	cursor: pointer;
	border: 1px solid #008AB4;
	border-right-color: #006278;
	border-bottom-color: #006278;
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	background-image: -moz-linear-gradient(top, transparent, rgba(0,0,0,0.3));
	background-image: -ms-linear-gradient(top, transparent, rgba(0,0,0,0.3));
	background-image: -o-linear-gradient(top, transparent, rgba(0,0,0,0.3));
	background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.3));
	background-image: linear-gradient(top, transparent, rgba(0,0,0,0.3));
}

.bd_kontaktform input[type="submit"]:hover{
	background-color: #4dddff;
	border: 1px solid #08b7ed;
	border-right-color: #008cb6;
	border-bottom-color: #008cb6;
}

.bd_kontaktform input[disabled="disabled"]{
	opacity: 0.4;
	cursor: wait;
	color: #FFFBE5;
	background-color: #00B3DC;
}
.bd_kontaktform input[disabled="disabled"]:hover{
	background-color: #00B3DC;
	border: 1px solid #008AB4;
	border-right-color: #006278;
	border-bottom-color: #006278;
}

.bf_kform_pflicht, .bf_kform_pstar{
	font-size: 10px;
	color: #999;
}




/* @end */




















































