
/* CSS Document */

body{
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/layout/siteBack.jpg);
	background-repeat:repeat;
}

/* layouts */
#maincontainer{
	width: 700px;
	border: #000000 1px solid;
	background-color:#FFFFFF;
}

#header{
	position: relative;
	height:133px;
	width:700px;
	top:0px;
	left: 0px;
	background-image:url(images/layout/02HeaderFull.jpg);
}

#horbar{
	position: relative;
	height: 28px;
	width: 700px;
	background-image:url(images/layout/02HorBar.jpg);
}

#main{
	width: 700px;
}

#footerline{
	width: 700px;
	height:15px;
	background-image:url(images/layout/03HorLine.jpg)
}

#footer{
	width: 700px;
	height: 30px;
	background-image: url(images/layout/02MenuBarBack.jpg);
	background-repeat: repeat-y;
}

a#dkwbutton{
	display: block;
	background:url(images/layout/02DKWLogo.jpg) 0 0 no-repeat;
	width: 166px;
	height: 28px;
	margin-left: 50px;	
}





table.maintable{
	width:700px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
td.maint{
	background-image:url(images/layout/02Background.jpg);
	width: 445px;
	vertical-align:top;
}
td.menut{
	vertical-align:top;
	width: 255px;
	background-image:url(images/layout/02MenuBarBack.jpg);
	height:100%;
}


/* Menu struct */
a#home_nl{
	display: block;
	width: 180px;
	margin-left: 50px;
	height: 30px;
	background:url(images/buttons/HomeNL.png) 0 0 no-repeat;
}

a#home_nl:hover{
	background-position: 0 -30px;
}

a#matches_nl{
	display: block;
	width: 180px;
	margin-left: 50px;
	height: 30px;
	background:url(images/buttons/MatchesNL.png) 0 0 no-repeat;
}

a#matches_nl:hover{
	background-position: 0 -30px;
}

a#contact_nl{
	display: block;
	width: 180px;
	margin-left: 50px;
	height: 30px;
	background:url(images/buttons/ContactNL.png) 0 0 no-repeat;
}

a#contact_nl:hover{
	background-position: 0 -30px;
}

a#links_nl{
	display: block;
	width: 180px;
	margin-left: 50px;
	height: 30px;
	background:url(images/buttons/LinksNL.png) 0 0 no-repeat;
}

a#links_nl:hover{
	background-position: 0 -30px;
}

a#guestbook_nl{
	display: block;
	width: 180px;
	margin-left: 50px;
	height: 30px;
	background:url(images/buttons/GastboekNL.png) 0 0 no-repeat;
}

a#guestbook_nl:hover{
	background-position: 0 -30px;
}

/* EN buttons */
a#home_en{
	display: block;
	width: 180px;
	margin-left: 50px;
	height: 30px;
	background:url(images/buttons/HomeEN.png) 0 0 no-repeat;
}

a#home_en:hover{
	background-position: 0 -30px;
}

a#matches_en{
	display: block;
	width: 180px;
	margin-left: 50px;
	height: 30px;
	background:url(images/buttons/MatchesEN.png) 0 0 no-repeat;
}

a#matches_en:hover{
	background-position: 0 -30px;
}

a#contact_en{
	display: block;
	width: 180px;
	margin-left: 50px;
	height: 30px;
	background:url(images/buttons/ContactEN.png) 0 0 no-repeat;
}

a#contact_en:hover{
	background-position: 0 -30px;
}

a#links_en{
	display: block;
	width: 180px;
	margin-left: 50px;
	height: 30px;
	background:url(images/buttons/LinksEN.png) 0 0 no-repeat;
}

a#links_en:hover{
	background-position: 0 -30px;
}

a#guestbook_en{
	display: block;
	width: 180px;
	margin-left: 50px;
	height: 30px;
	background:url(images/buttons/GastboekEN.png) 0 0 no-repeat;
}

a#guestbook_en:hover{
	background-position: 0 -30px;
}

a#info_en{
	display: block;
	width: 180px;
	margin-left: 50px;
	height: 30px;
	background:url(images/buttons/InfoEN.png) 0 0 no-repeat;
}

a#info_en:hover{
	background-position: 0 -30px;
}

a#info_nl{
	display: block;
	width: 180px;
	margin-left: 50px;
	height: 30px;
	background:url(images/buttons/InfoNL.png) 0 0 no-repeat;
}

a#info_nl:hover{
	background-position: 0 -30px;
}



a#lang{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	margin-left: 70px;
}

a#lang:hover{
	color: #c02126;
	font-size: 11px;
	text-decoration: none;
	margin-left: 70px;
}

#langchooser{

}

.scrollable-table-area{
	overflow: auto; 
	 overflow-x : auto;
	 overflow-y : none;
	 scrollbar-arrow-color: #FFFFFF;
	 scrollbar-base-color: #ECEAEA;
	 scrollbar-darkshadow-color: #FFFFFF;
	 scrollbar-3dlight-color: #ECEAEA;
	 scrollbar-highlight-color: #FFFFFF;
	 height:350px;
	 /*text-align:justify;*/
}

img.mainimg{
	border: none;
	cursor: pointer;
	padding-bottom:5px;
}

H1{
	font-size: 13px;
	color: #990033;
	font-stretch: expanded;
	text-transform:uppercase;
	border-bottom: 1px #990033 solid;
	text-indent: 10px;
	margin-left: 0px; 
	margin-right: 10px;
	margin-bottom: 20px;
}

h3{
	font-size:11px;
	font-style:italic;
	color: #990033;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-indent: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.matches{
	text-indent:25px;
	padding-bottom: 8px;
}
p{
	margin: 5px 20px 5px 5px;
}

.contactInput{
	border: 1px #990033 solid;
	background-color:#CCCCCC;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	margin-left:10px;
}

.buttonInput{
	border: 1px solid #CCFF00;
	background-color:#990033;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 3px 3px 3px;
}

a{
	text-decoration: none;
	color: #990066;
}
a:hover{
	text-decoration:underline;
	}
	
table.guestbook{
	border:1px solid #666666;
	margin-left: 10px;
}