/* CSS voor riz bouw */

/* Defaults */
html {
	max-height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* IE Scrollbar */
	scrollbar-3d-light-color: #OA125D;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #D3B3FD;
	scrollbar-dark-shadow-color: #fff;
	scrollbar-face-color: #56467A;
	scrollbar-highlight-color: #D3B3FD;
	scrollbar-shadow-color: #1C023C;
	overflow: auto;
}

td {	/* IE quirks */
	font-size: 11px;
}

/* Page layout */
#rizmaintable {	/* hele paginatabel */
	height: 100%;
	width: 100%;
	background: #D0C6DE;
}
#rizheader {
	height: 118px;
	background: #775D9A url("images/rizheader.jpg") no-repeat left top;
}
#rizheader img {
	border: none;
	margin: 35px 0 0 15px;
}
.rizbaksteen {
	width: 120px;
	background: #775D9A url("images/baksteen.gif") repeat-y left top;
}
#rizmenubar {
	width: 120px;
	background:  #775D9A;
}
#rizcontentpane {
	width: 100%;
	height: 100%;
	overflow: auto;
}
#rizcontentpane .containernormal {
	width: auto !important;
	width: 100%;
	padding: 10px;
}
#rizcontentpane .containerhome {
	width: auto !important;
	width: 100%;
	padding: 10px;
	background: #D0C6DE url("images/homeachter.jpg") no-repeat left top;
}
#rizmenubelow {
	vertical-align: top;
	background: #1C023C;
	padding: 10px;
	color: #fff;
	height: 120px;
}
#rizfooter {
	background: #1C023C;
	padding-right: 10px;
	text-align: right;
	height: 120px;
}

/* Onderkant menu */
#rizmenubelow a:link, #rizmenubelow a:visited, #rizmenubelow a:hover, #rizmenubelow a:active{
	color: #fff;
	text-decoration: none;
}
#rizmenubelow a:hover {
	text-decoration: underline;
}
#rizmenubelow input {
	width: 60px;
	border: 1px solid #775D9A;
	margin: 5px 0;
}

/* Main Menu */
.MainMenu_MenuContainer {
	width: 110px;
}
.MainMenu_MenuContainer td {
	font-size: 10pt;
}
.MainMenu_MenuBar {
	height: 32;
}
.MainMenu_MenuItem {
	color: #fff;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica;
}
.MainMenu_MenuIcon {
	background: #D0C6DE;
}
.MainMenu_SubMenu {
	background: #775D9A;
}
.MainMenu_MenuBreak {
}
.MainMenu_MenuItemSel {
	color: #D0C6DE;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica;
	background: #775D9A;
}
.MainMenu_MenuArrow {
}
.MainMenu_RootMenuArrow {
}



