body {
    background-color: #FFFFFF;
    margin: 0px;
    background-image: url("../images/site/background.gif");
    background-repeat: repeat-y;
    font-family: verdana, arial;
}

#topBar {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50px;
    background-image: url("../images/site/topBarBackground.gif");    
}

#header {
    position: absolute;
    left: 0px;
    top: 12px;
    width: 811px;
    height: 100px;
    background-image: url("../images/site/headerBackground.gif");
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

#header #logoImage {
    position: absolute;
    left: 72px;
    top: 7px;
    border-width: 0px;
}

#menu {
    position: absolute;
    left: 0px;
    top: 112px;
    width: 811px;
    height: 168px;
    background-image: url("../images/site/menuBackground.gif");
    background-repeat: no-repeat;
}

#menu img {
    border-width: 0px;
}

#menu #homeItem {
    position: absolute;
    left: 298px;
    top: 126px;
}

#menu #nieuwsItem {
    position: absolute;
    left: 353px;
    top: 126px;
}

#menu #dienstenItem {
    position: absolute;
    left: 419px;
    top: 126px;
}

#menu #onlineBoekhoudenItem {
    position: absolute;
    left: 498px;
    top: 126px;
}

#menu #linksItem {
    position: absolute;
    left: 498px;
    top: 126px;
}

#menu #contactItem {
    position: absolute;
    left: 555px;
    top: 126px;
}

.subMenu {
    position: absolute;
    top: 263px;
    background-color: #FFFFFF;
    background-image: url("../images/site/subMenuBackground.gif");
    background-repeat: repeat-x;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    padding-top: 20px;
    line-height: 20px;
    display: none;
}

.subMenu a {
    color: #48806D;
    text-decoration: none;
}

.subMenu a:hover {
    text-decoration: underline;
}

#dienstenSub {
    left: 419px;
}

#nieuwsSub {
    left: 353px;
}

#contactSub {
    left: 555px;
}

#wrapper {
    position: absolute;
    left: 0px;
    top: 280px;
    width: 811px;
}

#wrapper #sideMenu {
    width: 281px;
    font-size: 11px;
    /*padding-left: 90px;*/
    line-height: 20px;
    color: #48806D;
    float: left;    
}

#wrapper #sideMenu #inset {
    width: 191px;
    float: right;
}

#wrapper #sideMenu ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 25px;
}

#wrapper #sideMenu ul li {
	margin-bottom: 5px;
	padding-right: 15px;
}

#wrapper #sideMenu p {
    margin: 0px;
    margin-top: 10px;
}

#wrapper #sideMenu .currentCategory {
    color: #8D0E3A;
}

#wrapper #sideMenu .currentSubCategory {
    color: #8D0E3A;
}

#wrapper #sideMenu a {
	color: #48806D;
	text-decoration: none;
}

#wrapper #sideMenu a:hover {
	text-decoration: underline;
}

#wrapper #content { 
    width: 530px;
    float: right;
}

#wrapper #content #inset {
    padding: 20px;
    color: #FFFFFF;
    font-size: 11px;    
    line-height: 18px;
}

#wrapper #content #inset h2 {
	margin: 0px;
	margin-bottom: 20px;
	font-size: 10pt;
}

#wrapper #content #inset p {
    margin: 0px;
    margin-bottom: 20px;
}

#wrapper #content #inset a {
    color: #FFFFFF;
}

#wrapper #content #inset a:hover {
    text-decoration: none;
}

#wrapper #content #inset .contactTable {
	border-collapse: collapse;
}

#wrapper #content #inset .contactTable td {
	color: #FFFFFF;
	font-size: 11px;
	padding-right: 50px;
	vertical-align: top;
}

#wrapper #content #inset form {
	margin: 0px;
	padding: 0px;
}

#wrapper #content #inset .formTextField {
	font-family: verdana, arial;
	border-width: 2px;
}

#wrapper #content #inset .formTextFieldErr {
	font-family: verdana, arial;
	border-width: 2px;
	color: #FFFFFF;
	background-color: #8D0E3A;
}

#wrapper #content #inset .formButton {
	font-family: verdana, arial;
	border-width: 1px;
	font-size: 10px;
	font-weight: bold;
	width: 100px;
	background-color: #A8CAD5;
	color: #FFFFFF;
}

#wrapper #footer {
    border-top-width: 1px;
    border-top-color: #A8CAD5;
    border-top-style: solid;
    padding-left: 330px;
    margin-top: 50px;
    clear: both;
}

#wrapper #footer img {
    border-width: 0px;
}