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

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #2A2A2A;
	margin: 0;
	}
.logo {
	background-image: url(images/vlaggenmarktlogo.jpg);
	background-repeat: no-repeat;
	height: 207px;
	width: 800px;
}

#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 500px;
}
#content {
	width: 800px;
	height: 100%;
}

#tekst {
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.tekstInner {
	background-color: #D2D260;
	height: 150px;
	width: 380px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
}
.meer {
	background-image: url(images/klikvoormeer.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 119px;
	clear: both;
	float: right;
}

#footer {
	text-align: center;
	font-size: 12px;
	color: #FFF;
}

#footer a:link, a:visited{
	color: #FFF;
	text-decoration: none;
}
#footer a:hover{
	color: #D1D463;
	text-decoration: underline;
}



  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */



[if IE]>
<style type="text/css">
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
