@charset "utf-8";
/* CSS Document */

body{
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#container{
	width: 800px;
	margin: 35px auto 1em auto;
}

#header{
	width: 800px;
	height: 135px;
}

#menu{
	height: 22px;
	width: 800px;
	font-size: 14px;
	padding-top: 8px;
}
#menu li{
	float: left;
	margin: 0 35px 0 0;
	padding: 0;
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#content{
	margin-top: 30px;
	width: 540px;
	float: left;
	margin-bottom: 2em;
}
#content h1{
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
	line-height: 20px;
	color: #FF3300;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #F1F1F1;
}
#content h2{
	padding: 0 0 0 30px;
	margin: 3em 0 10px 0;
	line-height: 16px;
	color: #FF3300;
	font-weight: normal;
	font-size: 15px;
	border-bottom: 1px solid #F1F1F1;
}
#content p{
	margin: 0 0 1em 0;
}
 

#zijbalk{
	margin-top: 25px;
	width: 220px;
	float: right;
	margin-bottom: 2em;
}

#footer{
	width: 800px;
	float: none;
	clear: both;
	font-size: 10px;
	color: #666666;
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px solid #EEEEEE;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	color: #FF6600;
}

#menu a{
	text-decoration: none;
}

img{
	border: 0;
}

.snellink{
	text-align: center;
	vertical-align: top;
}
.blok{
	background-image: url(images/blok_back.gif);
	background-repeat: repeat-y;
	padding: 1em 10px 0 10px;
	text-align: center;
}

.blok-txt a{
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
}

.blok-txt a:hover{
	color: #FF6600;
}

.blok-txt p{
	margin: .5em 0 1em 0;
}

.agenda-act, #content p.agenda-act{
	font-size: 10px;
	margin: 0 0 0 10px;
	text-align: left;
}

input, textarea, select{
	width: 225px;
	border: 1px solid #CCCCCC;
	background: #F6F6F6;
}

input.klein{
	width: 13px;
}

.small{
	font-size: 80%;
}


/* ZOEK JE KLAS */

#zoek-persoon, #zoek-klas{
	width: 270px;
	height: 200px;
	float: right;
}

#zoek-persoon input{
	width: 190px;
	margin: 0 0 5px 0;
}
#zoek-persoon input#zoek-pers{ margin-left: 71px; }
#zoek-persoon label{
	width: 70px;
	display: inline-block
}

#zoek-klas{ float: left; }
#zoek-klas input, #zoek-klas select{
	width: 120px;
	margin: 0 0 5px 0;
}
#zoek-klas input#zoek-kl{ margin-left: 91px; }
#zoek-klas label{
	width: 90px;
	display: inline-block
}

.alter-kl{
	background: #F0F0F0;
}
#resultaat a{
	display: inline-block;
	width: 200px;
}
#resultaat div{
	margin: 2px 0;
}
#resultaat h3{
	margin-bottom: 4px;
}
#resultaat .klasgroep{
	width: 250px;
	float: left;
	padding: 0 10px;
}

#resultaat .klasgroep .right{
	float: right;
}

#resultaat .chkbox{
	width: 12px;
	margin: 0 20px 0 5px;
}

ul.tijdschriften_overzicht{
	width: 540px;
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}
ul.tijdschrift{
	width: 160px;
	margin: 0 10px 20px 10px;
	padding: 0;
	display: block;
	list-style: none;
	float: left;
}
ul.tijdschriften_overzicht li{
	margin: 0;
	padding: 0;
}
li.tijdschrift_nummer{
	color: #FF3300;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	margin: 5px 0 2px 0 !important;
}
li.tijdschrift_extra{
	text-align: center;
	margin: 5px 0 0 0 !important;
}
li.tijdschrift_datum{
	text-align: center;
	font-style: italic;
}
