/* general reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	 line-height: 1.5; 

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* The Allmighty Clearfix */

.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body { 
  font-size: 11px;
  color: #333; 
  background: #fff;
font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #333; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.25em; font-weight: bold;letter-spacing:-1px; }
h4 { font-size: 1.25em; line-height: 1; margin-bottom: .5em; font-weight: bold; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

h1.travelzoo { font-size: 20px; line-height: 1; margin-bottom: 0.5em;color:#1d285b;letter-spacing:-1px; }

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #1546A2; text-decoration: underline; }
a           { color: #1546A2; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes and elements
-------------------------------------------------------------- */

.small      { font-size: .85em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { /* Hide stuff without resorting to display:none; */
				visibility:hidden;
				width:0!important;
				height:0!important;
				line-height:0!important;
				padding:0!important;
				margin:0!important;
			}

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none;
}

hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}

/* About Sticky Footer

   These rules allow the footer to stick to the bottom
   of the page, regardless of screen resolution.
 
-------------------------------------------------------------- */


/* general styles */

body {
	background: #a5dee5 url(/reiseziele/img/bg.jpg) no-repeat center;	
}


#wrapper {
	width: 980px;
	margin: 0 auto;
	background: transparent url(/reiseziele/img/wrapper_bg.png) repeat-y;
}

#inner_wrapper {
	padding: 0 18px;
}

#header {
	/*background: transparent url(../img/header.jpg);*/
	margin-bottom: 10px;
	width: 942px;
	height: 277px;
	display: block;
	position: relative;
}

#header h1 {
	background: transparent url(/reiseziele/img/logo.png);
	width: 267px;
	height: 72px;
	text-indent: -5000px;
	position: absolute;
	top: 0;
	cursor:pointer;
}

section#content, section#content2 {
	background: #E6F5F8 url(/reiseziele/img/main_back.jpg) no-repeat left bottom;
	padding: 10px 20px 20px 15px;
	font-size: 13px;
	border-right: 2px solid #e2eae9;
	border-bottom: 2px solid #e2eae9;
	display: block;
}

#content_wrapper {
	float: left;	
	width: 638px;
	background: transparent url(/reiseziele/img/mainbox_shadow.png) center bottom no-repeat;
	padding-bottom: 9px;
}

aside {
	width: 281px;
	margin-left: 25px;
	float: left;
}

footer {
	margin: 0 auto;
	text-align: center;
}

footer ul {
	margin: 0;
}

footer ul li {
	list-style: none;
	display: inline;
	margin-left:10px;
}

footer ul li a {
	margin-right: 10px;
}

section#socials h3 {
	color: #f5b84d;
	font-size: 15px;
	font-weight: bold;
	text-indent: -5000px;
	background: transparent url(/reiseziele/img/headlines/social.gif) no-repeat;
}

section#content h2 {
	color: #1f2c61;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}

p.subhead {
	color: #1f2c61;
	font-size: 15px;
	font-weight: bold;
}

span.rcb {
	color: #1f2c61;
}

#preisstoerer {
	padding-bottom: 180px;
}

.stoererbox {
	border: 1px solid #537c9e;
	display: block;
	padding: 10px;
	color: #021b54;
	background: #f2f6f9 url(/reiseziele/img/pricebox_bg.gif) bottom left repeat-x;
	width: 270px;
	margin: 0 12px 24px 0;
	float: left;
	-moz-box-shadow:2px 2px 3px #9caeb0;
	-webkit-box-shadow:2px 2px 3px #9caeb0;
}

.nomargin {
	margin: 0 !important;
}

.inner_content {
	float: left;
}

.stoererbox img {
	float: right;
}

p.desc {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}

p.ship {
	font-size: 12px;
	margin-bottom: 0;
}

p.price {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

.sideblock {
	background: #FDF3D0 url(/reiseziele/img/sideblock_bg.gif) left top repeat-x;
	padding: 10px 0 13px 15px;
	border-right: 2px solid #e4e1dd;
	border-bottom: 2px solid #e4e1dd;
	font-size: 12px;
}

.sideblock h3 {
	color: #1f2c61;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 18px;
}

.sideblock p {
	margin-bottom: 10px;
}

.number {
	font-size: 20px;
	font-weight: bold;
	color: #1f2b61;
	margin: 0;
	line-height:5px;
}

.country {
	margin: 0;
	line-height:5px;
}

.subtext {
	margin-top: -4px;
	margin-bottom: 0;
}

#nav {
	padding-top: 15px;
}

#nav ul {
	width: 944px;
	background: transparent url(/reiseziele/img/nav.png) repeat-x;
	height: 40px;
	margin: 0;
	float: left;
}

#nav ul li {
	float: right;
	list-style: none;
	text-indent: -5000px;
	background: transparent url(/reiseziele/img/buttons/zurueck.png) no-repeat;
	width: 113px;
	height: 9px;
	cursor: pointer;
	margin: 10px 0;
}

#ribbon_left {
	background: transparent url(/reiseziele/img/bg_ribbon_left.png) no-repeat;
	height:40px;
	width:40px;
	display: block;
	position: absolute;
	left: -40px;
}

#ribbon_right {
	background: transparent url(/reiseziele/img/bg_ribbon_right.png) no-repeat;
	height:50px;
	width:40px;
	display: block;
	position: absolute;
	right: -42px;
}

#kontakt h3 {
	text-indent: -5000px;
	background: transparent url(/reiseziele/img/headlines/kontakt.png) no-repeat;
	margin-bottom: 0;
}
#katalog h3 {
	text-indent: -5000px;
	background: transparent url(/reiseziele/img/headlines/katalog.png) no-repeat;
	margin-bottom: 0;
}
#newsletter h3 {
	text-indent: -5000px;
	background: transparent url(/reiseziele/img/headlines/newsletter.png) no-repeat;
	margin-bottom: 0;
}
#suchen-buchen h3 {
	text-indent: -5000px;
	background: transparent url(/reiseziele/img/headlines/suchen-buchen.png) no-repeat;
	margin-bottom:0;
}

#suchen-buchen label {
	display: block;
}

#suchen-buchen select {
	width: 200px;
	margin-bottom: 3px;
}

#suchen-buchen img {
	margin-top: 10px;
}

.shadow_wrapper {
	background: transparent url(/reiseziele/img/sidebox_shadow.png) bottom center no-repeat;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

section#socials {
	margin: 20px 0 40px 35px;
	display: block;
}

#socials ul {
	margin: 0;
}

#socials ul li {
	list-style: none;
	display: inline;
	margin-right: 75px;
	padding: 5px 0 5px 30px;
}

li#twitter {
	background: transparent url(/reiseziele/img/icon_twitter.png) no-repeat;
}

li#facebook {
	background: transparent url(/reiseziele/img/icon_facebook.png) no-repeat;
}

li#flickr {
	background: transparent url(/reiseziele/img/icon_flickr.png) no-repeat;
}

li#youtube {
	background: transparent url(/reiseziele/img/icon_youtube.png) no-repeat;
}

#ship {
	margin: 0 auto 10px auto;
	background: transparent url(/reiseziele/img/ship.png) no-repeat;
	display: block;
	width: 980px;
	height: 162px;
}
/*#loadingRcclDiv {display: none;}*/
#divWiz b {font-weight: normal;}
#divWiz .wiz_submit {position:relative;left:101px;top:5px;}
#divWiz select {color: #333333;}

#loadingRcclDiv
{
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 380px;
	height: 200px;
	background: url(/i/loading.gif) no-repeat top left;
	position: relative;
	z-index: 100;
	display: none;
}
#loadingRcclDiv IMG
{
	position: absolute;
	top: 151px;
	left: 84px;
}

/*  LANDING PAGES STYLES  */

.lp_offerbox_main {
    float:left;
    width:310px;
    height:445px;
    margin-bottom:18px;
    background: url(/reiseziele/img/bg_lpoffer.jpg) no-repeat;
}

.margr18 { margin-right:18px; }
.lh30 {line-height:30px;}
.lh20 {line-height:20px;}
.bd18 { font-weight:bold;font-size:1.8em; }
.margt10 { margin-top:10px; }

.angebot_in {
	width: 290px;
	padding:10px;
}
.angebot_in .h1 {
	line-height: 12px;
	color: #2b3163;
	font-size: 16px;
	letter-spacing:-1px;
	font-weight:bold;
}

.angebot_in_wide {
	font-size: 14px;    
	width: 600px;
	padding:10px;
}
.imgframebig { border: solid 1px #b7b7b7;padding:4px;margin-bottom:8px;background-color:#FFFFFF;width:278px; }
.preisetext {display:inline;float:left;width:130px;line-height:33px;}
.angebot_in .h1 a {text-decoration:none;}
.angebot_in_text { float:left;width: 290px; }
.angebot_in_desc { height:24px; }
.h3preis { display:inline;font-size:24px;padding-left:5px;letter-spacing:0;line-height:-4px; }
.morecruises {clear:both;line-height:6px;}

.wizInnerCore_right { right: 10px; top: 13px; }
#divSucheHilfe { width: 169px; height: 166px; position: absolute; left: -164px; top: 10px; z-index: 10; display: none; }
#divSucheHilfeArrow
{
	border-color:#FBE8B3 transparent;
	border-width:0 15px 15px;
	content:"";
	position:absolute;
	border-style:solid;
	display:block;
	width:0;
	left: 167px;
	top: 62px;

	/right: -11px;
	
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
#divSucheHilfeArrow
{	
   -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-1.8369701987210297e-16, M12=-1, M21=1, M22=-1.8369701987210297e-16, SizingMethod='auto expand')";
   
   /* IE6 and 7 */ 
   filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=-1.8369701987210297e-16,
            M12=-1,
            M21=1,
            M22=-1.8369701987210297e-16,
            SizingMethod='auto expand');
            
}
#divSucheHilfeInner
{
	line-height: 1.5; 
	font-family:Arial;
	font-size:11px;
	color:#041656;
	border: 1px solid #ECBB08;
	width: 145px;
	height:147px;
	background: #FBE8B3 none;
	padding: 15px 0 0 8px;
	margin: 0 0 0 12px;
	box-shadow: 2px 3px 1px 1px #929292;
	-o-box-shadow: 2px 3px 1px 1px #929292; /* Opera */
	-moz-box-shadow: 2px 3px 1px 1px #929292; /* Firefox */
	-webkit-box-shadow: 2px 3px 1px 1px #929292; /* Safari and Chrome */
	
	/width: 153px;
	/height: 162px;
	
}

#suchen-buchen { position: relative; }
