@charset "utf-8";
body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	background: #BBBBBB;
	margin: 5; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#sidebar {
float:left;
width:80px;
height:130px;
background-color:#FDC443;
text-align:center;
}

.image_left{
margin-top:65px;
border: 2px solid  #FDC443;
}
#header1 {
	z-index:5;
	margin: 0 0 0 0px;
	background: #340168; 
	border-bottom: 2px solid  #FDC443;
	height: 10px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header2 {
	height:100px;
	margin: 0 0 0 0px;
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.logo1 {
float:left;
}

.logo2 {
float:left;
margin:15px 0 0 100px;
}

#menu {
	background: #340168; 
	color: #FFFFFF;
	height: 20px;
	border-bottom: 2px solid  #FDC443;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#menu a:link, #menu a:visited {
color:#FFFFFF;
text-decoration:none;
}

#menu a:hover {
color:#FDC443;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent {
	width:740px;
	float:left;
	margin: 0 0 0 0px;
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#left {
float: left;
width:350px;
margin-top:20px;
}
#welkom {
float:left;
width:350px;
border:#BBBBBB 1px solid;
padding:5px;
}

#welkom h1 {
display:block;
background-color:#FFCC00;
width:340px;
padding:5px;
color:#FFFFFF;
font-size:1.2em;
}
#dubbel {
float:left;
width:350px;
border:#BBBBBB 1px solid;
background-image:url(images/ww-masker-paarsblauw-10perc.png);
background-repeat:no-repeat;
padding:5px;
}

#dubbel h1 {
display:block;
background-color:#340168;
width:340px;
padding:5px;
color:#FFFFFF;
font-size:1.2em;
}

.fair {
font-size:1.6em;
color: #340168;
}

#foto {
margin-top:10px;
margin-right:14px;
float:left;
border:#BBBBBB 1px solid;
padding:5px;
}
#foto_breed {
margin-bottom:10px;
float:left;
border:#BBBBBB 1px solid;
padding:5px;
}

#right {
float: right;
width:350px;
margin-top:20px;
}
#actie {
float:left;
width:350px;
margin: 20px 0 0 0px;
border:#BBBBBB 1px solid;
padding:5px;
}

#actie h1 {
display:block;
background-color:#FFCC00;
width:340px;
padding:5px;
color:#FFFFFF;
font-size:1.2em;
}

#sponsor {
float:left;
width:350px;
margin: 20px 0 0 0px;
border:#BBBBBB 1px solid;
padding:5px;
}

#sponsor h1 {
display:block;
background-color:#340168;
width:340px;
padding:5px;
color:#FFFFFF;
font-size:1.2em;
}

#images {
	width:740px;
	float:left;
	margin: 0 0 0 0px;
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#letop {
float:left;
width:740px;
height:auto;
margin-bottom:10px;
padding:5px;
background-color:#FDC443;
z-index:50;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#340168;
	color:#FFFFFF;
	font-size:0.8em;
	text-align:center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
