@charset "utf-8";
/* CSS Document */

*{
  margin: 0px;
  padding:0px;
}


body {
  text-align: center;
  font-family: arial;
  font-size:15px;  
  background-color:#c0c0c0;
}

#container {
  width: 870px;
  background-color:#c0c0c0;
  text-align: left;
  margin: 0 auto;
}  
  
#header
{
background-image:url(http://www.stw.be/images/870topbanner.jpg);
height:151px;
width:865px;
}  

#topbanner
{
height:122px;
}  

#menu
{
text-align:center;
font-size:14px;
height:22px;
color:white;
padding-top:6px;
}  

.menuitem
{
padding-right:10px;
padding-left:10px;
}

#topcontent
{
margin-top:10px;
}

#leftcontent
{
float:left;
width:595px;
}

#rightcontent
{
float:right;
width:265px;
margin-left:10px;
}

#wedstrijden, #klassement
{
height:352px;
}

#nieuwscontainer
{
margin-top:10px;
float:left;
}

#nieuws
{
height:150px;
margin-bottom:4px;
}

.jquery-corner { position: relative; }


.imagemenu
{
width: 595px;
	margin-top:10px;
float:left;	
}

#forum
{
	width: 191px;
	height: 197px;
	float:left;
	margin-right:10px;
}

#vip
{
	width: 191px;
	height: 197px;
   float:left;
}

#titel
{
	width: 191px;
	height: 197px;
    float:left;
	 margin-right:10px;
}

/* sponsors */

#sponsor1
{
	height: 130px;
	float:left;
	margin-right:10px;
}

#sponsor2
{
	height: 130px;
	float:left;
}

#sponsor3
{
height: 91px;
width:590px;
	float:left;
}
 
/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
 */