/* ----- STANDAARD ----- */
html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	height: 100%;
}

a {
	color: #0957BC;
	text-decoration: none;
}

a:hover {
	color: #0957BC;
	text-decoration: underline;
}

.inputfield {
	border: 1px solid #19A8F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}


/* ----- SPACER ----- */
div.spacer {
	clear: both;
}


/* ----- HEADER ----- */
div.header {
	background: url('http://dobs.cyberde.nl/site/template/v1/images/header_center.jpg') #006CC7;
	width: 100%;
	height: 75px;
	min-width: 750px;
	/* workaround voor min-with omdat IE zich niet aan CSS standaarden houd */
	width: expression(document.body.clientWidth > 750 ? "100%" : "750px");
}

div.header div.left {
	background: url('http://dobs.cyberde.nl/site/template/v1/images/header_left.jpg') #006CC7 left no-repeat;
	width: 315px;
	height: 75px;
	float: left;
}

div.header div.right {
	background: url('http://dobs.cyberde.nl/site/template/v1/images/header_right.jpg') #006CC7 left no-repeat;
	width: 255px;
	height: 75px;
	float: right;
	color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
}

div.header div.right div.info {
	padding-top: 61px;
}

div.header div.right div.info a {
	color: #FFFFFF;
}


/* ----- MENU ----- */
div.menu {
	background: url('http://dobs.cyberde.nl/site/template/v1/images/menu_bg.jpg') #006CC7;
	width: 100%;
	min-width: 750px;
	/* workaround voor min-with omdat IE zich niet aan CSS standaarden houd */
	width: expression(document.body.clientWidth > 750 ? "100%" : "750px");
}

div.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 26px;
}

div.menu ul.left {
	float: left;
}

div.menu ul.right {
	float: right;
}

div.menu ul.left li {
	float: left;
	height: 26px;
	text-align: center;
	background: url('http://dobs.cyberde.nl/site/template/v1/images/menu_seperator.jpg') #006CC7 right no-repeat;
	padding-right: 3px;
}

div.menu ul.right li {
	float: left;
	height: 26px;
	text-align: center;
	background: url('http://dobs.cyberde.nl/site/template/v1/images/menu_seperator.jpg') #006CC7 left no-repeat;
	padding-left: 3px;
}

div.menu ul li a {
	background: url('http://dobs.cyberde.nl/site/template/v1/images/menu_bg.jpg') #006CC7;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	float: none;
	display: block;
	text-decoration: none;
	text-align: center;
	width: 90px;
	height: 26px;
	line-height: 26px;
}

div.menu ul li a:hover {
	background: url('http://dobs.cyberde.nl/site/template/v1/images/menu_bg_hover.jpg') #006CC7;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	float: none;
	display: block;
	text-decoration: underline;
	text-align: center;
	width: 90px;
	height: 26px;
}

/* ----- CONTAINER ----- */
div.container {
    position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}


/* ----- FOOTER ----- */
div.footer {
	background: url('http://dobs.cyberde.nl/site/template/v1/images/menu_bg.jpg') #006CC7;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 26px;
	line-height: 26px;
	color: #FFFFFF;
	text-align: center;
}


/* ----- MAIN CONTENT ----- */
div.main-content {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}


/* ----- PAGE TITLE ----- */
div.page-title {
	background: url('http://dobs.cyberde.nl/site/template/v1/images/nav_icon.jpg') left no-repeat;
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #0957BC;
}


/* ----- FORM ----- */
div.form {
	width: 610px;
}

div.form div.row {
	clear: both;
	padding-top: 10px;
}

div.form div.row span.label {
	float: left;
	width: 125px;
	text-align: right;
}

div.form div.row span.formw {
	float: right;
	width: 475px;
	text-align: left;
} 


/* ----- FLOAT LEFT ----- */
div.float-left {
	float: left;
}


/* ----- FLOAT RIGHT ----- */
div.float-right {
	float: right;
}
