/*----------------------------------------------
Main stylesheet for cortjensdc.nl
date:			augustus 2008
author: 	Rian Rietveld, RRWD
website: 	http/www.rrwd.nl

font: Verdana, Arial, Helvetica, "Sans Serif";
colorr: #000
background-color: #fff
background sidebar_right: #808eab;
background-buttons: #002b5c;


------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  background-image: url('../layout/bg-body.gif');
  background-position: top center;
  background-repeat: no-repeat;
}

div {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

/*---------------------------------------------- lay-out ------------------------------------------------*/
#wrapper {
  position: relative;
  width: 950px;
  min-height: 870px;
  margin: 0 auto;
  background-position: top right;
  background-repeat: no-repeat;
}

#logo {
  position: absolute;
  top: 93px;
  left: 700px;
}

#logo img {
  width: 205px;
  height: 48px;
}
#content {
  position: absolute;
  top: 320px;
  left: 50px;
  width: 620px;
  height: 330px;
}

#blok_links {
  float: left;
  width: 300px;
}

#blok_rechts {
  float: right;
  width: 300px;
}

#kolom_rechts {
  position: absolute;
  top: 300px;
  left: 700px;
}

#hoofd_menu {
  position: absolute;
  top: 700px;
  left: 0;
  display: block;
  height: 160px;
  background-image: url('../layout/bg-menu-onder.gif');
  background-position: 10px 130px;
  background-repeat: no-repeat;  
  list-style: none;
}

/*---------------------------------------------- menu ------------------------------------------------*/

#hoofd_menu {
  margin: 0;
  padding: 0;
}

#hoofd_menu li a {
  padding: 0;
  margin: 0;
  display: block;
  height: 150px;
  width: 175px;
  background-position: top center;
  background-repeat: no-repeat; 
  color: black;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  padding-right: 18px;
  padding-top: 135px;
}

#hoofd_menu li {
  float: left;
  list-style: none;  
}
#hoofd_menu li a.active, #hoofd_menu li a:hover {
  color: white;
}

#hoofd_menu li a span{
  color: white;
}

#hoofd_menu li a.active span, #hoofd_menu li a:hover span {
  color: black;
}

#kolom_rechts a{
  text-decoration: none;
}

#kolom_rechts h2{
  margin-top: 20px;
  padding-top: 0;
}

#kolom_rechts ul{
  margin: 0;
  padding: 0px;
}

li.portfolio {
  margin-left: 30px;
  list-style-type: disc;
}

li.portfolio_active {
  margin-left: 30px;
  list-style-type: disc;
  color: #c0d532;
}

.active_menu_rechts {
  color: #c0d532;
}

#nieuws {
  list-style: none;
  margin: 0;
  padding: 0;

}

#nieuws li {
  list-style: none;
}

/*---------------------------------------------- font ------------------------------------------------*/

* {
  font-family: Verdana, Arial, Helvetica, "Sans Serif";
  color: #333;
  font-size: 11px;
  line-height: 18px;
}

h1 {
  color: #c0d532;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 20px;
}

h2 {
  color: #c0d532;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 20px;
}


