/*
Theme Name: W&H Sports
Theme URI: http://www.whsports.nl/
Description: The W&H Sports website theme.
Version: 1.0
Author: Erwin Weber
Author URI: http://www.erwinweber.com/
*/

html, body {
	background:#e6e6e6;
	text-align:left;
	color:#325480;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

img.alignright {float:right; margin:0 0 10px 10px}
img.alignleft {float:left; margin:0 10px 10px 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 10px 10px}
a img.alignleft {float:left; margin:0 10px 10px 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

a:link {color:#8f181c; text-decoration:none;}
a:visited {color:#8f181c;  text-decoration:none;}
a:hover {color:#8f181c;  text-decoration:underline;}
a:active {color:#8f181c; text-decoration:none;}

.notification a:link {color:#FFF; text-decoration:none;}
.notification a:hover {color:#FFF; text-decoration:underline;}

/* Navigation */

#nav ul{display:inline; list-style:none; height:100%;}

#nav li{float:left; width:100%;}

#nav li a{
	clear:both;
	margin:0px;
	text-decoration:none;
	padding:5px 5px 5px 25px;
	border-bottom:solid 1px #CCC;
	color:#325480;
	display:block;
	height:100%;
	text-align:left;
	background:url(images/point_blue.jpg) no-repeat left;
}

#nav li a.active{
	clear:both;
	margin:0px;
	text-decoration:none;
	padding:5px 5px 5px 25px;
	border-bottom:solid 1px #CCC;
	color:#8f181c;
	display:block;
	height:100%;
	text-align:left;
	background:url(images/point_red.jpg) no-repeat left;
}
	
#nav li a:hover{
	color:#8f181c;
	background:url(images/point_red_hover.jpg) #e6e6e6 no-repeat left;
}

/*end navigation */

ul {
	list-style:inside square; 
	display:inline;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	}

.kop_producten {
	font-size:14px;
	}

h1 {
	display:block;
	background:#325480;
	color:#FFF;
	padding:10px;
	font-size:18px;
	margin-top:0px;
	} 
	
h2 {
	display:block;
	background:#325480;
	color:#FFF;
	padding:10px;
	font-size:18px;
	margin-top:0px;
	}
	
h3	{
	background:#8f181c; 
	margin-top:15px;
	font-weight:normal;
	padding:4px 0px 4px 10px;
	color:#FFF;
	}

img {border:none;}

#container {
	width: 800px;
	margin: 0 auto;
	}
	
#get_reader {
	background:#F2F2F2;
	color:#333;
	padding:15px;
	font-size:90%;
	overflow:hidden;
	margin:15px 0px 0px 0px;
	border:solid 1px #999;
	height:100%;
	}
	
.ref_tabel td{padding:5px; background-color:#F7F7F7; vertical-align:top;}
.netten_tabel td{padding:5px; background-color:#F7F7F7; vertical-align:top;}
.partners_tabel td{padding:15px 5px 5px 5px; vertical-align:top;}
	
#top {
	height:20px;
	}
	
#header {
	height:135px;
	background:url(images/header.jpg) top no-repeat #FFF;
	padding-bottom:10px;
	}
	
#main {
	background:#FFF;
	overflow:hidden;
	height:100%;
	}
	
#sidebar {
	background:#FFF;
	float:left;
	width:150px;
	padding:0px 10px 10px 10px;
	}

#content {
	float:right;
	width:615px;
	padding:0px 10px 10px 5px;
	}
	
#footer {
	clear:both;
	text-align:center;
	font-size:90%;
	color:#999;
	padding:15px;
	background:#e6e6e6;
	}
	
#footer a{color:#999; text-decoration:none}
#footer a:hover{color:#999; text-decoration:underline;}

