body
{
  padding: 0px;
  margin: 0px;
  background-image: url(img/backgroundbody.jpg);
  font-family: arial;
  font-size: 9pt;
}

a img
{
	border: none;
	text-decoration: none;
}

#maincontent h1
{
	color: #ce1818;
	font-size: 12pt;
	margin: 0px;
}
#maincontent.main h1
{
	margin: 0 0 5px 0;
}
h2
{
	color: #ce1818;
	font-size: 12pt;
	margin-bottom: 0px;
}
h3, h4{
  color: #808080;
	font-size: 9pt;
}

body img.left
{
	float: left;
	margin: 0 65px 5px 0;
}
body img.right
{
	float: right;
	margin: 0 0 5px 5px;
}


#container
{
  width: 850px;
  position: relative;
  left: 50%;
  margin-left: -425px;
  margin-top: 10px;

}

#header
{
  height: 85px;
}

#verschuiving
{
  padding-left: 0px;
}

#menubar
{
  height: 25px;
  background-color: #d8e5f5;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

#content
{
  background-color: #bfd5ed;
  border: 1px solid #FFFFFF;
  padding: 5px;
}

#maincontent
{
  height: 455px;
}
#maincontent.main
{
  width: 610px;
  float: right;
  height: 423px;  
}
#maincontent
{
  padding: 5px;
  background-image: url(img/backgroundcontent.jpg);
  background-repeat: repeat-x;
  background-color: #92b4d7;
  overflow: auto;
}

#gebouw
{
  background-image: url(img/gebouw.jpg);
  height: 433px;
  width: 214px;
}

#menu, #menu ul
{
  padding: 0;
  list-style: none;
  font-weight: bold;
  position: absolute;
}

#menu
{
  margin: 6px 0px 0px 12px;
}
#menu a
{
  display: block;
  color: #808080;
  font-size: 9pt;
  text-decoration: none;
}

#menu a:hover, #menu a.selected
{
  color: #ce1818;
}

a.external
{
	padding-right		: 15px;
	background			: url('/img/bg/external-link.gif') no-repeat right 4px;
}

#menu li
{
  float: left;
  padding-right: 15px;
  background-color: #d8e5f5;
  height: 16px;
}

#menu li ul
{
  position: absolute;
  width: 10em;
  left: -999em;
  margin: 0px;
}

#menu li ul li
{
  width: 10em;
}

#menu li:hover ul, #menu li.hover ul
{
	left: auto;
}

#maincontent a
{
	color: #ce1818;
	text-decoration:none;
}
#maincontent a:hover
{
	text-decoration:underline;
}

#categorie, #item
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#categorie li, #item li
{
	float: left;
	display: block;
	width: 135px;
	height: 135px;
	margin: 2px 12px;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
#categorie a, #item a
{
	position: absolute;
	display: block;
	width: 135px;
	margin-top: 45px;
	padding: 0px;
	text-align: center;
	color: #fff; /*#ce1818;*/
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
#categorie span, #item span
{
	position: absolute;
	display: block;
	width: 135px;
	margin: 46px 0 0 2px;
	padding: 0px;
	text-align: center;
	color: #aaa;
	font-size: 12pt;
	font-weight: bold;
}
#categorie a:hover, #item a:hover
{
	text-decoration: none;
	color:#ce1818;
}
p#terug
{
	clear: both;
	margin: 0px;
	padding: 0px;
}
#terug a
{
	font-weight: bold;
	color:#1071d6;
	text-decoration: underline;
}


/* tabs voor categoriepagina */
hr
{
	visibility		: hidden;
	clear			: both;
}
ul.tabs
{
	clear			: both;
	display			: block;
	list-style-type	: none;
	text-align		: center;
	background-color: #fff;
	margin			: 0;
	padding			: 0px;
}
.tabs li
{
	display			: inline;
}
.tabs a, .tabs span
{
	padding			: 0px 7px;
}
.tabs span
{
	color				: #1071d6;
}
#content .tabs a
{
	color				: #ce1818;
	text-decoration		: none;
}
#content .tabs a:hover
{
	text-decoration		: none;
	color				: #fff;
	background-color	: #1071d6;
}