* {
    border: 0;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    font-size: 11px;
    font-family: Verdana, Tahoma, sans-serif;
    text-align: center;
   
}

h1 {
    font-size: 17px;
    margin-bottom: 5px;
    color: #72004e;
    font-weight: bold;
    font-family: Arial;
}

h2 {
    font-size: 15px;
    margin-bottom: 15px;
    color: #72004e;
    font-weight: bold;
    font-family: Arial;
}


p {
    margin-bottom: 15px;
}

p.lead {
    color:  #72004e;
    font-size: 11px;
    font-weight: bold;
}

a {
    color: black;
}

a:hover {

}

li {

}


ul, ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

div#left {

}



div#container {
    width: 990px;
    position: relative;
    text-align: left;
    margin: 0 auto 0 auto;
	background: white url(/images/backgrounds/container.png) repeat-y top left;
	height:100%;
}



div#address {
	position: absolute;
	top: expression(document.documentElement.clientHeight-200);
  	left: 0px;
    width: 188px;
    height: 200px;
    
    text-align:left;
    
}

div#address h2 {
    color: #72004e;
    font-size: 16px;
    font-family: Arial;
    margin-bottom: 10px;
}

div#address h2 b {
    color: #69BBE2;
}

div#address address {
    font-style: normal;
}

div#address address a {
    color: black;
    text-decoration: none;
}

div#address address a:hover {
    text-decoration: underline;
}

ul#logos {
    position: absolute;
    left: 720px;
    top: expression(document.documentElement.clientHeight-200);
    list-style-type: none;
}

ul#logos li {
    float: left;
    margin-right: 15px;
}


div#header {
    background: url(/images/backgrounds/header.png) repeat-x top left;
    height: 125px;
    width: 990px;
    position: absolute;
    top: 0px;
}

div#header p#logo {
    position: absolute;
    height: 125px;
    width: 198px;

    background: url(/images/backgrounds/logo.png) no-repeat top left;
}

div#header p a {
    width: 100%;
   
    display: block;
    text-indent: -999px;
}

div#header h1 {
    position: absolute;
    left: 198px;
    width: 522px;
    height: 24px;
    line-height: 24px;
    top: 100px;
    text-align: right;
    color: #72004e;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
}

ul#navigation {
    list-style-type: none;
    position: absolute;
    top: 140px;
    left: 0;
    padding: 0;
    width: 198px;
}

ul#navigation li {
    list-style-type: none;
    float: left;
    width: 198px;
    overflow: hidden;
}


ul#navigation li a {
    width: 100%;
    height: 26px;
    display: block;
    line-height: 26px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background: #cfe8f5;
    color: #6f0052;
    border-top: 1px solid #f5fbfd;
    border-bottom: 1px solid #f5fbfd;
    margin-top: 2px;
    padding-left: 18px;
}


ul#navigation li.active a, ul#navigation li a:hover {
    background: #e5d9e3;
    color: #72004e;
}


div#right {
    position: absolute;
    top: 100px;
    left: 720px;
    width: 270px;
}

div#right h2 {
    width: 270px;
    height: 24px;
    line-height: 24px;
    text-align: right;
    color: #72004e;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1px;
}

div#right div.house {
    background: #cfe8f5;
    color: black;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}


div#right div.house p {
    float: left;
    margin: 0;
    padding: 10px;
}

* html div#right div.house p {
    padding: 8px;
}


div#right div.house p.photo {
    padding: 0;
}

div#content {
    padding-top: 150px;
	padding-right: 100px;
	margin-right: 20px;
    margin-left: 225px;
    width: 475px;
    
}


ul#inschrijven {
    list-style-type: none;
    position: absolute;
    top: 235px;
    left: 0px;
    padding: 0;
    width: 270px;
    background-color:#fff;
}

ul#inschrijven li {
    list-style-type: none;
    float: left;
    width: 270px;
    overflow: hidden;
}


ul#inschrijven li a {
    width: 100%;
    height: 26px;
    display: block;
    line-height: 26px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background: #cfe8f5;
    color: #6f0052;
    border-top: 1px solid #f5fbfd;
    border-bottom: 1px solid #f5fbfd;
    margin-top: 2px;
    padding-left: 18px;
}


ul#inschrijven li.active a, ul#inschrijven li a:hover {
    background: #e5d9e3;
    color: #72004e;
}


