/* CSS Document */

/* Tags */
* { 
	margin:0; 
	padding:0;
}
* html #wrapper {
	height: 100%; /* Will stretch background full apge for IE6 */
}
body {
	height:100%;
	background-color:#cde84d;	
	font-family: Helvetica, Arial, sans-serif; 
	font-size:13px;
}
html {
	height:100%;
}
p {
	margin-bottom:10px;
}
h1 {
	margin-bottom:10px;
}
h2 {
	display:inline;
	font-size:13px;
}
a {
	text-decoration: none;
	color:#000000;
	cursor:pointer;
}
img {
	border:0px none;
}
select {
	width:150px;
	font-size:13px;
}
ul {
	list-style-type:none;
}



/* Layout */
#wrapper {
	min-height:100%;
	position:relative;
	background:url(http://www.fitplein.nl/images/bg_main.png) repeat-y;
	margin:auto;
	width:1020px;
}
#header {
	position:relative;
	width:1000px;
	height: 85px;
	left:10px;
}
#header img {
	display:block; /* verwijderd een border om de image */
}
#main_menu {
	position:relative;
	width:1000px;
	left:10px;
	background-color:#FFFFFF;
}
#content {
	overflow:auto; /* Stretched de div met de content mee FF */
	position:relative;
	background-color:#FFFFFF;
	width:990px;
	left:10px;
	padding:0px 5px 0px 5px;
}
#fontsizer {
	position:relative;
	float:right;
	margin-right:5px;
	margin-bottom:5px;
	line-height:25px;
}



/* Header */
#site_nav {
	position:relative;
	float:right;
	padding-right:10px;
}
.selectSite {
	font-family: Helvetica;
	font-size: 11px;
	background-color:#cde84d;
	color:#555;
	width:125px;
}
.mijnfitplein {
	color:#8e8e8e;
	font-size:9px;
	margin-right:5px;
	line-height:24px;
	float:right;
}
.mijnfitplein a {
	color:#8e8e8e;
}
#banner {
	background: url(/images/layout/banner.png) no-repeat;
	position:absolute;
	height:60px;
	width:385px;
	top:23px;
	left:230px;
	line-height:60px;
	text-align:center;
}
#zoek {
	color:#FFF;
	font-family: Helvetica;
	font-size: 15px;
	position:absolute;
	background-color:#b4cf08;
	height:53px;
	width:240px;
	top:23px;
	left:620px;
	padding-top:7px;
}
#zoek table {
	border:0;
	margin:auto;
}
#winkel {
	color:#FFF;
	font-size: 24px;
	position:absolute;
	background-color:#d81b22;
	height:60px;
	width:120px; /* eigenlijk is de de div 125 breed, maar de padding verbreed de div */
	top:23px;
	left:865px;
	line-height:56px; /* zorgt ervoor dat tekst in het midden staat */
	padding-left:5px;
}



/* Menu */
#menu_content {
	width:990px;
	margin:5px 5px 0px 5px;
	border-bottom:1px solid #B9D207;
	border-top:1px solid #B9D207;
}
#menu_content_inner {
	position:relative;
	width:900px;
	left:40px;
	padding:10px;
}
#menu_content ul {
	text-align: center;
}
#menu_content li {
	display: inline;	
}
#menu_content a {
	font-family: Tahoma, Calibri, Cambria;
	font-size: 19px;
	text-decoration: none;
	letter-spacing: 2pt;
}
#menu_sum {
	background:#cbe1f8;
	width:978px;
	margin-left:5px;
	height:23px;
	line-height:23px;
	vertical-align:middle;
	border:1px solid #95b8d8;
}
#menu_sum a {
	font-size:13px;
	letter-spacing: 0pt;
}
#menu_sum #translator {
	float:right;
	margin-right:5px;
}
#menu_sum #translator select ,#menu_sum #translator img {
	vertical-align:middle;
	width:auto;
}
#sub_menu {
	visibility:hidden;
	position:absolute;
	left:10px;
	padding-left:10px;
	height:300px;
	width:990px;
	z-index:1;
	font-size:13px;
}


/* Footer */
#footer {
	position:relative;
	width:975px;
	margin:25px auto 0px auto;
	text-align:center;
}
#footer a{
	color: #004080
}
#footer a:hover{
	color: #EA572A;
}
#footer p {
	margin:0px 50px 0px 50px;
}
#stripe {
    line-height:20px;  /* zorgt ervoor dat de tekst verticaal in het midden staat */
    height:20px;
    background-color: #B0D02D;
    text-align:center;
}
#sponsors {
	margin-top:25px;
}


/* Topicspagina */
.topicBlok {
	width:100%;
	padding:0px;
	background-color:#F3F8F8;
	margin-bottom:10px;
}
.topicBlok img {
	display:block;
	margin-right:5px;
}
.arrow_lees {	
	display:block;
	background:url(../images/layout/arrow_blauw.png) no-repeat;
	width:41px;
	height:41px;
	margin-right:10px;
}
.arrow_lees:hover {
	display:block;
	background-image:url(../images/layout/arrow_wit.png);
	width:41px;
	height:41px;
}
.homeImages {
	width:100px;
	height:100px;
	vertical-align:top;
}
.homeContent {
	vertical-align:top;
	width:100%;
}
.h1tag{
	font-size:15px;
	font-weight:bold;
	color:#004080;
	margin-bottom:0px;
}
.homeContent a {
	color:#004080;
}
.homeContent a:hover {
	color: #006600;
}
.homeContent p {
	margin-top:10px;
	margin-right:5px;
	font-size:13px;
}
.homeArrow {
	width:41px;
	height:41px;
}



/* General */
.clear {
	clear:both;
	height:0px; /* speciaal voor IE */
	font-size:0px; /* Speciaal voor IE6, anders zien we alsnog een loze ruimte */
	overflow:auto; /* Bij IE zagen we een scrollbar komen, dit voorkomt het */
}
.clearLeft {
	clear:left;
	height:0px; /* speciaal voor IE */
	font-size:0px; /* Speciaal voor IE6, anders zien we alsnog een loze ruimte */
}
.textItalic {  
	font-style: italic; 
}
.normalLink a{
	color:#0000FF;
}
.marginTop20 {
	margin-top:20px;
}
.marginLeft3 {
	margin-left:3px;
}
.marginTop3 {
	margin-top:3px;
}
.paddingLeft3 {
	padding-left:3px;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.height15 {
	height:15px;
}
.height35 {
	height:35px;
}
.alignRight {
	text-align:right;
}
#rss {
	position:absolute;
	background:url(../images/layout/rss.jpg);
	width:54px;
	height:56px;
	top:0px;
}
.bold {
	font-weight:bold;
}
#productWijzer {
	background:url(http://www.fitplein.nl/productwijzer_2008.jpg) no-repeat;
	width:200px;
	height:250px;
	margin:0px auto 0px auto;
	float:left;
}
#klacht {
	margin-top:200px;
	margin-left:5px;
}
#leftBlok {
	position:relative;
	width:225px;
	float:left;
	display:inline; /* verwijderd de extra margin links in IE 6 */
	margin-left:-685px;
}
#midBlok {
	text-align:left;
	position:relative;
	margin-left:230px;
	width: 455px;
	float:left;
	display:inline; /* verwijderd de extra margin links in IE 6, die door de float wordt veroorzaakt */
}
#rightBlok {
	position:relative;
	text-align:left;
	float:left;
	width: 300px;
	min-height: 235px;
	margin-left:5px;
	display:inline; /* verwijderd de extra margin links in IE 6, die door de float wordt veroorzaakt */
}
.textLink {
	font-size:12px;
	text-align:left;
	margin-top:10px;
}
.textLink a{
	color: #999999;
}
.textLink a:hover{
	color: #666666;
}
#youtube {
	width:191px;
	height:157px;
	margin:0px auto 0px auto;
}
.extraTitle {
	background-color:#F4F4F4;
	padding:1px 0px 1px 5px;
	font-size:12px;
	font-weight:bold;
	color:#004080;
}
.extraTitle a {
	color:#004080;
}
.extraTitle a:hover {
	color: #CC6600;
}
.extraTitle img {
	vertical-align:middle;
}
.extraCont {
	padding:5px 0px 20px 0px;
	background-color:#FFFFFF;
	font-size:12px;
	float:left;
	display:inline; /* verwijderd de extra margin links in IE 6 */
}
.extraCont a {
	color:#004080;
}
.extraCont a:hover {
	color: #CC6600;
}
.extraCont img {
	float:left;
	margin-right:5px;
}
.fonting:hover {
	text-decoration:underline;
}
.fonting:active {
	text-decoration:underline;
}
#smallFont {
	font-size:13px;
}
#avgFont {
	font-size:15px;
}
#bigFont {
	font-size:17px;
}




/* Resultaat.php */
#results {
	text-align:center;
}
#footerRes {
	position:relative;
	width:975px;
	margin:-20px auto 0px auto;
	text-align:center;
}

/* Nieuw.php */
#nieuw {
	width:400px;
	margin-left:auto;
	margin-right:auto;
}
#nieuw a {
	color:#0000FF;
}
#nieuw a:hover {
	text-decoration:underline;
}

/* overfitplein.php */
#overfitplein {
	width:560px;
	margin-left:230px;
	float:left;
	display:inline;
}
#overfitplein img {
	margin-bottom:10px;
	display:block;
}
#overfitplein a{
	color: #004080
}
#overfitplein a:hover{
	color: #EA572A;
}
#overfitplein h2{
	color: #004080;
	font-size:15px;
}
#over_banners {
	width:165px;
	float:left;
}
#over_banners img {
	margin-bottom:10px;
}