/**
 * POSITION
 * --------
 */
	
/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:960px;/* for mozilla*/
	background-color: #000;
	color: #FFF;
        font-family: Verdana,Arial;
        font-size:12px;
        line-height:16px;
}
#outer{
	height:100%;
	min-height:100%;
	width:960px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(../images/mainbg.png) 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:750px;
}
#header{
	position:absolute;
	top:0;
	left:0px;
	width:960px;
	height:150px;
	background:  url(../images/kop.png) no-repeat top left;
	overflow:hidden;
	z-index:100;
}
#menu {
        position:absolute;
        top:110px;
        right:12px;
        width:400px;
        text-align:right;
}	
#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:150px;
	float:left;
	padding-top:150px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:right;
	padding-top:153px;/*needed to make room for header*/
        padding-right:0px;  
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:960px;
	clear:both;
	height:40px;
	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:42px;/* for ie5 */
	he\ight:40px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:600px;
	float:right;
	padding-top:154px;
	padding-bottom:0px;/* needed to make room for footer */
}
#centrecontent p {padding-left:0px}

#clearfooter {width:100%;height:40px;clear:both} /* to clear footer */
/**
 * MENU
 * --------
 */
a.mainlevel:link, a.mainlevel:visited {
        display: inline;
	font-size: 12px;
	font-weight: bold;
        color: #FFF;
	text-align: left;
	padding: 2px 2px 2px 20px;
        height: 20px !important;
	width: 100%;
        text-decoration: none;
}

a.mainlevel:hover, #side-a a:hover {
	text-decoration: none;
	color: #cc0000;
}

a.mainlevel#active_menu {
	text-decoration: none;
        color:#cc0000;
}
a.mainlevel#active_menu:hover,a #active_menu .mainlevel {
	text-decoration: none;
        color:#cc0000;
}

/**
 * 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:10px 18px 10px 18px;
	font-size: 13px;
	color: #FFF;
        line-height: 18px;
        letter-spacing: 0.4pt;
}
td.contentheading, h1 {
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
        
}

.componentheading  {
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
       padding:10px 18px 10px 18px;
        
}


.back_button {
	font-family: arial;
	font-size: 12px;
}
.back_button a:link, .back_button a:visited {
	font-family: "palatino linotype",palatino,serif,Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #FF7D00;
	text-decoration: none;
}
.back_button a:hover {
	color: #FFFFFF;
}

h2 {
        font-size:15px;
        font-family:Verdana,Arial;
        color:#FFF;
        line-height: 24px;
        font-weight:bold;
        margin:0px;
        
}



h3 {
        height:24px;
        font-size:15px;
        font-family:Verdana,Arial;
        color:#8498A1;
        padding:0px;
        font-weight:bold;
        margin:0px;
        
}

#centrecontent a {
        text-decoration:underline;
        color:#FFF;
 
}

img {
        border:none;
}
div.banneritem {
        padding:8px;
}

.tabel td {
         padding:0px;
         margin:0px;
line-height: 18px;
}

#left {text-transform: uppercase;}

#centrecontent ul{ padding:0px 0px 0px 18px; margin:0px;}
#centrecontent li {
       padding-left: 10px;
}

#jcepopup-caption p {text-align:left; color:#000; Font-size:12px;}
.banneritem {font-size:12px; line-height:18px;}



.latestnews {padding: 0; margin: 0; }
.latestnews li {list-style: none; margin: 0; padding: 0;}
.latestnews li a {text-decoration: none;color:#FFF;font-size:11px; }

div.moduletable h3 {padding-top:20px;}


input.button {
       background:#8498A1; 
       border: 1px solid #ccc;
       color:#fff;
       margin:4px 0px 4px 0px;
   
}
.inputbox {
         border: 1px solid #8498A1;;
         width:130px;
         padding: 0px 0px 0px 6px;
         margin:4px 0px 4px 0px;
}
#left .pretext {color:#fff;font-size:11px;text-transform:none;padding-right:2px;}


.picasaAlbums td {vertical-align: top;}
.wgPicasaalbumimg {padding:10px;margin:4px;border:0px solid #8498A1;background: url(../images/drop.png) no-repeat 15px 15px;}
#centrecontent .picasaAlbums a{text-decoration:none; color:#CECECE;}


.picasaAlbum h1 {padding-left:35px;}

.picasaThumbimg {padding:10px;margin:4px;border:1px solid #cc0000;}
.picasaPhototitle {font-family:arial;font-size:13px;color:#555;font-weight:bold;}
.picasaPhotopublished {color:#ccc; font-style:italic;}
.picasaPhotosummary {}


.twtr-hd h3, .twtr-ft {display:none;}
