/*******************
Toeweb toevoegingen
*******************/

#as-txt {
  position: absolute;
  left: 0;
  top: -10000px;
  overflow: hidden;
}

#as-gfx img {
   width: 50px;
   height: 40px;
   border: none;
}

/******************
De gewone CSS
******************/


body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 76%;
	line-height: 1.35em;
	color: #999999;
	background:	#e8e4df url("../images/degrade.gif") top left repeat-x ;
	text-align: center
}

#container {
	position: relative;
	margin: 0px auto;
	width: 800px;
}

#header {
	text-align: center;
	background: transparent;
	position: relative;
	height: 68px;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#logo {
	float:left;
	margin: 4px 0px 0px 0px;
}

#twoboxrow {
	position: relative;
	padding-top: 10px;
	margin: 0px;
	text-align: left;
    background: url("../images/2boxrowtop.gif") top left no-repeat;
    overflow: visible;
}

#twoboxrowbot {
    height: 10px;
    padding-bottom: 0px;
	margin-bottom: 20px;
    background: url("../images/2boxrowbot.gif") bottom left no-repeat;
}

.box {
	float: left;
	position: relative;
	display: inline;
	width: 740px;
	margin: 0px 15px 0px 15px;
	padding: 0px 15px 0px 15px;
	overflow: visible;
}

.boxleft {
	float: left;
	position: relative;
	display: inline;
	width: 315px;
	margin-left: 15px;
	padding-left: 15px;
	padding-right: 55px;
	overflow: visible;
}

.boxright {
	float: right;
	position: relative;
	display: inline;
	width: 315px;
	margin-right: 30px;
	padding-left: 55px;
	overflow: visible;
}

#oneboxrow {
	padding-top: 10px;
	margin: 0px;
	margin-bottom: 35px;
	text-align: left;
    background-color: white;
    border: 2px solid #d6db48;
    border-radius: 10px;
}

.submenu {
	margin: 19px 0px 0px 10px;
	padding: 0px;
	float: right;
	background: transparent;
}

p.submenulijst {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.submenulijst a {
	text-decoration: none;
}

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

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac\*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.kleineblok {
	padding: 7px 0 0 3px;
}

.groteblok {
	padding: 7px 0 0 3px;
	margin-bottom: 10px;
}

.miniblok {
	padding: 0px 0 0 3px;
	margin-bottom: 5px;
}

.kleinebloklist {
	padding-top: 10px;
}

.kleinebloklistitem {
	padding: 0;
	margin-bottom: 5px;
}

.detail {
	padding: 12px 10px 0 10px;
	margin-right: 0;
}

.export {
	padding-right: 5px;
}

img, img a {
	border: none;
}

img.link {
	padding-right: 5px;
	}

#footer {
	margin: 0px auto 15px auto;
	padding: 0px;
	color: #999999;
	font-size: 0.9em;
}

p.foot a:link, p.foot a:hover, p.foot a:visited {
	color: #999999;
	text-decoration: none;
}
