/* CSS Document */

/* reset */
*{border:none;color:#000;font-family:Helvetica, Arial, sans-serif;font-size:12px;line-height:20px;list-style:none;margin:0;padding:0;text-align:left;text-decoration:none}

/* main classes */
html {
	height:100%;
	min-height: 100%;
	width:100%;
	overflow:hidden;
	height: auto !important;
}
body {
	height:100%;
	width:100%;
	min-height: 100%;
	height: auto !important;
	color:#000;
	overflow:hidden;
	background:#FFF url(/images/bg.gif) repeat-y left top;
}
body#rotate{
	background:#e7e4e5;
}
body#overzicht{
	background:#e7e4e5;
}
img {
}
a, input, textarea{
	border: none;
	outline: none;
}
a:link, a:visited{
	color:#000;
	text-decoration: underline;
}
a:hover, a:active{
	color:#000;
	text-decoration:none;
}
a.active {
	font-weight:bold;
	text-decoration:none;
}
a#close{
	background:url(http://www.villaescamp.nl/webEdition/images/button/btn_clicked_middle.gif) repeat-x left top;
	border:1px solid #006DB8;
	padding:4px 5px;
}
p {
	font-size: 12px;
	line-height: 20px;
	margin:0 0 15px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin:0 0 15px;
}
h2 {
	color:#000;
	font-size: 11px;
	font-weight: normal;
	margin:0 0 15px;
	text-transform: uppercase;
}
h3 {
	font-size: 13px;
	font-weight: normal;
	margin:0 0 15px;
}
h4 {
	color:#000;
	font-size: 13px;
	font-weight: normal;
	margin:0 0 15px;
}
/* tablesorter */
table{
	border-collapse: collapse;
	margin-bottom: 30px;
	width:100%;
}
thead{}
tr{}
tr.even{
	background: #e7e4e5;
}
thead tr th.headerSortUp{
	background: url(../images/up.png) no-repeat right 10px;
}
thead tr th.headerSortDown{
	background: url(../images/down.png) no-repeat right 10px;
}
th.header:hover{
	text-decoration: underline;
}
tbody tr:hover{
	background: #FFF;
	cursor:pointer;
}
th, td{
	padding: 2px 4px;
	cursor: pointer;
}
th{
	color: #7e7c7f;
}
td{}
th.first, td.first{
	padding-left:37px;
}
/* layout */

#wrap {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 101%;
	left: 0px;
	top: 0px;
	overflow:auto;
}
#mainwrap {
	margin:0 auto;
	position: relative;
	text-align:center;
}
#header {
	background: #FFF url(/images/header_bg.png) repeat-x center top;
	display:block;
	height:140px;
	left:0px;
	margin:0 auto;
	min-width:980px;
	position: relative;
	top:0px;
	width:100%;
	z-index:990;
}
body#rotate #header {
	background: url(/images/header_bg.png) repeat-x center top;
	display:block;
	height:140px;
	left:0px;
	margin:0 auto;
	min-width:980px;
	position: absolute;
	top:0px;
	width:100%;
	z-index:990;
}
#logo {
	display:block;
	float:left;
	height:90px;
	padding:20px 20px 0 40px;
	width: 154px;
}
#logo img {
	border: none;
}
#contentwrap{
	left:0;
	position:relative;
	top:0;
}
#startimagewrap {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 110%;
	height: 100%;
}
#startimagewrap a img{
	float:left;
}
#imagewrap {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow:hidden;
}
#imagewrap img {
	width: 100%;
	height: 100%;
}
/* panel */
#panel{
	left:0;
	position: absolute;
	top:0;
	width:375px;
}
#panel img{
	margin: 0 0 10px 0;
}
#panelslider{
	background:#f8f7f7;
	/*border-top:12px solid #e7e4e5;*/
	left:-390px;
	position:absolute;
	top:140px;
	width:390px;
	z-index:995;
}
#panelslider #showhide{
	display:block;
	position:absolute;
	right:-17px;
	top:-12px;
	width:34px;
	z-index:999;
}
#content_wrapper {
	padding:30px 20px 30px 40px;
	margin:0;
	position:relative;
}
.content_wrapper{
	padding:30px 20px 30px 40px;
	margin:0;
	position:relative;
}
#content_wrapper.kaartwrapper {
	padding:30px 20px 0 40px;
	margin:0;
}
#panel h1, #panelslider h1{
	margin:0 0 10px 0;
	padding:0;
}
#panel p, #panelslider p {
	margin: 0 0 10px 0;
	padding:0;
}
#panelslider p#showhide{
	margin:0;
	padding:0;
}
#panelslider p#showhide a{
	border:none;
	display:block;
	float:left;
	height:12px;
	text-indent:-999em;
	width:17px;
}
#panelslider p#showhide a.hide {
	background:#f8f7f7 url(/images/hide.png) no-repeat scroll center center;
}
#panelslider #showhide  a.show {
	background:#e7e4e5 url(/images/show.png) no-repeat scroll center center;
}
#panelslideshow {
	width:330px;
	height: 220px;
	margin: 0 0 10px 0;
	overflow: hidden;
	display: block;
}

#content_holder{
	padding:0;
	width:390px;
}
.scroll-pane{
	overflow: auto;
}
/* contentarea */
#items{
	left: 390px;
	position: relative;
	top:20px;
	padding: 0;
	margin: 0;
}
#items.programma {
	padding: 0 0 0 18px;
	top:40px;
}
#items.overzicht{
	left: 0px;
	position: absolute;
	top:0px;
	padding: 0 0 0 18px;
	margin: 0;
}
#items.overzicht .item{
	cursor: pointer;
	height:180px;
}
#items.overzicht .item a {
	display: block;
	height: 130px;
	overflow: hidden;
	width: 130px;
	text-align: left;
}
.item, .maand h2, .evenement{
	float: left;
	margin: 0 0 20px 20px;
	width:130px;
}
.item{
	cursor: pointer;
	height:220px;
}
.item p{
	margin: 5px 0 0 0;
}
.item a{
	display: block;
	height: 130px;
	overflow: hidden;
	width: 130px;
	text-align: left;
}
.item p:hover {
	background:#e7e4e5;
}
.item p:hover {
	background:#e7e4e5;
}
.datum {
	text-decoration: underline;
}
.gmnoprint img {
	display: block;
	margin: 0 0 10px 0;
}
.gmnoprint p span, .item p span{
	display: block;
	font-size: 11px;
	line-height: 15px;
	width: 130px;
}
.gmnoprint p span{
	width:180px
}
.gmnoprint p span.datum, .item p span.datum{
	
}
.gmnoprint p span.titel, .item p span.titel{
	font-weight: bold;
}
.gmnoprint p a {
	font-size: 11px;
}
#preview{
	position:absolute;
	background:#FFF;
	padding:3px;
	display:none;
	color:#fff;
	z-index: 999;
}
/* slidert */
#slideshow{
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
}
#slideshow img.cluetip{
	margin:0 auto;
	width:100%;
	cursor:pointer;
}

/* weergaves */
#weergaves{
	height:30px;
	left:420px;
	padding: 1px;
	position: absolute;
	top:7px;
	width:180px;
	z-index:999;
}
#weergaves a:link, #weergaves a:visited{
	float: left;
	text-decoration: underline;
}
#weergaves a span{	display: block;
	padding: 2px 6px;
}
#weergaves a:hover, #weergaves a:active span {
	text-decoration: none;
}
#weergaves a.active, #weergaves a.active span{
	text-decoration: none;
	font-weight: bold;
}

/* paginering */
#paginering{
	height:30px;
	right:0px;
	padding: 1px;
	position: absolute;
	top:7px;
	z-index:999;
}
#paginering a {
	display:inline;
	margin: 0 0 0 10px;
}

/* menu */
#nav {
	text-align:right;
	padding: 20px 20px 0 0;
	position:relative;
}
#nav ul {
}
#nav li {
	display:inline;
	float:right;
	padding:0 0 0 8px;
}
#nav a:link, #nav a:visited{
}
#nav a:hover, #nav a:active{
}
#nav a.active{
	text-decoration:none;
}
#colofon_li{
}
.colofon_btn{
}
#colofon{
	background:#F8F7F7;
	display:none;
	padding:10px 10px 0;
	position:absolute;
	top:40px;
	right:20px;
	width:200px;
	z-index:9999;
}
#colofon p{
	font-size:11px;
	line-height:15px;
}

/* forms en buttons */
#zoekbox{
	display:block;
	position:absolute;
	right:20px;
	top:84px;
	width:295px;
}
form.cForm {
	float:right;
}
#panelslider form{
	margin:20px 0 10px 0;	
}
fieldset {
	border: 0 none;
	padding: 0;
}
form input, form textarea{
	border:1px solid #000;
	float:left;
	padding:1px 3px;
	line-height:15px;
	height:15px;
	margin:4px 10px 2px 0;
	text-align:left;
	width:322px;
}
textarea{
	height: 150px;
}
select{
	margin:4px 10px 2px 0;
}
input#zoek{
	width:160px;
}
#zoekbox input#form_submit{
	background: url(../images/zoek_knop2.png) no-repeat left bottom;
	border:none;
	float:right;
	height:17px;
	margin:4px 0 0 0;
	padding:0;
	text-indent:-999em;
	width:17px;
}
#zoekbox input#form_submit:hover{
	background: url(../images/zoek_knop2.png) no-repeat left top;
	border:none;
	float:right;
	height:17px;
	margin:4px 0 0 0;
	text-indent:-999em;
	width:17px;
}
body#rotate #zoekbox input#form_submit{
	background: url(../images/zoek_knop.png) no-repeat left bottom;
	border:none;
	float:right;
	height:17px;
	margin:4px 0 0 0;
	padding:0;
	text-indent:-999em;
	width:17px;
}
body#rotate #zoekbox input#form_submit:hover{
	background: url(../images/zoek_knop.png) no-repeat left top;
	border:none;
	float:right;
	height:17px;
	margin:4px 0 0 0;
	text-indent:-999em;
	width:17px;
}
input#form_submit{
	border:1px solid #000;
	background:#e7e4e5;
	color:#000; 
	float:right;
	height:17px;
	margin:4px 10px 0 0;
	padding:2px;
	width:auto;
}
input#form_submit:hover{
	background:#FFF;
}
input#form-submit{}
label{
	float:left;
	width:276px
}
.check {
	padding: 0px;
	margin-bottom: -1px;
	margin-left: -1px;
	width:auto;
}
.focusField{
	background:#f8f7f7;
}
.idleField{
	background: none;
}
p.inform{
	float:left;
	display:inline;
	margin-bottom:0;
	width:100%;
}
body#rotate .focusField{
	background:#FFF;
}
body#rotate .idleField{
	background: #FFF;
}
/* jmapping */
#panel p.weergaves{
	margin-top: 20px;
}
.map-location{
	margin: 0 0 0 40px;
}
a.block{
	display: block;
}
/* fashion ad */
.intern_ad{
	position: absolute;
	left:300px;
	top:100px;
	z-index:987;

	display:none;
}
/* Clearen van floats */
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after{
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;height:0
}
.clearfix{
	display:inline-block
}
* html .clearfix{
	height:1%
}
.clearfix{
	display:block
}
/* voor WE */
.editblock{
	background:#f8f7f7;
	left:0px;
	padding:0 20px;
	position:absolute;
	top:140px;
	width:390px;
	height:100%;
	z-index:995;
	min-height:1500px;
}
.editblock, .editblock div, .wetextinput, .wetextarea {
	font-size: 13px;
	line-height: 20px;
}
.weEditmodeStyle body{
	background-color: #FFF;
	overflow: auto;
	font-size: 13px;
	line-height: 20px;
	color: #000;
}
.editblock html{
	overflow: auto !important;
}
.edit {
	border: 1px solid #CCC;
	padding-left: 2px;
	width:360px;
	margin-top: 5px;
}
.editcontent {
	margin-top: 5px;
	background-color: #FFF;
	overflow: auto;
	font-size: 13px;
	line-height: 20px;
	color: #000;
}
.weEditmodeStyle input, .weEditmodeStyle select {
	border: 1px solid #CCC;
	font-size: 13px;
	line-height: 20px;
	margin:0;
	width:360px;
}
.editblock table {
	margin: 0;
	font-size: 13px;
	line-height: 20px;
	width:auto;
	padding:0;
}
.editblock tr, .editblock td {
	vertical-align: middle;
	margin: 0;
	padding: 2px;
}
.editblock img, .editblock table img, .editblock td img, .weEditmodeStyle, td.weEditmodeStyle {
	border: none;
	padding-top: 2px;
}
.weBtnLeft, .weBtnLeftDisabled, .weBtnRight, .weBtnRightDisabled {
	background-repeat: no-repeat;
}
#thickboxwrapper {
	position:relative;
	top:0;
	left:0;

	margin: 0 0 0 390px;
	padding: 10px 0 0;
	display: block;
background:#e7e4e5;

border-bottom:10px solid #F8F7F7;
}
#thickboxwrapper h2 {
	margin:0 0 20px 20px;
	font-weight:bold;
	text-transform:none;
}
#thickboxwrapper a {
	float: left;
	margin:0 0 20px 20px;
	height:130px;
	width: 130px;
}
#thickboxwrapper a img {
	border: none;
	padding: 0;
}
