body {
background-color: #cecece;
font-family: arial;
font-size: 13px;
background-image: url('../images/backgrd_main.jpg');
background-repeat: repeat-x;
background-color: #E6E1D3;
color: #2D415C;
margin: 0px;
}

img {
border: none;
}

h1 {
color: #2D415C;
font-family: arial;
font-size: 18px;
margin-bottom: -5px;
}

.newsItemDate {
color: #7B7B7C;
font-size: 11px;
font-weight: bold;
}

.IpsumText {
color: #2B2B2B;
font-size: 14px;

}

#mainContainer {
position: relative;
height: 100%;
width: 787px;
}

#headerZomer {
position: relative;
width: 787px;
height: 185px;
background-image: url('../images/header_zomer.jpg');
}

#headerWinter {
position: relative;
width: 787px;
height: 185px;
background-image: url('../images/header_winter.jpg');
}

#navbar {
position: relative;
width: 787px;
height: 24px;
background-image: url('../images/backgrd_navbar.jpg');
text-align: left;
}

#bodyContainer {
position: relative;
width: 787px;
text-align: left;
background-image: url('../images/backgrd_body.jpg');
}

#body_content {
position: relative;
width: 708px;
}

#footer {
position: relative;
width: 787px;
height: 52px;
background-image: url('../images/footer.jpg');
}

.navbarTable {
height: 24px;
width: 787px;
background-image: url('../images/backgrd_navbar.jpg');
border-collapse: collapse;
}
.navbarTable TD{
padding: 0px;
text-align: center;	
}

hr.pageTitle {
width: 97%;
margin: 0px;
border-bottom : 1px dotted #2D415C; 
border-top : none; 
color: #E9E9E9; 
}

hr.gastenboek {
width: 100%;
margin: 0px;
border-bottom : 1px dotted #2D415C; 
border-top : none; 
color: #E9E9E9; 
}

.gastenboekTitle {
font-size: 13px;
}

.gastenboekMessage {
font-size: 12px;
}

table.gastenboekAddMessageTable {
font-size: 13px;
}

table.contactTable {
border-collapse: collapse;
}

.contactTable th {
font-size: 13px;
}

a:hover
{
	text-decoration: underline;
	color: #002E5C;
}
a
{
	color: #00478D;
	text-decoration: none;
}