body {
  margin: 0;
  padding: 0;
}

body {
	background: #dddddd url(../layout/top.gif) repeat-x; /* rgb(243,242,235) */
}

body, td {
	font-family: verdana, helvetica, arial, sans-serif;
	/* Enables font size scaling in MSIE */
	font-size: 62.5%; /* = 10px , want 100% = 16px */
	color: black;
}

h1, h2, h3, h4, h5, h6 {
	color: #A41128;
}

a {
	color:#0066CC;
	text-decoration:underline;
}

a:hover {
	color:#0066FF;
	text-decoration:none;
}

#container {
	width: 100%;
	height: 100%;
	background: url(../layout/bandlinks.png) no-repeat left top;
}

#left {
	float: left;
	clear: both;
	width: 200px;
	background: #ab2c3d url(../layout/bandlinks.png) no-repeat left top;
}

#right {
	float: left;
	clear: none;
	width: 750px;
}

#topmenu {
	float: left;
	clear: both;
	height: 100px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	background: url(../layout/top.png) #b33648 top left no-repeat;
}

#breadcrumb {
	float: left;
	clear: both;
	height: 41px;
	margin: 0;
	padding: 0;

	background-color: inherit;
	background-image: url(../layout/hoekje.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 750px;
}

#content {
	float: left;
	clear: both;
	margin: 0;
	padding: 15px;
	padding-top: 0px;
	text-align: left;
	vertical-align: top;
	background-color: inherit;
	width: 750px;
}

#menuLeft {
/*	width: 200px;
	height: 100%;*/
	margin: 0;
	padding: 0;
	overflow: hidden;

	color: white;
	vertical-align: top;
}
a.lmnu {
	width: 193px; 
	#width: 200px; 
	height: 22px; 
	#height: 30px; 
	padding: 7px 7px 0 0px; 
	float: left;
	clear: left;
	
	border-width: 0; 
	border-bottom: white solid 1px;
	
	color: #fff; 
	font-weight: bold; 
	text-align: right; 
	text-decoration: none;
}
a.lmnu:hover {
	color: #fff; /*orig.: rood, maar dat geeft te weinig contrast op een roze achtergrond */
	text-decoration: underline;
}

div.nonFlashMenuLink {
	width: 85px; 
	height: 30px;
	float: left;
	text-align:center;
	padding-top: 70px;
}
div.nonFlashMenuLink a {
	font-weight:bold;
	color: #fff;
	text-decoration:none;
}
div.nonFlashMenuLink a:hover {
	color: #fff;
	text-decoration:underline;
}
div.nonFlashMenuLink a.enkeleHoogte {
	line-height: 1.2em;
}
div.nonFlashMenuLink a.dubbeleHoogte {
	line-height: 2.4em;
}

.hidden {
	position: absolute;
	left: 0px;
	top: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

a.ext {
	padding-right: 14px;
	background: url(/layout/extlink.png) right center no-repeat;
}
/*a.doc, a.pdf, a.img {
	line-height: 1.6em;
	padding-right: 18px;
}
a.doc {
	background: url(/ad/fckeditor/filemanager/themes/default/images/filetypes/word.gif) right center no-repeat;
}
a.pdf {
	background: url(/ad/fckeditor/filemanager/themes/default/images/filetypes/pdf.gif) right center no-repeat;
}
a.img {
	background: url(/ad/fckeditor/filemanager/themes/default/images/filetypes/image.gif) right center no-repeat;
}*/

.newsbox {
	width: 240px;
	padding: 0px;
	margin: 5px;
	margin-left: 0;
	float: left;
	border-width: 1px;
	border-color: gray;
	border-style: solid;
	text-align:left;
	height: 240px;
	overflow: scroll;
}

.boxtitle_bordeaux, .boxtitle_geel, .boxtitle_grijs, .boxtitle_oranje, .boxtitle_rood, .boxtitle_roze {
	font-weight:bold;
	line-height: 2em;
	padding: 2px;
	text-align:center;
	display:block;
	text-decoration:none;
}
.boxtitle_bordeaux {
	color: white;
	background-color: #A41128;
}
.boxtitle_geel {
	color: black;
	background-color: #F8C300;
}
.boxtitle_grijs {
	color: black;
	background-color: #DDDDDD;
}
.boxtitle_oranje {
	color: black;
	background-color: #E67818;
}
.boxtitle_rood {
	color: white;
	background-color: #B62B24;
}
.boxtitle_roze {
	color: white;
	background-color: #B23548;
}
.newsbox .boxcontent {
	margin: 5px;
	/*text-align: justify;*/
}
a.boxtitle_bordeaux:hover, a.boxtitle_rood:hover, a.boxtitle_roze:hover {
	color: white;
	text-decoration: underline;
}
a.boxtitle_geel:hover, a.boxtitle_grijs:hover, a.boxtitle_oranje:hover {
	color: black;
	text-decoration: underline;
}

/* toevoeging op 20071025 na het behalen van het anysurfer label */
#as-gfx img {
   width: 50px;
   height: 40px;
   border: none;
}

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