/* Default values
 */
body {
	margin:0px;
	padding:0px;
	background-color:#6f1b01;
	line-height:15px;
}
div {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a {
	text-decoration:none;
}
p {
	margin-top:0px;
}

/* Page
 */
div.page {
	width:700px;
	position:absolute;
	left:50%;
	margin-left:-350px;
	margin-top:10px;
	margin-bottom:20px;
}

/* Title
 */
div.title {
	background-image:url(http://www.schermenindelft.nl/images/w2dlogo.jpg);
	height:85px;
}

/* Main menu
 */
div.mainmenu {
	background-color:#f4e3a7;
	width:380px;
	height:200px;
	border:1px solid #ffffff;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
div.mainmenu ul {
	margin:0px;
	padding:0px;
	margin-left:10px;
	list-style:none;
}
div.mainmenu li {
	float:left;
	border-right:1px dotted #6f1b01;
	padding-left:5px;
	padding-right:5px;
}
div.mainmenu li:last-child {
	border-right:0px;
}
div.mainmenu a {
	color:#6f1b01;
}
div.mainmenu a:hover {
	color:#ff8000;
}
div.mainmenu li.selected {
	background-color:#ab7d42;
}
div.mainmenu li.selected a {
	color:#f4e3a7;
}

/* Main
 */
div.main {
	position:absolute;
	top:102px;
	left:5px;
	width:695px;
}

/* Sub menu
 */
div.submenu {
	float:left;
	width:147px;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	background-color:#ab7d42;
	color:#ffffff;
	position:absolute;
	top:0px;
	bottom:15px;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
}
div.submenu ul {
	padding:0px;
	margin:20px 0px 0px 0px;
	list-style:none;
}
div.submenu li {
	border-bottom:1px dotted #000000;
	line-height:20px;
	padding-left:10px;
}
div.submenu a {
	color:#ffffff;
}
div.submenu a:hover {
	color:#ffc040;
}
div.submenu li.selected {
	background-color:#f4e3a7;
}
div.submenu li.selected a {
	color:#6f1b01;
}

/* Content
 */
div.content {
	float:right;
	width:525px;
	min-height:200px;
	padding:10px;
	background-color:#ffffff;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top-right-radius:12px;
	-moz-border-radius-topright:12px;
	-webkit-border-top-right-radius:12px;
	line-height:17px;
}
div.content h1 {
	font-size:19px;
	color:#6f1b01;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:5px;
	
}
div.content h2 {
    clear:right;
	font-size:11px;
	color:#6f1b01;
	font-weight:bold;
	margin-bottom:0px;
}
div.content img.logo {
	float:right;
	border-left:1px dotted #f4e3a7;
	padding-left:10px;
	margin-left:10px;
	/*padding-bottom:100%;*/
}
div.content ul {
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
}
div.content li {
    list-style-image:url(http://www.schermenindelft.nl/images/pblt.gif);
    list-style-type:square;
}
div.content table {
    margin:5px 0px 5px 0px;
    width:100%;
    border-collapse:collapse;
}
div.content th {
    padding:3px;
	background-color:#ab7d42;
	color:#ffffff;
	text-align:left;
}
div.content td {
    padding:3px;
}
div.content tr.alt {
	background-color:#f4e3a7;
}

/* Footer
 */
div.footer {
	/*clear:both;*/
	height:15px;
	text-align:right;
	background-color:#000000;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
}
div.footer a {
	color:#ffffff;
	font-size:10px;
	padding-left:10px;
	margin-right:20px;
	border-left:1px dotted #ffffff;
}
