/**
 * POSITION
 * --------
 */
	
/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0px;
	text-align:center;
	min-width:780px;/* for mozilla*/
	background-color: #FFF;
	color: #000;
        font-family: Arial,Verdana;
        font-size:12px;
        line-height:16px;
}


#outer{
	height:100%;
	min-height:100%;
	width:780px;
	color: #000000;
	text-align:left;
	position:relative;
	background:  url(../images/back.gif) repeat-y top left;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {/* enables content first */
	float:left;
	width:770px;
}
#header{
	position:absolute;
	top:0;
	left:0px;
	width:780px;
	height:84px;
	background:  url(../images/top.gif) no-repeat top left;
	overflow:hidden;
	z-index:100;
}
#menu {
        position:absolute;
        top:58px;
        left:180px;
        width:700px;
        text-align:left;
}
#logo {
        position:absolute;
        top:16px;
        right:0px;
        width:131px;
        height:29px;
       
}

#left {
	position:relative;/*ie needs this to show float */
	width:170px;
	float:left;
        height:400px;
	background:  url(../images/left.gif) no-repeat left 80px; 
        padding-top:104px;/*needed to make room for header*/
        padding-bottom:10px;/* needed to make room for footer */
}

#right {
	position:relative;/*ie needs this to show float */
	width:10px;
	float:right;
	padding-top:114px;/*needed to make room for header*/
        padding-right:0px;  
	padding-bottom:10px;/* needed to make room for footer */
}

#footer {
	width:780px;
	clear:both;
	height:10px;
	xbackground:  url(../images/bg_bottom.png) no-repeat top left;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
}
* html #footer {/*only ie gets this style*/
	\height:12px;/* for ie5 */
	he\ight:10px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:550px;
	float:right;
	padding-top:84px;
	padding-bottom:10px;/* needed to make room for footer */
        padding-right:20px;
        padding-left:30px;
}
#centrecontent p {padding-left:0px}
#clearfooter {width:100%;height:40px;clear:both} /* to clear footer */


#open_button {
cursor:pointer;
display:block;
position:fixed;
left:90px;
bottom:2px;
z-index:1000002;
}
#open_button a {
        text-decoration:none;
        color:#FF3300;
 
}
#landingmenu {display:none;}

/**
 * MENU
 * --------
 */
#left ul {
        list-style-type: none;
        text-align: left;
        margin:0px;
        padding:0px;
}

#left ul li a {
        background: transparent url(../images/rond_bl.png) right center no-repeat;
        padding-right:35px;
        text-align: right;
        font-size: 12px;
        line-height:30px;
        text-decoration: none;
        color: #FFF;
        display: block;
        width:148px;
        height:30px;
        font-weight:bold;
}

#left ul li a:hover {
        background: transparent url(../images/rond_rd.png) right center no-repeat;
        color: #99AEC2;
}

.moduletable_menu li#current a {
         background: transparent url(../images/rond_rd.png) right center no-repeat;
        color: #99AEC2;
}


#menu {
	list-style: none;
	margin: 0;
}

#menu a:link, #menu a:visited {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height:20px;
	color: #003366;
	text-decoration: none;
        tex-align:left;
	list-style: none;
        display:inline;
        padding-right:14px;

}

#menu a:hover {
	color: #FFF;
}

a.mainlevel#active_menu, a.mainlevel:hover{
	color: #FFF;
}

/**
 * STYLING LOGIN
 * --------
 */
#right p {
         margin:0px;
         padding:0px;
}


#form-login {
          background:  url(../images/login_bg.png) no-repeat left bottom;
          border:0px;         
}
fieldset.input {
          border:0px;
          color:#FFF;

}
.inputbox {
         border: 2px solid #B33764;
         width:150px;
}
.tekst {
        float:left;
        width:110px;
        padding:4px 0px 4px 10px;
}
.input1 {
        float:left;
        width:150px;
}
.clear {
        clear:both;
}
.submit  {
        float:right;
        width:60px;
        padding:4px 12px 0px 0px;
       }

#right ul {
        list-style:none;
        padding:0px;
        margin:0px;
        text-align:right;
}

#right li a{
        color:#FFF;
        padding:4px 24px 0px 0px;
}

input.button {
       background:  url(../images/button_login.png) no-repeat left bottom;
       border: 2px solid #B33764;
       color:#FFF;
}


/**
 * STYLING CONTENT
 * --------
 */

#content {
	scrollbar-face-color:#1A171B;
	scrollbar-shadow-color: #3F3F3F;
	scrollbar-highlight-color: #1A171B;
	scrollbar-3dlight-color: #1A171B;
	scrollbar-darkshadow-color: #1A171B;
	scrollbar-track-color: #FF7D00;
	scrollbar-arrow-color: #FF7D00;
}
.contentpaneopen td {
	margin:0px;
	padding:0px;
	font-size: 12px;
	color:#003366;
        line-height: 18px;
        xletter-spacing: 0.2pt;
}
td.contentheading  {
	font-size: 20px;
	color: #003366;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
        
}

.componentheading {
        height:30px;
	font-size: 16px;
        font-family: Arial;
	text-align: left;
	color: #000;
	background-image: url(../images/titelbalk.jpg);
        background-position:top left;
        background-repeat:no-repeat;
        padding:4px;
}

img {border:0px;}

#centrecontent a {
        text-decoration:none;
        color:#FF3300;
 
}

h1 {font-size:22px; line-height:34px; font-weight:bold;}
h2 {font-size:16px; line-height:20px; font-weight:bold;}

#centrecontent ul{ padding:0px 0px 0px 18px; margin:0px;}
#centrecontent li {padding-left: 10px;}

.verplicht {font-weight:bold;}
#userForm {font-size: 12px;color:#003366;line-height: 18px;}
.bestel {border:1px solid #FFF;}
.bestel td{padding:2px;margin:0px; border:1px solid #FFF;}