/*
    created by: WizBizz
    url: http://www.wizbizz.nl
*/

*{
font-family:verdana, arial;
font-size:12px;
}

body {
text-align: center;
margin:0px;
padding:0px;
background:url(templates/images/mainbg.gif) top center;
}

div {
}

div#head{
position:relative;
width:1000px;
height:140px;
}

div#container{
text-align:left;
position:relative;
margin:0px auto;
width:1000px;
border-left:1px #f4a9d0 solid;
border-right:1px #f4a9d0 solid;
border-bottom:1px #f4a9d0 solid;
background:url(templates/images/bgcolor.gif);
}

div#logo{
float: left;
position:relative;
width:196px;
height:167px;
background:#f8f8d4;
}

div#header{
  float: right;
  height:167px;
}

div#content_container{
float: left;
position:relative;
width:1000;
height: 825px;
}

div#sidespacer {
  float: left;
  height: 440px;
  #height: 420px;
  width: 20px;
}

div#top_menu{
width:677px;
padding:4 0 4 0px;
margin-left:230px;
margin-bottom:24px;
border-bottom:1px #999a92 solid;
font-size: 12px;
}

  div#content{
  float: left;
  margin-left: 230px;
width: 660px; 
 height: auto;
  }

  div#menu_left{
  position:absolute;
  top: 200px;
  left:20px;
  width:200px;
 /* height:300px; */
 height: auto;
  }

div#footer{
clear:both;
position:relative;
width:1000px;
height:152px;
background:url(templates/images/footer.jpg) no-repeat top right;
}
  div#wizbizz{
  position:relative;
  margin:3 auto 3 auto;
  height:auto;
  width:1000px;
  text-align:center;
  font-size:11px;
  }

  /* link WizBizz onderin */
  #wizbizz a{text-decoration:none; color:#e50278}
  #wizbizz a:hover{text-decoration:none; color:#6f706b}

div#hr_header{
clear: both;
position:relative;
height:16px;
width:1000px;
background:#e50278;
border-top:1px #f4a9d0 solid;
border-bottom:1px #f4a9d0 solid;
}

td.login table td input {
  font: 11px Verdana, Arial, sans-serif;
}
