body,td,th {	
	line-height: 16px;
	color: #1574A2;
}
h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

#holder_oct {
    width: 786px;
    height: 496px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -393px; /* half of width */
    margin-top: -245px;  /* half of height */
    background-color: #ffffff;
    background-image: url('images/oct_logo_bg.gif');
}
#language_wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
}
#nav_wrapper,
#content_wrapper {
    height: 446px;
}
#nav_wrapper {
    width: 160px;
    float: left;
}
#nav {
    margin-left: 25px;
    padding-top: 40px;
}
#content_wrapper {
    width: 585px;
    float: right;
}
#content {
    padding-top: 45px;
}
.menu2,        
.menu3 {
    margin-bottom:10px;
}
.menu2 a,
.menu3 a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #175CA0;
}
#menu2Actief a,
#menu3Actief a {
    color: #CC0000;
}
