/*------------------------------------------------------------------
	GENERAL
------------------------------------------------------------------*/

html { height: 100%; }

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #D1E6FB;
	color: #797470;
	font: 12px Arial,Helvetica,sans-serif;
	height: 100%;
        margin-top: 7px;
}

ul, ol
{
	margin-left: 20px;
	margin-bottom: 5px;
	padding: 0 0 0 20px;
}

li {
	margin:0;
	padding:0;
}

input {

	padding: 1px 1px 1px 1px;

}

a
{
	text-decoration: underline;
	color: #444;
}

a.arrow-link
{
	padding-right: 12px;
	margin-right: 12px;
	background: url(../gfx/link_arrow.gif) no-repeat right;
}

p { margin-bottom: 9px; }
p.bodytext { margin: 0 0 5px 0; }

p.csc-linkToTop
{
	text-align: right;
	margin-right: 5px;
}
p.csc-linkToTop a
{
	color: #999;
	font-size: 11px;
	text-decoration: none;
}

.csc-textpic-caption
{
	margin-top: 3px !important;
	font-size: 11px;
}

.clear
{
	clear: both;
	height: 0px;
	overflow: hidden;
}

.floatleft { float: left; }

/*	an element for some floating situations that force IE */
.nullelement
{
	clear: both;
	height: 0px;
	overflow: hidden;
}

.orange { color: #FF6600; }
.bold { font-weight: bold; }
.warning { color: #FF0000; }
select.warning { background-color: #FF0000; color: #FFF; }

.contenttable
{
	border-top: 1px solid #797470;
	border-right: 1px solid #797470;
	margin-bottom: 5px;
	border-collapse: collapse;
}

.contenttable tbody td,
.contenttable tbody th,
.contenttable thead th,
.contenttable thead td
{
	border-bottom: 1px solid #797470;
	border-left: 1px solid #797470;
	padding: 2px;
}

.contenttable thead th,
.contenttable thead td
{
	font-weight: bold;
	background-color: #FF6600;
	color: #FFF;
}

.contenttable thead th p.bodytext,
.contenttable thead td p.bodytext
{
	margin: 0 !important;
	padding: 0 !important;
}

/*	TYPO GENERAL
------------------------------------------------------------------*/

/*------------------------------------------------------------------   
	BIT BASIC BOXES  
------------------------------------------------------------------*/

#wrapper
{
	background-color: #fff;
	margin: 0 auto;
	width: 928px;
	text-align: left;
	position: relative;
}

#header
{	 
	background: #FF6600 url(../gfx/header_bg.jpg) top right no-repeat;
	height: 127px;
	width: 928px;	
	position: relative;
}

#palm
{
	position: absolute;
	top: 12px;
	left: 838px;
	background: url(../gfx/palme.jpg) bottom center no-repeat;	
	width: 104px;
	height: 90px;	
}

#menu, #menu_support
{	
	position: absolute;
	top: 1px;
	left: 203px;
	background: url(../gfx/header_menu_bg.jpg) center right no-repeat;		
	height: 30px;
}

#menu_support
{
        background: url(../gfx/header_menu_bg.jpg) center left no-repeat;
        width: 12px;
}

#logo
{	
	position: absolute;
	left: 13px;
    top: 5px;
	width: 110px;
	height: 96px;	
}
#logo img { display: block; margin-top: 17px; }

#claim
{
	position: absolute;
	left: 132px;	
	top: 51px;
	width: 500px;
	height: 25px;
}

.claim-de { background: url(../gfx/claim-de.gif) center left no-repeat; }
.claim-en { background: url(../gfx/claim-en.gif) center left no-repeat; }
.claim-pt { background: url(../gfx/claim-pt.gif) center left no-repeat; }
.claim-nl { background: url(../gfx/claim-nl.gif) center left no-repeat; }
.claim-es { background: url(../gfx/claim-es.gif) center left no-repeat; }
.claim-fr { background: url(../gfx/claim-fr.gif) center left no-repeat; }

/*
#logo a
{
	display: block;
	height: 82px;
	padding-left: 200px;
	text-decoration: none;
}
*/

#lightbox
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #FF6600;
/* produces problems with display of flash
	filter: alpha(opacity=80);
	opacity: .8;
*/
	cursor: pointer;
	display: none;
}

#centerflash
{
	position: absolute;
	z-index: 2000;
	top: 86px;
	left: 139px;
	width: 650px;
	height: 400px;
	display: none;
}

#launch-flash
{
	z-index: 2;
	position: relative;
}

iframe#country-flash-animation
{
	border: 0;
	width: 650px;
	height: 400px;
}

#holiday-cars-ibe { border: 1px solid #FFF; }

#booking-form
{
	position: absolute;
	z-index: 100;
	top: 200px;
	left: 168px;
	width: 591px;
	display: none;
}

#opacity-layer
{
	filter: alpha(opacity=90);
	opacity: .9;
	z-index: 99;
	display: none;
	background-color: #FFF;
	position: absolute;
	width: 890px;
	top: 165px;
	left: 19px;
        padding-bottom: 12px;
}

.opacity
{
	filter: alpha(opacity=10);
	opacity: .1;
}

/* these values are set dynamically whenever one of the spans has a width larger than a fixed width */
span.teaser-title-small { font-size: 14px; }
span.teaser-subtitle-small { font-size: 11px; }
span.teaser-price-small { font-size: 14px; }




/*********** Trenner *************/
div.hr
{
	clear: both;
	border-top: 1px solid #D9D9D9;
	height: 0;
	overflow: hidden;
	margin: 0 10px 0 10px;
}







.locations-small
{
	float: left;
	width: 189px;
}

.locations-small-inner
{
	padding-left: 10px;
	padding-bottom: 10px;
}
.locations-small-inner img { margin-bottom: 5px; }


/************************************************************************
		External Links START
************************************************************************/

#menu ul
{
	margin: 8px 0 0 14px;
    padding: 0;
}

#menu  li, #menu  li.black 
{
	display: inline;
	list-style-type: none;
	padding-right: 12px;
}

#menu li
{
        padding-left: 10px;
        background: url(../gfx/sixt_harr.gif) center left no-repeat;

}

#menu  li.black 
{	
        background: transparent;
	padding-right: 14px;
}

#menu li a
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #fff;	
}

#menu .black a
{
	text-decoration: none;
	color: #000;	
}

#menu li a:hover
{
	text-decoration: none;
	color: #000;	
}



/************************************************************************
		External Links END
************************************************************************/



/************************************************************************
		Navigation START
************************************************************************/
#navi
{	
	background: url(../gfx/top_menu_bg.gif) repeat-x #000;
	height: 31px;
	width: 928px;
	position: absolute;
	top: 96px;
	left: 0;
	
	
}

#navi ul
{
	margin-left: 19px;
	margin-top: 1px;
}

#navi li
{
	float: left;
	height: 23px;
	border-right: 1px solid #888888;
	list-style-type: none;
	padding: 7px 12px 0 12px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 13px;
}

#navi li a
{
	background: none;
	padding-right: 0;
	text-decoration: none;
	color: #fff;
}

#navi li a.on, #navi li a:link:hover,  #navi li a:hover
{
	color: #ff6600;
}

/************************************************************************
		Navigation END
************************************************************************/



/************************************************************************
		page header START
************************************************************************/
.pageheader-teaser,
.pageheader-pic,
.pageheader-nopic,
.pageheader-transparent { position: relative; }

.pageheader-teaser .topo1, .pageheader-teaser .topo2
{
	color:#FF6600; 
	font-weight: bold; 
	position:absolute; 
	right:20px; top:80px; 
	float: left; 
	font-family:Helvetica,Arial,sans-serif; 
	font-size:22px; 
	padding-left: 10px; margin: 6px;
}

.pageheader-teaser .topo2
{
	top: 110px;
}

.pageheader-transparent
{
        margin-left: 5px;
}

.pageheader-teaser p.pageheader-subline2
{
	font-size: 15px;
	position: absolute;
	top: 160px;
	right: 100px;
	color: #FF6600;
}
.pageheader-teaser p.pageheader-subline3
{
	font-size: 18px;
	position: absolute;
	top: 180px;
	right: 120px;
	color: #FF6600;
}
.pageheader-teaser div.button
{
	position: absolute;
	top: 180px;
	right: 20px;
	margin: 0;
}


.pageheader-pic h1
{
	position: absolute;
	top: 80px;
	right: 20px;
}
.pageheader-pic div.select-menu
{
	position: absolute;
	top: 120px;
	right: 20px;
}

.pageheader-nopic h1 { padding-left: 18px; }
.pageheader-nopic div.select-menu
{
	position: absolute;
	top: 3px;
	right: 20px;
}

.pageheader-transparent .trans_wrap
{	
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #fff;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:0.80;
	height: 27px;
}

.left .plainbox-wrapper .pageheader-transparent h1, .right .plainbox-wrapper .pageheader-transparent h1
{
	font-size: 18px;	
	position: absolute;	
	margin: 0px;
	padding: 0 4px;

}





/************************************************************************
		page header END
************************************************************************/






/************************************************************************
		Rootline START
************************************************************************/
#rootline { height: 31px; }
#rootline ul { margin: 10px 0 5px 30px; }

#rootline li
{
	float: left;
	margin-left: 3px;
	list-style-type: none;
}

#rootline li a
{
	background: none;
	padding-right: 0;
	text-decoration: none;
}
/************************************************************************
		Rootline END
************************************************************************/







/************************************************************************
		Content START
************************************************************************/
#content
{
	width: 890px;
	margin: 10px auto;
	clear: both;
}

.left
{
	width: 591px;
	float: left;
	position: relative;
	margin-top: 4px;
}

.right
{
	width: 297px;
	float: right;
	overflow: hidden;
}

.long_wrapper
{
	position: relative;
	height: 157px;
}

.long
{
	position: absolute;
	top: 0;
	left: 0;
	width: 890px;
	height: 145px;
}

/************************************************************************
		Content END
************************************************************************/






/************************************************************************
		Content Element Wrapper START
************************************************************************/
.padding { padding: 0 10px 10px 10px; }

.plainbox-wrapper { clear: both; }

#booking-form .shadowbox-wrapper { position: relative; }
.right .plainbox-wrapper,
.shadowbox-top { padding: 6px 6px 6px 6px; }

.shadowbox-wrapper #close-form-button
{
	position: absolute;
	top: 13px;
	right: 10px;
	display: none;
}

#booking-form .shadowbox-wrapper,
.left .shadowbox-wrapper,
.long .shadowbox-wrapper
{
	clear: both;
	background: url(../gfx/left_box_center_shadow.gif) repeat-y;
}

.long .shadowbox-wrapper
{
	background: url(../gfx/long_box_center_shadow.gif) repeat-y;
}

#booking-form .shadowbox-bottom,
.left .shadowbox-bottom  { background: url(../gfx/left_box_bottom_shadow.gif) no-repeat bottom; }

#booking-form .shadowbox-top,
.left .shadowbox-top  { background: url(../gfx/left_box_top_shadow.gif) no-repeat top; }

.long .shadowbox-top { background: url(../gfx/long_box_top_shadow.gif) no-repeat top; }
.long .shadowbox-bottom { background: url(../gfx/long_box_bottom_shadow.gif) no-repeat bottom; }

.right .shadowbox-wrapper { background: url(../gfx/right_box_center_shadow.gif) repeat-y; }
.right .shadowbox-bottom { background: url(../gfx/right_box_bottom_shadow.gif) no-repeat bottom; }
.right .shadowbox-top { background: url(../gfx/right_box_top_shadow.gif) no-repeat top; }

.right .shadowbox-content
{
	background: url(../gfx/right_greyteaser_bottom_bg.gif) repeat-x bottom;
	color: #7E756D;
}

/*
.right .plainbox-wrapper p,
.right .shadowbox-content p { margin: 0 18px 5px 18px; }

.left .shadowbox-content p { margin: 0 15px 5px 15px; }
*/

.shadowbox-content ol,
.shadowbox-content ul { margin-bottom: 10px; }

.left .plainbox-wrapper h1
{
	text-align: left;
	float: left;
	margin: 6px;
}

.left .plainbox-wrapper .element
{
	float: right;
	padding: 10px 20px 0 0;
}


/************************************************************************
		Content Element Wrapper END
************************************************************************/






/************************************************************************
		Button START
************************************************************************/

.button
{
	margin: 25px 0 0 25px;
	float: right;
	height: 24px;
	background: url(../gfx/button_bg.gif) no-repeat;
}

.button a
{
	float: left;
	font-size: 13px;
	color: #fff;
	line-height: 24px;
	padding: 0 15px;
	display: block;
	height: 24px;
	background: url(../gfx/button_close.gif) no-repeat right top;
	text-decoration: none;
}

/************************************************************************
		Button END
************************************************************************/







/************************************************************************
		HEADLINES START
************************************************************************/

h1, h2, h3, h4, h5, h6
{
	color: #FF6600;
	font-size: 13px;
	line-height: 27px;
	padding: 0 0 0 10px;
	margin: 0 0 7px 0;
}

h1
{
	font-size: 22px;
	font-family: Helvetica, Arial, sans-serif;
}

h2
{
	font-size: 15px;
	line-height: 30px;
}

h4,
h2 { margin: 0 0 0 0; }

h3
{
	color: #7E756D;
	background: url(../gfx/right_greyteaser_top_bg.gif) repeat-x;
}

h4
{
	font-weight: bold;
	color: #7E756D;
	background: none;
}

h5
{
	color: #FFF;
	font-size: 15px;
	line-height: 30px;
	background: url(../gfx/right_orange-teaser-small_bg.gif) repeat-x #FF8635;
}

h1.pageheader-nopic { padding-left: 15px; }

.padding h2,
.padding h3,
.padding h4,
.padding h5,
.padding h6
{
	margin-left: -10px;
	margin-right: -10px;
}

/************************************************************************
		HEADLINES END
************************************************************************/







/************************************************************************
	für die Slider liste START
*************************************************************************/

.left .leftcolumn
{
/*	float: left;*/
	padding: 5px 0 0 15px;
}

.left .leftcolumn p { margin: 0 0 9px 0; }

.left .leftcolumn h1
{
	padding: 10px 0;
	font-weight: normal;
	font-size: 16px;
}

.left .leftcolumn h2
{
	padding: 0;
	font-weight: bold;
}

.left .rightcolumn
{
	float: right;
	padding: 10px 10px 0 0;
}

.left ul.collapse { margin: 0; }

.left .collapse li
{
	background: none;
	list-style-type: none;
}

.left .collapse span
{
	font-size: 14px;
	font-weight: normal;
	color: #ff6600;
	padding: 0 50px;
	height: 25px;
	line-height: 26px;
	background: url(../gfx/left_accordion_buttons.gif) no-repeat 0px 0px;
	cursor: pointer;
	display: block;
}

.left .collapse span.active
{
	display: block;
	font-weight: bold;
	padding: 0 49px;
	background: url(../gfx/left_accordion_buttons.gif) no-repeat 0px -25px;
}

.slider { padding: 0 0 10px 50px; }

.left .slider h2,
.left .slider h3,
.left .slider h4
{
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: none;
	height: auto;
}

.left .slider h2
{
	color: #7E756D;
	font-weight: bold;
}

.left .slider h3
{
	color: #7E756D;
	font-weight: normal;
}

.left .slider h4
{
	color: #ff6600;
	font-weight: normal;
}

/*.left .slider ul { line-height: 20px; }*/

#content .left .slider li
{	
	list-style-type: disc;
	/*
	background: url(../gfx/list_bullet.gif) no-repeat 6px 8px;
	padding-left: 15px;
	*/
}

.left .slider p { width: 490px; }

.slider.active
{
	height: 0;
	overflow: hidden;
}

/************************************************************************
	für die Slider liste END
*************************************************************************/






/************************************************************************
	für Tabs START
*************************************************************************/
.shadowbox-content ul.idTabs
{
	margin: -28px 0 0 -3px;
	padding: 0;
	background: transparent;
}

.idTabs li
{
	position: relative;
	float: left;
	height: 28px;
	background: url(../gfx/tab_left.gif) no-repeat;
	margin: 0 3px;
	list-style-type: none;
}

.idTabs li a
{
	display: block;
	float: left;
	height: 28px;
	line-height: 29px;
	padding: 0 27px 0 27px;
	background: url(../gfx/tab_right.gif) no-repeat right;
	font-size: 12px;
	font-weight: bold;
	color: #7E7B78;
	text-decoration: none;
}

.idTabs li.active
{
	background: url(../gfx/tab_active_left.gif) no-repeat;
	margin: 0;
	padding: 0;
}

.idTabs li.active a
{
	background: url(../gfx/tab_active_right.gif) no-repeat right;
	color: #ff6600;
	padding: 0 30px 0 30px;
}

.tabcontainers
{
	clear: both;
	padding: 25px 25px 10px 25px;
	margin: 28px 0 0;
}

.tabcontainers div.hr { margin-bottom: 15px; }
.tabcontainers div.tabelement-text { margin: 0 0 15px 0; }

/*.left .tabcontainers ul { line-height: 20px; }*/

.left .tabcontainers li
{
/*
	margin-left: 25px;
	list-style-type: disc;
*/
}

.left .tabcontainers h1,
.left .tabcontainers h2
{
	padding: 0;
	margin: 0 0 9px 0;
}

.marginfortabs
{
	position: relative;
	margin-top: 60px;
}
/************************************************************************
	für Tabs END
*************************************************************************/






/************************************************************************
	für Teaser START
*************************************************************************/
.product-small
{
	position: relative;
	width: 286px;
	height: 145px;
	float: left;
}

.product-small img { float: left; }

.product-small .element
{
	position: absolute;
	width: 280px;
	left: 0;
	text-align: right;
}

.product-small .element p { margin-bottom: 3px; }
.product-small .element p.teaser-title
{
	font-size: 20px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 4px;
	color: #FF6600;
}

.product-small .element p.teaser-subtitle
{
	color: #787470;
	margin-bottom: 15px;
}

.product-small .element p.teaser-price
{
	font-size: 15px;
	font-weight: normal;
	color: #FF6600;
	line-height: 20px;
	height: auto;
	margin: 0;
}

.product-small .element .button
{
	clear: both;
	float: right;
	margin: 15px 0 0 15px;
}

.product-small .element .date
{
	float: right;
	padding-top: 12px;
}

div.link-it { cursor: pointer; }

/************************************************************************
	für Teaser END
*************************************************************************/




/************************************************************************
	für FOOTER START
*************************************************************************/
#footer
{
	clear: both;
	height: 20px;
	background-color: #FF6600;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 20px;
}

#footer ul
{
	margin: 0 auto;
	overflow: hidden;
	width: 200px;
	padding: 3px 0;
}

#footer li
{
	float: left;
	margin-left: -1px;
	border-left: 1px solid #fff;
	line-height: 13px;
	list-style-type: none;
}

#footer li a
{
	padding: 0 10px;
	color: #fff;
	background: none;
	text-decoration: none;
}
/************************************************************************
	für FOOTER START
*************************************************************************/





/*	IBE Booking Form
---------------------------------------*/

.tx-holidaycarsfe-pi5-form { margin: 0 20px 0 20px; text-align: left}

.tx-holidaycarsfe-pi5-form th
{
	padding-bottom: 2px;
	color: #FF6600;
}

.tx-holidaycarsfe-pi5-form th.th-station { width: 369px; }
.tx-holidaycarsfe-pi5-form th.th-date { width: 90px; }
.tx-holidaycarsfe-pi5-form th.th-time { width: 80px; }
.tx-holidaycarsfe-pi5-form td.td-pickup select,
.tx-holidaycarsfe-pi5-form td.td-drop select { width: 350px; }
.tx-holidaycarsfe-pi5-form td.td-drop { padding-right: 10px; }
.tx-holidaycarsfe-pi5-form td.td-country select { width: 200px; }
.tx-holidaycarsfe-pi5-form td.td-end-time select,
.tx-holidaycarsfe-pi5-form td.td-start-time select { width: 70px; }
.tx-holidaycarsfe-pi5-form td.td-submit div.button {  }
.tx-holidaycarsfe-pi5-form td.td-submit { vertical-align: bottom; }
.tx-holidaycarsfe-pi5-form input.date-pick { width: 90px; }
.tx-holidaycarsfe-pi5-form tr.tr-follow th { padding-top: 20px; }

h1.form-headline
{
	background: url(../gfx/form_headline_background.gif) repeat-x;
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 0 !important;
	font-size: 16px;
	line-height: 27px;
	height: 27px;
	/*
	position: absolute;
	width: 555px;
	*/
	z-index: 0;
	float: none !important;
}

div.form-body, .left div.form-body 
{
	background: url(../gfx/form_body_background.gif) repeat-x;
	padding-top: 10px;
	height: 270px;
	display: block; 
}

.left div.form-body 
{
	display: none;
}

ul.csc-menu .sn-active a ,
#subN4v .sn-active a { color: #f60; }

ul.csc-menu a:hover,
#subN4v a:hover { color: #f60; }

ul.csc-menu,
#subN4v ul
{
	margin: 0 0 10px 17px;
	padding: 0;
}
ul.csc-menu li,
#subN4v li
{
	margin: 0 0 6px 10px;
/*	list-style-type: none;*/
}
ul.csc-menu li a,
#subN4v li a { text-decoration: none; }

/************************************************************************
	für TAGCLOUD EXTENSION
*************************************************************************/

#tagcloud
{
   text-align: center;
   width: 260px;
   margin: 12px 0;
} 

.tag_size1 a, .tag_size2 a, .tag_size3 a, .tag_size4 a
{
   text-decoration: none;
   color: #FF6600;
   font-weight: bold;
   padding: 1px;
   white-space: nowrap;

}

.tag_size1 a 
{
   font-weight: normal;
}


.tag_size2 a 
{
   font-size: 15px;
}

.tag_size3 a 
{
   font-size: 18px;
}

.tag_size4 a 
{
   font-size: 22px;
}

