﻿/*==== divs ====*/

body
{	
	background-image: url(Graphics/background.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	margin: 0px;
}

a
{
	color: #b63d2f;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: solid 1px #d9d9d9;	
}
 
#container
{
	width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-bottom: 30px;
	position: relative;
}

#top
{	
	background-image: url(Graphics/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:250px;	
	width: 900px;			
}

#navcontainer
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 2px;
	padding-top: 215px;
}

#content
{	
	height: 400px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	position: relative;
	width: 900px;
}

#left
{
	background-image: url(Graphics/left.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height:400px;
	width: 40px;	
}

#left_border
{	
	background-color: #ebdec0;	
	border-left: solid 1px #d9d9d9;	
	border-top: solid 1px #d9d9d9;	
	border-bottom: solid 1px #d9d9d9;	
	float: left;
	font-size: 12px;
	height: 380px;
	padding: 10px;
	text-align: left;
	overflow: auto;
	width: 389px;
}

#left_content
{		
	float: left;
	font-size: 12px;
	height: 380px;
	padding: 0px;
	text-align: left;
	overflow: auto;
	width: 389px;
}

#right_content
{	
	background-color: #ebdec0;	
	border-right: solid 1px #d9d9d9;	
	border-top: solid 1px #d9d9d9;	
	border-bottom: solid 1px #d9d9d9;			
	float: left;
	font-size: 12px;
	height: 380px;
	padding: 10px;
	text-align: left;
	width: 389px;
}

#right
{
	background-image: url(Graphics/right.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height:400px;
	width: 40px;	
}

#fotoboek
{
    background-color: #ebdec0;	
    height: 400px;
}

#bottom
{
	clear: both;	
	padding-left: 0px;
}

#footer
{
	background-image: url(Graphics/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	color: #404040;	
	font-family: "Trebuchet MS";
	font-size: 9px;
	padding-top: 10px;
	height: 60px;
	text-align: center;
}

#footer a:link, #footer a:visited, #footer a:active
{
	color: #404040;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover
{
	color: #b63d2f;
}
	
/*==== koppen ====*/

h1
{
	font-weight: bolder;
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #b63d2f;
	padding-top: 10px;
}

h2
{
	line-height: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #b63d2f;
	padding-left: 0px;
	font-family: "Trebuchet MS";
}

h3
{
	line-height: 180%;
	font-size: 15px;
    font-weight: bold;
    color: #b63d2f;
}

/*==== Maven CMS ====*/

#dhtmltooltip
{               
	background-color: #1f1f1f;
    border: 1px solid #ffffff;        
    color: #ffffff;
    padding: 2px;
    position: absolute;
    visibility: hidden;
    width: 200px;
    z-index: 100;
}	

.textbox
{
	background-color: #313131;
	border: solid 1px #fff;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #ffffff;
	text-align: left;
}

.document_table
{
	border: 0;
	width: 100%;
}

.document_table td
{
	border: solid 1px #666666;
	vertical-align: middle;
}

.main_table
{
	width: 675px;
}

.main_table td
{
	vertical-align: top;
}

/* Popup */
.grayedOut
{ 
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.modalPopup
{ 
	background-color: #e9e9e9;
	border: solid 1px #000;	
	font-family:Trebuchet MS;
    font-size: 12px;
}
.popupBody
{
    padding: 5px;
    text-align: center;
}

/* Gallery */
.btnGallery
{
    border: 1px solid #d9d9d9;    
    height: 75px;
    width: 75px;
}
#gallery
{
	height: 380px;  
	overflow-x: hidden;
	overflow-y: scroll;	
	width: 880px;
}

