/* Start of CMSMS style sheet 'debourgondier' */
*{
   padding: 0;
   margin: 0;
}

p{
   margin-bottom: 20px;
}

h1{
   margin-bottom: 20px;
   color: #a30073;
}

body{
   background-color: #000;
   color: #fff;
   font-family: Arial, verdana, Sans-serif;
   font-size: 12px;
   line-height: 20px;
}

body a{
   color: #a30073;
   text-decoration: none;
}

body a:hover{
   text-decoration: underline;
}

#container{
   width: 980px;
   height: auto;
   margin-left: auto;
   margin-right: auto;
}

#header{
   width: 980px;
   height: 140px;
}

#logo{
   float: left;
   margin-top: 15px;
   width: 225px;
   height: 120px;
}

#header #banner{
   float: right;
   width: 390px;
   height: 100px;
   margin-top: 15px;
   background-color: #a30073;
   padding: 5px;
   line-height: 16px;
}

#hoofdmenu{
   clear: both;
   width: 980px;
   height: 30px;
   background-color: #fff;
   color: #000;
}

#hoofdmenu ul{
   list-style: none;
   padding-left: 225px;
}

#hoofdmenu ul li{
   float: left;
   display: block;
   font-weight: bold;
   font-size: 14px;
}

#hoofdmenu ul li a{
   display: block;
   color: #a30073;
   text-decoration: none;
   margin-top: 5px;
   margin-right: 22px;
}

#hoofdmenu ul li a:hover, #hoofdmenu ul li.menuactive a{
   display: block;
   color: #000;
   text-decoration: none;
}

#submenu{
   float: left;
   width: 225px;
   height: 360px;
   margin-top: 20px;
}

#submenu ul{
   list-style: none;
}

#submenu ul li a{
   font-size: 14px;
   color: #a30073;
   font-weight: bold;
   text-decoration: none;
}

#submenu ul li a:hover{
   text-decoration: underline;
}

#content{
   float: left;
   width: 330px;
   height: auto;
   margin-top: 20px;
   font-size: 12px;
   line-height: 20px;
   padding-right: 20px;
   background-color: #000;
}

#photo{
   float: right;
   width: 400px;
   height: 300px;
   margin-top: 20px;
}

#adres{
   margin-top: 160px;
   font-size: 10px;
}

h1{
   font-size: 14px;
   font-weight: bold;
}

#banner a{
   color: #fff;
   text-decoration: underline;
}

.NewsSummaryLink{
   font-weight: bold;
}

img.logo{
   border: 0;
}
/* End of 'debourgondier' */

