/* div structure algemeen
------------------------------------------------------------------------------*/

body {
	background-color: #FFFFFF;
	font-family: Verdana; /* geldt voor alle teksten over de gehele website */
	
	background-image: url("../images/bg_verticaal.gif");
	background-repeat: repeat-x;
	
}
body, p, td, tr, table, img, h1, h3 {
	margin: 0;
	padding: 0;
	border: 0;
}
div {
     /* overflow: hidden; is standaard in firefox */
}
table {
	border-collapse: collapse;
}

#body2 {
	width: 100%;
	

	padding: 0px 0px 40px 0px; /* boven, rechts, onder en links */
	margin: 0px 0px -80px 0px; /* boven, rechts, onder en links */
	
	overflow: hidden; /* anders lopen de backgrounds niet goed door tot het einde in firefox */
}

#container {
	/* background-color: #FFFFFF; wordt al gegeven door body */
	text-align: left;
	width: 992px;
	
	padding: 0px 0px 0px 0px; /* boven, rechts, onder en links */
	margin: 0px 0px 0px 0px; /* boven, rechts, onder en links */
}

.clear { /* dit is de class van de clear div */
	clear: both;
}

#rij1 {
	float: left;
	width: 992px;
	height: 123px;
}

#logo {
	float: left;
	width: 272px;
	height: 123px;
	
	/*
	background-image: url("../images/logo.gif");
	background-repeat: repeat-y;
	*/
	
	padding: 0px 0px 0px 0px; /* boven, rechts, onder en links */
	margin: 0px 0px 0px 0px; /* boven, rechts, onder en links */
}

#giethoornmediagroep {
	float: left;
	width: 164px;
	height: 19px;
	
	padding: 13px 0px 0px 40px; /* boven, rechts, onder en links */
	margin: 0px 0px 0px 0px; /* boven, rechts, onder en links */
}

#menu {
	float: left;
	width: 720px;
	height: 123px;
	

	
	padding: 0px 0px 0px 0px; /* boven, rechts, onder en links */
	margin: 0px 0px 0px 0px; /* boven, rechts, onder en links */
}

#rij2 {
	width: 992px;
	float: left;
}

#kolom1 {
	float: left;
	width: 40px;
	height: 459px;
}

#kolom2 {
	float: left;
	width: 952px;
	
	 /*
	background-color: #FF0000; bg wordt al gegeven door bg_body
	background-image: url("../images/bg_kolom2.gif");
	background-repeat: repeat-y;
	 */
}

#kolom2_rij1 {
	float: left;
	height: 168px;
}


