@charset "utf-8";
/* CSS Document */


body {
	margin-left:			0px;
	margin-top:				20px;
	margin-right:			0px;
	margin-bottom:			20px;
	
	
	background:		url('../img2010/mainbg.jpg') center top #000 no-repeat;
	
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
}


.wrapper{
	width: 900px;
	margin: 0px auto;
}

.top{
	height: 244px;
	width: 900px;
	background: url('../img2010/top.png') no-repeat;
}


.menudiv{
	position: absolute;
	color:					#ffffff;

	margin-left:			320px;
	margin-top: 			223px;
	
	font-size:				11px;
	font-weight:			bold;
	
	text-align:				center;
}

.zijbalk{
	float: left;
	width: 280px;
	min-height: 385px;
	background: url('../img2010/links.png') no-repeat;
}


.maincontent{
	float: left;
	width: 500px;	
	padding: 20px 60px 0px 60px;
	line-height: 18px;

}

.maininhoud{
	background: url('../img2010/bg.png') repeat-y;
}


.footer{
	width: 900px;
	height: 	162px;
	background: none;
	margin-bottom: 20px;
}

.footer img{
	
}

h1{
	font-size: 24px;
	font-weight: bold;
	color: #c2211f;
	line-height: 30px;
	
}

.maincontent_titel2{
	color:					#000000;
	font-size:				16px;
	font-weight:			bold;
}



.iaslinkdiv{
	height:					20px;
	line-height:			20px;
	
	margin-right:			20px;
	
	vertical-align:			middle;
	text-align:				right;
	
	font-size:				10px;
}


.hoofdsponsors{
	color:					#000000;
	font-size:				12px;;
	font-weight:			bold;
	margin-top: 30px;
}


.sponser_img{
	float: left;
	width: 240px;
	height: 130px;
}


 /* standaard link eigenschappen */
a:link 		{color: #c2211f; text-decoration: underline}
a:visited 	{color: #c2211f; text-decoration: underline}
a:hover 	{color: #c2211f; text-decoration: none}
a:active	{color: #c2211f; text-decoration: underline}


 /* ias link eigenschappen */
a.iaslink:link 		{color: #444444; text-decoration: none}
a.iaslink:visited 	{color: #444444; text-decoration: none}
a.iaslink:hover 	{color: #444444; text-decoration: underline}
a.iaslink:active	{color: #444444; text-decoration: none}

 /* menulink eigenschappen */
a.menulink:link 	{color: #fff; text-decoration: none}
a.menulink:visited 	{color: #fff; text-decoration: none}
a.menulink:hover 	{color: #fff; text-decoration: underline}
a.menulink:active	{color: #fff; text-decoration: none}

 /* menulink eigenschappen */
a.menulinksel:link 		{color: #ecc161; text-decoration: underline}
a.menulinksel:visited 	{color: #ecc161; text-decoration: underline}
a.menulinksel:hover 	{color: #ecc161; text-decoration: underline}
a.menulinksel:active	{color: #ecc161; text-decoration: underline}



/* CLEAR FIX */
.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%;
}