/* CSS Document */


*{
	padding:0;
	margin:0;
}

body{
	background-color:#F5F6F6;
	font-size:70%;
	font-family:trebuchet ms;
}

#wrapper{
	width:980px;
	margin-left:50%;
	left:-490px;
	position:absolute;
	background-color:#ECECEC;
}

#header{
	height:105px;
}

h1#logo{
	background-image:url(../img/doe-aan-sport.png);
	width:245px;
	height:63px;
	text-indent:-2000px;
	margin-left:100px;
	margin-top:20px;
	float:left;
}

#sfeerImages{
	position:absolute;
	right:100px;
	top:12px;
}

#sfeerImages img{
	margin-right:10px;
}


#content{
	background-image:url(../img/blauwe-header.png);
	background-repeat:no-repeat;
	background-color:#ECECEC;
	height:840px;
}

#headline{
	color:#FFF;
	position:absolute;
	left:370px;
	top:150px;
}

#innerWrapper{
	width:805px;
	position:absolute;
	left:-402px;
	margin-left:50%;
	margin-top:70px;
}

#left{
	float:left;
	width:280px;
}

#right{
	float:left;
	width:525px;

}


#right a:link,#right a:visited,#right a:active{
  text-decoration: underline;
	color: #18AEF7;
}
#right a:hover{
  text-decoration: underline;
	color: #18AEF7;
}

input[type="submit"] {
  background: #18AEF7;
  color: #ECECEC;
  cursor: pointer;
	font-size:100%;
	font-family:trebuchet ms;
}

input[type="submit"]:hover {
  background: #ECECEC;
  color: #18AEF7;
  cursor: pointer;
	font-size:100%;
	font-family:trebuchet ms;
}

#footer{
	height:40px;
	background-image:url(../img/bg-footer.png);
	background-repeat:repeat-x;
	text-align:center;
	color:#FFF;
	padding-top:10px;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline
}


/*BLOKKEN*/
.blokHeader{
	background-image:url(../img/blok-header.png);
	background-repeat:repeat-x;
	height:35px;
	color:#FFF;
	line-height:35px;
	text-align:center;
}

.blokSmall{
	width:234px;
	background-image:url(../img/bg-blok.png);
	background-repeat:repeat-x;
	background-position:bottom;
	min-height:150px;
	background-color:#FFF;
	margin-bottom:25px;
}

.blokContent{
	padding:20px 15px;
	background-color:#FFF;
	background-image:url(../img/bg-blok.png);	
	background-repeat:repeat-x;
	background-position:bottom;	
}
.blokContent2{
	padding:20px 15px;
	background-color:#FFF;
}
.blokContentBig{
	padding:20px 15px;
	background-color:#FFF;
	background-repeat:repeat-x;
	background-position:bottom;	
}
.blokContent span, .blokContent2 span{
	font-size:100%;
	text-decoration:underline;
	margin-bottom:5px;
	font-weight:normal;
	display:block;
}

.blokContent img, .blokContent2 img{
	float:left;
	margin:10px 5px;
}

.blokBig .blokContentBig img{
	float:right;
	margin:10px;
}

.blokBig{
	width:525px;

	min-height:150px;
	background-color:#FFF;
	margin-bottom:25px;
}

hr{
	height:1px;
	border-bottom:1px solid #0787C2;
	border-top:1px solid #FFF;	
	border-left:1px solid #FFF;	
	border-right:1px solid #FFF;
	margin:10px 50px;			
}




ul#mainMenu{
	margin: 10px 20px;
}
ul#mainMenu li{
	background-image:url(../img/li-main-menu.gif);
	background-repeat:no-repeat;
	line-height:15px;
	background-position:0 5px;
}
ul#mainMenu li a{
	color:#000;
	text-decoration:none;
	padding-left:15px;
}

ul#mainMenu li a:hover{
	text-decoration:underline;
}




/*ADS*/

.labelAd{
	margin-left:90px;
}
.labelAdBig{
	margin-left:190px;
}
.adLeft{
	height:65px;
	width:240px;
	
	margin-bottom:25px;
}

.adBig{
	height:60px;
	width:468px;
	border:1px solid #000;
	margin-bottom:25px;
	margin-top:10px;
	margin-left:10px;
}


.spacer{
	height:10px;
}

ul li{
	list-style-type:none;
}


.clear{
	clear:both;
}
