html {
    background: #3f3f3f;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #3f3f3f url(images/background.gif) repeat-x;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 18px;
	text-align: justify;
	background-color: #3f3f3f;
}

p[style], span[style]{

font-family: Verdana, Helvetica, sans-serif !important;
font-size:11px !important;
line-height:18px !important;
text-align:justify!important;

}



#siteContainer {
	background: #fff;
	margin: 0px auto;
    text-align:left;
    padding: 0;
	width: 1008px;
}

#topHeader {
	width: 1000px;
	height: 184px;
	background: #fff url(images/topHeader.gif) no-repeat;
}

#menuContainer {
	width: 1000px;
	height: 39px;
}

#btnHome {
	width: 111px;
	height: 39px;
	background: #fff url(images/btnHome.gif) no-repeat;
	float: left;
	margin-left: 5px;
	display:  block;
}

#btnAlgemeen {
	width: 133px;
	height: 39px;
	background: #fff url(images/btnAlgemeen.gif) no-repeat;
	float: left;
}

#btnTopsport {
	width: 134px;
	height: 39px;
	background: #fff url(images/btnTopsport.gif) no-repeat;
	float: left;
}

#btnBreedtesport {
	width: 214px;
	height: 39px;
	background: #fff url(images/btnBreedteSport.gif) no-repeat;
	float: left;
}

#btnJeugd {
	width: 133px;
	height: 39px;
	background: #fff url(images/btnJeugd.gif) no-repeat;
	float: left;
}

#btnScheidsrechters {
	width: 153px;
	height: 39px;
	background: #fff url(images/btnScheidsrechters.gif) no-repeat;
	float: left;
}

#btnContact {
	width: 111px;
	height: 39px;
	background: #fff url(images/btnContact.gif) no-repeat;
	float: left;
}

#submenu {
	width: 775px;
	height: 30px;
	padding-top:5px;
	margin-left: 125px;
}

#topBanner {
	width: 1000px;
	height: 327px;
	margin-top: 20px;
}

#specialBox {
	width: 263px;
	height: 327px;
	background: #fff url(images/specialBox.gif) no-repeat;
	margin-left: 6px;
	margin-right: 3px;
	float: left;
}

#newsHeadlines {
	width: 720px;
	height: 327px;
	background: #fff url(images/newsBox.gif) no-repeat;
	float: left;
}

#leftColumns {
	width: 263px;
	margin-left: 2px;
	margin-right: 0px;
	float: left;

}

#rightColumns {
	float: right;
	width: 267px;
	margin-right: 6px;
    *margin-right: 1px;
}

#centerBox { 
	width: 440px;
	margin-left: 3px;
	float: left;
}

#innerWrap {
	width: 733px;	
	float: right;
}


#fotoBox {
	width: 263px;
	height: 208px;
	background: #333 url(images/fotoBox.gif) no-repeat;
}

#reclameBanner {
	width: 449px;
	height: 95px;
	border: 1px solid #cdcdcd;
	margin: 2px 0px;
}

#quoteBox {
	width: 267px;
	height: 347px;
	background: #ff0000 url(images/quoteBox.gif) no-repeat;
}

#quoteBoxing
{
    width: 247px;
    height: 327px;
    float: left;
    color: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 4px;
    margin-bottom: 10px;
}

#newContentBox { 
	width: 437px;
	min-height: 573px;
	height: 100%;
	padding-left: 18px;
	text-align: justify;
	margin-bottom: 10px;
	background: #fff url(images/newContentBox.gif) no-repeat;
}

#bigContentBox { 
    width: 690px;
    min-height: 573px;
    height:auto !important;
    height:573px;
    margin: 0;
    padding-left: 18px;
    padding-right: 15px;
    text-align: justify;
    margin-left: 5px;
    margin-bottom: 10px;  
    background: #fff url(images/bigContentBox.gif) no-repeat;
}

#footer {
	width: 1000px;
	height: 63px;
	background: #fff url(images/footer.gif) no-repeat;
	clear: both;
}

.smallBanner {
	border: 1px solid #cdcdcd;
	margin: 4px 0px;
}

/* FONTS */
/*****************************************************************************************/

h2 {
    font-size: 20px;
    margin-top: 10px;
}

h3 {
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #008414;
}

h4 {
	margin: 5px 0 0 0;
	padding: 0;
}

p {
	padding-right: 25px;
}

h5
{
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Verdana, Helvetica, sans-serif;
    text-align: right;    
}

h6
{
    padding-top: 15px;
    padding-bottom: 5px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

/* LINKS */
/*****************************************************************************************/

a { text-decoration: none; font-weight: normal; color: #008414; }

a.newsLink { text-decoration: none; font-weight: bold; color: #008414; }
a.newsLink:hover { font-style: italic; }
 
a.subMenu {
	text-transform: capitalize;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #008414;
}

a.backLink { float: left; text-decoration: none; font-weight: bold; color: #008414; }
a.backLink:hover { font-style: italic; }

/* SPECIAL DIVS */
/*****************************************************************************************/

#loadingBox {
	position: absolute;
	width: 260px;
	background: #efefef;
	margin-left: 94px;
	margin-top: 150px;
	z-index: 501;
	visibility: hidden;
	border: outset 2px #ddd;
	text-align: center;
}

/* TEAM MODULE BOXES */
/*****************************************************************************************/
#sTeamBox{
    float:left;
    height: auto;
    width: 665px;
}

#sMemberBox{
    float:left;
    height: auto;
    width: 340px;
}

.tableProfile{
}

#sInformationBox{
    padding-top:43px;
    float:left;
    height: auto;
    width:300px;
    padding-bottom:10px;
}

#locateBox{
    float:left;
    height: auto;
    width: 640px;
    border-top:1px solid #008414;
}