/* ALGEMENE INSTELLINGEN */
body {
	background-image: url(/images/bg.gif);
	background-repeat: repeat;
	background-position: center 200px;
	font: 11px/18px Arial, Helvetica, sans-serif;
	margin: 			0px;
	padding: 			0px;
	background-color: 	#FFF;
}
#logo {
	position: 	relative;
	margin:		-230px 600px;
	z-index: 	12;
	left: 		-141px;
	top: 		165px;
	width:		390px;
	height:		150px;
}
#groenelijn {
	margin-top: -57px;
	width:100%;
	height: 5px;
	background-color: #c9ff29;
	z-index: 19;
}
#footer{
	clear: both;
	width: 100%;
	height: 20px;
	margin-left: -20px;
}
img, img a{
	border: 0px;
}

/* LINKS */

a:link, a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #c9ff29;
	text-decoration: none;
	font-weight: bold;
}

/* JQUERY CONFIG */
.studentnaam{
	position:absolute;
	margin-top: -210px;
	margin-left: 650px;
	border:1px solid #77a6d5;
	background-color: white;
	padding:3px;
	font-size: 11px;
	font-family: arial;
	color: #0d5cab;
	font-weight: bold;
}

.studenthoofd{
	position:absolute;
	height: 120px;
	width: 120px;
	margin-left: 150px;
	padding:3px;
	font-size: 11px;
	font-family: arial;
	color: #0d5cab;
	font-weight: bold;
}


/* HEADER */

#header_container {

}
#header {
	height:274px;
	z-index: 2;
}
#header_afbeelding {
	width: 835px;
	margin: 0px auto;	
}

/* HEADLINES */
ul#headlines {
	list-style-type: 	none;
	position: 			relative;
	margin:				0;
	padding:			5px 0 0 0;
}
ul#headlines li {
	margin-top: 		5px;
	margin-bottom: 		5px;
	height:				30px;
	border-bottom:		1px dotted #c9ff29;
}

/* TOPMENU */
#topmenu_container{
	padding:			25px 15px 0 15px;
	margin:				-62px 0px 15px 0px; /* top rechts bottom links */
	width:				470px;
	
}
ul#topmenu{
	list-style-type:	none;
	width:				100%;
	position:			relative;
	height:				27px;
	font-family:		"Helvica",Arial,sans-serif;
	font-size:			16px;
	font-weight:		bold;
	margin:				0;
	padding:			10px 0 0 0;
}
ul#topmenu li{
	display:			block;
	float:				left;
	margin:				0 0 0 4px;
	height:				27px;
}
ul#topmenu li.left{
	margin:			0;
}
ul#topmenu li a{
	display:			block;
	float:				left;
	color:				#0d5cab;
	background-image:	url(/images/doorzichtig_pixel.png);
	background-repeat:	repeat;
	line-height:		27px;
	text-decoration:	none;
	padding:			0 17px 0 18px;
	height:				27px;
}
ul#topmenu li a.right{
	padding-right:19px;
}
ul#topmenu li a:hover{
	background:#c9ff29;
}
ul#topmenu li a.current{
	color:#0d5cab;
	background:#c9ff29;
}
ul#topmenu li a.current:hover{
	color:#2E4560;
}


/* CONTENT BLOKKEN */

#container {
	width:780px;
	margin: 3px auto;
}

#contentblokken {
	margin-top: -8px;
	margin-left: -10px;
	width: 487px;
}
.contentblok_divider {
	height: 10px;
	width: 100%;
	padding-bottom: 15px;
}
.contentblok {
	margin-bottom:1px;
}

.contentblok a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.contentblok_titel {
	/* height: 33px; */
	/* background-image: url(/images/titel_bg3.gif); */
	/* background-repeat: repeat-x; */
	font: 16px "Helvetica", sans-serif, Arial;
	padding: 0px 3px 10px 10px;
	color: #000;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
}


/*
.contentblok_titel {
	font: 16px "Helvetica", sans-serif, Arial;
	padding: 0px 3px 10px 10px;
	color: #000;
	font-weight: bold;
}
*/.contentblok_onderschrift {
	font: 12px "Helvetica", sans-serif, Arial;
	color: #000;
	font-style: italic;
	padding: 0px 3px 10px 10px; /* top links bottom rechts*/
}
.contentblok_onderschrift a{
	font: 12px "Helvetica", sans-serif, Arial;
	color: #2E4560;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
.contentblok_inhoud {
	font: 12px "Helvetica", sans-serif, Arial;
	padding: 0px 3px 10px 10px; /* top links bottom rechts*/
	color: #000;
	text-align: justify;
}
.contentblok_titel_groen {
	font: 16px "Helvetica", sans-serif, Arial;
	padding: 20px 3px 10px 10px; /* top links bottom rechts*/
	color: #000;
	font-weight: bold;
	background-color: #c9ff29;
}
.contentblok_onderschrift_groen {
	font: 12px "Helvetica", sans-serif, Arial;
	color: #000;
	font-style: italic;
	padding: 0px 3px 10px 10px; /* top links bottom rechts*/
	background-color: #c9ff29;
}
.contentblok_onderschrift_groen a{
	font: 12px "Helvetica", sans-serif, Arial;
	color: #2E4560;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	background-color: #c9ff29;
}
.contentblok_inhoud_groen {
	font: 12px "Helvetica", sans-serif, Arial;
	padding: 0px 3px 10px 10px; /* top links bottom rechts*/
	color: #000;
	background-color: #c9ff29;
	text-align: justify;
}
.contentblok_inhoud_groen p{
	padding: 0;
	line-height:normal;
}
.contentblok_divider_groen {
	height: 10px;
	width: 100%;
	padding-bottom: 15px;
}

/* MENU BLOKKEN */
#opvul_divje {
	height: 50px;
}
#menublokken {
	width:		275px;
	text-align: left;
	float:		right;
	margin-top:	20px;
}

.menublok_titel {
	background-image:	url(/images/mblok_top.gif);
	background-repeat: 	no-repeat;
	font: 				16px Helvica, Geneva, sans-serif;
	padding: 			15px 15px 0px; /* top links bottom rechts*/
	color: 				#000000;
	font-weight: 		bold;
}

.menublok_inhoud {
	background-image:	url(/images/mblok_content.gif);
	background-repeat: 	no-repeat;
	padding: 			5px 15px;
	color: 				#000;
	font: 				12px Helvica, Geneva, sans-serif;
	z-index:			10;
	line-height:		1.5em;
}

.menublok_inhoud a, .menublok_inhoud a:hover, .menublok_inhoud a:active, .menublok_inhoud a:visited{
	color: #000;
	text-decoration: none;
}

.menublok {
	margin-bottom:20px;
}
input {
	float:left;
	margin: 10px 0 0 0;
	padding: 3px 5px;
	width: 90% !important;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	background-color: #FFFFFF;
	border: 1px solid #979797;
	color: #222222;
	cursor: pointer;
	font-size: 14px !important;
}
input:hover, input:focus{
	width: 90% !important;
	background: #FFFFFF none repeat scroll 0 0;
	border:		1px solid #222222;
	outline: 	none;
	color:		#222222;
}
textarea {
	float:left;
	margin: 10px 0 0 0;
	padding: 3px 5px;
	width: 90% !important;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	background-color: #FFFFFF;
	border: 1px solid #979797;
	color: #222222;
	cursor: pointer;
	font-size: 14px !important;
}
textarea:hover, textarea:focus{
	background: #FFFFFF none repeat scroll 0 0;
	border:		1px solid #222222;
	outline: 	none;
	color:		#222222;
}
file {
	float:left;
	margin: 10px 0 0 0;
	padding: 3px 5px;
	width: 90% !important;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	background-color: #FFFFFF;
	border: 1px solid #979797;
	color: #222222;
	cursor: pointer;
	font-size: 14px !important;
}
file:hover, file:focus{
	background: #FFFFFF none repeat scroll 0 0;
	border:		1px solid #222222;
	outline: 	none;
	color:		#222222;
}
submit {
	margin: 10px 0 0 0;
	padding: 3px 5px;
	width: 130px !important;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #cccccc;
	cursor: pointer;
	font-size: 14px !important;
}

submit:hover, submit:focus{
	background: #FFFFFF none repeat scroll 0 0;
	border:		1px solid #979797;
	outline: 	none;
	color:		#979797;
}

#update_balk{
	height: 75px;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0px;
	background-image: url("/images/update_balk_bg.png");
	background-repeat: repeat-x;
}
#twitterbericht {
	border-bottom: 2px dotted #77a6d5; 
	margin-bottom: 10px;	
	padding: 10px;
}
#twitterbericht:hover {
	background-color: #e6ff9a;
	color: #000000;
	border-bottom: 2px dotted #c9ff29;
	cursor: pointer;
}