
/*-----------Block Level Elements--------------*/

body {
  font:       12px/15px Arial, Helvetica, sans-serif;
  margin:     0;
  padding:    20px;
  /*background: url(cwl-bgrnd.jpg) no-repeat fixed left top;*/
  background: url(cwl-bgrnd.jpg) no-repeat fixed center top;
  /*background: url(cwl-bgrnd.jpg) no-repeat fixed center bottom;*/
  text-align: center;
}

a:link, a:visited {
  color:           #111;
  text-decoration: none;
  border:          none;
}
a:hover, a:active {
  color:           #6A1A4C;
  text-decoration: none;
  border:          none;
}

h1, h2, h3{
  margin-top:  0;
  font-family: Palatino, Palatino Linotype, Georgia, "Times New Roman", serif;
}

/*--------------Overall-----------------*/

#overall {
  margin:          0px auto;
  padding:         0px 0px 50px 0px;
  width:           976px;
  text-align:      left;
  color:      #222;
  
  }


/*--------------Header-----------------*/

#header {
  margin:  0px;
  height:  55px;
  padding: 0px;
}

#headerLeft {
  width:          300px;
  height:         100%;
  padding:        0;
  margin:         0px;
  float:          left;
  border: 0px;  /* DOET DIT WEL WAT? */
  
  }

#headerLeftHome {
  text-align:    left;
}

#headerLeftHome h1{
  font-size:   32px; 
  line-height: 34px; 
}

#headerLeftHome a:link, #headerLeftHome a:visited{
  color:           #6A1A4C;
  text-decoration: none;
  border:          none;
}
#headerLeftHome a:hover, #headerLeftHome a:active{
  color:           #222;
  text-decoration: none;
  border:          none;
}

#headerMiddle {
  height:  100%;
  float:   left;
  padding: 0px;
  margin:  0px;
  width:   400px;
  
  }

#headerMiddleText_ {
  /*height:         40px;*/
	padding:        0px;
	margin:         50px 0px 0px 0px;
	float:          left;
	vertical-align: bottom;
}

#middleText {
  /*font-size:   18px;  
  line-height: 20px;*/
}

.title {
  border-bottom:  1px solid #1B1B1B;
  width:          160px;
  float:          left;
  height:         55px;
  padding:        25px 0px 0px 0px;
  margin:         0px 0px 0px 25px;
  display:        inline;   /* need for IE6 */
  color:          #999999;
  
  }

#headerRight {
  margin:  0px;
  padding: 0px;
  height:  100%;
  float:   left;
  width:   15px;
  
  }

.description {

}

/*---------Container of menu's and content---------*/

#container {
  margin:  0px;
  padding: 0px;
  width:   100%;
  height:  100%;
  /*top: 102px;
  height: 875px; */ /* KAN MOGELIJK WEG */
  
  }




/*-------------The Content-------------*/

#content {
  float: right;
  width: 776px;
  /*margin:  0px;
  padding: 0px;*/
  
  }

.contentTitle {
  padding:       0px 0px 3px 0px;
  margin:        0px 0px 8px 0px;
  
  font-family: Palatino, Palatino Linotype, Georgia, "Times New Roman", serif;
  font-size:   18px;
  /*line-height: 18px;*/
  font-weight: bold;
}

/*
p {
  margin: 0px;
  padding: 0px 0px 15px;
}
*/

/*-------------Menu Left-------------*/

#menuLeft {
  /*
  margin:     0px 25px 0px 0px;
  padding:    0px 0px 50px;
  */
  width:      180px;
  float:      left;
  
  }
#menuLeft ul{
  margin:     0px;
  padding:    0px;
  list-style: none;
}
#menuLeft .mainMenuItem {
  font-size:     12px;
  font-weight:   normal;
  /*line-height:   22px;*/
  /*margin-bottom: 17px;*/
  margin-bottom: 0px;
  
}
#menuLeft .subMenuItem {
  font-size:     12px;
  font-weight:   normal;
  /*line-height:   19px;*/
  margin-left:   10px;
  margin-bottom: 0px;
}
#menuLeft .menuChoice {
  font-weight:   bolder;
}


/*-------------Footer-------------*/

#footer {
  height:20px;
  font: 10px/12px Arial, Helvetica, sans-serif;
  text-align: left;
  padding: 10px 0px 0px 0px;
  margin:  0;
  clear:both;
  width:100%;
  
  }


/*-------------Edit area-------------*/

#editArea {
  width: 800px;
}

.loginDot {
  /*visibility: hidden;*/
}

