body, html
{
	background-color: #fff;
	margin: 0px;
	padding: 10px;
	font: normal normal normal 11px Verdana, Tahoma, Arial, Sans-Serif;
	display: block;
}
img
{
	border: 0px;
}

div.page
{
	margin: 0 auto;
	position: relative;
	width: 980px;
}

div.header
{
	clear: both;
	height: 46px;
	margin-bottom: 15px;
	position: relative;
}

div.topBar
{
	background: url('/StudentenSite/images/topbalk.png') no-repeat left top;
	width:960px;
	height: 24px;
}

div.mainPanel
{
	height:432px;
	width:960px;
}

div.contentPanel
{
}

div.bottomBar
{
	background: url('/StudentenSite/images/bottombalk2.png') no-repeat left top;
	width:960px;
	height: 26px;
	text-align: right;
}
div.bottomBar div.footerMenu
{
	float:right;
}

div.bottomBar ul
{
	margin-left: -10px;
	margin-top: 38px /*70px*/;
	position: relative;
}
div.bottomBar ul li
{
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: none;
	background: url('/StudentenSite/images/grey.gif') repeat-y left top;
}
div.bottomBar ul li:first-child
{
		background: none;
}
div.bottomBar ul li a
{
	color: #A3A3A3;
	display: block;
	text-decoration: none;
	white-space: nowrap;
}

img.logo
{
	float: left;
	height: 46px;
	position: relative;
	width: 169px;
	vertical-align: top;
}

div.content {
	/*position:relative;*/
	clear:both;
}

div.wrapper
{
	position: relative;
	width: 640px;
	/*overflow: auto;*/
	padding-left: 10px;
	padding-bottom:2px;
}

/*div.wrapper-z-index
{
	/ *position:relative;* /
	width: 620px;
	/ *overflow: auto;* /
	padding: 1px;
	z-index: 50;
	font-weight: normal;
}*/

div.left
{
	position: relative;
	width: 300px;
	text-align: left;
	float: left;
}

div.right
{
	position: relative;
	width: 250px;
	text-align: left;
	float: left;
}

/*div.right-z-index
{
	/ *position:relative;* /
	width: 200px; / *height:100%;* /
	text-align: left;
	float: left;
	z-index: 50;
}*/

.verplicht
{
	color:#FF0000;
}

.verstuur
{
	height: 23px;
	width: 80px;
	text-align: center;
	vertical-align: middle;
	background-color: #00AE9C;
	color: White;
	font-weight:bold;
	border:none;
	cursor:pointer;
}