body, div, td {
	font-family: Arial;
	font-size: 11px;
	line-height:15px;
}

.inner_content{
	padding:10px;
}

body {
	background-image: url('css/bg_tile.jpg');
	background-position:left top;
	background-repeat:repeat-x;
	background-color: #0c100f;
	margin: 0px 0px 0px 0px;
}

a:link,a:visited,a:active {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a.txtTabsUrl:link,a.txtTabsUrl:active,a.txtTabsUrl:visited {
	color:#000000;
}
a.txtTabsUrl:hover {
	color:#000000;
}

/*general input */
.text{
border:solid 1px #bbbbbb;
width:157px;
color:#666666;
font-size:11px;
height:16px;
line-height:16px;
}

textarea.text{
height: 100px;
}

select.text{
height:18px;
line-height:18px;
}

/* end general input */

.spec_url{
	font-family: Arial;
	font-size: 11px;
        line-height:15px;
        color:#989898;
}


.ImageTableLeft{
	margin-right:10px;
                margin-top: 5px;
}

.ImageTableRight{
	margin-left:10px;
                margin-top: 5px;
}


#study_card_img{
	float:right;
	margin-right:10px;
	margin-bottom:10px;
}

.ImageLeft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.mainContent {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}

.ImageRight{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.ImageCenter{
        	/* property do not exists: float: center;*/
clear:both;
}

.imageTagDescription{
        	font-size:10px;color:#636053;
}



/* ################ Top Menu ################# */
.menuLink {
	padding-left: 6px;
	padding-right: 6px;
	height: 26px;
	vertical-align: middle;
	background-image:url("/files/images/layoutgrafx/mt_barend.gif");
	background-position:right top;
	background-repeat:no-repeat;
	color:#FFFFFF;
}
.menuLink a:link,.menuLink a:active,.menuLink a:visited {
	font-size: 12px;
	color:#FFFFFF;
	/*
	color: #f0f0f0;
	*/
}
.menuLink a:hover{
	color:#ffd40e;
}
.menuLink_selected {
	padding-left: 6px;
	padding-right: 6px;
	height: 26px;
	vertical-align: middle;
	background-image:url("/files/images/layoutgrafx/mt_select.gif");
	background-position:right top;
	background-repeat:no-repeat;
}
.menuLink_selected a:link,.menuLink_selected a:visited,.menuLink_selected a:active,.menuLink_selected a:hover {
	font-size: 12px;
	color: #000000;
}

/* ################ Top Menu Slut ################# */

.selCountry {
	border: 1px solid #63625a;
	width: 160px;
	height: 17px;
	color: #7f7f7f;
	font-family: Arial, Verdana;
	font-size: 11px;
	background-color: #ffffff;
}

.selCity {
	margin-top: 5px;
	border: 1px solid #63625a;
	width: 160px;
	height: 17px;
	color: #7f7f7f;
	font-family: Arial, Verdana;
	font-size: 11px;
	background-color: #ffffff;
}

.inputSearch {
	color: #7f7f7f;
	font-family: Arial, Verdana;
	font-size: 11px;
	border: 0px;
	background-color: #ffffff;
}

.countriesOpt {
	font-family: Arial;
	color: #434343;
	height: 22px;
	font-size: 11px;
	width: 180px;
	text-indent: 26px;
}

.countriesOpt_selected {
	font-family: Arial;
	color: #000000;
	background-color: #ffd40e;
	height: 22px;
	font-size: 11px;
	width: 180px;
	text-indent: 26px;
}
.countriesOpt_selected a:link,.countriesOpt_selected a:visited,.countriesOpt_selected a:active,.countriesOpt_selected a:hover {
	color: #000000;
}
.countriesOpt a:link,.countriesOpt a:visited,.countriesOpt a:active,.countriesOpt a:hover {
	color: #000000;
}

.boxLeft {
	padding-left: 10px; 
	padding-right: 10px;
	padding-bottom: 10px;
}

.boxCenter {
	padding-right: 10px;
	padding-bottom: 10px;
}

.boxRight {
	padding-right: 10px;
	padding-bottom: 10px;
}

.contentContainer {
	padding: 5px 5px 5px 5px;
	width: 520px;
}

.contentContainerLarge {
	padding: 5px 15px;
	width: 690px;
}

.tabsContainer {
	padding: 5px 5px 0px 5px;
	width: 520px;
}
.tabsInnerContainer {
	width:520px;
	background-position:left top;
	background-repeat:repeat-x;
	background-image:url(css/tab_bg.gif);
	height:34px;
}

.tabsInnerContainer div {
	cursor:pointer;
	text-align:center;
}
.tabsInnerContainer .tabhover {
	margin-top:4px;
	float: left;
	vertical-align: bottom;
}

.tabsInnerContainer .tabhover_selected {
	float: left;
	vertical-align: bottom;
}

.infoContainer {
	padding: 0px 5px 5px 5px;
	width: 520px;
}

.hoverLeft_selected {
	width: 2px;
	height: 34px;
	background-image: url("css/tab_hover_left.gif");
}

.hoverBg_selected {
	padding-left: 10px;
	padding-right: 10px;
	height: 34px;
	background-image: url(css/tab_hover_bg.gif);
}

.hoverRight_selected {
	width: 2px;
	height: 34px;
	background-image: url(/css/tab_hover_right.gif);
}

.hoverLeft {
	width: 2px;
	height: 30px;
	background-image: url(css/tab_non_hover_left.gif);
}

.hoverBg {
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	background-image: url(css/tab_non_hover_bg.gif);
}

.hoverRight {
	width: 3px;
	height: 30px;
	background-image: url(css/tab_non_hover_right.gif);
}

.hoverLeftHoverLeft {
	width: 2px;
	height: 30px;
	background-image: url(css/tab_non_hover_left.gif);
}

.hoverBgHoverLeft {
	padding-left: 17px;
	padding-right: 17px;
	height: 30px;
	background-image: url("css/tab_non_hover_bg.gif");
}

.hoverRightHoverLeft {
	width: 3px;
	height: 30px;
	background-image: url("css/tab_non_hover_right.gif");
}

.hoverLeftHoverRight {
	width: 2px;
	height: 30px;
	background-image: url("css/tab_non_hover_left.gif");
}

.hoverBgHoverRight {
	padding-left: 17px;
	padding-right: 17px;
	height: 30px;
	background-image: url("css/tab_non_hover_bg.gif");
}

.hoverRightHoverRight {
	width: 3px;
	height: 30px;
	background-image: url("css/tab_non_hover_right_hover_right.gif");
}

.hoverFirstLeft {
	width: 3px;
	height: 30px;
	background-image: url("css/tab_non_hover_left_first.gif");
}


/* ########################## TEKST ######################## */

.txtTabs {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #4c493b;
	width:100%;
}

.txtContent {
	font-family: Arial, Verdana;
	font-size: 11px;
	line-height:17px;
	color: #000;
	width:500px;
}

.content {
	font-family: Arial, Verdana;
	font-size: 11px;
	line-height:15px;
	color: #333333;
}

.txtContent a:link,.txtContent a:visited,.txtContent a:active {
	color:#990000;
	text-decoration:underline;
}
.txtContent a:active {
	text-decoration:none;
}
.txtContent a:hover{
	color:#990000;
	text-decoration:none;
}

.txtPreable{
	font-size:12px;
    font-weight:bold;
    line-height:17px;
}
.txtBoxHeadline {
	background-image: url("css/headline_bar_bg.gif");
	background-color:#6c6a5f;
}

.txtHotBoxHeadline {
	background-image: url("css/hotoffers_bg.gif");
}

.pageHeadline {
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
}

.menuHeader {
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 9px;
}

.contentField {
	padding: 15px;
	vertical-align: top;
	width: 300px;
}

.bredcrumbTrail {
	color:#FFFFFF;
	font-size: 10px;
}
.bredcrumbTrail a:link,.bredcrumbTrail a:visited,.bredcrumbTrail a:active,.bredcrumbTrail a:hover {
	color:#FFFFFF;
}
.bredcrumbTrail a.bredCrumbSelected:link,.bredcrumbTrail a.bredCrumbSelected:visited,.bredcrumbTrail a.bredCrumbSelected:active,.bredcrumbTrail a.bredCrumbSelected:hover {
	color:#ffdb18;
}


.LeftContent {
	text-align:left;
	background-color:#000000;
	float: left;
}
.MainContent {
	background-color:#000000;
                vertical-align:top;
	float: left;
}
.RightContent {
	background-color:#000000;
	float: left;
}

select.country_area_selection {
	width:160px;
                font-family:arial;
                font-size:11px;
}


/* Frontpage info box */
#frontpageInfo {
	background-color:#E2DCCA;
	width:910px;
	height:389px;
}

#corpFrontpageInfo {
	background-color:#E2DCCA;
	width:910px;
}

#frontpageInfo .p1 {
	width:206px;
	vertical-align:top;
}
#frontpageInfo .p2 {
	border-left: 1px solid #C9C6B5;
	width:258px;
	vertical-align:top;
}
#frontpageInfo .p3 {
	border-right: 1px solid #C9C6B5;
	width:257px;
	vertical-align:top;
}
#frontpageInfo .p4 {
	width:187px;
	vertical-align:top;
}
#frontpageInfo .p5 {
	font-size:11px;
}
#frontpageInfo .p5 img {
	margin-right:5px;
	margin-bottom:5px;
}
.fpHeadline {
       font-size:12px;
}


.fpHeadline .h2 {
	background-image:url(css/fp_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}
.fpHeadline .h1 {
	width:9px;
	height:20px;
	background-image:url(css/fp_p1.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:8px;

}
.fpHeadline .h3 {
	width:9px;
	height:20px;
	background-image:url(css/fp_p3.gif);
	background-position:right top;
	background-repeat:no-repeat;
	font-size:8px;

}

.booking_h2 {
	background-image:url(css/bottom_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}
.booking_h1 {
	width:9px;
	height:9px;
	background-image:url(css/left_corner.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:8px;
}
.booking_h3 {
	width:9px;
	height:9px;
	background-image:url(css/corner_right.gif);
	background-position:right top;
	background-repeat:no-repeat;
	font-size:8px;
}
a.fpUrl:link,a.fpUrl:active,a.fpUrl:visited {
	color:#7C1313;
}

a.fpUrl:hover {
	
}

/* Font page search and content */
#front_page_search_and_flash {
	background-image: url(css/booking.gif);
	height:360px;
	width:910px;
}

/* Rejseplan */

.inputRejseplan {
	border: 0px;
	background-color: #ffffff;
	height: 16px;
	color: #c8c8c8;
	font-size: 11px;
	font-family: arial, tahoma, verdana;
	width: 172px;
}

/* FAQ */

.question_closed {
	display: none;
}

.question_open {
	display: block;
}

/* FLIGHT COMPANY CONTACT */

.flightcontact_table {
	width: 100%;
	margin-top:20px;
}

.flightcontact_cell {
	vertical-align: top;
}

/* TEMPLATE */

#travel_image{
	display:inline;
	margin-left:5px;
	float:right;
	width:220px;
clear:right;
/*
clear:left;
*/
}
#travel_image img {
	display:block;
}

/* DESIGN */

.inputDesign {
	height: 18px;
	font-size: 11px;
	color: #333333;
	font-family: arial;
	border: 1px solid #b7b9be;
}

.selectDesign {
	height: 20px;
	font-size: 11px;
	color: #333333;
	font-family: arial;
	border: 1px solid #b7b9be;
}

.fpBottom {
}

.fpBottom .h2_bottom {
	background-image:url(css/bottom_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}

.fpBottom .h1_bottom {
	width:9px;
	height:11px;
	background-image:url(css/bottom_left.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:8px;
}

.fpBottom .h3_bottom {
	width:9px;
	height:11px;
	background-image:url(css/bottom_right.gif);
	background-position:right top;
	background-repeat:no-repeat;
	font-size:8px;
}

/* Contact servicecenter */

.office_list {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.office_info {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.servicecenter_office_1 {
	cursor: pointer;
	background-color: #a2a195;
}

.servicecenter_office_2 {
	cursor: pointer;
	background-color: #8e8c7f;
}

/* The Globe */

.theGlobe {
	background-image:url(css/klode_bg_small.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:710px;
}

#flobj18 {
	width:710px;
	height:400px;
}

/* Hotoffers */

.hotoffer_desc {
	color: #c5c5c5;
	font-size: 11px;
	font-family: arial;
}

.hotoffer_price {
	color: #f8d822;
	font-size: 12px;
	font-family: arial;
}

.bookingText {
	font-size: 11px;
}

.sub_menu_link,.sub_menu_link_selected {
	padding-left:5px;
	padding-right:5px;
	text-decoration:underline;
}

/* Contact */

.inputContact {
	height: 15px;
	border-left: 1px solid #dad7cb;
	border-top: 1px solid #a9a8a2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 0px;
	color: #282828;
	font-size: 11px;
	font-family: arial, tahoma, verdana;
}

.selectContact {
	height: 17px;
	border-left: 1px solid #dad7cb;
	border-top: 1px solid #a9a8a2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 0px;
	color: #282828;
	font-size: 11px;
	font-family: arial, tahoma, verdana;
}

.textareaContact {
	border-left: 1px solid #dad7cb;
	border-top: 1px solid #a9a8a2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 0px;
	color: #282828;
	font-size: 11px;
	font-family: arial, tahoma, verdana;
	background-image: url(css/textarea_icon.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	overflow:hidden;
}

/* Newsletter */

.newsletter_main {
	width:280px;
	float:left;
}
#newsletter_add img {
	border:0px;
}
#newsletter_add {
	width:200px;
	float:left;
	margin-left:20px;
}

img.car_rentel_image {
	margin-right:6px;
}

.aboutcontent{
	float:left;
	margin-bottom:10px;
	clear:both;
	width:502px;
}

.aboutpic{
	float:left;
	width:100px;
}

.abouttext{
	float:left;
	margin-left:10px;
	width:390px;
}

.clearfloat{
	clear:both;
	height:0px;
	margin:0;
	font-size:0px;
}

.front_headline{
        font-family:arial;
        font-size: 16px;
        font-weight:bold;
        margin-bottom:6px;
}

/* Travelplanner */

.travelplannerBtnBigLeft {
    height: 21px;
    width: 11px;
}

.travelplannerBtnBig {
    height: 21px;
}

.travelplannerBtnBigRight {
    height: 21px;
    width: 11px;
}

.travelplannerBtnBigLeftSelected {
	background-image: url(css/btn_big_left.gif);
	height: 21px;
	width: 11px;
}

.travelplannerBtnBigSelected {
	height: 21px;
	background-color: #ffd40e;
	color:#000000;
}

.travelplannerBtnBigRightSelected {
    background-image: url(css/btn_big_right.gif);
    height: 21px;
    width: 11px;
}

.travelplannerBtnSmallLeft {
    height: 17px;
    width: 8px;
}

.travelplannerBtnSmall {
    height: 17px;
    color: #ffffff;
    font-family: arial;
    font-size: 11px;
}

.travelplannerBtnSmallRight {
    height: 17px;
    width: 8px
}

.travelplannerBtnSmallLeftSelected {
    background-image: url(css/btn_small_left.gif);
    height: 17px;
    width: 8px;
}

.travelplannerBtnSmallSelected {
    height: 17px;
    background-color: #ffd40e;
    color: #000000;
    font-family: arial;
    font-size: 11px;
}

.travelplannerBtnSmallRightSelected {
    background-image: url(css/btn_small_right.gif);
    height: 7px;
    width: 8px;
}

.inputDestination {
	background-color:#FFFFFF;
	border:1px solid #BBBBBB;
	font-size:10px;
	padding:5px 3px 1px;
	height: 18px;
	width: 140px;
}

.selectTime {
	font-size:10px;
	height: 17px;
	width: 145px;
}

.inputDate {
	background-color:#FFFFFF;
	border:1px solid #BBBBBB;
	font-size:10px;
	height:14px;
	margin-bottom:3px;
	padding-left:5px;
	padding-top:5px;
	width:70px;
}

a.frontpageUrl:link,a.frontpageUrl:active,a.frontpageUrl:visited {
	text-decoration:none;
	color:#FFFFFF;
}

/* Change travel date*/

.inputTravelDate {
	background-color:#FFFFFF;
	border:1px solid #b9babe;
	font-size:10px;
	padding:2px 2px 0px;
	height: 16px;
}

.selectTravelDate {
	background-color:#FFFFFF;
	border:1px solid #b9babe;
	font-size:10px;
	height: 20px;
}

.selectTravelDate option {
	background-color:#FFFFFF;
	border:1px solid #b9babe;
	font-size:10px;
	height: 20px;
}

#sb_cta_form img { 
	vertical-align:middle; 
}

.forms{
	border: 1px solid rgb(185, 186, 190); 
	width: 350px;
}

.itinerary_large {
	margin-top:10px;
	color: #464646;
}

/* Error messages*/

#f_error_msg{
	background-color:#54534e;
	text-align:center;
	padding-top:35px;
	padding-bottom:35px;
}


#f_error_container{
	width:300px;
	background-color:#f7f6f2;
	border:2px solid #c2c0ab;
	text-align:center;
}

#f_error_header{
	color:#a9574c;
	font-size:14px;
	font-weight:bold;
	padding:10px;
}

#f_error_content{
	font-size:10px;
	color:#52534d;
	padding-bottom:10px;
}

/* error class */
.f_error_msg_class{
	background-color:#54534e;
	text-align:center;
	padding-top:35px;
	padding-bottom:35px;
}


.f_error_container_class{
	width:300px;
	background-color:#f7f6f2;
	border:2px solid #c2c0ab;
	text-align:center;
}

.f_error_header_class{
	color:#a9574c;
	font-size:14px;
	font-weight:bold;
	padding:10px;
}

.f_error_content_class{
	font-size:10px;
	color:#52534d;
	padding-bottom:10px;
}



.imageTagDescription{
	padding-top:4px;
}

a.more_or_less_url:link,a.more_or_less_url:active,a.more_or_less_url:visited {
	text-decoration: none;
	font-size:9px;
}
span.more_or_less_info {
	color:#990000;
	padding-left:8px;
}
span.more_or_less_info img {
}

/* bottom search */

input.bottomFields {
	padding:2px;
	height:15px;
	font-size:11px;
	border:0 none;
	font-family:arial;
	margin-bottom:0px;
}
select.bottomFields {
	padding:2px;
	height:19px;
	font-size:10px;
	border:0 none;
	font-family:arial;
	margin-top:1px;
}
img.sb_search_cal {
	border:0px;
	vertical-align:middle;
}

/* Flag i bunden af search */

#languageFlags {
	float:right;
	margin-top:3px;
	color:#FFFFFF;
}
#languageFlags img {
	border:0px;
	vertical-align:middle;
	margin-left:5px;
}


/* Nye tags til SEO */

h2.Subheader {
	margin:0px;
	display:inline;
}
h3.Subheader {
	margin:0px;
	display:inline;
}
.infoContainer h1 {
	font-size:21px;
}
.isicrows {
	height:22px;
}

.travelImage img{
	width:500px;
}
.articla_image img {
	/* property do not exists: display:brake;*/
}

/* Print og send */

#ps_container{
	display:inline;
	margin-left:5px;
	float:right;
	width:120px;
	margin-bottom:5px;
}

#printNsend {
	text-align:right;
	margin:3px;
	margin-bottom:10px;
	color:#615c47;
        width:280px;
/*clear:both;*/
}
#printNsend a:link,#printNsend a:visited,#printNsend a:active,#printNsend a:hover {
	color:#615c47;
}

#tripsearch label {
	color:#990000;
	text-decoration: underline;
	cursor:pointer;
}

div.headlineLimit {
	width:270px;
}




/* adventure flash banner */
#bannerbox {
overflow:hidden;
height:200px;
position:absolute;
z-index:1;
width:720px;
}

/* adventure paginate */
.adventure_paginate{
clear:both;
width:500px;
text-align:center;
}
.adventure_paginate a.active{
	font-weight: bold;
}
a.active{
	font-weight: bold;
}
.aboutflags img{
	margin-left:7px;
	float:right;
}
.aboutborderbottom{
		border-bottom:1px solid #989587; 
	 }

.info_box_hidden{
color:#b3af9d;
}

/* ################ Jaarclubreizen ################# */

#bestemningcontainer{
        width:530px;
        height:165px;
        position:relative;
}

.jaarclub {
	background-image:url("css/jaarclubbackground.gif");
	background-repeat:no-repeat;
	width:145px;
  	height:145px;
	margin-top:10px;
	margin-left:10px;
	padding:10px;
}

.jaarclubHeadline {
	color:#bbbbb9;
        font-weight:bold;
}
.jaarclubDescription {
	color:#888888;
font-weight:normal;
margin-top:5px;
}
.jaarclubReadmore {
	color:#bbbbb9;
margin-top:5px;
}
.jaarclubTopTenPic{}
.jaarclubTopTenRating{}

#bestemningwaar{
        position:absolute;
        left:345px;
        top:20px;
}

#bestemningwat{
        position:absolute;
        left:345px;
        top:98px;
}

.jaarclubnonebg {
	width:145px;

	margin-top:10px;
	margin-left:10px;
	padding:10px;
}

.jaarclubHeadlineBlack {
	color:#323232;
        font-weight:bold;
}
.jaarclubList{
	border-bottom:1px solid #b3b0a2;
	padding-bottom:10px;
	margin-top:10px;
}
.jaahrclub_trip_btn {
margin:10px 0px 0px 200px;
}
.cornerWidth{
      width:11px;
      height:11px;
}

#map_image{
	display:inline;
	margin-left:5px;
	float:right;
	width:200px;
	margin-bottom:5px;
clear:left;
}
#mapl_image img {
	display:block;
}

.jaahr {
	font-family: Arial;
	color: #434343;
	height: 22px;
	font-size: 11px;
	width: 180px;
	text-indent: 26px;
}

.jaahr_selected {
	font-family: Arial;
	color: #000000;
	font-weight:bold;
        height: 22px;
	font-size: 11px;
	width: 180px;
	text-indent: 26px;
}
.jaahr_selected a:link,.jaahr_selected a:visited,.jaahr_selected a:active,.jaahr_selected a:hover {
	color: #000000;
}
.jaahr a:link,.jaahr a:visited,.jaahr a:active,.jaahr a:hover {
	color: #000000;
}

#ratingstar{
        width:161px;
        height:18px;
        background-repeat:no-repeat;
        color:#79746e;
        padding-left:10px;
        padding-top:3px;
        margin-bottom:10px;
        margin-left:40px;
}

/* Kampagnetabel */
.campaigntable{
	
}

.campaigntable td{
	background-color:#43423B;
	border-bottom:1px solid #e2dcca;
	color:#fff;
	height:25px;
}
.campaigntable td a{
	color:#f8d822;
	text-decoration:none;
}
.campaigntable td a:hover{
	color:#f8d822; 
	text-decoration:underline;
}
.campaigntable td.campaigntable_head{
	background-color:#000;
	color:#fff;
	height:25px;
        font-weight:bold;
}
.campaigntable td.campaigntable_yellow{
	color:#f8d822;
}


.jaarclublist_fronthighlightitem{
	width:500px;
	margin-left:5px;
	height:100px;
	border-bottom:1px solid #B3B0A2;
	margin-top:10px;
}
.jaarclublist_fronthighlightitem_pic{
	width:125px;
	height:80px;
	float:left;
	margin-right:10px;
}
.jaarclublist_fronthighlightitem_headline{
	width:365px;
	float:right;
	height:30px;
}
.jaarclublist_fronthighlightitem_desc{
	width:365px;
	float:right;
	height:40px;
}

.jaarclublist_fronthighlightitem_link{
	width:365px;
	height:15px;
margin-top:10px;
	float:right;
}

/* Jaarclublist   */

#f_field3{
width:40px;
}

.jaarclublist_item{
	width:500px;
	height:100px;
	border-bottom:1px solid #B3B0A2;
	margin-top:10px;
	padding-bottom:10px;
}
.jaarclublist_item_pic{
	width:150px;
	height:100px;
	float:left;
	margin-right:10px;
}
.jaarclublist_item_headline{
	width:340px;
	float:right;
	height:25px;
}
.jaarclublist_item_duration{
	width:340px;
	height:17px;
	float:right;
	font-weight:bold;
	
}
.jaarclublist_item_desc{
	width:340px;
	float:right;
	height:45px;
}
.jaarclublist_item_link{
	width:150px;
	height:15px;
	float:right;
}
.jaarclublist_item_price{
	width:190px;
	height:15px;
	float:right;
	text-align:right;
}


/* CTA TAB MENU */

.indentmenu{
	font:12px Arial;
	width:503px;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
}
.indentmenu ul li{
	display: inline;
}
.indentmenu ul li a{
	float: left;
	color: #5c5950;
	line-height:30px;
	vertical-align:text-bottom;
	text-decoration: none;
	text-align:center;
	background: black url(css/button.gif) center center no-repeat;
	width:167px;
	height:31px;
}
.indentmenu ul li a:visited{
}
.indentmenu ul li a.selected{
	color: #000;
	font-weight:bold;
	background: black url(css/button_selected.gif) center center no-repeat;
}
.tab_content_outer{
	width:503px; 
	position:relative;
	height: 270px;
	background-color:#b1ae9d;
}
.tab_content_inner{
	/*background-color:#b1ae9d;*/
	border-left:1px solid #9d9a88;
	border-right:1px solid #9d9a88;	
	border-bottom:1px solid #9d9a88;
	padding: 10px; 
	height: 249px;
}
.tabcontent{
	display:none;
	/*background-color:#b1ae9d;*/
	color:#333333;
	font-size:11px;
}
.tabcontent_description{
padding-left:4px;
padding-right:5px;
text-align:left;
}
@media print {
	.tabcontent {
	display:block !important;
	}
}

input.tab_form{
	background-color:#e8e4d7;
	border:solid 1px #8e8b81;
	height: 20px;
font-size:11px;
font-family:Arial;
}
select.tab_form{
	background-color:#e8e4d7;
	border:solid 1px #8e8b81;
	height: 20px;
font-size:11px;
font-family:Arial;
}
textarea.tab_form{
	background-color:#e8e4d7;
	border:solid 1px #8e8b81;
font-size:11px;
font-family:Arial;
}

/* CTA FRONT TAB MENU */
.cta_front .indentmenu{

	font:12px Arial;
	width:503px;
	background-image:url(css/fptabbg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

.cta_front .indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
}
.cta_front .indentmenu ul li{
	display: inline;
}
.cta_front .indentmenu ul li a{
	float: left;
	color: #dadada;
	line-height:30px;
	vertical-align:text-bottom;
	text-decoration: none;
	text-align:center;
	background: black url(css/button.gif) center center no-repeat;
	width:167px;
	height:31px;
}
.cta_front .indentmenu ul li a:visited{
}
.cta_front .indentmenu ul li a.selected{
	color: #fff;
	font-weight:bold;
	background: black url(css/button_selected.gif) center center no-repeat;
}
.cta_front .tab_content_outer{
	width:503px; 
	position:relative;
	height: 265px;
}
.cta_front .tab_content_inner{
        /*background-color:#000;*/
	background: black url(css/content_background.gif) bottom center no-repeat;
	border-left:1px solid #9d9a88;
	border-right:1px solid #9d9a88;	
	border-bottom:1px solid #9d9a88;
	padding: 10px; 
	height: 244px;
}
.cta_front .tabcontent{
	display:none;
	/*background-color:#000;*/
	color:#dadada;
	font-size:11px;
}
.cta_front .tabcontent_description{
padding-left:4px;
padding-right:5px;
text-align:left;
}
@media print {
	.tabcontent {
	display:block !important;
	}
}

.cta_front input.tab_form{
	background-color:#e8e4d7;
	border:solid 1px #8e8b81;
	height: 20px;
font-size:11px;
font-family:Arial;
line-height:20px;
}
.cta_front select.tab_form{
	background-color:#e8e4d7;
	border:solid 1px #8e8b81;
	height: 20px;
line-height:20px;
font-size:11px;
font-family:Arial;
}
.cta_front textarea.tab_form{
	background-color:#e8e4d7;
	border:solid 1px #8e8b81;
font-size:11px;
font-family:Arial;
}
/* CTA FRONT TAB MENU END */

.cta_front .indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
}
.cta_front .indentmenu ul li{
	display: inline;
}
.cta_front .indentmenu ul li a{
	float: left;
	color: #dadada;
	line-height:30px;
	vertical-align:text-bottom;
	text-decoration: none;
	text-align:center;
	background: black url(css/button.gif) center center no-repeat;
	width:167px;
	height:31px;
}
.cta_front .indentmenu ul li a:visited{
}
.cta_front .indentmenu ul li a.selected{
	color: #fff;
	font-weight:bold;
	background: black url(css/button_selected.gif) center center no-repeat;
}
.cta_front .tab_content_outer{
	width:503px; 
	position:relative;
	height: 265px;
}
.cta_front .tab_content_inner{
        /*background-color:#000;*/
	background: black url(css/content_background.gif) bottom center no-repeat;
	border-left:1px solid #9d9a88;
	border-right:1px solid #9d9a88;	
	border-bottom:1px solid #9d9a88;
	padding: 10px; 
	height: 244px;
}
.cta_front .tabcontent{
	display:none;
	/*background-color:#000;*/
	color:#dadada;
	font-size:11px;
}
.cta_front .tabcontent_description{
padding-left:4px;
padding-right:5px;
text-align:left;
}
@media print {
	.tabcontent {
	display:block !important;
	}
}

.cta_front input.tab_form{
	background-color:#e8e4d7;
	border:solid 1px #8e8b81;
	height: 20px;
font-size:11px;
font-family:Arial;
line-height:20px;
}
.cta_front select.tab_form{
	background-color:#e8e4d7;
	border:solid 1px #8e8b81;
	height: 20px;
line-height:20px;
font-size:11px;
font-family:Arial;
}
.cta_front textarea.tab_form{
	background-color:#e8e4d7;
	border:solid 1px #8e8b81;
font-size:11px;
font-family:Arial;
}
/* CTA FRONT TAB MENU END */



/* QUICK SEARCH SMALL TAB MENU */
.quicksearchsmall .indentmenu{
	font:12px Arial;
	width:260px;
	background-image:url(css/fptabbg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

.quicksearchsmall .indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
}
.quicksearchsmall .indentmenu ul li{
	display: inline;
}
.quicksearchsmall .indentmenu ul li a{
	float: left;
	color: #dadada;
	line-height:30px;
	vertical-align:text-bottom;
	text-decoration: none;
	text-align:center;
	background: black url(css/button.gif) center left no-repeat;
	width:64px;
	height:25px;
}
.quicksearchsmall .indentmenu ul li a:visited{
}
.quicksearchsmall .indentmenu ul li a.selected{
	color: #fff;
	font-weight:bold;
	background: black url(css/button_selected.gif) center left no-repeat;
}
.quicksearchsmall .tab_content_outer{
	width:260px;
	position:relative;
	height: 337px;
        border:none;
	background: black url(css/content_background.gif) bottom left no-repeat;
}
.quicksearchsmall .tab_content_inner{
        border:none;
	padding: 10px; 
	height: 216px;
}
.quicksearchsmall .tabcontent{
	display:none;
        border:none;
	color:#dadada;
	font-size:11px;
}
.quicksearchsmall input.tab_form{
	background-color:#e8e4d7;
	border:solid 1px #8e8b81;
	height: 20px;
}
.quicksearchsmall select.tab_form{
	background-color:#e8e4d7;
	border:solid 1px #8e8b81;
	height: 20px;
}
.quicksearchsmall textarea.tab_form{
	background-color:#e8e4d7;
	border:solid 1px #8e8b81;
}
/* QUICK SEARCH SMALL TAB MENU END */

/* BOOKING SEARCH BOX */

input.tab_form{
	background-color:#e8e4d7;
	border:solid 1px #8e8b81;
	height: 20px;
}
select.tab_form{
	background-color:#e8e4d7;
	border:solid 1px #8e8b81;
	height: 20px;
}
textarea.tab_form{
	background-color:#e8e4d7;
	border:solid 1px #8e8b81;
}


/* BOOKING SEARCH BOX END */



/* comment */
.comment{
	font-size:11px;
	color: #555555;
	float:left;
	margin-bottom:9px;
}
.comment .gravatar_container{
	float:left;
	clear:left;
	margin-right:12px;
}
.comment .gravatar{
	border:solid 2px #c7c2b2;
	background-color:#fff;
	padding:4px;
	width:70px;
}
.comment .date{
	color:#555555;
}
.comment .name{
	/* color:#990000; */
	font-weight:bold;
}
.comment .gravatar .gravatar_img{
}
.comment a{
	color:#990000;
	text-decoration:none;
}
.comment .description{
	margin-left:9px;
	padding:15px;
	width:370px;
	background-color:#f5f3ea;
	border:solid 1px #c7c2b2;
	min-height:70px;
	float:left;
	clear:right;
}



/*sub comments*/
.sub_comment{
	font-size:11px;
	color: #555555;
	float:left;
	margin-bottom:9px;
}
.sub_comment .gravatar_container{
	float:left;
	margin-left:21px;
}
.sub_comment .gravatar{
	border:solid 2px #c7c2b2;
	background-color:#fff;
	padding:4px;
	width:50px;
}
.sub_comment .date{
	color:#555555;
}
.sub_comment .name{
	color:#990000;
}
.sub_comment .gravatar .gravatar_img{
}
.sub_comment a{
	color:#990000;
	text-decoration:none;
}
.sub_comment .description{
	margin-right:-1px;
	padding:15px;
	width:282px;
	background-color:#e8e5d5;
	border:solid 1px #c7c2b2;
	color:#555555;
	min-height:60px;
	float:left;
	margin-left:111px;
}

/* end comment */

/* select */

#f_field24 {
margin-top:5px;
margin-left:20px;
border:1px solid #b5b3a6;
background-color:#faf7ee;
}

#f_field37 {
margin-top:5px;
margin-left:20px;
border:1px solid #b5b3a6;
background-color:#faf7ee;
}

#f_field31 {
margin-top:5px;
margin-left:20px;
border:1px solid #b5b3a6;
background-color:#faf7ee;
}

#f_field32 {
margin-top:5px;
margin-left:20px;
border:1px solid #b5b3a6;
background-color:#faf7ee;
}


/* front flight tab booking */
.flight .text{
	width:109px;
	height:18px;
	line-height:18px;
	border:none;
	padding:0px;
	padding-left:4px;
	margin:0px;
	color:#555555;
}
.flight .date{
	width:76px;
	padding-left:16px;
}
.flight select.text{
	width:114px;
}

.flight .section_space{
	padding-top:10px;
}

/* tooltip */
.flight .tooltip{
    position:relative;
    z-index:24;
    padding-top:2px;
}

.flight .tooltip:hover{
	z-index:25;
}

.flight .tooltip .content{
	width:202px;
	height:62px;
	display: none;
	color:#000;
	padding:8px;
	text-align:center;
	background-image:url(css/paytype_tooltip.gif);
	background-repeat:no-repeat;
}

.flight .tooltip:hover .content{
    display:block;
    position:absolute;
    top:-62px;
    left:-30px;
    
}
/* end front flight tab booking */

/* generel/hotel tooltip */

.tooltip{
    position:relative;
    z-index:24;
    /*float:left;*/
    padding-top:2px;
}

.tooltip:hover{
	z-index:25;
}

.tooltip .content{
	/*display:block;*/
	width:190px;
	height:52px;
	display: none;
	color:#000;
	padding:8px;
	background-image:url(css/tooltip_large.gif);
	background-repeat:no-repeat;
}

.tooltip:hover .content{
    display:block;
    position:absolute;
    top:-67px;
    left:-96px;
    
}
.tooltip .headline{
	font-weight:bold;
	font-size:14px;
	color:#8dc63f;
}

/* end tooltip */


/* captcha tooltip */
.cap_tooltip{
    position:relative;
    z-index:24;
    /*float:left;*/
    padding-top:2px;
}

.cap_tooltip:hover{
	
}

.cap_tooltip:hover .content{
	display:block;
    position:absolute;
    top:-125px;
    left:-75px;
}

.cap_tooltip .content{
	text-align:left;
    display:block;
    position:absolute;
    top:-125px;
    left:-75px;
    
	width:185px;
	height:100px;
	color:#fff;
	padding:8px;
	background-color:#151513;
	border:solid 2px #fff;
	background-image:none;
}

.cap_tooltip .content .arrow{
	position:absolute;
	width:10px;
	height:10px;
	background-image:url(css/black_tooltip_arrow_down.gif);
	background-repeat:no-repeat;
    top:116px;
    left:100px;
}

/* end captcha tooltip */


/* START CORPORATE FRONT */

div.content1080 {
	width: 908px;
	margin-left: auto;
	margin-right: auto;
}

.corpFooterLinks {
	background-image: url(css/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #1d1d1d;
	border-top: 10px solid #343434;
	margin-top: 11px;
	padding: 20px 0px;
	color: #656565;
}

div.content1080 .column_1 {
	float: left;
	width: 207px;
	padding-right: 20px;
}

div.content1080 .column_2 {
	float: left;
	width: 207px;
	padding-right: 20px;
}

div.content1080 .column_3 {
	float: left;
	width: 207px;
	padding-right: 20px;
}

div.content1080 .column_4 {
	float: left;
	width: 207px;
	padding-right: 20px;
}

div.content1080 ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

div.content1080 li {
	margin: 0px 0px 0px 10px;
	padding: 2px 0px 2px 8px;
	color: #cccccc;
	list-style-type: none;
	background-position: 0px 8px;
	background-image: url(css/bullet.gif);
	background-repeat: no-repeat;
}

div.content1080 a {
	color: #cccccc;
	text-decoration: none;
}

div.corpSpot {
	width: 305px;
	padding-right: 20px;
	float: left;
}

div.corpSpotRight {
	width: 240px;
	float: left;
}

.corpNewsTop {
	width: 260px;
	height: 40px;
	background-image: url(css/news_top.jpg);
	background-repeat: no-repeat;
}

.corpNewsContainer {
	width: 260px;
	height: 272px;
	background-image: url(css/news_bg.jpg);
	background-repeat: no-repeat;
}

.corpNewsBottom {
	width: 260px;
	height: 50px;
	background-image: url(css/news_bottom.jpg);
	background-repeat: no-repeat;
}


.corpMenuLink {
	padding-left: 5px;
	padding-right: 8px;
	height: 26px;
	vertical-align: middle;
	background-image:url("css/menu_liner.gif");
	background-position:right top;
	background-repeat:no-repeat;
	color:#FFFFFF;
}
.corpMenuLink a:link,.corpMenuLink a:active,.corpMenuLink a:visited {
	font-size: 12px;
	color:#FFFFFF;
	font-family: tahoma;
	/*
	color: #f0f0f0;
	*/
}
.corpMenuLink a:hover{
	color:#ffd40e;
}
.corpMenuLink_selected {
	padding-left: 4px;
	padding-right: 7px;
	height: 26px;
	vertical-align: middle;
	background-image:url("css/menu_liner.gif");
	background-position:right top;
	background-repeat:no-repeat;
}
.corpMenuLink_selected a:link,.corpMenuLink_selected a:visited,.corpMenuLink_selected a:active,.corpMenuLink_selected a:hover {
	font-size: 12px;
	color: #ffd40e;
}

.corpNewsItemDate {
	padding: 10px 15px 0px 15px; 
	font-size: 10px; 
	color: #999999; 
	font-family: arial;
}

.corpNewsItemHeadline {
	border-bottom: 1px solid #202020; 
	padding: 0px 15px 10px 15px;
}

.corpNewsItemHeadline a {
	color: #ffffff; 
	font-size: 11px; 
	font-family: verdana; 
	text-decoration: none;
}

.corpFollowTxt {
	float: left; 
	padding-left: 19px; 
	padding-top: 20px;
}

.corpFollowIcon {
	float: left; 
	padding-top: 8px; 
	padding-left: 6px;
}

.clear {
	clear: both;
}

.corpTabItem .tabLeft {
	width: 8px; 
	float: left;
	font-size: 6px;
	line-height: 6px;
	background-image: url(css/tab_left.gif); 
	background-repeat: repeat-x;
	height: 36px; 
}

.corpTabItem .tabMiddle {
	padding: 8px 0px 0px 10px; 
	height: 28px; 
	float: left; 
	background-image: url(css/tab_bg_corp.gif); 
	background-repeat: repeat-x;
}

.corpTabItem .tabRight {
	width: 8px; 
	height: 36px; 
	float: left;
	font-size: 6px;
	line-height: 6px;
	background-image: url(css/tab_right.gif); 
	background-repeat: repeat-x;
}

.corpTabItem_selected {
	position: relative;
	top: 1px;
}

.corpTabItem_selected .tabLeft {
	width: 8px; 
	float: left;
	font-size: 6px;
	line-height: 6px;
	background-image: url(css/tab_left_selected.gif); 
	background-repeat: repeat-x;
	height: 44px; 
}

.corpTabItem_selected .tabMiddle {
	padding: 12px 0px 0px 10px; 
	height: 32px; 
	float: left; 
	background-image: url(css/tab_bg_selected.gif); 
	background-repeat: repeat-x;
}

.corpTabItem_selected .tabRight {
	width: 8px; 
	height: 44px; 
	float: left;
	font-size: 6px;
	line-height: 6px;
	background-image: url(css/tab_right_selected.gif); 
	background-repeat: repeat-x;
}

.corpTabItemHover .tabLeft {
	width: 8px; 
	float: left;
	font-size: 6px;
	line-height: 6px;
	background-image: url(css/tab_left_hover.gif); 
	background-repeat: repeat-x;
	height: 36px; 
}

.corpTabItemHover .tabMiddle {
	padding: 8px 0px 0px 10px; 
	height: 28px; 
	float: left; 
	background-image: url(css/tab_bg_hover.gif); 
	background-repeat: repeat-x;
}

.corpTabItemHover .tabRight {
	width: 8px; 
	height: 36px; 
	float: left;
	font-size: 6px;
	line-height: 6px;
	background-image: url(css/tab_right_hover.gif); 
	background-repeat: repeat-x;
}

.corpSpotTop {
	width: 240px; 
	height: 20px; 
	background-image: url(css/spot_top.jpg); 
	background-repeat: no-repeat;
}

.corpSpotContainer {
	width: 240px; 
	background-color: #817f77; 
	height: 63px;
}

.corpSpotBottom {
	width: 240px; 
	height: 6px;
}

.corpNewsletterContent {
	padding-bottom: 12px; 
	color: #cccccc; 
	font-size: 11px;
}

.corpSpotPadding {
	padding:10px 5px 5px 10px;
}

.corpSpotTopPadding {
	padding-top: 4px; 
	padding-left: 10px;
}

.corpInputEmail {
	padding: 1px; 
	border: 0px; 
	background-image: url(css/input.gif); 
	background-repeat: no-repeat: 
	height: 20px; 
	width: 148px;
}

.corpInputSubmit {
	padding: 0px; 
	margin-left: 6px; 
	margin-top: 1px; 
	border: 0px;
}

/* END CORPORATE FRONT */

div.content1093, div.content1092, div.content1089, div.content1088, div.content1090, div.content1091, div.content1094, div.content1095, div.content1096, div.content1097, div.content1098, div.content1099 {
	width: 908px;
	margin-left: auto;
	margin-right: auto;
}

div.content1093 .column_1, div.content1092 .column_1, div.content1089 .column_1, div.content1088 .column_1, div.content1090 .column_1, div.content1091 .column_1, div.content1094 .column_1, div.content1095 .column_1, div.content1096 .column_1, div.content1097 .column_1, div.content1098 .column_1, div.content1099 .column_1 {
	float: left;
	width: 207px;
	padding-right: 20px;
}

div.content1093 .column_2,div.content1092 .column_2,div.content1089 .column_2,div.content1088 .column_2,div.content1090 .column_2,div.content1091 .column_2, div.content1094 .column_2,div.content1095 .column_2,div.content1096 .column_2,div.content1097 .column_2,div.content1098 .column_2,div.content1099 .column_2 {
	float: left;
	width: 207px;
	padding-right: 20px;
}

div.content1093 .column_3, div.content1092 .column_3, div.content1089 .column_3, div.content1088 .column_3, div.content1090 .column_3, div.content1091 .column_3, div.content1094 .column_3, div.content1095 .column_3, div.content1096 .column_3, div.content1097 .column_3, div.content1098 .column_3, div.content1099 .column_3 {
	float: left;
	width: 207px;
	padding-right: 20px;
}

div.content1093 .column_4, div.content1092 .column_4, div.content1089 .column_4, div.content1088 .column_4, div.content1090 .column_4, div.content1091 .column_4, div.content1094 .column_4, div.content1095 .column_4, div.content1096 .column_4, div.content1097 .column_4, div.content1098 .column_4, div.content1099 .column_4 {
	float: left;
	width: 207px;
	padding-right: 20px;
}

div.content1093 ul, div.content1092 ul, div.content1089 ul, div.content1088 ul, div.content1090 ul, div.content1091 ul, div.content1094 ul, div.content1095 ul, div.content1096 ul, div.content1097 ul, div.content1098 ul, div.content1099 ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

div.content1093 li, div.content1092 li, div.content1089 li , div.content1088 li , div.content1090 li , div.content1091 li, div.content1094 li, div.content1095 li, div.content1096 li , div.content1097 li , div.content1098 li , div.content1099 li {
	margin: 0px 0px 0px 10px;
	padding: 2px 0px 2px 8px;
	color: #cccccc;
	list-style-type: none;
	background-position: 0px 8px;
	background-image: url(css/bullet.gif);
	background-repeat: no-repeat;
}

div.content1093 a, div.content1092 a, div.content1089 a, div.content1088 a, div.content1090 a, div.content1091 a, div.content1094 a, div.content1095 a, div.content1096 a, div.content1097 a, div.content1098 a, div.content1099 a {
	color: #cccccc;
	text-decoration: none;
}

div.corpNewsItemTeaser {
	display:none;
	color:#9a9a9a;
	font-size:10px;
}
div.corpNewsItemTeaser a:link,div.corpNewsItemTeaser a:active,div.corpNewsItemTeaser a:hover,div.corpNewsItemTeaser a:visited {
	text-decoration:underline;
	color:#FFFFFF;
	font-size:10px;
}


div.split_contents {
	width: 908px;
	margin-left: auto;
	margin-right: auto;
}

div.split_contents .column_1 {
	float: left;
	width: 207px;
	padding-right: 20px;
}

div.split_contents .column_2 {
	float: left;
	width: 207px;
	padding-right: 20px;
}

div.split_contents .column_3 {
	float: left;
	width: 207px;
	padding-right: 20px;
}

div.split_contents .column_4 {
	float: left;
	width: 207px;
	padding-right: 20px;
}

div.split_contents ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

div.split_contents li {
	margin: 0px 0px 0px 10px;
	padding: 2px 0px 2px 8px;
	color: #cccccc;
	list-style-type: none;
	background-position: 0px 8px;
	background-image: url(css/bullet.gif);
	background-repeat: no-repeat;
}

div.split_contents a {
	color: #cccccc;
	text-decoration: none;
}

.inner_content{
	padding:10px;
}
div.corpSpacebar {
	line-height:0px;
	font-size:5px;
	clear:both;
	padding-top:18px;
	margin:0px;
}

/* Mouse dottet border on click */

*:active {
	outline: none;
}
*:focus {
	-moz-outline-style: none;
}
