/**
 * POSITION
 * --------
 */
	
/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:928px;/* for mozilla*/
	background: #555555 url(../images/xback.gif) no-repeat bottom left;
	color: #646464;
        font-family: Verdana,Arial;
        font-size:11px;
        line-height:16px;
}


#outer{
	xheight:100%;
	xmin-height:100%;
	width:928px;
	text-align:left;
	margin:auto;
	position:relative;
        background: #555555 url(../images/back.png) top left;
	
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {/* enables content first */
	float:left;
	width:738px;
}
#header{
	position:absolute;
	top:0;
	left:0px;
	width:928px;
	height:200px;
	overflow:hidden;
	z-index:100;
	background: url(../images/kop.jpg) no-repeat top left;
}
#menu {
        position:absolute;
        top:18px;
        left:10px;
        width:300px;
        text-align:left;
}
#logo {
        position:absolute;
        top:0px;
        right:10px;
        width:100px;
        height:20px;
        xbackground:  url(../images/foto_home.jpg) no-repeat top left;
}
x#nieuws {
        position:absolute;
        top:132px;
        left:724px;
        width:300px;
        height:380px;
        
}

	
#logo_tekst {
        width:150px;
        height:60px;
        background:  url(../images/lijoart.png) no-repeat top left;
}


#left {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	background:  url(../images/left.gif) no-repeat top left; 
	padding-top:200px;/*needed to make room for header*/
        padding-bottom:32px;/* needed to make room for footer */
        padding-left:10px;
}
x#left p {padding-left:3px;padding-right:2px}
x#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:right;
	padding-top:200px;/*needed to make room for header*/
        padding-right:0px;  
	padding-bottom:32px;/* needed to make room for footer */
        padding-left:8px;
        border-left: 1px dashed #B6B6B6;
}

#footer {
	width:928px;
	clear:both;
	height:60px;
	background:  url(../images/footer.png) no-repeat top left;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
}
* html #footer {/*only ie gets this style*/
	\height:61px;/* for ie5 */
	he\ight:59px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:496px;
	float:right;
	padding-top:208px;
	padding-bottom:32px;/* needed to make room for footer */
        padding-right:14px;
        padding-left:8px;
}
#centrecontent p {padding-left:0px}

#clearfooter {width:100%;height:60px;clear:both} /* to clear footer */
/**
 * MENU
 * --------
 */
a.mainlevel:link, a.mainlevel:visited {
        display: inline;
	font-size: 10px;
	font-weight: normal;
        color: #FFF;
	text-align: left;
	padding: 2px 2px 2px 10px;
        height: 20px !important;
	width: 100%;
        text-decoration: none;
}

a.mainlevel:hover, #side-a a:hover {
	text-decoration: none;
	color: #FFF;
}

a.mainlevel#active_menu {
	text-decoration: none;
        color:#FFF;
}
a.mainlevel#active_menu:hover,a #active_menu .mainlevel {
	text-decoration: none;
        color:#FFF;
}

#left ul {
        list-style-type: none;
        text-align: left;
        padding:0px 0px 0px 24px;;
        margin:0px;
}

#left ul li a{
        padding-left: 0px;
        text-align: left;
        text-decoration: none;
        color: #008459;
        font-weight:normal;
        font-size:11px;
        line-height:18px;
}

#left ul li a:hover{
        color: #A0C828;
}

#left ul li a#current{
        color: #A0C828;
}


.moduletable_menu li#current a {
	color: #A0C828;
}




/**
 * 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:#F5F5F5;
          width:150px;
          margin-left:40px;

}
.inputbox {
         border: 0px solid #B33764;
         width:150px;
         margin-left:26px;
         color:#666;
         background:#F5F5F5;
         margin-bottom:2px;
}

.label-top {margin-top:10px;}
#contact_text {margin-bottom:10px;}

.tekst {
        float:left;
        width:110px;
        padding:4px 0px 4px 10px;
}

.clear {
        clear:both;
}
.submit  {
        float:right;
        width:60px;
        padding:4px 12px 0px 0px;
       }

#right ul {
        list-style:none;
        padding:0px;
        margin:0px;
        text-align:left;
}


#right a{
        color:#008459;
        text-decoration:none;
        font-weight:normal;
        font-size:11px;
}
#right a:hover {
        color:#A0C828;
        text-decoration:underline;
}





/**
 * 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:0;
	padding:0px;
	font-size: 11px;
	color: #646464;
        line-height: 16px;
    
}
td.contentheading, #right h3, h1  {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
        color:#646464;
        
}

.componentheading {
        height:30px;
	font-size: 16px;
        font-family: Arial;
	text-align: left;
	color: #646464;
	background-image: url(../images/titelbalk.jpg);
        background-position:top left;
        background-repeat:no-repeat;
        padding:4px;
}




#centrecontent a {
        color:#008459;
        text-decoration:none;
}

#centrecontent a:hover {
        color:#A0C828;
        text-decoration:underline;
}
#centrecontent .inputbox {
         border: 1px solid #009463;
         width:300px;
         margin-left:0px;
         color:#666;
         background:#F5F5F5;
}
img {
        border:none;
}



.readon  {
        color: #B13160;
        text-decoration:underline;
}

#centrecontent ul{ padding:0px 0px 0px 18px; margin:0px;}
#centrecontent li {
       padding-left: 10px;
}

#centrecontent h1{border-bottom:1px solid #B6B6B6;padding:0px 0px 8px 0px;width:514px;display:block;}


#jcepopup-caption p {text-align:left; color:#000; Font-size:12px;}
.banneritem {font-size:12px; line-height:18px;}


td.top {background: url(../images/top.png) no-repeat bottom left;padding:0px;margin:0px;}  
td.bottom {background: url(../images/bottom.png) no-repeat top left;padding:0px;margin:0px;}
td.main {background: url(../images/main.png) top left;padding:0px;margin:0px;}

li.latestnews {border-bottom:1px solid #B6B6B6;padding:5px 0px 5px 0px;}
ul.latestnews {width:165px;margin:0px;padding:0px;}
#right h3 {border-bottom:1px solid #B6B6B6;padding:0px 0px 5px 0px;width:150px;display:block;font-size:11px;}
#left h3 {border-bottom:1px solid #B6B6B6;padding:0px 0px 5px 0px;width:150px;display:block;font-size:12px;padding:0px;margin:0px;color:#666;text-align:left;font-size:11px;}

th.pagenav_prev, th.pagenav_next {color:#999;}
li.latestnews span{font-weight:bold;color:#646464}

div.moduletable {width:160px;}
div.moduletable span {font-weight:bold;}



div.opdrachtgevers {
	float: left;
	text-align: center;
	width: 100px;
	height: 100px;
	border: #dddddd 1px solid;
	margin: 10px;
	padding: 0px;
}

div.banneritem img {padding:10px 0px 10px 0px;}

table.logo {xxborder-collapse:collapse }
table.logo td {padding:0px 0px 0px 0px;}
