* {
	margin: 0;
	padding: 0;
}

body,html {
	background: #FFFFFF url(../images/background.gif) top center repeat-x;
	background-attachment:scroll;
	font-family: arial, verdana, helvetica;
	color: #000000;
	font-size:13px;
	line-height:20px;
	height:100%;		
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	padding-top:5px;
	padding-bottom:5px;
}

.rood {
	color: #DA352F;
}


.opsomming { 
	background: url(../images/button.gif) top left no-repeat;
	padding-left:20px;
	
}

img {
	border: none;
}


.border {
	border: 1px solid #da352f;
	
}

h1 {
	color: #dd3a08;
	font-size: 18px;
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	margin:10px 0 10px 0;
}

h2 {
	color: #dd3a08;
	font-size: 17px;
	font-family: arial, verdana, helvetica;
	font-weight: bold;	
}


/**************************************/


/* Algemeen lay-out */
#container {
	height: auto;
	margin: 0 auto;
	width:1000px;
	overflow: hidden;
}

#wrapper {
	background: url(../images/bg-wrapper.gif) top center repeat-y;
	min-height: 350px; /* na invullen van content = height: 100%; */
	overflow: hidden;
	margin: 0 auto;	
	width: 1000px;
}

#header {
	background: url(../images/bg-header.jpg) top center no-repeat;
	width: 1000px;
	height:158px;
	margin: 0 auto;
}


#logo {
	float:left;
	margin-top:20px;
	margin-left:20px;
}

#i-header {
	float:right;
}

#menu {
	background: url(../images/bg-menu.gif) top center no-repeat;
	height:31px;
	width:1000px;  
	margin: 0 auto;
}

#flashmovie {
	background: url(../images/bg-flashmovie.jpg) top center no-repeat;
	height:116px;
	width:1000px;  
	margin: 0 auto;

}

#content {
	width:1000px;
	height:auto;
	margin:0 auto;
}

#left {
	float:left;
	width:126px;  
}

#right {
	float:right;
	width:259px;   	
}

#text {
	width: 575px;
	padding:20px;
	float:left;  
}

#aanbieding {
	margin-top:125px;
	margin-left:12px;
	margin-bottom:20px;
	
}

#logos {
	margin-right:12px;
	margin-bottom:20px;
	float:right;
	
}

#opening {
	margin-left:12px;
	width:234px;
	height: 94px;  
	background: url(../images/bg-opening.gif) top center no-repeat;
	margin-bottom:20px;

}

#opening-text {
	padding:8px;
}



/**************************************/


/* Footer */ 

#footer {
	background: url(../images/bg-footer.gif) top center repeat-x;
	height:66px;
	width:1000px;
	margin:0 auto;
}

a.footertext {
	color: #FFFFFF;
	font-size:12px;
	font-weight:normal;
	text-decoration: underline;	
}

a.footertext:hover{
	color: #FFFFFF;
	text-decoration: none;
}

a.lsites {
	color: #666666;
	font-size:12px;
	font-weight:normal;
	text-decoration: none;	
}

a.lsites:hover{
	color: #999999;
	text-decoration: underline;
}

a.none {
	text-decoration: none;	
}

a.none:hover{
	color:#888888px;  
	text-decoration: none;
}

.footerl {
	padding-top:7px;
	padding-left:150px;
	float:left;
	color: #FFFFFF;
	font-size:12px;
	font-weight:normal;
}

.footerr {
	color: #666666;
	padding-top:7px;
	padding-right:30px;
	float:right;
}

a {
	color: #000000;
	font-size:13px;
	font-weight:normal;
	text-decoration: underline;	
}

a:hover{
	color: #c55a95;
	text-decoration: none;
}

a {
   outline: none;
}


