﻿
/* Suche*/
.gv2searchbox
{
	border-style:  dotted;
	border-width: 1px;
	padding: 7px;
	border-color: Black;
	background-color: #EFEFEF;
	margin-top: 15px;
	width: 450px;
	
}

.gv2emtpybox
{
	border-style:  dotted;
	border-width: 1px;
	padding: 7px;
	border-color: Black;
	background-color: #EFEFEF;
	width: 100%;
}

.gv2searchcontent
{
	padding-top:5px;
}

/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#EFEFEF;
	opacity:.9;
	filter: alpha(opacity=90);
}

.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#000000;
}

.SendMerkzettel
{
	background: #008000;
	text-align: center;
	padding-top: 3;			
}
 a.SendMerkzettelLink:link, a.SendMerkzettelLink:visited, a.SendMerkzettelLink:active, a.SendMerkzettelLink:hover
{
	color: #ffffff;
}


/* Suchergebnisse (GridView) */
.tableViewMain {
	border-width: 1px;
	border-style: dotted none none none;
	border-color: #000000;
	width: 100%;
}

.tableViewContent {
	border-width: 1px;
	border-style: none none dotted none;
	border-color: #000000;
	width: 100%;
}

.tableViewSeperator 
{
	/*background: #fff;*/
	/*border-width: 1px;
	border-style: solid none none none;
	border-color: #E6E6E6;*/
	border: none;
	width: 100%;

}

.tableViewSeperatorRow1 {
	width: 100%;
	
}

.tableViewSeperatorRow2
{
	background: #008000;
}

.tableViewSeperatorRow2.nobooking 
{
	background: #696;
}
 a.tableViewSeperatorRow2Link:link, a.tableViewSeperatorRow2Link:visited, a.tableViewSeperatorRow2Link:active, a.tableViewSeperatorRow2Link:hover
{
	color: #ffffff;
}

.tableViewSeperatorRow2.classicbooking 
{
	background-color: crimson;
}

.tableViewSeperatorRow3 {
	
}


.tableViewAlternatingRow {
	
}

.tableViewMouseOver {
	background: #FAFAFA;
}


.tableViewPager
{
	background-color: #FAFAFA;
}

.tableViewPager TR
{
	height: 30px;
}

.tableViewPager a
{
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 3px;
	background-color: #EFEFEF;
	color: #000000;
}

.tableViewPager span
{
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 2px;
	background: #ffffff;
	color: #000000;
}

.tableViewPager a:hover
{
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 3px;
	background: #ffffff;
	color: #000000;
	text-decoration: underline;	
}

.tableViewHeader 
{
	background-color: #EFEFEF;
	height: 20px;
}

.tableViewHeader a
{
	text-decoration: none;	
}

/* Status Verfügbarkeit */
.StatusHeader th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	width: 14px;
	background-color: #DCDCDC;
	border-bottom: #666666 1px solid;	
}

/* Fotogallerie */
.photoTitle
{
	font-weight: bold;
	height: 25px;
}

.photoContainer
{
    width:450px;
	valign: middle;	  
}

.photoPager 
{
    width:460px;
	border-top: #ACA899 1px solid;
	background-color: #DCDCDC;
}

.photoButton td
{
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 3px;
	background-color: #DCDCDC;
}

.photoImage
{
    align: center;
}

/* top */
.highlight 
{
    background-color: lemonchiffon; 
}

.Top_TabStrip
{
    height: 20px;
    text-align: left;
}
.Top_TabStripMiddle
{
    height: 20px;
    border-bottom: solid 1px Black; 
    padding-left: 4px;   
}
.Top_TabStripMiddle2
{
    height: 20px;
    border-bottom: solid 1px Black;
    width: 100%;    
}
.Top_TabUnselected
{
    height: 20px;
	color: black;
	background-color: #D7D7D7;
	border: solid 1px Black;
	padding-left: 2px;
	padding-right: 0px;
}

.Top_TabSelected
{
    height: 20px;
	cursor: default;
	color: black;
	font-weight: bolder;
	background-color: Transparent;
	border-right: solid 1px Black;
	border-top: solid 1px Black;
	border-left: solid 1px Black;
	padding-left: 2px;
	padding-right: 0px;
}

.Top_TabMouseOver
{
	color: blue;
	background-color: #D7D7D7;	
}

.Top_TabPage
{
	
}

a.TabLink:link, a.TabLink:visited, a.TabLink:active {
    text-decoration: none;
    color: Black;
	
}

a.TabLink:hover {
    color: Black;
	font-weight: bold;
}


/* TABS */
.gv2shadetabs{
 margin-top: 2px;
 margin-left: 0px;
 margin-bottom: 0px;
 padding: 2px 0px;
 border-bottom: 1px solid #778;
}

.gv2shadetabs li{
 list-style: none;
 margin: 0;
 display: inline;
}

.gv2shadetabs li a{
 padding: 2px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: white url(images/shade.gif) top left repeat-x;
 text-decoration: none;

}

.gv2shadetabs li a:link{
	text-decoration: none;
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
}
.gv2shadetabs li a:visited{
	text-decoration: none;
    color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
}

.gv2shadetabs li a:hover
{
	text-decoration: none;
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-style: normal; 
    color: Black;
    background-image: url(images/shadeactive.gif);
}

.gv2shadetabs li.selected a{ /*selected main tab style */
 background-image: url(images/shadeactive.gif);
 border-bottom: 1px solid #fff;
}

.gv2shadetabs li.selected a:hover{ /*selected main tab style */
 border-bottom: 1px solid white;
}

.gv2contentstyle
{
	padding: 2px; 
	padding-top: 10px;
	padding-bottom: 10px;

}

.gv2error
{
	background: #FEF1EC;
    border: 1px solid #CD0A0A;
    color: #CD0A0A;
    padding: 0.5em;
    font-weight: bold;
    
    border-radius: 4px;
    -moz-border-radius: 4px;
}

.gv2warning
{
	background: #fff0a5;
    border: 1px solid #FED22F;
    color: #363636;
    padding: 0.5em;
    font-weight: bold;
    
    border-radius: 4px;
    -moz-border-radius: 4px;
}

#ResultDisplay1 .gv2resultPictos
{
	display: none;
}

.gv2detailsLink, .gv2price
{
	font-size: 120%;
}

.gv2detailsInfoHeadline
{
	font-size: 160%;
}

.gv2highlightColor
{
	color: black !important;
}

.gv2resultThumbWrap 
{
	width: 160px;
	height: 120px;
	overflow: hidden;
}

.gv2pricesubtitle 
{
	font-weight: bold;
}



/* booking */

table.bookingShoppingCart 
{
	width: 100%;
	/*border-collapse: collapse;*/
}

table.bookingShoppingCart td 
{
	vertical-align: top;
	background-color: #eeeeee;
}

table.bookingShoppingCart tr
{
	border: 1px solid #999;
}

.bookingShoppingCart .priceCol 
{
	background-color: #dedede;
	font-weight: bold;
	color: #008000;
	text-align: right;
	font-size: 100%;
}

.bookingShoppingCart .serviceProviderName, .bookingShoppingCart .serviceName 
{
	font-weight: bold;
}

.bookingShoppingCart .summaryRow td
{
	font-size: 120%;
	text-align: right;
}


.bookingShoppingCart ul.optionalAdditions 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.bookingShoppingCart ul.optionalAdditions li 
{
	list-style-type: none;
}

.bookingShoppingCart .pricePart 
{
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
	border-bottom: 1px dotted #dedede;
}

.bookingShoppingCart .pricePart .priceName 
{
	float: left;
	display: inline;
}

.bookingShoppingCart .pricePart .priceValue
{
	float: right;
	display: inline;
	color: #008000;
}

.bookingShoppingCart .pricePart .calculationRule, 
.bookingShoppingCart .pricePart .dateRange
{
	clear: both;
	font-size: 92%;
}

.bookingShoppingCart input.removeOption, 
.bookingShoppingCart input.removeItem
{
	background-color: transparent;
	color: White;
	font-size: 100%;
	font-family: inherit;
	cursor: pointer;
}

/*.bookingShoppingCart input.removeOption:hover, .bookingShoppingCart input.removeOption:active, .bookingShoppingCart input.removeOption:focus, 
.bookingShoppingCart input.removeItem:hover,.bookingShoppingCart input.removeItem:active,.bookingShoppingCart input.removeItem:focus
{
	background-color: crimson;
}*/


.bookingButtonDiv
{
	margin-top: 2em;
	/*background-color: #eee;*/
	padding: 1em;
}

.BookingAddressForm > div 
{
	margin-top: 0.5em;
}

.bookingResultDiv 
{
	margin: 0.5em;
}

.bookingResultLabel 
{
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}



/* booking */


#bookableServicesDiv 
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.bookableServiceWrap 
{
	border: 1px solid gray;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	min-height: 7em;
	/height: 7em;
	position: relative;
	padding: 2px;
	
}

.bookableService
{
	/*border: 1px solid red;*/
	position: relative;
	/*min-height: 7em;
	/height: 7em;
	margin: 0.1em;*/
	clear:both;
}

#bookableServicesDiv .name /*the a*/
{
	font-size: 150%;
	font-weight: bold;
}

#bookableServicesDiv .serviceName /*the div*/
{
	margin-right: 17em;
}

#bookableServicesDiv .price
{
	color: #008000;
	font-size: 200%;
	position: absolute;
	right: 4px;
	top: 20px;
	line-height: normal;
}

#bookableServicesDiv .single .shortInfo
{
	position: absolute;
	right: 4px;
	top: 2px;
}

#bookableServicesDiv .multi .shortInfo 
{
	display: block;
}

#bookableServicesDiv a.bookIt 
{
	display: block;
	position: absolute;
	right: 4px;
	top: 50px;
	background-color: #008000;
	color: white;
	padding: 0.5em;
	background-image: url(images/cart-white.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
}

#bookableServicesDiv a.bookIt.disabled 
{
	cursor: wait;
}

#bookableServicesDiv .additionalInfo
{
	margin-right: 12em;
}


#bookableServicesDiv .multi .additionalInfo {
	display: none;
}

#bookableServicesDiv .multi .name 
{
	font-size: 120%;
}

#bookableServicesDiv .multi .serviceName 
{
	margin-right: 12em;
}

#bookableServicesDiv .multi .bookableService 
{
	margin-bottom: 1em;
}

#bookableServicesDiv .expander 
{
	font-size: 1px;
	text-indent: -100em;
	background: url(images/expand.jpg) top left no-repeat;
	height: 13px;
	width: 13px;
	padding-top: 9px;
	margin-left: 4px;
	display: inline-block;
	cursor: pointer;
}


.bookableService .serviceType, 
.bookableService .extraBookingConditions,
.bookableService .serviceType,
.bookableService .serviceDescription,
#bookableServicesDiv .multi .shortInfo
{
	margin: 8px 0;
}

.bookableService .serviceThumbnail 
{
	float: left;
	margin: 4px;
}

.bookingEnterContactDataStep .gv2searchbox input, .bookingEnterContactDataStep select 
{
	border: 1px solid #999;
}

.bookingEnterContactDataStep .required 
{
	background-color: #ffffdd;
}

.gv-panel .gv-panel-overlay, .gv-panel .gv-overlay-background 
{
	height: 1em !important;
}

.gv-filmstrip ul {
	list-style-type: none !important;
}

.gv-filmstrip ul li, li.gv-frame {
	list-style-type: none !important;
	list-style: none !important;
}

.bookingSearchOptions 
{
	table-layout: fixed;
}

.bookingSearchOptions .caption 
{
	position: absolute;
	left: -60px;
	top: 0;
	/*border: 1px solid red;*/
	height: 36px;
	line-height: 36px;
}

.bookingSearchOptions .adults 
{
	background-image: url(images/adult-ongray.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	float: left;
	height: 36px;
}

.bookingSearchOptions .childs 
{
	background-image: url(images/child-ongray.png);
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-left: 30px;
	float: left;
	background-position: 0 10px;
	height: 36px;
}

.bookingSearchOptions .remover 
{
	margin-left: 10px;
	float: left;
	padding-top: 21px;
}

.bookingSearchOptions select 
{
	margin-top: 4px;
}

.bookingSearchOptions a.addUnit
{
	display: block;
	float: left;
	/*background-color: #008000;
	color: white;
	padding: 0.5em;*/
	text-decoration: underline;
}


.bookingSearchOptions .addUnitsDiv 
{
	clear: both;
	margin-top: 1em;
}

.bookingSearchOptions .anotherUnit 
{
	margin-top: 1em;
	position: relative;
	
	/* msie fail fix */
	height: 36px;
	/width: 400px;
	
}

.bookingSearchOptions #bookingSearchOptions_UnitDiv1 
{
	position: relative;
	
	/* msie fail fix */
	height: 36px;
	/width: 400px;	
}

#bookingSearchOptions_UnitDiv1 .remover 
{
	display: none;
}

