/*--------------------------------------------------------------------
Basic Style Sheet

Version: 1.0
Copyright: 2009, dicode® VOF - understanding internet
W: www.dicode.nl
E: info@dicode.nl
T: 0570-750680
--------------------------------------------------------------------*/

/* Global
--------------------------------------------------------------------*/
* { 
	font-family: arial;
	color: #707070;
	font-size: 12px;
}

img {
	border: 0;
}

h1 {
	margin: 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}

h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

h3 {
	margin: 3px 0 3px 0;
	padding: 0;
	color: #9d9a93;
	font-weight: normal;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 17px;
}

body {
	margin: 0;
	padding: 0;
	background: url(/css/images/bg_body.jpg);
}

/* Red background fade from top */
div#body2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 875px;
	background: url(/css/images/bg_body2.jpg) repeat-x;
}

/* Head
--------------------------------------------------------------------*/
	div#head {
		position: relative;
		width: 1000px;
		height: 682px;
		margin: 0 auto;
		background: url(/css/images/bg_head.jpg) no-repeat;
	}

	/* Head::Short menu right
	-----------------------------------------------------------------*/
		div#headmenu {
			position: absolute;
			width: 194px; /* 200px */
			height: 230px; /* 236px */
			left: 769px;
			top: 148px;
			padding: 16px 0 0 6px;
			background: url(/css/images/bg_headmenu.jpg) no-repeat;
		}
		
		div#headmenu ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
	
		div#headmenu ul li {
			float: left;
			padding-left: 14px;
		}


/* Container
--------------------------------------------------------------------*/
	div#container {
		position: relative;
		width: 900px;
		margin: 0 auto;
		top: 199px;
		text-align: left;
		background-color: #f5f4ea;
	}
	
	/* Div for fade in container */
	div#container div#shadow {
		position: absolute;
		width: 916px;
		height: 482px;
		top: -7px;
		left: -6px;
		background: url(/css/images/bg_shadow.jpg) no-repeat;
	}

	/* Position the shoes in the left corner */
	div#container div#shoes {
		position: absolute;
		width: 304px;
		height: 203px;
		top: -143px;
		left: -50px;
		background: url(/css/images/bg_shoes.jpg) no-repeat;
	}
	
	/* Container::Left (menu)
	----------------------------------------------------------------*/
		div#menu {
			position: relative;
			float: left;
			padding: 60px 0;
		}
		
		div#menu ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
		div#menu ul li {
			width: 125px;
			padding: 7px 0;
			text-align: right;
			border-bottom: dashed 1px #a19f99;
			padding-right: 2px;
		}
		
		div#menu ul li.active {
			background-color: #d5d2b6;
		}
		
		div#menu ul li a {
			text-transform: uppercase;
			text-decoration: none;
			font-weight: bold;
		}
		
		div#menu ul li a:hover {
			text-decoration: underline;
		}

	/* Container::Content (content) (2 columns)
	----------------------------------------------------------------*/
		div#content {
			position: relative;
			float: left;
			width: 720px;
			padding: 67px 0 20px 44px;
		}
		
		div#content div.hline {
			background: url(/css/images/bg_hline.jpg) repeat-x; 
			width: 720px;
			height: 20px;
			margin: 2px 0 2px 0;
		}
		
		div#content div.hline_light {
			background: url(/css/images/bg_hline_light.jpg) repeat-x; 
			width: 720px;
			height: 2px;
			margin: 10px 0 10px 0;
		}
		
		div#content table {
			border-collapse: collapse;
			padding: 0;
			margin: 0;
		}
		
		div#content tr.rollover {
			background: url(/css/images/bg_hline_light.jpg) repeat-x bottom; 
			padding: 0;
			margin: 0;
		}
		
		div#content tr.rollover:hover {
			background-color: #d5d2b6;
		}
		
		div#content table.rollover td {
			padding: 2px;
			margin: 0;
		}
		
		div#content table.rollover td a {
			text-decoration: none;
		}
		
		div#content table.rollover td a:hover {
			text-decoration: underline;
		}
		
		div#content ul {
			list-style: none;
			padding: 0;
			margin: 5px 0 0 2px;
		}
		
		div#content ul li {
			padding: 0 0 5px 0px;
		}
		
		div#content ul li a {
			text-decoration: none;
		}
		
		div#content ul li a:hover {
			text-decoration: underline;
		}
		
		div#content ul li.active {
			background: url(/css/images/img_arrow.jpg) no-repeat 0 3px;
			padding: 0 0 5px 10px;
		}
		
		div#content ul li.active a {
			font-weight: bold;
		}
		
		
		div#content div.back {
			width: 720px;
			text-align: right;
		}
		
		div#content div.back a {
			font-weight: bold;
			text-decoration: none;
		}
		
		div#content div.back a:hover {
			text-decoration: underline;
		}
		
		div#middle div.back {
			width: 480px;
			text-align: right;
		}
		
		div#middle div.back a {
			font-weight: bold;
			text-decoration: none;
		}
		
		div#middle div.back a:hover {
			text-decoration: underline;
		}
		
		div#middle input.large {
			background-color: #d5d2b6;
			border: none;
			height: 16px;
			width: 312px;
			background: url(/css/images/bg_input_large.jpg) no-repeat;
			padding: 8px 7px 7px 8px;
			font-weight: bold;
			font-size: 11px;
		}
		
		div#middle input.medium {
			background-color: #d5d2b6;
			border: none;
			height: 16px;
			width: 160px;
			background: url(/css/images/bg_input_medium.jpg) no-repeat;
			padding: 8px 7px 7px 8px;
			font-weight: bold;
			font-size: 11px;
		}
		
		div#middle input.small {
			background-color: #d5d2b6;
			border: none;
			height: 16px;
			width: 72px;
			background: url(/css/images/bg_input_small.jpg) no-repeat;
			padding: 8px 7px 7px 8px;
			font-weight: bold;
			font-size: 11px;
		}
		
		div#middle textarea {
			background-color: #d5d2b6;
			border: none;
			height: 63px;
			width: 470px;
			font-weight: normal;
			font-size: 12px;
		}
		
		div#middle div.bg_textarea {
			height: 63px;
			width: 480px;
			background: url(/css/images/bg_textarea.jpg) no-repeat;
			padding: 7px 0px 8px 8px;
		}
		
		/* comments */
		div#middle div.comments {
				
		}
		
		div#middle div.comments h2 {
			display: inline;
			margin-left: 5px;
		}
		
		div#middle div.comments div.content {
			margin: 4px 0 8px 0;
		}
		
		div#middle div.comments h3 {
			font-size: 11px;
		}
		
		
		/* news */
		div#middle div.news {
			margin-bottom: 10px;
		}
		
		div#middle div.news div.left {
			float: left;
			width: 150px;
		}
		
		div#middle div.news div.right {
			float: right;
			width: 320px;
		}
		
		div#middle div.news div.right div.right {
			text-align: right;
			font-weight: bold;
		}
		
		div#middle div.news div.right div.right a {
			text-decoration: none;
		}
		
		div#middle div.news div.right div.right a:hover {
			text-decoration: underline;
		}
		
		/* newsold */
		div#middle div.newsold {
			margin-bottom: 3px;
		}
		
		div#middle div.newsold div.date {
			float: left;
			display: inline;
			width: 75px;
		}
		
		div#middle div.newsold div.title {
			float: left;
			display: inline;
		}
		
		div#middle div.newsold div.title a {
			font-weight: bold;
			text-decoration: none;
		}
		
		div#middle div.newsold div.title a:hover {
			text-decoration: underline;
		}
		
		div#middle div.newsold div.comments {
			float: right;
			text-align: right;
			font-weight: normal;
			display: inline;
		}
		
		div#middle div.newsold div.comments a {
			text-decoration: none;
			font-weight: normal;
		}
		
		div#middle div.newsold div.comments a:hover {
			text-decoration: underline;
		}
		
		
		/* exercises */
		div#middle div.exercises {
			margin-bottom: 10px;
		}
		
		div#middle div.exercises div.title {
			float: left;
			width: 200px;
		}
		
		div#middle div.exercises div.title a {
			text-decoration: none;
			font-weight: bold;
		}
		
		div#middle div.exercises div.title a:hover {
			text-decoration: underline;
		}
		
		div#middle div.exercises div.year {
			float: right;
			font-size: 11px;
			text-align: right;
		}
		
		div#middle div.exercises div.exercise {
			margin-top: 3px;
		}
		
		div#middle div.exercises div.exercise div.day {
			float: left;
			width: 100px;
		}
		
		div#middle div.exercises div.exercise div.time {
			float: left;
			width: 180px;
		}
		
		div#middle div.exercises div.exercise div.location {
			float: left;
		}
		
		/* photoalbums */
		div#middle div.photoalbums {
			margin-bottom: 10px;
		}
		
		div#middle div.photoalbums div.left {
			float: left;
			width: 150px;
		}
		
		div#middle div.photoalbums div.right {
			float: right;
			width: 320px;
		}
		
		div#middle div.photoalbums div.right div.right {
			text-align: right;
			font-weight: bold;
		}
		
		div#middle div.photoalbums div.right div.right a {
			text-decoration: none;
		}
		
		div#middle div.photoalbums div.right div.right a:hover {
			text-decoration: underline;
		}
		
		/* photoalbumsold */
		div#middle div.photoalbumsold {
			margin-bottom: 3px;
		}
		
		div#middle div.photoalbumsold div.date {
			float: left;
			display: inline;
			width: 75px;
		}
		
		div#middle div.photoalbumsold div.title {
			float: left;
			display: inline;
		}
		
		div#middle div.photoalbumsold div.title a {
			font-weight: bold;
			text-decoration: none;
		}
		
		div#middle div.photoalbumsold div.title a:hover {
			text-decoration: underline;
		}
		
		div#middle div.photoalbumsold div.comments {
			float: right;
			text-align: right;
			font-weight: normal;
			display: inline;
		}
		
		div#middle div.photoalbumsold div.comments a {
			text-decoration: none;
		}
		
		div#middle div.photoalbumsold div.comments a:hover {
			text-decoration: underline;
		}
		
		
		/* calendar */
		div#middle div.calendar {
			margin-bottom: 10px;
		}
		
		div#middle div.calendar h2 {
			background: url(/css/images/bg_input_medium.jpg) no-repeat;
			height: 22px;
			padding: 9px 0 0 10px;
			margin-bottom: 10px;
		}
		
		div#middle div.calendar table {
			 border-collapse: collapse;
			 border: 0;
		}
		
		div#middle div.calendar table tr {
			background: url(/css/images/bg_hline_light.jpg) repeat-x bottom; 
			line-height: 20px;
			height: 20px;
		}
		
		div#middle div.calendar table tr:hover {
			background-color: #d5d2b6;
		}
		
		div#middle div.calendar table td {
		}
		
		div#middle div.calendar table td a {
			text-decoration: none;
			font-weight: bold;
		}
		
		div#middle div.calendar table td a:hover {
			text-decoration: underline;
		}
		
		div#middle div.calendaritem {
			margin-bottom: 10px;
		}
		
		div#middle div.calendaritem div.time {
			margin-bottom: 10px;
			line-height: 22px;
		}
		
		div#middle div.calendaritem div.right {
			float: right;
			width: 320px;
		}
		
		div#middle div.calendaritem div.right div.right {
			text-align: right;
			font-weight: bold;
		}
		
		div#middle div.calendaritem div.right div.right a {
			text-decoration: none;
		}
		
		div#middle div.calendaritem div.right div.right a:hover {
			text-decoration: underline;
		}
		
		/* search */
		div#middle div.search {
			list-style: none;
			padding: 0;
			margin: 0 0 0 2px;
		}
		
		div#middle div.search ul {
			list-style: none;
			padding: 0;
			margin: 0 0 0 2px;
		}
		
		div#middle div.search ul li {
			background: url(/css/images/img_arrow.jpg) no-repeat 0 3px;
			padding: 0 0 5px 10px;
			font-size: 11px;
		}
		
		div#middle div.search ul li a {
			text-decoration: none;
			font-weight: bold;
		}
		
		div#middle div.search ul li a:hover {
			text-decoration: underline;
		}
		
		/* sitemap */
		div#middle ul.sitemap {
			list-style: none;
			padding: 0;
			margin: 0 0 0 2px;
		}
		
		div#middle ul.sitemap li {
			background: url(/css/images/img_arrow.jpg) no-repeat 0 3px;
			padding: 0 0 5px 10px;
			font-size: 11px;
		}
		
		div#middle ul.sitemap li a {
			text-decoration: none;
		}
		
		div#middle ul.sitemap li a:hover {
			text-decoration: underline;
		}
		
		div#middle ul.sitemap li.spacer {
			background: none;
			padding: 0 0 5px 10px;
			font-size: 11px;
		}
		
		/* estafette */
		div#middle div.estafette {
			
		}
		
		div#content table.estafette_head td a {
			font-weight: normal;
		}
		
		div#content table.estafette th {
			text-align: left;
		}
		
		div#content table.estafette_head td li.active a {
			font-weight: bold;
		}
		
		/* woolderes */
		div#middle div.woolderes {
			
		}
		
		div#content table.woolderes th {
			text-align: left;
		}
		
		div#content table.woolderes_head td a {
			font-weight: normal;
		}
		
		div#content table.woolderes_head td li.active a {
			font-weight: bold;
		}
		
		
	
	/* Container::Middle (content) (3 columns)
	----------------------------------------------------------------*/
		div#middle {
			position: relative;
			float: left;
			width: 480px; /* 480px */
			padding: 67px 0 20px 44px;
		}
		
		div#middle div.hline {
			background: url(/css/images/bg_hline.jpg) repeat-x; 
			width: 480px;
			height: 20px;
			margin: 2px 0 2px 0;
		}
		
		div#middle div.hline_light {
			background: url(/css/images/bg_hline_light.jpg) repeat-x; 
			width: 480px;
			height: 2px;
			margin: 10px 0 10px 0;
		}
		
		div#middle table.rollover {
			border-collapse: collapse;
			padding: 0;
			margin: 0;
		}
		
		div#middle table.rollover tr {
			background: url(/css/images/bg_hline_light.jpg) repeat-x bottom; 
			padding: 0;
			margin: 0;
		}
		
		div#middle table.rollover tr.no {
			padding: 0;
			margin: 0;
		}
		
		div#middle table.rollover tr:hover {
			background-color: #d5d2b6;
		}
		
		div#middle table.rollover tr.no:hover {
		}
		
		div#middle table.rollover td {
			padding: 2px;
			margin: 0;
		}
		
		div#middle table.rollover td a {
			text-decoration: none;
		}
		
		div#middle table.rollover td a:hover {
			text-decoration: underline;
		}
		
		div#middle ul {
			list-style: none;
			padding: 0;
			margin: 0 0 0 2px;
		}
		
		div#middle ul li {
			background: url(/css/images/img_arrow.jpg) no-repeat 0 3px;
			padding: 0 0 5px 10px;
		}
		
		div#middle div.scrollbox {
			position: relative; 
			overflow-y: scroll; 
			height: 300px; 
			width: 480px; 
			border: 1px solid #e8e8e8; 
			padding: 3px; 
		}
		
		div#middle div.scrollbox table.rollover tr {
			background: url(/css/images/bg_hline_light.jpg) repeat-x bottom; 
			padding: 0;
			margin: 0;
		}
		
		div#middle div.scrollbox table.rollover tr:hover {
			background-color: #d5d2b6;
		}
		
		div#middle div.scrollbox div#id_ajax table.rollover tr {
			background: url(/css/images/bg_hline_light.jpg) repeat-x bottom; 
			padding: 0;
			margin: 0;
		}
		
		div#middle div.scrollbox div#id_ajax table.rollover tr:hover {
			background-color: #d5d2b6;
		}
		
		
		/*
		div#middle div.back {
			width: 480px;
			text-align: right;
		}
		
		div#middle div.back a {
			font-weight: bold;
			text-decoration: none;
		}
		
		div#middle div.back a:hover {
			text-decoration: underline;
		}
		
		
		
		
		
		
		
		div#middle .form td {
			line-height: 30px;
			height: 30px;
			width: 70px;
		}
		
		div#middle table.rollover {
			border-collapse: collapse;
			padding: 0;
			margin: 0;
		}
		
		div#middle table.rollover tr {
			background: url(/css/images/bg_hline_light.jpg) repeat-x bottom; 
			padding: 0;
			margin: 0;
		}
		
		div#middle table.rollover tr:hover {
			background-color: #d5d2b6;
		}
		
		
		
		

		/* Container::Middle news table
		------------------------------------------------------------*
			div#middle table.news td {
				vertical-align: top;
				padding-right: 8px;
			}
			
			div#middle table.news td.readmore {
				text-align: right;
				padding-top: 8px;
				font-weight: bold;
			}
			
			div#middle table.news td a {
				font-weight: bold;
				text-decoration: none;
			}
			
			div#middle table.news td a:hover {
				text-decoration: underline;
			}
		
		/* Container::Middle othernews table
		------------------------------------------------------------*
			div#middle table.morenews {
				width: 100%;
			}
			
			div#middle table.morenews th {
				text-align: left;
			}
			
			div#middle table.morenews td a, div#middle table.morenews th a {
				text-decoration: none;
			}
			
			div#middle table.morenews th a {
				font-weight: bold;
			}
			
			div#middle table.morenews td a:hover, div#middle table.morenews th a:hover {
				text-decoration: underline;
			}
		
		/* Container::Middle exercises table
		------------------------------------------------------------*
			div#middle table.exercises {
				padding: 0;
				border: 0; 
				border-collapse: collapse;
			}
			
			div#middle table.exercises td {
				vertical-align: top;
				padding-right: 8px;
			}
			
			
			
			div#middle table.exercises td.readmore {
				text-align: right;
				padding-top: 8px;
				font-weight: bold;
			}
			
			div#middle table.exercises td a {
				font-weight: bold;
				text-decoration: none;
			}
			
			div#middle table.exercises td a:hover {
				text-decoration: underline;
			}
		
		/* Container::Middle comments
		------------------------------------------------------------*
			
					
	/* Container::Shadowline (3 columns)
	----------------------------------------------------------------*/
		div#shadowline {
			position: relative;
			float: left;
			width: 29px;
			height: 493px;
			margin-top: 3px;
			background: url(/css/images/bg_shadowline.jpg) no-repeat top right;
		}
	
	/* Container::Right (3 columns)
	----------------------------------------------------------------*/
		div#right {
			position: relative;
			float: left;
			padding: 23px 0 0 17px;
			width: 200px;
		}
		
		div#right h1 {
			border-bottom: dashed 1px #a19f99;
			font-size: 14px;
			padding: 10px 0 4px 0;
		}
		
		div#right ul {
			list-style: none;
			padding: 0;
			margin: 0 0 0 2px;
		}
		
		div#right ul li {
			background: url(/css/images/img_arrow.jpg) no-repeat 0 3px;
			padding: 0 0 5px 10px;
			font-size: 11px;
		}
		
		div#right ul li a {
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
		}
		
		div#right ul li a:hover {
			font-weight: bold;
			text-decoration: underline;
		}
		
		div#right input.medium {
			background-color: #d5d2b6;
			border: none;
			height: 26px;
			width: 176px;
			font-weight: bold;
			font-size: 11px;
			background: url(/css/images/bg_input_medium.jpg) no-repeat;
			padding: 9px 0 0 10px;
		}
		
		div#right select {
			background-color: #d5d2b6;
			border: none;
			height: 30px;
			width: 176px;
			font-weight: bold;
			font-size: 11px;
			background: url(/css/images/bg_input_medium.jpg) no-repeat;
			padding: 8px 10px 0 10px;
		}
		
		
/* Footer
-------------------------------------------------------------------*/
	div#footerhead {
		position: relative;
		width: 916px;
		height: 9px;
		top: 199px;
		left: 42px;
		background: url(/css/images/bg_footerhead.jpg) no-repeat;
	}
	
	div#footer {
		position: relative;
		width: 735px; /* 916px */
		top: 199px;
		left: 42px;
		height: 95px; /* 105px */
		padding: 10px 0 0 181px;
		text-align: left;
		background-color: #dfdcc6;
		font-size: 11px;
	}

	div#footer div#footerimg {
		position: relative;
		float: right;
		top: -10px;
		right: 73px;
		width: 174px;
		height: 105px;
		background: url(/css/images/img_footer.jpg) no-repeat;
	}
	
	div#footer div#box1 {
		position: relative;
		margin: 1px 0 0 0;
	}
	
	div#footer div#box2 {
		position: relative;
		margin: 1px 0 0 370px;
	}
	
	/* Footer::Components
	---------------------------------------------------------------*/
		div#footer td {
			font-size: 11px;
			line-height: 12px;
			height: 12px;
			width: 120px;
		}
		
		div#footer b {
			font-size: 11px;
		}
		
		div#footer h2 {
			margin: 0;
			padding: 0;
			font-size: 11px;
		}
		
		div#footer a {
			font-size: 11px;
			text-decoration: none;
			font-weight: normal;
		}
		
		div#footer a:hover {
			text-decoration: underline;
		}
	

/* IE6 Hacks
--------------------------------------------------------------------*/
	* html div#footerhead {
		margin-left: 0px;
	}
	
	* html div#footer {
		margin-left: 0px;
		top: 193px;
	}

/* Other
--------------------------------------------------------------------*/
	div.clear {
		clear: both;	
	}

