body {
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    font-family: "Trebuchet MS", "Lucida Sans unicode", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

h1 {
    background: url(../images/base_logo_small.png);
    background-repeat: no-repeat;
    background-position: top right;
    margin-top: 0.5em;
    height: 100px;
    cursor: pointer;
}
a {
    color: #666;
}

a:hover {
    color: #ff9933;
}

a:visited {
    color: #666;
}

#container {
    background: #ffffff;
    margin: 0 auto;
}

#header {
    position: relative;
}

#headerphoto {
    margin-top: 20px;
    text-align: right;
    height: 100px;
    overflow: hidden;
}

#headerphoto img {
    float: right;
}

h1 span {
    display: none;
}

div.colborder {
    border-right-color: #ccc;
}

#topcontent {
    background: url(../images/header_block.png);
}

.toplinks {
    font-size: 12px;
    color: #fff;
    background: #666;
    padding: 2px 30px 2px 0;
    height: 18px;
    width: 220px;
    margin-top: 75px;
    white-space: nowrap;
    float: right;
    opacity: 0.8;
}

.toplinks a {
    text-decoration: none;
    color: #fff;
}

.toplinks a:hover {
    color: #ff9933;
}

.toplinks a.selected {
    color: #ff9933;
}

.toplinks ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.toplinks li {
    margin: 0;
    padding: 0;
    float: right;
    margin-left: 15px;
}

.toplinks li.last {
    margin-left: 0;
}

h3, h4 {
    color: #ff9933;
    text-transform: uppercase;
}


#menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #666;
    font-weight: bold;
}

#menu li {
    margin: 0;
    border-bottom: solid 1px #666;
}

hr {
    border-color: #666;
    background: #666;
}

hr.top {
    margin-bottom: 0;
}

#menu li.first {
}

#menu li a {
    text-decoration: none;
    color: #666;
    display: block;
    padding: 12px 10px 12px 0px;
}

#menu li a.selected {
    color: #ff9933;
}

#menu li a:hover {
    color: #ff9933;
}

.small {
    font-size: 0.2em;
    height: 1px;
}

#footer {
    color: #666;
    font-size: 0.9em;
    text-align: right;
    margin-top: 20px;
}

#p1 {
    width: 600px;
    height: 100px;
    background: url(../images/headerphoto/g3.jpg);
}
#p2 {
    width: 600px;
    height: 100px;
    background: url(../images/headerphoto/g1.jpg);
}
#p3 {
    width: 600px;
    height: 100px;
    background: url(../images/headerphoto/g2.jpg);
}

.right_image {
    float: right;
    margin-left: 1em;
}

#headermenu {
    margin: 0px;
    margin-top: 5px;
    padding: 0px;
    list-style-type: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #666;
}

#headermenu li {
    float: left;
    margin-right: 50px;
}
#headermenu li a {
    text-decoration: none;
}

#headermenu li a:hover {
    text-decoration: underline;
    color: #ff9933;
}

#maincontent {
    clear: both;
    padding-top: 20px;
}

#home1 {
    margin: 0px;
    padding: 0px;
    height: 360px;
    width: 430px;
    overflow: hidden;
    margin-right: 10px;
    float: left;
    background: url(../images/home/bh1.jpg);
}

#home2 {
    margin: 0px;
    padding: 0px;
    width: 205px;
    height: 360px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    background: url(../images/home/bh2.jpg);
}

#home3 {
    width: 215px;
    background: #ccc;
    float: left;
    height: 220px;
    margin: 0px;
    padding: 0px;
    padding-top: 140px;
    font-size: 15px;
    overflow: hidden;
    background: url(../images/home/bh3.jpg);
}

#home3 ul {
    text-transform: uppercase;
    color: white;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#home3 ul li {
    margin-top: 10px;
}

#inhoud {
    position: relative;
}

#sidepanel {
    width: 10px;
    top: 0;
    bottom: 0;
}

.sidepanel {
    position: absolute;
    margin-right: 100px;
    background: #ff9933;
    right: 0;
}

#topside {
    height: 10px;
    width: 50px;
    top: 0;
}
#bottomside {
    height: 10px;
    width: 50px;
    bottom: 0;
}

#brochures {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#brochures li {
    margin: 0;
    padding: 0px;
    padding-top: 30px;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 0.8em;
}

#brochures .vertical {
    margin-top: 35px;
}

#newsitems {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

form ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

form ul label {
    width: 95px;
    display: block;
    padding-right: 15px;
    float: left;
    text-align: right;
}

form ul label.reqlabel {
    padding-right: 10px;
    width: 100px;
}

form ul li .required {
    color: #ff9933;
}

form ul li textarea {
    width: 180px;
    height: 160px;
}

form ul li .button {
    margin-left: 110px;
}

#id_aanhef {
    width: 60px;
}

form ul.errorlist {
    color: red;
    margin-left: 110px;
    font-size: 0.8em;
}

#banner {
    background: #E26605;
    background-image: url(../images/home/bh3.jpg);
    background-repeat: repeat;
    background-position: bottom right;
    padding: 10px;
    margin: 10px 40px 10px 40px; 
    text-align: center;
    clear: both;
    color: #fff;
}

#banner a {
    color: white;
}

