/* alle evenementen */

/* in dit css bestand géén opmaak zoals bold, color, text decoration. ook geen border color! */

body {
	font-family:Verdana, Geneva, Helvetica, Arial, sans-serif;
	margin:0px;
    padding:0px;
	font-size:11px;
	line-height:150%;
}

table {
	font-family:Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:150%;
}

td {
	vertical-align:top;
}

#container_1 {
    position:relative;
    left:50%;
    width:0px;
    height:0px;
}

#container_2 {
	position:relative;
	left:-375px;
	width:750px;
}

#header {
    background-repeat:no-repeat;
	height:150px;
	margin:10px 0px 0px 0px;
}

#menu {
	height:30px;
}

#menu a {
    display:block;
    width:auto;
    height:20px;
	padding:1px 8px 0px 8px;
	margin:5px 0px 0px 0px;
    float:left;
    text-align:center;
}

#menu a:hover, #menu a.active {
    background-repeat:repeat-x;
}






h1 {
    background-repeat:repeat-x;
    margin:0 0 5px 0;
}

#footer {
	background-repeat:repeat-x;
	text-align:center;
	padding:5px 0px 10px 0px;
	margin:10px 0px 0px 0px;
	clear:both;
}




img {
	border:none;
}

div.sponsor_profiel {
	width:70%;
	position:relative;
	left:15%;
	margin-bottom:50px;
}

div.sponsor_profiel2 {
	/*height:130px;*/
	margin-bottom:20px;
	width:42%;
	margin-left:5%;
	float:left;
}

div.sponsor_profiel img, div.sponsor_profiel2 img {
	float:left;
}

div.sponsor_profiel p.profiel, div.sponsor_profiel2 p.profiel {
	display:block;
	margin-left:130px;
	padding-left:10px;
	border-left:1px solid #CCC;
}

div.sponsor_logo {
	text-align:center;
}

div.sponsor_logo p {
	display:block;
	/*width:175px;*/
	height:60px;
	padding:0px 20px 0px 20px;
	float:left;
}

table.sponsor_logo {
	width:100%;
}

table.sponsor_logo td {
	vertical-align:middle;
	text-align:center;
	padding:0px 20px 20px 20px;
	height:60px;
}

div.sponsor_tekst {
	text-align:center;
}



div.sponsor {
	clear:both;
}

div.article {
	/*float:left;*/
	/*width:48%;*/
	margin:0px 1% 20px 1%;
	/*height:200px;*/
}


div.magazine {
	clear:both;
	margin-bottom:20px;
}

div.magazine_algemeen {
	width:450px;
	height:200px;
	float:left;
}

div.magazine_laatste img {
	padding-right:5px;
}

div.pictures {
	clear:both;
	text-align:center;
}

div.pictures img {
	margin:20px;
	padding:2px;
	border:1px solid #999;
}

div.pictures h1 {
	text-align:left;
}
.content_img_links{
	display:block;
	float:left;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:8px;
}
.content_img_rechts{
	display:block;
	float:right;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:8px;
	padding-right:20px; 
}

/* IE6 hack voor breed menu*/
*#container_2 {
	width:751px !important;
}

