html,body
{
margin: 0;
background: #000000;
height: 100%;
width: 100%;
padding: 0;
scrollbar-face-color: #E19B55;
scrollbar-track-color: #FFFFFF;
scrollbar-shadow-color: #E19B55;
scrollbar-darkshadow-color: #E19B55;
scrollbar-3dlight-color: #E19B55;
scrollbar-highlight-color: #E19B55;
scrollbar-arrow-color: #FFFFFF;
} 

/* Layout */

.main {
width: 915px;
height: 475px;
padding: 0px;
}


.content {
background: #F4B156;
}

.content_area {
width: 537px;
height: 380px;
background: #F4B156;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
overflow: auto;	
}


.side_right {
background: url('/images/backgrounds/side_right.jpg');
background-repeat: no-repeat;
width: 296px;
height: 405px;
}

.side_left {
background: url('/images/backgrounds/side_left.jpg');
background-repeat: repeat-y;
width: 32px;
height: 405px;
}

.header {
background-repeat: no-repeat;
width: 915px;
height: 145px;
}


.footer_bar {
background: url('/images/backgrounds/footer_bar.jpg');
background-repeat: no-repeat;
width: 915px;
height: 25px;
}


.space {
line-height: 0px;
height: 8px;	
}

/* Links */

a:link {
font-family: Verdana, Arial;
font-size: 12px;
font-style: normal;
font-weight: none; 
color: #BE2715;
text-decoration: underline;
}

a:hover {
font-family: Verdana, Arial;
font-size: 12px;
font-style: normal;
font-weight: none; 
color: #FF0000;
text-decoration: underline;
}

a:visited {
font-family: Verdana, Arial;
font-size: 12px;
font-style: normal;
font-weight: none; 
color: #A12513;
text-decoration: underline;
}

a:visited:hover {
font-family: Verdana, Arial;
font-size: 12px;
font-style: normal;
font-weight: none; 
color: #FF0000;
text-decoration: underline;
}


a:link.linksmall {
font-family: Verdana, Arial;
font-size: 9px;
font-style: normal;
font-weight: none;
color: #BBBBBB;
text-decoration: underline;
}

a:hover.linksmall {
font-family: Verdana, Arial;
font-size: 9px;
font-style: normal;
font-weight: none;
color: #FFFFFF;
text-decoration: underline;
}

a:visited.linksmall {
font-family: Verdana, Arial;
font-size: 9px;
font-style: normal;
font-weight: none;
color: #BBBBBB;
text-decoration: underline;
}

a:visited:hover.linksmall {
font-family: Verdana, Arial;
font-size: 9px;
font-style: normal;
font-weight: none;
color: #FFFFFF;
text-decoration: underline;
}

a:link.language {
font-family: Verdana, Arial;
font-size: 10px;
font-style: normal;
font-weight: none;
color: #888888;
text-decoration: underline;
}

a:hover.language {
font-family: Verdana, Arial;
font-size: 10px;
font-style: normal;
font-weight: none;
color: #888888;
text-decoration: underline;
}

a:visited.language {
font-family: Verdana, Arial;
font-size: 10px;
font-style: normal;
font-weight: none;
color: #888888;
text-decoration: underline;
}

a:visited:hover.language {
font-family: Verdana, Arial;
font-size: 10px;
font-style: normal;
font-weight: none;
color: #888888;
text-decoration: underline;
}

/* Borders & Lines */

.border
{
border-style: solid;
border-color: #AA0000;
border-width: 1px;
padding: 0px;
}

.border_light
{
border-style: solid;
border-color: #AAAAAA;
border-width: 1px;
padding: 0px;
}

.line {
background: url('/images/backgrounds/hr.gif');
background-repeat: repeat-x;
height: 24px;
width: 100%;
}



/* Alignment & Images */

ul {
margin-top: 3px;
margin-bottom: -0px;
color: #440000;
}

li {
font-family: Verdana, Arial;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #440000;
text-decoration: none;
line-height: 20px;
list-style-position: outside;
list-style-image: url('/images/buttons/bullet.gif');
}

.left {
text-align: left;	
}

.justify {
text-align: justify;
}

.right {
text-align: right;
}

.iright
{
margin: 0px;
padding-left: 15px;
padding-bottom: 10px;
float: right;
text-align: center;
font-family: Verdana, Arial;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #AA0000;
text-decoration: none;
text-align: center;
}

.ileft
{
margin: 0px;
padding-right: 25px;
padding-bottom: 10px;
float: left;
font-family: Verdana, Arial;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #AA0000;
text-decoration: none;
text-align: center; 
}

.icenter
{
margin: 0px;
padding-top: 10px;
display: block;
font-family: Verdana, Arial;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #AA0000;
text-decoration: none;
text-align: center; 
}

.hand {
cursor: pointer; /* Old way */
cursor: hand;
}


/* Headers & Text */

h1{
font-family: Verdana, Arial;
font-size: 18px;
font-style: normal;
font-weight: bold; 
color: #440000;
text-decoration: none;
display: inline;
line-height: 22px;
}

h2 {
font-family: Verdana, Arial;
font-size: 14px;
font-style: normal;
font-weight: bold; 
color: #440000;;
text-decoration: none;
display: inline;
line-height: 20px;
}

h3 {
font-family: Verdana, Arial;
font-size: 13px;
font-style: normal;
font-weight: bold;
color: #440000;
text-decoration: none;
display: inline;
}

.text {
font-family: Verdana, Arial;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #440000;
text-decoration: none;
line-height: 17px;
}

.text_left {
font-family: Verdana, Arial;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #440000;
text-decoration: none;
line-height: 17px;
text-align: left;
}

.text_right {
font-family: Verdana, Arial;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #440000;
text-decoration: none;
line-height: 17px;
text-align: right;
}

.text_justify {
font-family: Verdana, Arial;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #440000;
text-decoration: none;
line-height: 17px;
text-align: justify;
}

.text_light {
font-family: Verdana, Arial;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #AD615A;
text-decoration: none;
line-height: 17px;
}


.text_small {
font-family: Verdana, Arial;
font-size: 9px;
font-style: normal;
font-weight: normal;
color: #440000;
text-decoration: none;
line-height: 14px;
}


.highlight {
font-family: Verdana, Arial;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #AA4444;
text-decoration: none;
line-height: 17px;
}

.copyright {
padding-right: 18px;
font-family: Verdana, Arial;
font-size: 9px;
font-style: normal;
font-weight: normal;
color: #888888;
text-decoration: none;
}

.table_alert {
background-color: #F6CB92;
padding-left: 5px;
padding-right: 5px;
border-color: #222222;
border-style: solid;
border-width: 1px;
font-family: Verdana, Arial;
font-size: 11px;
font-style: normal;
font-weight: bold; 
color: #222222;
text-decoration: none;
}

/* Form */

.button_send_nl {
margin: 0px;
width: 180px;
height: 26px;
background: url('/images/buttons/nl/verzenden.jpg') center bottom no-repeat;
background-repeat: no-repeat;
vertical-align: middle;
text-align: center;
padding: 5px;
cursor: pointer;
cursor: hand;
border-style: solid;
border-color: #000000;
border-width: 0px;
}


.button_send_en {
margin: 0px;
width: 180px;
height: 26px;
background: url('/images/buttons/en/send.jpg') center bottom no-repeat;
background-repeat: no-repeat;
vertical-align: middle;
text-align: center;
padding: 5px;
cursor: pointer;
cursor: hand;
border-style: solid;
border-color: #000000;
border-width: 0px;
}


.input {
padding: 3px;
background-color: #FFFFFF;
font-family: Verdana;
font-size: 12px;
font-style: none;
font-weight: none;
color: #222222;
text-decoration: none;
border-style: solid;
border-color: #AAAAAA;
border-width: 1px;
}


.button {
margin: 0px;
width: 180px;
height: 26px;
background: url('/images/buttons/nl/verzenden.jpg') center bottom no-repeat;
background-repeat: no-repeat;
vertical-align: middle;
text-align: center;
padding: 5px;
cursor: pointer;
cursor: hand;
border-style: solid;
border-color: #000000;
border-width: 0px;
}


/* Request box */
.request_box {
background-color: #DDDDDD;
font-family: Verdana, Arial;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #222222;
text-decoration: none;
line-height: 17px;
padding: 8px;	
border-style: solid;
border-color: #555555;
border-width: 1px;
}




ul.photoblocks {
margin-left: -40px;
list-style: none;
}


li.photoblock {
/* height: 200px;online nog wel*/ 
list-style: none;
float: left;
margin-right: 3px;
margin-bottom: 3px;
}

