* {
	margin: 0;
	padding: 0;
}

body,html {
	background: #C7C8C8 url(../images/background.jpg) top center repeat-x;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	color: #777777;
	font-size:12px;
	line-height:18px;
	height:100%;	
}

strong {
	color:#555555;
	font-size:13px;
	font-weight:bold;
	}
	
li, ul { 
	padding:0;
	margin-left:10px;
	
}

img {
	border: none;
}

.border {
	border: 1px solid #F96946;
	margin-left: 4px;
	
}

h1 {
	color: #F8320D;
	font-size: 18px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin:20px 0 15px 0;
}

h2 {
	color: #1E4A51;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin:5px 0 5px 0;
}

/**************************************/


/* Algemeen lay-out */
#container {
	background-attachment: scroll;
	height: auto;
	margin: 0 auto;
	width:100%;
	overflow: hidden;
}

#header {
	background: url(../images/bg-main.png) top center repeat-y;
	height:165px;
	width: 1000px;
	margin: 0 auto;
}

#top {
	width: 1000px;
	margin: 0 auto;
}

#logo {
	width:267px;
	height:138px;
	padding-top:15px;
	padding-left:31px;
	float:left;
}

#wrapper {
	background: url(../images/bg-mainx.png) top center repeat-y;
	min-height: 350px; /* na invullen van content = height: 100%; */
	overflow: hidden;
	margin: 0 auto;
	width: 1000px;
}

/**************************************/

#contentboven {
	background: url(../images/bg-menuonder.gif) top center repeat-x;
	width:685px;
	height:12px;
}

#leftkolom {
	display:inline;
	width: 275px;
	height: 100%;
	float: left;
	padding-left:20px;
}

#content {
	display:inline;
	float: left;
	height: 100%;
	width:660px;
}

.buttons {
	display:inline;
	width:666px;
	margin: 0 auto;
}	

/**************************************/


/* Menu */
#menu{
	height:20px;
	padding-top:130px;
	float:left;	
}

#menu-onder {
	margin: 0 auto;
	padding-left: 20px;
}


/**************************************/



/* Footer */ 

#footer {
	width: 1000px;
	margin: 0 auto;
}

#bg-footer {
	background: url(../images/bg-footer2.png) top center no-repeat;
	width: 1000px;
	height: 29px;	
	margin: 0 auto;
}

.footer {
	color: #F8320D;
	padding-top:6px;
	padding-left:30px;
	font-weight:normal;
	font-size:11px;
	float:left;
	}
	
.footerr {
	color: #F8320D;
	padding-right:45px;
	font-weight:normal;
	font-size:11px;
	float:right;
	}
	
	
a.wicked {
	color: #999999;
	font-weight:normal;
	font-size:9px;
	margin: 0 auto;
	text-decoration: none;
}

a.wicked:hover {
	color: #35A3D8;
	font-weight:normal;
	text-decoration: none;
}
	
a.footerh {
	color: #F8320D;
	font-weight:normal;
	font-size:11px;
	margin: 0 auto;
	text-decoration: underline;
}

a.footerh:hover {
	color: #FB6847;
	font-weight:normal;
	text-decoration: none;
}

	


a.menu {
	color: #7F7F7F;
	padding-bottom:10px;
	font-weight:bold;
	font-family: arial;
	font-size:11pt;
	text-decoration: none;
}

a.menu:hover, a.menu_active {
	font-weight:bold;
	font-family: arial;
	font-size:11pt;
	color: #CA2B0B;
	text-decoration: underline;
}

a {
	color: #555555;
	font-size:12px;
	line-height:18px;
	text-decoration: underline;	
}

a:hover{
	color: #6A3A57;
	text-decoration: none;
}

/**************************************/


