* {
	margin: 0;
	padding: 0;
}

body,html {
	background: #e3eaf4 url(../images/bg.gif) top center repeat-x;
	background-attachment:scroll;
	font-family: arial, verdana, helvetica;
	color: #0f2e5c;
	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;
}

.image {
	float:right;
	border: 1px solid #3d506e;
	margin-left:15px;
}

.image-l {
	float:left;
	border: 1px solid #3d506e;
	margin-right:15px;
}


.border {
	border: 1px solid #da352f;
	
}

h1 {
	color: #0f2e5c;
	font-size: 18px;
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	margin:10px 0 10px 0;
}

h2 {
	color: #a9a083;
	font-size: 17px;
	font-family: arial, verdana, helvetica;
	font-weight: bold;	
	margin:10px 0 5px 0;
}


/**************************************/


/* 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: 250px; /* na invullen van content = height: 100%; */
	overflow: hidden;
	margin: 0 auto;	
	width: 1000px;
}

#header {
	background: url(../images/bg-header.jpg) bottom center no-repeat;
	width: 1000px;
	height:212px;
	margin: 0 auto;
}


#logo {
	float:left;
	margin-top:60px;
	margin-left:20px;
}

#i-horse {
	float:right;
	margin-top:42px;
	margin-right:1px;

}

#menu {
	background: url(../images/bg-menu.gif) top center no-repeat;
	height:31px;
	width:1000px;  
	margin: 0 auto;
}

#flashmovie {
	height:102px;
	width:1000px;  
	margin: 0 auto;

}

#content {
	width:1000px;
	margin:0 auto;
}

#content-r {
	background: url(../images/content-r.jpg) top center no-repeat;
	height:39px;
	width:820px;
}

#left {
	float:left;
	width:180px;  
}

#right {
	float:right;
	width:820px; 
}

#left-content {
	width: 623px;
	float:left;  	
}

#text {
	background: url(../images/bg-text.gif) bottom center repeat-x;
	padding:15px;
	min-height:300px;
	overflow:auto;
	float:left;
	width:593px;


}

#right-content {
	background: url(../images/bg-right.gif) bottom center no-repeat;
	float:left;
	width:197px;
	min-height:330px;
	overflow:hidden;
}

#news {
	background: url(../images/bg-news.png) top center no-repeat;
	width:585px;
	margin-top:20px;  
	height: 130px;  	
}

#news-content {
	padding:10px;
}
/**************************************/


/* Footer */ 

#footer {
	background: url(../images/bg-footer.png) top center repeat-x;
	height:50px;
	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: #444444;
	text-decoration: underline;
}

a.none {
	text-decoration: none;	
}

a.none:hover{
	color:#888888px;  
	text-decoration: none;
}

.footerl {
	padding-top:12px;
	padding-left:30px;
	float:left;
	color: #FFFFFF;
	font-size:12px;
	font-weight:normal;
}

.footerr {
	color: #666666;
	padding-top:12px;
	padding-right:30px;
	float:right;
}

a {
	color: #3d506e;
	font-size:13px;
	font-weight:normal;
	text-decoration: underline;	
}

a:hover{
	color: #3d506e;
	text-decoration: none;
}

a {
   outline: none;
}


