/*
Theme Name: Pauschalreisen
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
*/



/* Begin Typography & Colors */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	line-height: 1.2;
	font-size:12px;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
	background-color:#f4f4f4;
	text-align:left;
}

h1 {
	font-size:18px;
	margin-bottom:15px;
}

h2 {
	font-size:16px;
	margin-bottom:15px;
}

h3 {
	font-size:14px;
	margin-bottom:15px;
}

a, b {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

a:hover, .link:hover {
	color:#95bee0;
	text-decoration:underline;
}
	

.menu-navigation-container a, #tabs_list a {
	font-weight:bold;
	text-decoration:none;
	color:#9b9b9b;
}

.a2 {
	font-weight:bold;
	text-decoration:none;
	color:#666666;
}

p {
	margin-bottom:10px;
}

.clear {
	height:0px;
	width:0px;
	clear:both;
}

#content {
	width:auto;
	height:auto;
	position:relative;
}

#around_head {
	background:url(images/background_head.png) repeat-x scroll;
	height:35px;
	width:auto;
	padding-top:117px;
}

#head {
	background:url(images/head_pic.png) no-repeat right top;
	width:100%;
	height:151px;
	margin-top:-152px;
}

#logo {
	background:url(images/head.png) no-repeat;
	height:133px;
	width:1000px;
	margin-top:-133px;
	margin-left:42px;
}

#phone {
	background:url(images/phone.png) no-repeat;
	width:242px;
	height:44px;
	margin-left:654px;
	margin-top:-53px;
}

#around_box {
	width:1000px;
	height:auto;
}


/* TABS START */

#tabs_list {
	background:url(images/background_tabs.png) no-repeat center bottom;
	width:1000px;
	height:35px;
	position:relative;
}

#tabs {
	margin-right:16px;
	position:relative;
	height:31px;
}

#tabs ul li {
	display:inline-sblock;
	float:right;
	list-style:none outside none;
	margin:4px 2px 0 0;
}

#tabs ul li a {
	background:url(images/tab_left.png) no-repeat left top;
	display:inline-block;
	padding:0 0 0 4px;
	text-shadow: 0 1px 0 #ffffff;
}
	
#tabs ul li a span {
	background:url(images/tab_right.png) no-repeat right top;
	display:block;
	padding: 8px 9px 7px 5px;
}

#tabs ul li.active a, #tabs ul li:hover a {
	background:url(images/tab_left_hover.png) no-repeat left top;
}

#tabs ul li.active a span, #tabs ul li:hover span {
	background:url(images/tab_right_hover.png) no-repeat right top;
}

/* TABS END */


#box {
	background:url(images/background_box.png) repeat-y;
	padding-bottom:25px;
	min-height:541px;
}

#box_left {
	width:236px;
	padding-left:4px;
	float:left;	
}


/* NAVIGATION START */

#navigation_list {
	background:url(images/background_navigation.png) repeat-y;
	width:209px;
	height:auto;
	border:#e6e8e9 1px solid;
	margin-top:-1px;
	margin-bottom:25px;
}

#navigation {
	margin-left:1px;
	margin-bottom:-1px;
}

#navigation ul li a.yellow-button {
	background:url(images/navigation_yellow.png) repeat-x;
	color:#666666;
}

#navigation ul li {
	list-style:none outside none;
}

#navigation ul li a {
	background:url(images/navigation.png) repeat-x;
	display:block;
	width:187px;
	height:28px;
	padding:12px 0 0 20px;
	text-shadow: 0 1px 0 #ffffff;
}

#navigation ul li:active a, #navigation ul li:hover a, #navigation ul li.current-menu-item a, #navigation ul li.current-menu-parent a, #navigation ul li.current-menu-ancestor a {
	background:url(images/navigation_hover.png) repeat-x;
	color:#ffffff;
	text-shadow:none;
}

/* SUB-MENU 1 START */

#navigation ul.sub-menu {
	background:url(images/background_sub_navigation.png) left bottom #f6f6f6 repeat-x;
	width:207px;
	height:auto;
}

#navigation ul.sub-menu li a {
	color:#666666;
	background:url(images/arrow.png) 20px 8px no-repeat;
	padding:6px 0 0 35px;
	width:172px;
	text-shadow: 0 1px 0 #ffffff;
}

#navigation ul.sub-menu li:first-child {
	padding:6px 0 0 0;
}

#navigation ul.sub-menu li a:hover, #navigation ul.sub-menu li a:active, #navigation ul.sub-menu li.current-menu-item a, #navigation ul.sub-menu li.current-menu-parent a, #navigation ul.sub-menu li.current-menu-ancestor a {
	color:#95bee0;
}

/* SUB-MEMU 1 END */

/* SUB-MENU 2 START */

#navigation ul.sub-menu li ul.sub-menu {
	background:none;
}

#navigation ul.sub-menu li ul.sub-menu li a {
	color:#9b9b9b;
	background:url(images/arrow.png) 36px 8px no-repeat;
	padding:6px 0 0 51px;
	width:157px;
	text-shadow: 0 1px 0 #ffffff;
}

#navigation ul.sub-menu li ul.sub-menu li:first-child {
	padding:0;
}

#navigation ul.sub-menu li ul.sub-menu li a:hover, #navigation ul.sub-menu li ul.sub-menu li a:active, #navigation ul.sub-menu li ul.sub-menu li.current-menu-item a, #navigation ul.sub-menu li ul.sub-menu li.current-menu-parent a {
	color:#ffb400;
	text-shadow: 0 1px 0 #ffffff;
}

/* SUB-MENU 2 END */

/* SUB-MENU 3 START */

#navigation ul.sub-menu li ul.sub-menu li ul.sub-menu {
	background:none;
}

#navigation ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
	color:#9b9b9b;
	background:url(images/arrow.png) 52px 8px no-repeat;
	padding:6px 0 0 67px;
	width:157px;
	text-shadow: 0 1px 0 #ffffff;
}

#navigation ul.sub-menu li ul.sub-menu li ul.sub-menu li:first-child {
	padding:0;
}

#navigation ul.sub-menu li ul.sub-menu li ul.sub-menu li a:hover, #navigation ul.sub-menu li ul.sub-menu li ul.sub-menu li a:active, #navigation ul.sub-menu li ul.sub-menu li ul.sub-menu li.current-menu-item a {
	color:#b30000;
	text-shadow: 0 1px 0 #ffffff;
}

/* SUB-MENU 3 END */

/* NAVIGATION END */

.mini_box {
	width:211px;
	position:relative;
	margin-bottom:15px;
	text-align:left;
}

.mini_box_top {
	background:url(images/mini_box_top.png) no-repeat;
	padding-top:9px;
	padding-left:11px;
	height:22px;
}

.mini_box_pic {
	background:url(images/mini_box_pic.png) no-repeat;
	height:124px;
}

.mini_box_text {
	background:url(images/mini_box_text.png) no-repeat left bottom;
	height:42px;
	padding-top:82px;
	padding-left:11px;
	padding-right:11px;
}

.mini_box_content {
	background:url(images/mini_box_background.png) repeat-y;
	width:207px;
	padding-left:4px;
}

.mini_box_bottom {
	background:url(images/mini_box_bottom.png) no-repeat;
	width:211px;
	height:11px;
}

.mini_box_long {
	background:url(images/mini_box_long.png) no-repeat;
	height:279px;
}

.mini_box_text_long {
	background:url(images/mini_box_text_long.png) no-repeat left bottom;
	height:202px;
	padding-top:77px;
	padding-left:11px;
	padding-right:11px;
}

#box_middle {
	width:490px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	float:left;
}

#box_right {
	width:236px;
	padding-right:4px;
	float:left;
	padding-top:15px;	
}

#around_bottom {
	background:url(images/background_bottom.png) repeat-x;
	height:102px;
	width:auto;
}

#bottom {
	font-size:10px;
	padding-top:23px;
	padding-left:255px;
	width:745px;
	text-align:left;
}

.arrow li {
	background:url(images/dark_arrow.png) no-repeat 0 2px;
	padding-left:15px;
	list-style:none;
	margin-bottom:1px;
}

.map {
	padding-bottom:5px;	
}

.table td {
	border-bottom: 1px solid #ecedee;
	padding:3px;
	font-size:10px;
}

.mini_table td {
	padding:3px 0 3px 0;
	font-size:10px;
}

.mini_table td:last-child {
	padding:3px 10px 3px 40px;
}

.table td:last-child td {
	border:none;
}

.mini_box_content_text {
	background:url(images/mini_box_background.png) repeat-y;
	width:191px;
	padding-left:10px;
	padding-right:10px;
}

.mini_box_content_text b {
	color:#666666;
}

.mini_box_content_pic {
	margin-left:-7px;
	margin-bottom:10px;
}

.mini_box_content_pic img {
	margin-left:1px;
}

/* KLIMATABELLE */

.klima {
	width:188px;
	margin-left:8px;
	font-size:8px;
}

.klima_all {
	float:left;
}

.klima_month {
	margin-bottom:5px;
	width:11px;
	text-shadow:none;
}

.klima_red_last {
	background-color:#98cff3; 
	width:9px;
	border:1px solid #aaaaaa;
}

.klima_middle_last {
	background-color:#98f2f3; 
	width:9px;
	border:1px solid #aaaaaa;
}	

.klima_green_last {
	background-color:#98f39b; 
	width:9px;
	border:1px solid #aaaaaa;
}	

.klima_green {
	background-color:#98f39b; 
	margin-right:5px; 
	width:9px;
	border:1px solid #aaaaaa;
}

.klima_middle {
	background-color:#98f2f3; 
	margin-right:5px;
	width:9px;
	border:1px solid #aaaaaa;
}

.klima_red {
	background-color:#98cff3; 
	margin-right:5px;
	width:9px;
	border:1px solid #aaaaaa;
}

.legend {
	width:186px;
	margin-top:10px;
}

.klima_green_legend {
	background-color:#98f39b; 
	margin-right:15px;
	margin-bottom:5px; 
	float:left;
	width:9px;
	height:9px;
	border:1px solid #aaaaaa;
}

.klima_middle_legend {
	background-color:#98f2f3; 
	margin-right:15px;
	margin-bottom:5px;
	width:9px;
	height:9px;
	border:1px solid #aaaaaa;
	float:left;
}

.klima_red_legend {
	background-color:#98cff3; 
	margin-right:15px;
	margin-bottom:5px;
	width:9px;
	height:9px;
	border:1px solid #aaaaaa;
	float:left;
}

.klima_legend {
	margin-right:20px;
	float:left;
	font-size:10px;
	height:11px;
}

.klima_legend_month {
	margin-right:7px;
	float:left;
	font-size:8px;
	text-shadow:none;
	height:11px;
	margin-bottom:3px;
}

.klima_around {
	border:1px solid #e6e8e9;
	padding-bottom:10px;
	padding-top:10px;
	border-left:0px;
	border-right:0px;
}

/* KLIMATABELLE END */


/* BOOKING MASK START*/

.booking {
	margin-bottom:15px;
}

.booking_bottom {
	background:url(images/booking_bottom.png) no-repeat;
}

div.ts-headerbg, div.ts-linkbuttonwrapper, div.ts-bigbox h2, /*select#flugdauer, label[for="flugdauer"], label[htmlfor="flugdauer"],*/ div.ts-orangebar {
	display:none !important;
}

#ts-frame .ts-boxwrapper .ts-bigbox {
	padding-left:3px;
	padding-right:6px;
	margin:0px !important;
	background:none !important;
}

#ts-frame {
	border:none !important;
	border-bottom:0px !important;
	background:url(images/booking_background.png) repeat-y !important;
	margin:0px;
}

#ts-frame .ts-fieldwrapper select.ts-l {
	width:175px !important;
}

#ts-frame table tr {
	border:1px solid #666666;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:1px;
}

#ts-frame .ts-fieldwrapper {
	margin:3px !important;
}

/* BOOKING MASK END */

.partner {
	float:left;
	padding-right:15px;
	padding-bottom:25px;
}

.partner img {
	border:none;
	width:100px;
}

.link {
	cursor:pointer;
}

/* ADDTHIS BIG BOX */ 

div.addthis_toolbox, a.addthis_button_facebook_like, a.addthis_button_tweet, a.addthis_counter {
height: 20px;
}
a.addthis_button_facebook_like iframe {
width: 110px !important;
}
a.addthis_button_tweet iframe {
width: 105px !important;
}

#___plusone_1 {
	width: 72px !important;
}


.mini_box_content_text hr {
	border-top:1px solid #e6e8e9;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	padding-bottom:10px;
	
}

/* Kommentarformular START */

#kommentar_formular {
	background:#ffffff;
	margin:15px 0;
	border-radius:10px;
	padding:10px;
	border:1px solid #e6e8e9;
}

#kommentar_formular input {
	background:#fafafa;
	border:none;
	height:20px;
	padding:0 5px;
	border:1px solid #e6e8e9;
	border-radius:5px;
	margin-right:5px;
}

p.textwrapper {
	background:#fafafa;
	border:1px solid #e6e8e9;
	border-radius:5px;
	margin-top:5px;
	padding:5px;
}

#kommentar_formular textarea#comment {
	border:none;
	background:#fafafa;
	max-width:456px;
	width:100%;
}

#kommentar_formular input#submit {
	background:url(images/orange_navigation.png) repeat-x center;
	height:25px;
	color:#666666;
	font-weight:bold;
	text-shadow:1px 1px #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0 5px 3px;
	cursor:pointer;
	margin:0;
	border:1px solid #FFCE00;
}

#kommentar_formular input#submit:hover {
	background:url(images/navigation_hover.png) repeat-x center;
	border:1px solid #95bee0;
	color:#ffffff;
	text-shadow:1px 1px #95bee0;
}

/* Kommentarformular END */

/* Kommentare START */

#kommentare {
	background:#ffffff;
	border-radius:10px;
	padding:10px 10px 0;
	border:1px solid #e6e8e9;
	margin-bottom:5px;
}

#kommentare p {
	margin:7px 0;
}

#kommentare hr {
    border-color: #E6E8E9;
    border-style: none none solid;
    border-width: 0 0 1px;
    margin-bottom: 15px;
}

/* Kommentare END */

#rating {
	background:#fafafa;
	padding:5px;
}

/* Social Network START */

.social-big {
	margin-top:25px;
}

/* Social Network END */

/* Aufzählung Reiseveranstalter START */

table.reiseveranstalter {
	width:100%;
	text-align:center;
	margin-bottom:25px;
}

table.reiseveranstalter td {
	width:7%;
	border:1px solid #E6E8E9;
	margin-bottom:5px;
	padding:5px 0;
	background:#ffffff;
}

table.reiseveranstalter td a {
	display:block;
	width:100%;
	height:100%;
}


/* Aufzählung Reiseveranstalter END */

/* Reiseveranstalter content START */

.travel-contact {
	width:470px;
	margin:15px 0 5px;
	background:#ffffff;
	border:1px solid #E6E8E9;
	border-radius:10px;
	padding:10px;
}

.travel-contact a {
	color:#666666;
}

.travel-contact a:hover {
	color:#95bee0;
	text-decoration:underline;
}

.travel-contact b {
	color:#666666;
}

.travel-contact ul {
	font-size:10px;
	list-style:none;
	margin-top:5px;
}

.travel-contact li {
	background:url(images/arrow.png) no-repeat 0 4px;
    float: left;
    padding: 2px 0 2px 12px;
    width: 217px;
}

.contact {
	float:left;
	width:230px;
	margin-right:10px;
}

.contact p {
	font-size:10px;
}

.travel-contact .map {
	width:230px;
	float:right;
	padding:0;
	margin-top:-30px;
}

.special {
	float:left;
	width:47%;
	margin-right:10px;
}

.goal {
	float:left;
	width:48%;
	padding-left:10px;
	border-left:1px solid #E6E8E9;
}

.travel-contact-list {
	width:470px;
	margin:10px 0 20px 0;
	background:#ffffff;
	border:1px solid #E6E8E9;
	border-radius:10px;
	padding:10px;
}


.travel-contact-list ul {
	font-size:10px;
	list-style:none;
}

.travel-contact-list li {
	background:url(images/arrow.png) no-repeat 0 4px;
	padding:2px 12px;
	float:left; 
	width:44%;
}

.travel-contact-list li.logos {
	width:100px;
	padding:8px;
	background:none;
	align:center;
}

.travel-contact-list li.logos img {
	width:100px;
	height:30px;
}

/* Reiseveranstalter content END */

/* Reiseveranstalter Angebote START */

.travel-offer {
	padding-bottom:3px; 
	margin-bottom:10px; 
	border-bottom:1px solid #e6e8e9; 
	float:left;
}

.travel-offer p {
	padding:0;
	margin:0;
}

/* Reiseveranstalter Angebot END */

/* Review Buttons START */

.review-button a {
	background:url(images/orange_navigation.png) repeat-x center;
	height:15px;
	color:#666666;
	text-shadow:1px 1px #ffffff;
	padding:5px 5px 3px;
	display:block;
	border: 1px solid #ffce00;
    border-radius: 5px 5px 5px 5px;
	font-size:10px;
	float:left;
	margin:0 10px 0 0;
}

.review-button a:hover {
	background:url(images/navigation_hover.png) repeat-x center;
	border:1px solid #95bee0;
	color:#ffffff;
	text-shadow:1px 1px #95bee0;
	text-decoration:none;
}

/* Review Buttons END */


/* Reiseangebotstitel START */

.box-title {
	background:url(images/navigation_hover.png) repeat-x center;
	height:20px;
	color:#ffffff;
	text-shadow:1px 1px #95bee0;
	padding:7px 5px 3px;
	border:1px solid #95bee0;
    border-radius: 5px 5px 0 0;
	font-size:12px;
	font-weight:bold;
	width:480px;
	margin-top:15px;
}

/* Reiseangebotstitel END */


/* Bilderrahmen START */

.pic-travel img {
	padding:1px;
	background-color:#ffffff;
	border:1px solid #e6e8e9;
	border-radius:10px 10px 0 0;
}

/* Bilderrahmen END */

ul.agb {
	margin-bottom:25px;
	list-style:decimal;
}

ul.agb li {
	margin-left:45px;
	padding-bottom:5px;
	padding-left:0;
}

/* Logos START */

.logo {
	float:right;
	margin-left:10px;
	border:1px solid #ececec;
	border-radius:10px;
}

/* Logos END */
