html, body {
	height: 100%;
	margin: 0; 
	padding: 0; 
}

body {
	text-align: left;
	background: #FFFFFF;
	font: 0.6em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/* Default opmaak */

a {
	color: #5D4834;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

/* lay-out */

#main {
	position: relative;
	top: -25px;
  margin-left: auto;
  margin-right: auto;
  width: 976px;
  height: auto;
}

.background-img {
	position: absolute;
	left: 0;
  top: 0;
}

.wrapper {
	position: absolute; 
	top: 0;
	left: 107px;
	width: 791px; 
	margin: 0;
	margin-left: auto; 
	margin-right: auto;
	text-align: left; 
	/*height: 100%;*/
}

.shadow-top {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;/**/
}

.shadow-left, .shadow-right {
	position: absolute; 
	left: 0; 
	width: 10px; 
	/*height: 100%;*/
	/*margin-top: 30px;*/
	padding-top: 30px;
}

.shadow-left img, .shadow-right img {
	position: absolute;
	width: 10px; 
}

.shadow-right {
	left: auto;
	right: 0;
}

.content-wrapper {
	width: 771px; 
	position: relative; 
	padding: 0 10px 0 10px;
	/*height: 100%;*/
}

.content {
	position: absolute; 
	width: 771px; 
	/*clip: rect(20px, 80px, 120px, 200px);
	background-color: #FFFFFF;*/
	/*margin-top: 30px;*/
}

/* Header */

.header {
	position: relative;
	height: 99px;
	background-color: #FFFFFF;
}

.header .logo {
	position: absolute;
	left: 16px;
	top: 14px;
}

.header .meta {
	position: absolute;
	right: 19px;
	top: 14px;
	color: #1d1c21;
}

.header .meta a {
	color: #1d1c21;
}

.header .search {
	position: absolute;
	right: 19px;
	bottom: 13px;
	height: 18px;
	line-height: 30px;
}

.header .search form {
	position: relative; /* Voor correctie uitlijning met menu item 4 */
	left: -2px; /* Voor correctie uitlijning met menu item 4 */
	margin: 0;
	padding: 0;
}

.header .search .query {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #1d1c21;
	color: #1d1c21;
}

.header .search .submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #1d1c21;
	border: none;
	background: #FFFFFF;
}


/* Menu n1 */
.menu-n1 {
	position: relative;
}

.menu-n1 ul {
	margin: 0;
	padding: 0;
	display: block;
}

.menu-n1 li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

.menu-n1 li a {
	display: block;
	width: 194px; /* ie 5.5 < */
	wid\th: 160px; /* others */
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 5px; 
	padding-right: 23px;
	font-size: 18px;
	color: #FFFFFF;
	background-position: 14px 5px;
	background-repeat: no-repeat;
	overflow: hidden;
}

.menu-n1 li a:hover {
	text-decoration: none;
	color: #a8a9ab; 
}

.menu-n1 li a.item1 {
	background-color: #2E2C70; 
}

.menu-n1 li a:hover.item1, .menu-n1 li a.active1 {
	background-color: #605EA6;
	color: #274B87; 
}

.menu-n1 li a.item2 {
	background-color: #CC5C56; 
}

.menu-n1 li a:hover.item2, .menu-n1 li a.active {
	background-color: #DE7E79;
	color: #274B87; 
}

.menu-n1 li a.item3 {
	background-color: #9695B7; 
	font-size: 12px; 
	padding-top: 6px; 
	padding-bottom: 4px;
	height: 28px;  /* ie 5.5 < */
	heigh\t: 18px;  /* others */
}

.menu-n1 li a:hover.item3, .menu-n1 li a.active {
	background-color: #ACACC6;
	font-size: 11px; 
	color: #274B87; 
}

.menu-n1 li a.item4 {
	background-color: #E5ADAA; 
	font-size: 10px;
	padding-top: 7px; 
	padding-bottom: 4px; 
	height: 28px;  /* ie 5.5 < */
	heigh\t: 17px;  /* others */
	width: 189px; /* ie 5.5 < */
	wid\th: 159px; /* others */
}

.menu-n1 li a:hover.item4, .menu-n1 li a.active {
	background-color: #F5BFBC;
	color: #274B87; 
}

.quickmenu {
	position: relative;
	margin-bottom: 0;
	padding-top: 2px;
	background: none;
}

.quickmenu .quickmenu-title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 22px 0 0 14px;
}

.quickmenu ul {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	display: block;
}

.quickmenu li {
	display: block;
	margin: 0;
	padding: 0 0 5px 19px;
}

.quickmenu li a {
	font-size: 12px;
	color: #FFFFFF;
	background: url(/MODINT/img/img_list_style_quickmenu_1.gif) no-repeat;
	background-position: 0;
	padding-left: 15px;
	padding-top: 2px;
}

.col {
	background-color: #FFFFFF;
}


/* Common styles */

.left {
	float: left;
}
.right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
.center {
	text-align: center;
}

.href-component {
	margin-top: 10px;
}

.href-component option {
	color: black;
}

.file-component {
	margin-top: 10px;
	margin-bottom: 10px;
}
.file-component {
	margin-top: 10px;
	margin-bottom: 10px;
}

.href-list-component {
	margin-bottom:10px;
	}

.submenu-component {
	margin-bottom:10px;
	}
	
div.submenu-component ul {
	list-style-type: none;
	margin:0;
	padding:0;
	line-height:1.2em;
	}	
	div.submenu-component ul li{
		margin-bottom:3px;
		}

/******************** Editing ******************/

.content-box {  
}
div.content-box {
}
.roxen-edit-box-off { 
}
.roxen-edit-box-on {
	outline:          1px dotted #f8bb7b;
	/*background:       #f2f1eb;*/
	/*background:       #faf9f3;*/
	-moz-outline:     1px dotted #f8bb7b;     /*  FIXME: invalid CSS  */
}
.roxen-edit-marker-off {
	visibility:       hidden;
	display:          block;
	position:         absolute;
}
.roxen-edit-marker-on {
	visibility:       visible;
	display:          block;
	position:         absolute;
	background:       URL(/roxen-files/cms-sites/4.5/images/button_edit_comp.gif)
										top left no-repeat;
	width:            28px;
	height:           13px;
	z-index:          1;
}
div.roxen-linkbrowser-anchor a {
	visibility:       visible;
	display:          block;
	position:         absolute;
	background:       URL(/roxen-files/cms-sites/4.5/images/button_link_browser.gif)
										top left no-repeat;
	width:            28px;
	height:           13px;
	z-index:          1;
}