
html, body {
	margin: 0px 0px 0px 0px;
	min-height: 100%;
	height: 100%;
	background-image: url("../images/backgroundl.gif");
	background-repeat: repeat-y;
}

h1 {
	margin-bottom: 0em;
}
ul {
	margin-top: 0em;
	padding-top: 0em;
	padding-left: 0.5em;
	margin-left: 0.5em;
}
li {
	margin-top: 0em;
	margin-left: 0em;
}

#content {
	margin-left: 160px;
	margin-right: 0px;
	min-height: 100%; 
	height: 100%;
}
#contentcontainer {
	padding: 5px 15px 15px 15px;
	min-height: 100%; 
	height: 100%;
}
#contentHolder {
	min-height: 100%; 
	height: 100%;
}
#form1 {
	min-height: 100%; 
	height: 100%;
}
/* lint boven in scherm */
#topribbon {
	height: 113px;
	background-color: #ffffff;
}
#rolflex_logo_01 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 113px;
	background-image: url("../images/compact_logo.jpg");
}
#topmenuleftsolution
{
	position: absolute;
	top: 83px;
	left: 0px;
	height: 30px;
	width:150px;
	padding:  0px 15px 0px 0px;
	background: #F9A03A;

}

#imagebar {
	position: static;
	top: 0px;
	right: 0px;
	left: 150px;
	height: 83px;
	background-color: #F9A03A;
	overflow:hidden;
}

/* lint onder in scherm */
#leftcolumn {
	position: absolute;
	top: 113px;
	left: 0px;
	width: 150px;
	min-height: 600px;
	background-color: #F9A03A;
		z-index: 500;
}
#centercolumn {
	margin-left: 150px;
	margin-right: 0px;
	background-color: #F9A03A;
}

/* mainmenu */

.mainmenu ul  {
	list-style: none;
	width: 150px;
	background-color: #F9A03A;
	font-size: 10pt;
	font-weight: bolder;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
		
}
.mainmenu a {
	display: block;
	text-decoration: none;
	/*height: 16px; -mozilla fix */
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 15px;
	border-bottom: 1px solid #000000;
	color: #000000;
		z-index: 500;
}
.mainmenu a:hover  {
	background-color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	color: #000000;
	
}
.mainmenu a#vmenu_select {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
		
}
.mainmenu a#vmenu_select:hover  {
	background-color: #FFFFFF;
	cursor: default;
	color: #000000;
	
}

/* visible submenus */
.mainmenu ul a.submenu {
	text-indent: 2px;
	font-size: 10pt;
	font-weight: normal;
	border-bottom: 1px solid #FFFFFF;
	background-color: #F9B364;
	color: #000000;
		
}
.mainmenu ul a.submenu:hover {
	background-color: #FFFFFF;
	color: #000000;
		
}


/* rollout submenus */
.mainmenu ul ul {
	position: absolute;
	left: 100%;
	width: 100%;
	border-left: 3px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-top: -27px;
}

.mainmenu ul ul a {
	font-size: 10pt;
	font-weight: normal;
	border-bottom: 1px solid #FFFFFF;
		
}


.mainmenu ul ul,
.mainmenu ul li:hover ul {
	display: none;
}
.mainmenu ul li:hover ul,
.mainmenu ul ul li:hover ul {
	display: block;
}



/* topmenu */

#topmenuwrapper 
{
	position: absolute;
	top: 83px;
	left: 150px;
	height: 30px;
	padding:  0px 15px 0px 0px;
	background: #F9A03A;
	float:right;
	right:0px;
	z-index: 500;
}

.topmenu 
{
	float: right;
	margin-top: 6px;
	z-index: 500;
}

.topmenu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	z-index: 500;
}

.topmenu a {
	text-align: right;
	text-decoration: none;
	height: 16px;
	display: block;
	margin: 0;
	padding: 2px 3px;
	border-right: 1px solid #FFFFFF;
	
	font-size: 10pt;
	font-weight: bolder;

	color: #000;
	background: #F9A03A;
	text-decoration: none;
}
.topmenu a:hover {
	background: #FFFFFF;
	border-right: 1px solid #000000;
	cursor: pointer;
}

.topmenu p {
	text-align: right;
	text-decoration: none;
	height: 16px;
	display: block;
	margin: 0;
	padding: 2px 3px;
	border-right: 1px solid #FFFFFF;
	
	font-size: 10pt;
	font-weight: bolder;

	color: #000;
	background: #F9A03A;
	text-decoration: none;
	
	cursor: default;
	white-space:nowrap;
	
}

.topmenu p:hover {
	background: #FFFFFF;
	border-right: 1px solid #000000;
}

.topmenu li {
	position: relative;
	z-index: 500;
}

.topmenu ul ul {
	position: absolute;
	top: 20px;
	width: 100px;
	border-top: 3px solid #F9A03A;
	z-index: 500;
	margin-left: 0px;
}

.topmenu ul ul a {
	font-weight: normal;
	padding: 5px 4px 5px 15px;
	border-top: 1px solid #FFFFFF;
}

.topmenu ul ul {
	display: none;
}

.topmenu ul li:hover ul {
	display: block;
}
.topmenu a#vmenu_select 
{
	text-align:left;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
}
.topmenu a#vmenu_select:hover  
{
	text-align:left;
	background-color: #FFFFFF;
	cursor: default;
	color: #000000;
}



/* topmenu */
#topmenuwrapperbread 
{
	position: absolute;
	top: 83px;
	left: 150px;
	height: 30px;
	padding:  0px 15px 0px 0px;
	background: #F9A03A;
	float:right;
	right:0px;
}

.topmenubread 
{
	float: left;
	margin-top: 6px;
}

.topmenubread ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

.topmenubread a {
	text-align: left;
	text-decoration: none;
	height: 16px;
	display: block;
	margin: 0;
	padding: 2px 3px;
	
	font-size: 10pt;
	font-weight: bolder;

	color: #000;
	background: #F9A03A;
	text-decoration: none;
}


.topmenubread a:hover {
	background: #FFFFFF;
	border-right: 1px solid #000000;
	cursor: pointer;
}

.topmenubread p {
	text-align: left;
	text-decoration: none;
	height: 16px;
	display: block;
	margin: 0;
	padding: 2px 3px;
	border-right: 1px solid #FFFFFF;
	
	font-size: 10pt;
	font-weight: bolder;

	color: #000;
	background: #F9A03A;
	text-decoration: none;
	
	cursor: default;
	white-space:nowrap;
	
}

.topmenubread p:hover {
	background: #FFFFFF;
	border-right: 1px solid #000000;
}

.topmenubread li {
	position: relative;
}

.topmenubread ul ul {
	position: absolute;
	top: 20px;
	width: 100px;
	border-top: 3px solid #F9A03A;
	z-index: 500;
	margin-left: 0px;
}

.topmenubread ul ul a {
	font-weight: normal;
	padding: 5px 4px 5px 15px;
	border-top: 1px solid #FFFFFF;
}

.topmenubread ul ul {
	display: none;
}

.topmenubread ul li:hover ul {
	display: block;
}
.topmenubread a#vmenu_select 
{
	text-align:left;
	
	
	color: #000000;
}
.topmenubread a#vmenu_select:hover  
{
	text-align:left;
	background-color: #FFFFFF;
	cursor: default;
	color: #000000;
}