* {
	margin: 0;
	padding: 0;
}

body,html {
	background: #73bcfe url(../images/background.gif) top center repeat-x;
	background-attachment:scroll;
	font-family: arial, verdana, helvetica;
	color: #414141;
	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;
}

.opsomming { 
	background: url(../images/button.gif) top left no-repeat;
	padding-left:15px;
	
}

strong {
	font-size: 13px;
	font-weight: bold;	
}


img {
	border: none;
}


.border {
	border: 1px solid #5F64A8;
	
}

h1 {
	color: #73aee4;
	font-size: 18px;
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	margin:10px 0 10px 0;
}

h2 {
	color: #73aee4;
	font-size: 17px;
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	margin:15px 0 15px 0;
}

/**************************************/


/* Algemeen lay-out */
#container {
	height: auto;
	margin: 0 auto;
	width:1000px;
	overflow: hidden;
}

#header {
	background: url(../images/bg-header.jpg) top center no-repeat;
	width: 1000px;
	height:186px;
	margin: 0 auto;
}



#logo {
	padding-top:30px;
	padding-left:20px;
	float:left;	
}

#plus {
	float:left;
	padding-top:70px;
	padding-left:175px;
	
}

#thumbs {
	float:right;
	padding-right:25px;
}

#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;
}


/**************************************/

#menu {
	background: url(../images/bg-menu.gif) top center repeat-x;
	width:1000px;
	height:41px;
	margin:0 auto;
}

#stmenu {
	float:right;
	padding-right:45px;
	margin:0 auto;
}

#content {
	background: url(../images/bg-content.gif) top center repeat-x;
	width:958px;	
	min-height:350px;
	oveflow:hidden;
	margin:0 auto;
}

#left {
	float:left;
	width:200px;
	margin-left:30px;
}

#left-content {
	padding-top:30px;
	padding-left:25px;
}

#right {
	width:740px;
	float:right;
	margin-right:30px;
}

#text {
	padding:20px;
}


/**************************************/



/* Footer */ 

#footer {
	background: url(../images/bg-footer.png) top center no-repeat;
	height:170px;
	width:1000px;
	margin:0 auto;
	line-height:normal;
}


a.footertext {
	color: #FFFFFF;
	font-size:12px;
	font-weight:normal;
	text-decoration: underline;	
}

a.footertext:hover{
	color: #FFFFFF;
	text-decoration: none;
}

a.footertext2 {
	color: #866e16;
	font-size:12px;
	font-weight:normal;
	text-decoration: underline;	
}

a.footertext2:hover{
	color: #866e16;
	text-decoration: none;
}
a.lsites {
	color: #866e16;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;	
}

a.lsites:hover{
	color: #866e16;
	text-decoration: underline;
}

a.klein {
	color: #FFFFFF;
	font-size:10px;
	font-weight:normal;
	text-decoration: underline;	
}

a.klein:hover{
	color: #FFFFFF;
	text-decoration: none;
}


.footerl {
	padding-top:50px;
	padding-left:50px;
	float:left;
	color: #FFFFFF;
	font-size:12px;
	width:200px;
	font-weight:normal;
}

.footerr {
	color: #ffffff;
	padding-top:77px;
	width:300px;
	float:left;
}

.subfooter {
	color:#866e16;
	padding-top:23px;
	padding-right:50px;
	float:right;
}


a {
	color: #414141;
	font-size:13px;
	font-weight:bold;
	text-decoration: underline;	
}

a:hover{
	color: #414141;
	text-decoration: none;
}

a {
   outline: none;
}


/**************************************/


