﻿#layoutTemplateBestellen {
	width:100%;
	}
	
#layoutTemplateBestellen .sys_h1_article_header {
	margin:0px !important;
	}

#layoutTemplateOverzicht-Hotel #leftCol,
#layoutTemplateOverzicht-Restaurant #leftCol,
#layoutTemplateOverzicht-CafeClub #leftCol {
	width:100%;
	padding-bottom:150px;
}
#layoutTemplateOverzicht-Hotel  #footer,
#layoutTemplateOverzicht-Restaurant  #footer,
#layoutTemplateOverzicht-CafeClub   #footer,
#layoutTemplateOverzicht-Hotel  #header,
#layoutTemplateOverzicht-Restaurant  #header,
#layoutTemplateOverzicht-CafeClub   #header
 {
	z-index:1;
	}
	
#layoutTemplateOverzicht-Hotel  #inhoud,
#layoutTemplateOverzicht-Restaurant  #inhoud,
#layoutTemplateOverzicht-CafeClub   #inhoud
 {
	z-index:0;
	}


ul.templates li {
	border:1px solid #EEEEEE;
	float:left;
	list-style:none outside none;
	margin:0 20px 12px 0;
	width:190px;
	}

ul.templates li span {
	width:186px;
	padding:2px;
	color:#fff;
	background:#e11378;
	display:block;
	text-align:center;
}



ul.templates li span a {
	color:#fff !important;
	font-weight:bold;
	text-decoration:none !important;
	border-bottom:none !important;
}

ul.templates li div {
	width:190px;
	height:200px;
	margin-top:2px;
	color:#fff;
	background:#efefef;
	display:block;
	text-align:center;
	overflow:hidden;
}

ul.templates li span.templatenaam {
	width:186px;
	padding:2px;
	color:#fff;
	background:#5E5F61;
	display:block;
	text-align:center;
	border-top:2px solid #FFF;
	font-weight:bold;
}



img.pimg:hover {
	cursor:pointer;
}
#pimg {
	z-index: 2;
	display: none;
	position: absolute;
	border:10px solid #f5f4f4;
	-webkit-box-shadow: 0px 0px 10px  #404040;
	-moz-box-shadow: 0px 0px 10px #404040;
	box-shadow: 0px 0px 10px #404040; 	
}
#pimg h3 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-top: 10px;
	border: 3px solid #999;
	background-color: #eeeeee;	
}

div.gallery-container {
	position:fixed;
	left:0;
	top:0;
	height:100%;
}

#gallery2 {
	float:left;
	overflow:hidden;
	padding:5px 10px;
	width:450px;
}

#text {
	float:left;
	text-align:left;
	width:370px;
	margin-left:480px;
	
	padding:60px 10px 10px;
}

#text p {
	margin-bottom:20px;
}

#text .sys_h1_article_header  {
	margin-top:0px;
	margin-bottom:5px;
}

#text li {
margin-left:15px;
}

#actieknoppen {
	background:#FFFFFF;
	height:60px;
	left:490px;
	position:fixed;
	top:0;
	width:370px;
	}
	

a.bestellen {
	background:#000 url(images/template_knop.jpg) repeat-x left top;
	display:block;
	line-height:41px;
	text-align:center;
	width:150px;
	padding:0px 10px;
	color:#FFF !important;
	float:left;
	margin-top:10px;

}

a.live-demo{
	background:#000 url(images/template_knop.jpg) repeat-x left top;
	display:block;
	line-height:15px;
	text-align:center;
	width:150px;
	height:31px;
	padding:5px 10px;
	color:#FFF !important;
	float:left;
	margin:10px 0px 0px 10px;
}

a.live-demo:hover, 
a.bestellen:hover {
	background:#e14191 url(images/template_knop_hover.jpg) repeat-x left top;
	color:#FFF;
}

a.templatekeuze {
display:block;
width:350px;
line-height:40px;
border:1px solid #CCCCCC !important;
text-align:center;
margin-bottom:20px;
background:#efefef;
background:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.43, rgb(229,229,227)),
    color-stop(0.86, rgb(209,209,209))
);
background:-moz-linear-gradient(
    center bottom,
    rgb(229,229,227) 43%,
    rgb(209,209,209) 86%
);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
}