/* CSS Document */

body {
	background-color: #112D5F;
	background-image: url("/images/backgr.jpg");
	background-position: center;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-3dlight-color:#BFCDEA;
	scrollbar-arrow-color:#333333;
	scrollbar-base-color: #BFCDEA;
	scrollbar-darkshadow-color: #BFCDEA;
	scrollbar-face-color: #BFCDEA;
	scrollbar-highlight-color: #BFCDEA;
	scrollbar-shadow-color: #F6F6F6;
	scrollbar-track-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited{
	text-decoration: underline;
	font-weight: bold;
	font-size:9px;
	color: #666666;
}

a:hover, a:active {
	text-decoration: none;
/*	color: #112D5F;
	font-size:9px;
	color: #BFCDEA;*/
}

.nav a {
	display:block;
	color: #0C166F;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 164px;
	padding-top: 6px;
	padding-right: 4px;
	padding-left: 15px;
	text-decoration: none;
	background-image: url(/images/achtergrond-in.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.nav a:hover {
	color: #FFFFFF;
	background-image: url("/images/achtergrond-out.jpg");
}

td#mainback
{
	background-image: url("/images/backleft.jpg");
}
td#mainbottom
{
	background-image: url("/images/bottom.jpg");
	background-repeat: no-repeat;
}
td#content
{
	height: 400px;
}

.titels {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #112D5F;
	margin-bottom: 5px;
	padding: 2px;
	border: #000 1px solid;
	background-color: #bfcdea;
	text-transform: uppercase;
}

.content-titels {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}

.content {
	background-color: #FFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height:15px;
	font-size: 11px;
	color: #666666;
	height: 100%;
	width: 593px;
	overflow: scroll;
	overflow-x: hidden;
	padding: 5px;
	padding-right:10px;
	position: relative;
	left:-19px;
}

.content img
{
	padding: 0 3px 0 3px;
}

.bottom {
	font-size: 9px;
	font-family: Arial;
	font-weight: bold;
	color: #006AB6;
}

.msg
{
	margin-bottom: 8px;
	padding: 2px;
	border: #000 1px solid;
	font-weight: bold;

}

/*-------------------------------- NIEUWS --------------------*/

.newsback1, .sectionrow1 {
	background-color: #CBD7EF;
	width:50%;
}

.newsback2, .sectionrow2 {
	background-color: #FFFFFF;
	width:50%;
}


/*-------------------------------- GUESTBOOK --------------------*/

#error
{
	color: #FF0000;
}

.guestbook
{
	width: 80%;
	border-bottom: #000 dotted 1px;

}

/*-------------------------------- FOTO ALBUM -------------------*/

.foto
{
	border: #ffffff solid 1px;
	vertical-align: middle;
	text-align: center;
}

.foto img
{
	border: #000 solid 1px;
}

/*-------------------------------- FORMS --------------------*/

input, textarea
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: #112D5F 1px solid;
	background-color: #FFF;
}

.button
{
	cursor: pointer;
}

/*-------------------------------- CONTENT MENU --------------------*/
.tablefill {
	background-color: #9d9d94;
 }
 .sectionheader {
	background-image: url(/images/sectionheader.jpg);
	background-position: left bottom;
 }
