/* CSS Document */


/* CONTAINERS */
#container_opdrachtgever_top{
	width: 810px;
	height: 645px;
	background-image:url(../images/opdrachtgevers_bg_24.png);
	background-repeat:no-repeat;
}
#container_opdrachtgever_bottom{
	position:absolute;
	background-image:url(../images/opdrachtgevers_bg_24_vervolg.png);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
	top:645px;
	width: 810px;
}
#left_image_container{
	position:absolute;
	top: 79px;
	left: 20px;
	width:385px;
	height:532px;
}

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


/* CONTENT HOLDERS */

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

.upload_opdrachtgever {
	background-color:#FFFFFF;
	text-align:right;
	border:solid 1px #E2017B;
	padding:15px;
	padding-right:30px;
}

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

.no_bottom_border{
	border-bottom:0px;
}

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

#bottom_right_content_main{
	margin-left:435px;
	width:340px;
	padding-bottom:5px;
	z-index:1;
}

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

/* MENU */


