html body {
	background: #333333 url("../images/AG_pagina.gif") repeat left top;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
}

div.rutger {
	position: relative;
	background: #333333;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #FFF;
	padding: 0px;
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

/* Indeling elementen
----------------------------------------------- */

#header {
	width: 859px;
	height: 100px;
	float: left;
	display: block;
	background: #333333 url("../images/Rutger_logo.gif") no-repeat right bottom;
	border-bottom: 1px solid #000;
	border-left: none;
	border-top: none;
	border-right: none;
	padding: 20px;
	margin: 10px 0px 10px 0px;
	color: #333333;
}

#content {
	float: left;
	padding: 0px;
	width: 780px;
}

.item {
	float: left;
	display: block;
	background: #666666;
	border-bottom: 1px solid #000;
	border-left: none;
	border-top: none;
	border-right: 1px solid #000;
	padding: 20px;
	width: 740px;
	margin: 0px 0px 10px 0px;
}

#menu {
	display:block;
	float: right;
	width: 110px;
	margin: 0;
	background: #666666;
	border-bottom: 1px solid #000;
	border-left: none;
	border-top: none;
	border-right: 1px solid #000;
	padding: 0;
}

td.links {
	width: 100px;
	background: #CCCCCC;
	color: #333333;
}

td.rechts {
	width: 600px;
	background: #CCCCCC;
	color: #333333;
}

/* navigatie elementen
----------------------------------------------- */

#menu ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a {
	display: block;
	padding: 3px 0px 3px 10px;
	width: 98px;
	color: #333333;
	background: #666666 url("../images/BUT_ag.gif") repeat-y right top;
	border-bottom: 1px solid #333333;
}

#menu a:link, #menu a:visited {
	color: #333333;
	text-decoration: none;
}

#menu a:hover {
	background: #999999;
	color: #FFFFFF;
	border-bottom: 1px solid #333333;
}


/* HTML elementen
----------------------------------------------- */
h1 {  color: #CCCCCC; font-family: "Arial Narrow" Arial, Helvetica, sans-serif; font-size: 18px; filter: Shadow(Color=#FFFFFF, Direction=135, Strength=1); }
h1.wit {  color: #FFF; font-family: "Arial Narrow" Arial, Helvetica, sans-serif; font-size: 18px;}
h2 { margin: 0; color: #CCCCCC; font-family: "Arial Narrow" Arial, Helvetica, sans-serif; font-size: 14px; }
p {line-height: 18px; margin: 0px 0px 15px 0px; text-align: justify; color: #000;}
p.intro {font-weight: bold;}

b {color: #000;}

a:link{color:#000; text-decoration:none; font-weight: bold;}
a:visited{color:#000; text-decoration:none; font-weight: bold;}
a:hover{color:#CCCCCC; text-decoration:underline; font-weight: bold;}
a:active{color:#CCCCCC; text-decoration:none; font-weight: bold;}

a.zwartlink {font-family: "Arial Narrow" Arial, Helvetica, sans-serif; font-weight: normal; text-transform: uppercase; font-size: 14px;}
a.zwartlink:link{color:#000; text-decoration:none;}
a.zwartlink:visited{color:#000; text-decoration:none;}
a.zwartlink:hover{color:#000; text-decoration:underline; }
a.zwartlink:active{color:#000; text-decoration:none;}

img.blok {
	border: none;
	display: block;
	margin: 0;
	padding: 0;
}

img.presentatie {
	width: 720px;
	border: none;
	margin: 0;
	padding: 0;
}

img.button {
	border: none;
	margin: 0;
	padding: 0;
}

.thumbnail {
	border: 1px solid #000;
	margin: 3px;
	display: block;
	float:left;
}

.input {
	border: 1px solid #CCCCCC;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF;
	width: 98%;
}

.clear {
  clear:both;
  display:block;
  height: 0;
  margin:0;
  padding:0;
  font-size:1px;
  line-height:0px;
  background-color: transparent;
}