body{
	background: #fff;
	font-family:  verdana, helvetica, arial, sans-serif;
	font-size:  small;
	text-align: center;
	color:  #464646;
}

#wrapper{
	font-size:  80%;
	line-height: 1.4;
	text-align:  left;
	margin:  0 auto;
	background: url(../images/backgrounds/wrapper.gif) #fff repeat-y;
	width:  780px;
}

#header{
	height:  77px;
	background: url(../images/backgrounds/header.gif) #4598C4 repeat-x;
	color:  #fff;	
}

#header img{
	float:  left;
}

#intro{
	background:  url(../images/backgrounds/home_visual.jpg) 0 0 no-repeat;
	padding: 15px 30px 0 553px;
}

.home #content{
	background: none;
	padding: 0;
	margin: 15px 30px;
	margin-bottom: 50px;
}

#content{
	background:  url(../images/backgrounds/visual.jpg) 0 0 no-repeat;
	padding: 100px 30px 0 30px;
	margin: 0 0 50px 0;	
}

#footer{
	padding: 5px 30px 15px 30px;
	background: #333;
	color: #fff;
	min-height: 30px;
	height: auto !important;
	height: 30px;
}

#footer a,
#header a{
	color: #fff;
}

#footer ul li{
	display: inline;
}

#header ul{
	float:  left;
	height: 77px;
}

#header ul li{
	float: left;
	padding-top: 42px;
	margin-right: 20px;
}

#header ul li a{
	float:  left;
	text-transform:  uppercase;
	font-weight: bold;
}


/* ******************** */
/* Tags                 */
/* ******************** */

h1,h2{
	color:  #000;
	font-size: 140%;
	margin-bottom: 1em;
}

table{
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 5px;
}

table th,
table td{
	padding: 4px 12px;
	vertical-align: top;
	border-bottom:  none; /* 1px solid #CBE5F2; */
}

thead tr th,
thead tr td{
	background: url(../images/backgrounds/thead.gif) 0 0 #464646 repeat-x;
	color: #fff;
}

table tr.odd td,
table tr.odd th{
	background: #CBE5F2;
}

table a,
table a:link,
table a:visited,
table a:hover{
	text-decoration: underline;
}

a,
a:link,
a:visited,
a:hover{
	color: #464646;	
}
a:hover{
	color: #000;
	text-decoration: underline;
}

p{
	margin: 1em 0;
}

/* ******************** */
/* Info table           */
/* ******************** */

table.info{
	float: right;
	margin: 10px;
	margin-top:  0;
}

table.info th{
	text-align: center;
	background: #F8E5B4;
}

table.info td,
table.info th{
	color: #000;
	border-top:  1px solid #E3D3A6;
	border-bottom:  1px solid #E3D3A6;		
}

	
h1.onderwijsonderzocht{
	width: 177px;
	height: 21px;
	overflow: hidden;
	text-indent: -10000px;
	background: url(../images/onderwijsonderzocht.gif) 0 0 no-repeat;
	margin-bottom: 0;
}

a.add{
	padding-left: 15px;
	background: url(../images/add.gif) 2px 50% no-repeat;
}


/* ******************** */
/* Form			            */
/* ******************** */

form{
	width:  80%;
}

form input,
form textarea{
	width:  100%;
}

form textarea{
	height: 100px;
}

label{
	display: block;
	clear: left;
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0;
	margin-top: 2em;
}

label.check input{
	width: auto;
	margin-right: 0.5em;
}

label.check{
	float: left;
	font-weight: normal;
	font-size: 100%;
	clear: none;
	width: 24%;
	margin: 3px 0;
  position: relative;	
}

div.group{
	background: #F7F7F7;
  padding: 10px;	
	clear: both;
	height: auto !important;
	height: 1px;
}
div.group:after{
	content: ".";
	height: 1px;
	overflow: hidden;
	clear: both;
	display: block;
	visibility: hidden;
}

p.intro{
	margin: 0;
	margin-bottom: 3px;	
}

.submit{
	margin-top: 20px;
}
.submit input{
	width: auto;
	padding: 2px 5px;
}

input.big{
	font-size: 150%;
	font-weight: bold;
}

/* ******************** */
/* Search		            */
/* ******************** */

table.search{
	margin-top: 20px 0;
	width:  100%;
}

table.search thead th{
	background: none;
	padding-top: 0;
	padding-bottom: 0;	
	color: #000;
}

table.search thead th,
table.search td{
	padding-left: 5px;
	border-bottom: 1px solid #464646;	
}

div.results{
	font-weight: bold;
	margin: 20px 0;
	font-size: 120%;
	color: #333333;
}

a.rss{
	padding-left: 20px;
	background: url(../images/rss.png) 0 50% no-repeat;
}