@charset "utf-8";
/* CSS Document */

/*** RESET ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*** LAYOUT ***/

ul#nav li a:hover,
body#home ul#nav li a.home,
body#about ul#nav li a.about,
body#contact ul#nav li a.contact {
	background: #f1f1f1;
	border: 1px solid gray;
	color: black;
}

html{
	background: url(images/layout/background.gif) repeat-x #e9eef2;
	height:100%;/*footer bottom*/
}

body {
	min-width:775px; 
	max-width:1200px; 
	margin:0 auto; 
	background: #2d9828;
	height:100%;/*footer bottom*/
	/*background:url(images/layout/body_bg.png) repeat-y;*/
	
}

#wrapper {
	max-width: 1200px;
	margin:0 auto;
	background: #2d9828 url(images/layout/court2.jpg) no-repeat top center;
	position: relative;
	min-height:100%;/*footer bottom*/
}

* html #wrapper{
height: 100%;
}/*footer bottom*/

#masthead{
	border: 3px solid #f1f1f1;
	background: url(images/layout/masthead_bg.jpg) top no-repeat;
	height: 150px;
	z-index: -1;
}
	#masthead_link{
		position: relative;
	}
		#masthead_link a {
			position: absolute;
		   height: 150px;
			width: 100%;
		   max-width: 1200px;
		   text-decoration: none;
		}
		
			#masthead_link a i {
		   	visibility: hidden;
			}
		
#container {
	border: 3px solid #2d9828;
	border-top: none;
	margin: 0 auto;
	padding:1px 0 10em 0;/*footer bottom*/
}/* Added border so nav_top and nav align borders of container and masthead cancel eachother out with %width*/
			
#nav_top{
	border: 3px solid #f1f1f1;
	border-top: none;
	border-bottom: none;
	background: url(images/layout/bg_rep.png) top repeat;
	float: left;
	width: 20%; height: 154px;
	min-width: 165px;
	margin:0 20% 0 1.25%;
	position: absolute;
	top:-1px;
}
	a img.logo{
			height: 150px; width:150px;
			padding: 0;
			margin:0 0 0 10px;
			position:absolute;
			top:0;
		}

#navigation{
	border: 3px solid #f1f1f1;
	border-top: none;
	border-bottom: none;	
	background: url(images/layout/bg_rep.png) top repeat;
	float: left;	
	width: 20%;
	min-width: 165px;
	margin:-1px -70% 2em 1.25%;
}
		
	
	#navigation #nav_inner {
		padding:0 2em 0 15px;
		margin: 0;
	}

	#nav_footer{
		margin: 20px 0 0 0;
		height: 40px;
		border-bottom: 3px solid #f1f1f1;
	}
	
	
#content {
	width: auto;
	max-width: 70%;
	float: left;
	min-width: 530px;
	background: url(images/layout/bg_rep.png);
	margin: 15px 1.5% 20px 24%;
	min-height: 300px;
	padding: 1.5em 2em;
}

	#content_inner {
		margin: 1em auto;
	}
	
	#clearer{
		display: block;
	}
	
	#container #content #content_inner #table_div {
		border: 3px solid #f1f1f1;
		padding: 1em;
		max-width: 99%;
		overflow-x: auto;
	}
	
#footer {
	background: url(images/layout/bg_rep.png);
	border: 3px solid #f1f1f1;
	text-align: center;
	font-size: 0.8em;
	clear:both;
	position: relative;
	margin: -9em auto 0 auto;
	width: 99%; /*width gives layout to show up in IE  Negative Margin bug*/

}
	#footer_inner p{
		padding:1em;
	}
	
	* html #footer
	{
		margin-top: -7.9em;
		padding:0;
	}

	
		
/*** GLOBAL ***/
body{
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

a {
	color: #029810;
	font-weight: bold;
}
#navigation a{
	font-size:1.1em;
	line-height: 1.5em;
}
	html body #wrapper a:hover{
	color: #004a80;
	text-decoration: none;
	}	
	
	a.footerlinks, #footer a {
		color: #000;
	}
	
	a.selected{
		color: #004a80;
		font-weight:bold;
		font-size: 1.1em;
		padding: .5em 0;
	}

h1.first_h1{
	font-weight: bold;
	font-size: 1.5em;
	color: #029810;
	padding: 0 0 .5em 0;
	position: relative;
	border-bottom: 3px solid #029810;
	}

h1{
	font-weight: bold;
	font-size: 1.5em;
	color: #029810;
	padding: 0 0 .5em 0;
	}

h2{
	font-weight: bold;
	font-size: 1.3em;
	color: #029810;
	padding: 1.5em 0 .5em 0;
	clear: both;
	
}

h3{
	font-weight: bold;
	font-size: 1.25em;
	color: #029810;
	padding: 1.5em 0 .5em 0;
	clear: both;
	width: 99%;
}

#content p{
	padding: 1em 0 0 0;
	line-height: 1.5em;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.align_right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

#content li {
	padding-left: 1em;
	list-style-position: inside;
}

p.greentext {
	font-weight: bold;
	font-size: 1.25em;
	color: #029810;
	padding: 1.5em 0 .5em 0;
}


.smaller_text {
	font-size: .75em;
}


/*** Content Specific Styles ***/

.navlist li {
	list-style: none;
}

#navigation ul.navlist li li a {
	font-weight: normal;
	color: black;
	line-height: 1em;
}

#content_inner img {
	float: left;
	padding: 0 1em 1em 0;
	clear: both;
}

#content_inner p {
	text-align: left;
	clear: both;
}

body#sponsors #content img {
	float: left;
	clear: none;
	padding: 1em;
}

body#sponsors #content p.greentext{
	float: left;
	clear: none;
}

#content_inner p.fotoboek img {
	float: left;
	clear: none;
	padding:1em;
}



/*** Other Styles ***/



/*
	List Expander 
*/
.navlist{width:100%;}

.navlist li{
	line-height:150%;
	padding-top:1em;
	padding-left:20px;
	cursor:default;
	width:100%;
}

.navlist li.collapsed, .navlist li.expanded{cursor:pointer;} 

/* first level */

.navlist li, .navlist li.collapsed{background: url(images/collapsed.gif) no-repeat 0px 1.1em;} 
.navlist li.expanded{background: url(images/expanded.gif) no-repeat 1px 1.1em;}

/* second level */

.navlist li ul, .navlist li li{background: none; font-weight:normal; padding-left:.25em;}
.navlist li li.collapsed{background:url(collapsed.gif) no-repeat 0px 1.1em;} 
.navlist li li.expanded{background: url(expanded.gif) no-repeat 0px 1.1em;}

li#fotoboek, li#sponsors, li#links{
	background: none;
}

ul.subnav li{
	background: none;
	text-indent:0px;
}

/* buttons */

#navigation p.navlist{
	height:1.5em;
	padding:3em 0;
	display:block;
}
#navigation p.navlist a{
	height:1.5em;
	line-height:1.5em;
	padding:0 10px;
	background:none;
	margin:0 1em 1em 0;
	cursor:pointer;
	font-size: 10px;
	display: block;
}



/*** Tennis Toernooi Generated Content ***/
table, tr, td {
	font : 10px Verdana, Arial, Helvetica, sans-serif;
	background-color : transparent;
	color : #000000;
}

td {
	padding: 2px 5px;
}

#content table td {
	padding: 2px 1em;
}


#header { text-align: center; }
#header h1 { margin: 0 0 4px 0; }
#header p { margin: 0 0 0px 0; }
#header table {
	width: 500px;
	margin: 0 auto 16px auto;
	border-collapse: collapse;
}
#header img { float: right;}

#oop { text-align: center; }
#oop h1 { margin: 0 0 4px 0; }
#oop table {
	width: 500px;
	margin: 0 auto 16px auto;
	border-collapse: collapse;
}
#oop table caption,
#oop table th {
	text-align: left;
	font-weight: bold;	
}
#oop table caption,
#oop table th.caption {
	font-size: 1em;
	background: transparent;
}
#oop table th {
	background: #f1f1f1;
}
#oop table caption,
#oop table th.caption,
#oop table td {
	padding: 0 0 6px 0;
	border-bottom: 1px solid #000;
}
#oop table th.caption {
	padding: 10px 0 4px 0;
}

.borderb {
	border-bottom : 1px solid Black;
}

.borderr {
	border-right : 1px solid Black;
}

.borderbr {
	border-bottom : 1px solid Black;
	border-right: 1px solid Black;
}

.ronde {
	background-color: Black;
	font : bold 1em Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
}