/* CSS Document */


/* CONTAINERS */
#container_student_top{
	width: 810px;
	height: 645px;
	background-image:url(../images/studenten_bg_24.png);
	background-repeat:no-repeat;
}
#container_student_bottom{
	position:absolute;
	background-image:url(../images/studenten_bg_24_vervolg.png);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
	top:645px;
	width: 810px;
	/*border: 1px solid #ff0000;*/
}
#right_image_container{
	position:absolute;
	top: 0px;
	left: 405px;
	width:385px;
	height:609px;
}

#left_menu_main{
	position:absolute;
	top: 182px;
	left: 25px;
	width:310px;
	height:22px;
	line-height: normal;
	/*border: 1px solid #ff0000;*/
	z-index:100;
}

/* CONTENT HOLDERS */


#left_content_main{
	position:absolute;
	top: 235px;
	left: 50px;
	width:320px;
	height:380px;
	/*border: 1px solid #ff0000;*/
	z-index:10;
}

#bottom_left_content_main{
	margin-left:50px;
	width:320px;
	padding-bottom:50px;
	z-index:1;
}

.student_table{
	width:320px;
	height:16px;
	border-bottom:1px solid #fff;
	padding:6px 6px 4px 6px;
	cursor:pointer;
	line-height: normal;
}

.upload_student {
	background-color:#FFFFFF;
	text-align:left;
	border:solid 1px #E2017B;
	padding:15px;
}

.submit_student {
	text-align:right;
	width:318px;
	margin-top:10px;
	margin-bottom:30px;
}

.no_bottom_border{
	border-bottom:0px;
}

/* Left item in student table alignment */
.student_table_left{
	width:160px;
	float:left;
}








