@charset "UTF-8";
/* CSS Document */

body {
	background-color:#f5f5f5;
	margin: 0px;
	padding: 0px;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
	font-size: 13px;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image:url(../img/bg4.jpg);
}

#main {
	margin: auto;
}

#top {
	width: 100%;
	background-color: #171717;
	/*background-image: url(../img/footergrad.jpg);*/
	height: 40px;
	border-bottom: #dadada 1px dotted;
}

#topInner {
	margin: auto;
	width: 930px;
	color: #FFF;
	padding-top: 12px;
}

#content {
	min-height: 800px;
}

#contentText {
	padding-top: 0px;
	padding-bottom: 20px;
}

#contentInner {
	margin: auto;
	width: 930px;	
}

#contentHead {
	border-bottom: 1px solid #fff;
	height: 132px;
	padding-top: 2px;
	margin-bottom: 15px;
}

#logo {
	float: left;
	padding-top: 0px;
	font-size: 35px;
	font-weight: bold;
}

#facebook {
	float: right;
	height: 85px;	
	padding-top: 5px;
}

#menu {
	float: right;
	height: 45px;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	padding-left: 1px;
	display: inline;
	float: left;
}

#menu ul li a {
	padding: 10px 4px 8px 4px;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	background-color: #00a9ee;
	cursor: pointer;
	text-transform: uppercase;
}

#menu ul li img {
	padding-right: 5px;
}

#menu ul li a.desti {
	background-color: #F00;
}

#menu ul li a:hover, #menu ul li a.active {
	/*color: #333;*/
	background-color: #ec008c;
}

#menu div {
	padding: 0 10px;
	padding-top: 10px;
	height: 32px;
	background-repeat: no-repeat;
	background-image:url(../img/menu_sep.png);
	float: left;
}

#menu a {
	font-size: 11pt;
	color: #044fb1;
	text-decoration: none;
}

#logo {
	padding-left: 0px;
}

/******/


#footer {
	width: 100%;
	background-color: #171717;
	border-top: #dadada 1px dotted;
	background-image: url(../img/footergrad.jpg);
}

#footerInner {
	margin: auto;
	width: 890px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 40px;
}

#footerInner .leftPart {
	width: 593px;
	float: left;
	padding-right: 10px;
	padding-top: 12px;
	border-right: 1px dotted #f4f4f4;
}

#footerInner .rightPart {
	width: 256px;
	float: right;
	padding-top: 12px;
}

#footerInner h5 {
	padding: 0px 0px 3px 0px;
	width: 126px;
	margin: 0px;
	font-size: 22px;
	border-bottom: 1px dashed #666;
	color: #666;
}

#footerInner .tripConti {
	float: left;
	width: 145px;
}

#footerInner .tripConti ul {
	list-style: none;
	font-size: 14px;
	padding: 0px; 
	margin: 0px;
	margin-top: 6px;
	width: 126px;
}

#footerInner .tripConti ul li {
	border-bottom: 1px dotted #666;
	padding-bottom: 2px;
	margin-bottom: 2px;
	padding-left: 4px;
}

#footerInner .tripConti ul li a {
	color: #FFF;
	text-decoration: none;
	margin: 0px 0px 4px 0px;
}

#footerInner .tripConti ul li a:hover {
	padding: 0px 3px 0px 3px;
	margin: 0px;
	font-size: 16px;
}

/**********************/

#copy {
	height: 40px;
	background-color: #00a9ee;
	color: #fff;
}

#copyInner {
	margin: auto;
	width: 890px;
	padding-top: 13px;
	font-size: 12px;
}

#copy a {
	color: #FFF;
}

/**********************/

#contentMain {
	border: solid #fff 1px;
}

#contentMainInner {
	background-color: #fff;
	padding: 17px;
	margin: 2px;
}

#contentMain .leftPart {
	width: 593px;
	float: left;
	padding-right: 10px;
	border-right: 1px dotted #131313;
	text-align: justify;
}

#contentMain .rightPart {
	width: 266px;
	float: right;
}

#contentMain h2 {
	font-size: 24px;
	padding-top: 0px;
	margin-top: 0px;
	color: #666;
}

#contentMain .box {
	background: #999;
	padding: 6px;
	color: #fff;
	line-height:20px;
	font-size: 15px;
}

#contentMain img {
	float: left;
	padding: 2px;
	border: 1px solid #999;
	margin: 0px 5px 5px 0px;
}

/**********************/

#tripTeasers {
	padding-bottom: 60px;	
}

.tripTeaser {
	float: left;
	width: 256px;
	height: 260px;
}

.tripTeaser .transparenz {
	background-color: #fff;
	height: inherit;
	width: inherit;
	padding: 20px;
	font-size: 14px;
}

.tripTeaser h3 {
	color: #000;
	font-size: 22px;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid silver;
}

.tripTeaser img {
	padding-left: 18px;
	position: relative;
	top: -240px;
}

.tripTeaser .text {
	padding-top: 120px;
	line-height: 20px;
}

.tripTeaser .more {
	padding-top: 4px;	
	color: #171717;
}

.tripTeaser .left {
	padding-top: 10px;
}

.tripTeaser .price {
	font-size: 26px;
	font-weight: bold;
}

/**********************/

a {
	border: 0px;
	color: #171717;
	cursor: pointer;
}

img {
	border: 0px;
}

/**********************/

.transparenz {
	filter:alpha(opacity=80); /* Internet Explorer */
	-moz-opacity: 0.8; /* Mozilla Browser */
	opacity: 0.8; /* Opera */	
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin_auto {
	margin: 0 auto;	
}

.lang_text {
	padding-left: 8px;
	padding-top: 24px;
	color:#FFF;
	font-size: 6pt;
	float: left;
}

#sidebar .box {
	background-image: url(../img/right_mid_bg.png);
	width: inherit;
	height: 243px;	
}

#sidebar .title {
	width: inherit;
	padding-top: 50px;
	color: #2862b2;
	font-size: 16pt;
	padding-bottom: 16px;
}

#sidebar .box .newsletter .input {
	padding-bottom: 10px;
}

#sidebar .links {
	width: inherit;
}

#sidebar .links .link_container {
	padding-top: 10px;
}

#sidebar .links .arrow {
	margin-top: 5px;
	float: left;
	width: 5px;
	height: 9px;
	background-image:url(../img/menu_arrow.png);
}

#sidebar .links .link_box {
	float: left;
	padding-left: 8px;
	width: 200px;
	text-align: left;
}

#sidebar .links .link_box .link {
	padding-bottom: 8px;
}

#sidebar .links .link_box a {
	color: #2862b2;
	text-decoration: none;
}

.teaser {
	width: 220px;
	float: left;
	padding-left: 30px;
	padding-bottom: 20px;
}

.teaser .img {
	width: inherit;
	height: 210px;
	padding-bottom: 6px;
}

.teaser .text {
	width: 200px;
	padding-left: 10px;
}

.teaser .readmore {
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 8pt;
}

.teaser .name {
	height: 60px;
}

.rss {
	width: 200px;
	margin-left: 10px;
	float: left;
	padding-left: 30px;
	padding-bottom: 20px;
}

.rss .head {
	background-color: #3e86db;
	height: 19px;
	color:#FFF;
	size: 12pt;
	padding: 0 10px;
}

.rss .stars {
	padding-top: 5px;
}

.rss .info {
	margin: 0 10px;
	padding-top: 6px;
	font-size: 8pt;
	padding-top: 16px;
}

.rss .info .text {
	
}

.rss .info .more {
	padding-top: 8px;
	text-align: right;
}

.rss .info .more a {
	color:#000;
}

.border_line {
	width: inherit;
	height: 1px;
	background-image:url(../img/line_sep.png);
}

.border_line_white {
	width: inherit;
	height: 1px;
	background-image:url(../img/line_sep_white.png);
}

.button1 {
	background-image: url(../img/button_bg.png);
	height: 18px;
	width: 164px;
	text-align: center;
	padding-top: 6px;
	color: #4b8edd;
	font-weight: bold;
	font-size: 8pt;
	cursor: pointer;
}

.submenu {
	position: absolute;
	left: 100px;
	top: 180px;
	width: 180px;
}

.submenu .links {
	padding-top: 40px;
	background-color: #ffcc00;
	z-index: 10;
}

.submenu .links .submenuelement {
	background-image: url(../img/line_sep_white.png);
	background-repeat: repeat-x;
	padding: 6px 0px;
	margin: 0px 10px;
}

.submenu .links .submenuelement a {
	color: #255bb0;
	text-decoration: none;
	font-size: 9pt;
}

.submenu .bottom {
	background-color: none;
}

.submenu .corner_left {
	width: 5px;
	height: 5px;;
	background-image: url(../img/corner_yel_buttonleft.png);
	float: left;
}

.submenu .corner_right {
	width: 5px;
	height: 5px;
	background-image:url(../img/corner_yel_buttonright.png);
	background-color: none;
	float: left;
}

.submenu .middle {
	width: 170px;
	height: 5px;
	background-color: #ffcc00;
	float: left;
}
