/* Start of CMSMS style sheet 'Layout: HW' */
body {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fdfcf0;
	background: #fff url(uploads/Layout/body_bg.jpg) bottom center repeat-y;
}

* {
margin: 0;
padding: 0;
}

/**** Standaard  HTML elementen ****/

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

p {
   padding: 0;
   margin-top: 0.5em;
   margin-bottom: 1em;
   text-align:left;
}

h1, h2, h3, h4, h5 {
	line-height: 1.6em;
	font-weight: normal;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
         border:0px;
}


/**** default link styles *****/
a {
	color: #4b2077;
	text-decoration: underline;
	text-align: left;
}
a:hover {
	color: #7e5a9d;
        text-decoration: none;
}

/*a:active {
	color: #4b2077;
}
a:visited {
	color: #4b2077;
}*/

.clear {
        clear:both;
}

/***** Wrapper *****/

div#bodywrapper {
        background: #fdfcf0 url(uploads/Layout/body_top_bg.jpg) top left repeat-x;
        min-height: 100%;
        height: 175px;
        width: 100%;
}
div#pagewrapper {
       background: url(uploads/Layout/content_bg.jpg) top right  repeat-y;
       margin: auto;
       width: 934px;
}

/***** Header ******/

#header {
	height: 175px;
}

div#header  .kop_foto {
        position:absolute;
        top:0px;
        left:auto;
        float:left;
        z-index: 20;
}

#logo {
        clear:both;
        display: block;
        height: 110px;
	width: 285px;
	text-indent: -9999em;
        position:relative;	
        top: 25px;
	margin-left: 23px;
        border: 3px solid #e5ea36;
	background: url(uploads/Layout/logo_hw.jpg) no-repeat left top;
        z-index: 30;
}

/*****  Content ****/

#content {
        /*background: url(uploads/Layout/content_bg.jpg) top right  repeat-y;*/
        text-align: left;
        min-height: 430px;
}
#print {
        text-align: right; 
	padding-top: 10px;
}

/**** Site Title ****/
h1.title {
	font-size: 16px;
	color: #4b2077;
	margin-bottom: 20px;
        font-weight: bold;
}

/**** Left Bar ****/

#left_bar {
        float:left;
	width: 234px;
}

/**** Main (Right) ****/

#main {
        float:right;
        background: url(uploads/Layout/main_bg.jpg) no-repeat bottom right;
        width: 650px;
        padding-right: 50px;
        padding-bottom: 20px;
        color: #4b2077;
        line-height: 20px;
        min-height: 430px;
}

#main ul {
padding-left: 40px;
margin-bottom: 20px;
}

#main ul li {
margin-bottom: 5px;
}

/***** Footer *****/

#footer {
        clear:both;
        /*position:relative;*/
        background: url(uploads/Layout/footer_bg.jpg) top left repeat-y;
	color: #FFF;
	font-size: 12px;
	height: 15px;
        padding-top:15px;
        /*z-index:50px;*/
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

#footer a:hover {
       text-decoration: underline;
}

.footer-text {
        float:left;
        padding-left: 225px;
}

.copyright {
        float:right;
        color: #ab98bf;
	text-decoration: none;
	font-size: 11px;
        margin-right:45px;
}

#footer .copyright a {
        color: #ab98bf;
        text-decoration: none;
	font-size: 11px;
}

/****  CONTACTFORMULIER OPMAAK ****/

.formbuilderform {
   font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

.formbuilderform input {
   color: #4b2077;
   border: 1px solid #4b2077;
   padding: 2px;
   margin: 0 0 4px 10px;
   width: auto;
   background-color: #FFF;
   font-size: 12px;
}

.formbuilderform select {
   border: 1px solid #4b2077;
   padding: 2px;
   margin: 0 0 4px 10px;
   width: 187px;
  .width: 187px;
 _width: 187px;
  background-color: #FFF;
  font-size: 12px;
}

.formbuilderform textarea {
   color: #4b2077;
   border: 1px solid #4b2077;
   padding: 2px;
   margin: 0 0 4px 10px;
   width: auto;
  height: 150px;
  background-color: #fff;
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  font-size: 12px;
}

.formbuilderform .fbsubmit {
  border: 1px solid #4b2077;
  padding: 2px;
  margin: 0 0 0 10px;
  width: 100px;
  background-color: #ab98bf;
  font-weight: bold;
}

.formbuilderform input:focus{
background-color: #dfd5e9;
}

.formbuilderform textarea:focus{
background-color: #dfd5e9;
}

.formbuilderform .fbsubmit:hover {
background-color: #dfd5e9;
color: #fff;
}

.error_message {
margin-bottom: 20px;
padding-left: 20px;
}

/* End of 'Layout: HW' */

