body {
    background: #E5E5E5;
    padding: 0;
    margin: 0;
    font-family:Verdana;
    font-size:14px;
    line-height:1.5em;
    color:#888;
}

/* Elements
------------------------------*/
p {
    margin-bottom: 1em;
}

a {
    text-decoration:none;
    color: #005DAC;
}
a:hover {
    text-decoration: underline;
}

hr {
    color: #005DAB;
}

/* Headers */
h1 {
    color:#005DAB;
    font-size:28px;
    font-weight:normal;
    line-height:1.5em;
    margin-bottom: 0.2em;
    margin-top: -10px;
}
h2 {
    color: #F62;
    font-size:18px;
    font-weight:bold;
    line-height:1.16em;
    margin-bottom: 0.2em;
}
h3 {
    color:#005DAB;
    font-size:18px;
    font-weight:bold;
    padding:0.2em 0.2em 0.2em 0;
    line-height:1.167em;
    margin-bottom: 0.2em;
}
h4 {
    color:#005DAB;
    font-size:14px;
    font-weight:bold;
    line-height:1.5em;
    margin:0 0 0.428em 0;
}

/* Lists */
ul {
    list-style-type: disc;
    list-style-image:url("bullet.png");
    margin: 0 0 0 5px;
    padding: 0 1em;
}
ol {
    padding: 0 1em;
    margin-left: 5px;
    list-style-image: none;
    list-style-type: decimal;
}

/* Table */
table tbody {
	font-family:Verdana;
	font-size:12px;
	line-height:1.5em;
	color:#888;
	text-align:left;
}
table thead {
        font-weight:bold;
	padding:2px;
	font-size:12px;
	border-top:1px solid #005DAB;
	border-bottom:1px solid #005DAB;
}
th {
	font-weight:bold;
	padding:2px;
	border-top:1px solid #005DAB;
	border-bottom:1px solid #005DAB;
}
td {
    margin: 0;
    padding: 0;
}

/* 3-Column Design
------------------------------*/
#sitebl {
    background: transparent url("shadowl.png") left repeat-y;
    padding-left:5px;
    overflow:hidden;
    margin:0 auto 0 auto;
    width:905px;
}
#sitebr {
    background:url("shadowr.png") right repeat-y;					  
    width:900px;
    padding-right:5px;
    overflow:hidden;
}
#header {
    width:900px;
    height: 125px;
    background: #69A url("header.jpg") top right no-repeat;
    overflow:hidden;
    margin:0 auto 0 auto;
    background-color: #69A;
    border-bottom: 4px solid #F72;
}

#colrightbg, #colmidbg, #colleftbg {
    float:left;
    width:100%;
    position:relative;
    background-color:#FFF;
}
#colrightbg {
    clear:both;
    overflow:hidden;
}
#colmidbg {
    right:25%;
}
#colleftbg {
    right: 50%;
}

#col1, #col2, #col3 {
    float:left;
    position:relative;
    padding:0 0 14px 0;
    overflow:hidden;
    min-height: 600px;
}
#col1 {
    width:420px;			/* Midden, note Col1 wordt eerst gezien door search engines */
    left:915px;			
    padding-top: 14px;
}
#col2 {
    width:200px;			/* Links */
    left:255px;
    padding-left: 20px;
    padding-top: 21px;
    background-color: #FFF;
}
#col3 {
    width:200px;			/* Rechts */
    left:715px;			
    font-size:12px;			/* Kleiner lettertype hier */
    padding-top: 14px;
    padding-right: 20px;
    line-height:1.4em;
}

#footer {
    clear:both;
    float:left;
    width:100%;
    font-size:10px;
    background-color:#FFF;
    text-align:center;
    border-top:2px dotted #888;
}

/* 2-Column Design
------------------------------*/
#colmidbg_2kol, #colleftbg_2kol {
    float:left;
    width:100%;
    position:relative;
    background-color:#FFF;
}
#colmidbg_2kol {
    clear:both;
    overflow:hidden;
}
#colleftbg_2kol {
    right: 640px;
}

#col1_2kol, #col2_2kol{
    float:left;
    position:relative;
    padding:0 0 1em 0;
    overflow:hidden;
    min-height: 600px;
}
#col1_2kol {
    width:640px;			/* Midden, note Col1 wordt eerst gezien door search engines */
    left: 880px;			
    background-color: #FFF; 
}
#col2_2kol {
    width:200px;    /* Links */
    background-color: #FFF; 
    left: 20px;
    padding-top: 21px;
}

/* Header
------------------------------*/
#header h1 {
    color: #FFF;
    font-size: 40px;
    font-weight: bold;
    float: left;
    margin: 15px 0 0 15px;
}

#slogan {
    color: #FFF;
    float: left;
    position: absolute;
    top: 80px;
}
#slogan strong {
    background-color: #F72;
    font-weight: normal;
    float:left;
    line-height:21px;
    padding:2px 20px;
}

#slogan div {
    background:url("slogancorner.png") no-repeat scroll right center transparent;
    float:left;
    height:25px;
    margin:0;
    padding:0;
    width:25px;
}

/* Content
------------------------------*/
#col1 ul {
    margin-bottom: 1em;
    margin-left: 2em;
    list-style-type: circle;
}

/* Navigation menu
------------------------------*/
#col2 .navigation_menu, #col2_2kol .navigation_menu{
    border-bottom: 2px dotted #888;
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
}
#col2 .navigation_menu ul, #col2_2kol .navigation_menu ul {
    list-style-type: none;
    list-style-image: none;
}
#col2 .navigation_menu a:hover, #col2_2kol .navigation_menu a:hover  {
    text-decoration: none;
}
#col2 .navigation_menu > li, #col2_2kol .navigation_menu > li {
    border-top: 2px dotted #888;
    width: 100%;
    line-height: 40px;
    padding: 0;
}
#col2 .navigation_menu > li > a, #col2_2kol .navigation_menu > li > a {
    color: #888;
    font-weight: bold;
    padding-left: 15px;
}
#col2 .navigation_menu a:hover, #col2_2kol .navigation_menu a:hover {
    color:#F62;
    background:transparent url("hover.jpg") center left no-repeat;
}
#col2 .navigation_menu li ul, #col2_2kol .navigation_menu li ul {
    padding: 0;
    margin: -7px 0 10px 0;
}
#col2 .navigation_menu li ul li, #col2_2kol .navigation_menu li ul li {
    width: 100%;
    line-height: 21px;
    background:transparent url("hyphen.png") center left no-repeat;
}
#col2 .navigation_menu li ul li:hover, #col2_2kol .navigation_menu li ul li:hover {
    background: transparent url("hyphen_on.png") center left no-repeat;
}
#col2 .navigation_menu ul li a, #col2_2kol .navigation_menu ul li a {
    color: #888;
    padding-left: 30px;
    font-weight: normal;
}

/* Forms
------------------------------*/
.frm-bldr td {
    padding-right: 10px;
    padding-bottom: 10px;
    vertical-align: top;
}
.frm-bldr td:first-child label:after, .frm-bldr tr td span.false_label:after {
    content: ":"
}

/* Classes
------------------------------*/
.stext {
    font-size: 0.8em;
}
.ltext {
    font-size: 1.2em;
}
