/************************************************************************************
	@Project Astena.be
	@Author Dieter De Weirdt <dieter@12pm.be>
	@Design Dieter De Weirdt <dieter@12pm.be>
************************************************************************************/

/* **
*	Clear
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0; }

img { border: none; margin: 0; padding: 0; }

html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; -webkit-font-smoothing: antialiased; }


.DNNEmptyPane { display: none; visibility: hidden;}
.ControlPanel { }
.Normal, .NormalBold, .NormalDisabled, .NormalTextBox, .NormalRed, .CommandButton, .SkinObject, Blockquote {
	font: 13px/18px Arial, Helvetica, Geneva, sans-serif;
}
/* make action buttons */
.block .footer span span { background-color: #FFF; border: solid 1px #999; -moz-border-radius: 5px; border-radius: 5px; padding: 3px 5px; white-space: nowrap; display: block; float: left; margin: 5px 5px 5px 0; }

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
 .clearfix { display: inline-block; }
html[xmlns] .clearfix {	display: block; }
* html .clearfix { height: 1%; }

/* fix html5 displays */
header,footer,nav,section { display:block; }

/* body style */
html, body {  }
body { background: #423b36; color: #fff; font-family: helvetica,arial,sans-serif; font-size: 13px; line-height: 17px; text-align:center;}
table td { font-size: 13px; }
a, a:link, a:visited { color: #97c93e; text-decoration: underline; }
a:hover{ color: #fff; text-decoration: underline; }
a img { border:solid 0 #fff;}
p { margin: 0 0 15px 0;}
strong { font-weight: bold; }
h1, h1 .Head, h1 a, h1 a:link, h1 a:visited { font-size: 22px; font-weight: normal; color: #97c93e; margin: 0 0 10px 0; line-height: 1.1em; text-decoration:none; text-shadow: rgba(0, 0, 0, 0.9) 0px 1px 0px;}
h2, h2 .Head, h2 a, h2 a:link, h2 a:visited { font-size: 18px; font-weight: normal; color: #AAA; margin: 0 0 5px 0; line-height: 1.1em; text-decoration:none; text-shadow: rgba(0, 0, 0, 0.9) 0px 1px 0px;}
h3, h3 .Head, h3 a, h3 a:link, h3 a:visited { font-size: 15px; color: #52514a; margin: 0 0 5px 0; line-height: 1.1em; text-decoration:none; text-shadow: rgba(0, 0, 0, 0.9) 0px 1px 0px;}
h1 a:hover, h2 a:hover, h3 a:hover { color: #fff; text-decoration: none; }
em { color: #777; font-style: italic; }
img.right { margin: 0 0 10px 15px; }

/* base blocks*/
.inner { width: 950px; margin: 0 auto; text-align:left; position: relative; text-align: left; }

/* header style */
header {  } 
header h1 a{ margin: 10px 0; display: block; text-indent: -9999em; width: 182px; height: 76px; background: url('../i/padeo.png') no-repeat left center; }

/* navigation style */
nav { margin: 0 auto; overflow: hidden; }
nav ul { list-style-type: none;}
nav li { list-style-type: none; display: block; float: left; }
nav li a, nav li a:link, nav li a:visited { display: block; width: 169px; font-size: 15px; font-weight: bold; text-align: left; text-decoration: none; color: #fff; border-left: solid 1px #9e9e9e; padding: 5px 10px; text-decoration: none; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 0px;}
nav li a .description { display: block; color: #9e9e9e;  font-size: 13px; font-weight: normal; font-style: italic}
nav li a:hover { color: #97c93e; text-decoration: none; }
nav li.CurrentItem a,
nav li.ParentCurrentItem a { background: url('../i/currentItemBg.png') repeat-y bottom left; color: #fff; border-left: solid 1px #97c93e; }
nav li.CurrentItem a .description,
nav li.ParentCurrentItem a .description { display: block; color: #97c93e; }

/*subnavigation*/
.subnavigation ul { list-style-type: none; margin: 0 !important; }
.subnavigation ul li { list-style-type: none;  border-bottom: solid 1px #9e9e9e;}
.subnavigation ul li a { display: block; padding: 10px; text-decoration: none; color: #fff; line-height: 13px;}
.subnavigation ul li a:hover { color: #97c93e; }
.subnavigation ul li ul { margin: 0 0 10px 20px !important;}
.subnavigation ul li ul li { border-bottom: none;}
.subnavigation ul li ul li a { padding: 3px 0; font-size: 12px; color: #9e9e9e; }
.subnavigation ul li ul li.CurrentItem a,
.subnavigation li.CurrentItem a { color: #97c93e; }
.subnavigation li.CurrentItem li a,
.subnavigation li.ParentCurrentItem li a { color: #9e9e9e }

/* Content regions */
#content { margin: 20px 0;}
.left.region { width: 190px; margin: 0 10px 0 0; float: left; }
.right.region { width: 750px; float: left; }
.center { text-align: center; }

/* blocks */
.block { margin: 0 auto 18px auto; overflow:hidden; }
.block.white { background: #fff; border: solid 1px #ddd; padding: 10px; }
.block.dark { background: #edece5; border: solid 1px #c9c8c3; padding: 10px; }

/* Footer */
footer .inner { border-top: solid 1px #81807b; padding: 15px 0 40px 0; color: #9e9e9e}
footer a, footer a:link, footer a:visited { color: #fff; }
footer a:hover{ color: #97c93e; }
footer .left {	float:left; }
footer .right {	float:right; }

/* */
#content ul, #content ol { margin: 0 0 15px 30px;}

/* HomeNavigation */
ul.homeNavigation { clear:both; list-style-type:none; margin: 0 !important; padding: 0; width:950px;}
ul.homeNavigation li { float:left; list-style-type:none;  margin: 0; padding: 0; }
ul.homeNavigation li.huishoudhulpWorden a { background: url("../i/huishoudhulpWorden.png") no-repeat left top; text-indent: -9999em; display:block; width: 465px; height: 305px; margin: 0 20px 20px 0; }
ul.homeNavigation li.huishoudhulpZoeken a { background: url("../i/huishoudhulpZoeken.png") no-repeat left top; text-indent: -9999em; display:block; width: 465px; height: 305px; }
ul.homeNavigation li.padeoInfo a { background: url("../i/padeoInfo.png") no-repeat left top; text-indent: -9999em; display:block; width: 465px; height: 100px; margin: 0 20px 20px 0; }
ul.homeNavigation li.padeoContact a { background: url("../i/padeoContact.png") no-repeat left top; text-indent: -9999em; display:block; width: 465px; height: 100px; }


/* Aandachtspunten */
ul.aandachtspunten { clear:both; list-style-type:none; margin: 0 !important; padding: 0; width:750px; height: 180px;}
ul.aandachtspunten li { float:left; list-style-type:none;  margin: 0; padding: 0; }
ul.aandachtspunten li a { text-indent: -9999em; display:block; width: 250px; height: 90px; }
ul.aandachtspunten li.aandachtspunt1 a { background: url("../i/aandachtspunt1.png") no-repeat left top; }
ul.aandachtspunten li.aandachtspunt2 a { background: url("../i/aandachtspunt2.png") no-repeat left top; }
ul.aandachtspunten li.aandachtspunt3 a { background: url("../i/aandachtspunt3.png") no-repeat left top; }
ul.aandachtspunten li.aandachtspunt4 a { background: url("../i/aandachtspunt4.png") no-repeat left top; }
ul.aandachtspunten li.aandachtspunt5 a { background: url("../i/aandachtspunt5.png") no-repeat left top; }
ul.aandachtspunten li.aandachtspunt6 a { background: url("../i/aandachtspunt6.png") no-repeat left top; }


.imageGallery ul { list-style-type: none; margin: 0; padding: 0; }
.imageGallery ul li { list-style-type: none; margin: 0 10px 10px 0; float: left;}
/* DOTNETNUKE Form Module */
.Eloket .intro { margin-bottom:10px; }
.Eloket input { width:550px; margin:2px; }
.Eloket textarea { width:550px; margin:2px; height:120px; }
.Eloket .checkbox input { margin-left:0px; width:20px; border:solid 0px black; }
/* margin-left:130px; */
.Eloket fieldset { border:1px solid #cecece; padding:10px; margin-bottom:10px; background:transparent url(../Images/ContentGradientReverse.png) repeat-x bottom left; }
.Eloket legend { padding:0 10px; font-size:14px; }
.Eloket label,
.Eloket .person .fieldName { display: block; width:120px; font-weight: bold; text-align:left; }
.Eloket label.checkbox { float:none; display:inline; width:600px; }
/* width:600px; 25/01/10 */
.Eloket .person input { width:150px; margin-right:8px; }
.Eloket p { margin:0 0 10px 0; }
.Eloket .labelHeader { margin-left:132px; }
.Eloket .labelHeader .personLabelLeft,
.Eloket .labelHeader .personLabelCenter,
.Eloket .labelHeader .personLabelRight { float:left; width:155px; }
.Eloket .radiobuttonList input { width:20px; }
.Eloket .radiobuttonList label { float:none; display:inline; }
.Eloket .login { border:1px solid #cecece; margin-bottom:10px; padding:20px 20px 20px 70px; background:url(../Images/Icons/Warning.png) no-repeat 10px 10px; }
.Eloket .userInfo { border:1px solid #cecece; margin-bottom:10px; padding:20px 20px 20px 70px; background:url(../Images/Icons/Profile.png) no-repeat 10px 10px; }
.Eloket a.button { border:solid 1px #333; padding:5px 10px; margin:0 10px 0 0; }
.Eloket a.button:hover { }

.Eloket .contactForm label,
.Eloket .contactForm .person .fieldName { display: block; width:150px; float: left; font-weight: bold; text-align:left; }
.Eloket .contactForm input { width:500px; margin:0px; }
.Eloket .contactForm .checkbox input { margin-left:150px; width:20px; border:solid 0px black; }
.Eloket .contactForm label.checkbox { float:none; display:inline; width:600px; }
.Eloket .contactForm .extraButtons { display: block; margin-left:150px;}

