/* top elements */
* { margin: 0; padding: 0; outline: 0; } /*sets no padding or margin around the body of our document */


body {
background-color:#515151;
color: #333333;
margin: 5px 0; /*sets no padding and a 15px margin around the body of our document */
font-family: "Century Gothic", Verdana, Tahoma, arial, sans-serif;
font-size: 11px;
line-height: 1.5em; /* sets the height between each line of text.*/
}

/*************************************************
WEBSITE LAYOUT
*************************************************/

#wrap {
width:1024px;
background-image:url(images/wrap.jpg);
background-repeat:no-repeat;
background-color:#a0a1a3;
margin: 0 auto;
text-align: left; 
height:100%;
position:relative;
}

#content-wrap {
float: left;
width:1024px; /*width of our wrap*/
margin:5px auto;
background-image:url(images/content.jpg);
background-repeat:no-repeat;
background-color:#a0a1a3;
padding: 0;
position:relative;
z-index: 5;
}

#header {
position: relative;
width:100%;
height: 209px;
padding: 0;
}

#slideshow {
position: relative;
width:100%;
height: 209px;
padding: 0;
background-color: #666;
}

#logo {
background-image:url("images/logo.png");
background-repeat:no-repeat;
height:209px;
margin-top:-210px;
padding:0;
position:relative;
width:354px;
z-index:10;
}

/********************************************
MAIN COLUMN
********************************************/
#main {
display:inline;
float:left;
margin-top:5px;
padding-left:15px;
padding-right:15px;
position:relative;
text-align:justify;
width:860px;
}

#main h1 {
padding: 10px 0 3px 0;
margin-bottom: 0;
color: #333;
font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: normal;
border-bottom:#333 1px solid;
margin-bottom:15px;
}
#main h2 {
padding: 0;
margin-bottom: 0;
color: #333;
font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: normal;
margin-bottom:15px;
}

#sideding {
position:relative;
width:200px;
height:270px;
float:left;
}

#sideding ul{
margin-left:2px;
width:180px;
}

#sideding ul li{

list-style:none outside none;
margin-left:-25px;
border-top:1px solid #333333;
display:block;
}

#sideding ul li a{
border-bottom:1px solid #333333;
color:#333;
display:block;
padding:5px;
text-decoration:none;
text-align: left;
}

#sideding ul li a:hover {
color:#1250A8;
}

#simplethumb {
position:relative;
width:225px;
height:270px;
background:blue;
float:left;
margin-left:5px;
}

#simplebig {
float:left;
height:273px;
margin-left:5px;
position:relative;
width:655px;
}




/********************************************
SIDEBAR
********************************************/
#sidebar {
float: left;
width: 128px;
padding: 0;
color: #333333;
margin-top: 5px;
min-height:563px;
margin-right: 0;
margin-bottom: 0;
background-image:url(images/sidebar.jpg);
background-repeat:no-repeat;
margin-left: 5px;
background-color:#9a9ea2;
position:relative;


}


#sidebar h2 {
margin: 15px 5px 10px 5px;
font: bold 1.8em 'Trebuchet MS', Tahoma, Sans-serif;
color: #333333;
}
#sidebar p {
margin-left: 5px;
}

#sidebar ul.sidemenu {
list-style: none;
text-align: left;
margin: 7px 10px 8px 0; padding: 0;
text-decoration: none;
border-top: 1px solid #A9D4EF;
}
#sidebar ul.sidemenu li {
list-style: none;
padding: 4px 0 4px 5px;
margin: 0 2px;
color: #333333;
border-bottom: 1px solid #D2E8F7;
}
* html body #sidebar ul.sidemenu li {
height: 1%;
}
#sidebar ul.sidemenu li a {
text-decoration: none;
color: #FF0000;
}
#sidebar ul.sidemenu li a:hover {
color: #333;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }





#sidebar #left-menu{
    float:right;
    min-height:429px;
    padding:0 0;
    position:relative;
    width:130px;
}
#sidebar #left-menu #Name{
	font-size:11px;
	font-weight:normal;
}
#sidebar #left-menu .drawers{
font-size:11px;
list-style:none outside none;
margin-left:5px;
padding:0;
position:relative;
width:125px;
}
#sidebar #left-menu .drawers a{
	display:block;
	font-weight:normal;
	color:#333;
	cursor:pointer;
	padding:3px 0 3px 17px;
	text-decoration:none;
		background-image:url(images/bg-menu.jpg);
	background-repeat:no-repeat;
	background-position:0px 8px;
}
#sidebar #left-menu .drawers .open a{
color:#1250A8;
	background-image:url(images/bg-menu.jpg);
	background-repeat:no-repeat;
	background-position:0px 8px;
}
#sidebar #left-menu .drawers .open ul a,#content #left-menu .drawers .drawer a{
	color:#333;
	background:none;
}
#sidebar #left-menu .drawers a:hover{
	color:#1250A8;
	background-image:url(images/bg-menuh.jpg);
	background-repeat:no-repeat;
	background-position:0px 8px;
}
#sidebar #left-menu .drawers ul{
	margin:0;
	list-style:none;
	display:none;
}
#sidebar #left-menu .drawers ul li{
}
#sidebar #left-menu .drawers ul li a{
	color:#999 !important;
	display:block;
	text-decoration:none;
	padding:3px 0 3px 27px;
}
#sidebar #left-menu .drawers ul li a:hover{
	/*background:#999999;*/
	color:#000 !important;
	background:none;
}
/********************************************
FOOTER
********************************************/
#footer {
color: #fff;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
clear: both;
width: 1024px;
height: 115px;
text-align: center;
font-size: 90%;
}


#proxi {
position:relative;
width: 1024px;
height:30px;
text-align:left;
margin-top:5px;
}

#footer p {
padding: 10px 0;
margin: 0;
}

#footer a {
color: #FF0000;
text-decoration: none;
}

#logofoot{
position:relative;
width:273px;
height:115px;
background-image:url(images/logo-foot.png);
background-repeat:no-repeat;
float:left;
}

#contact {
float:left;
font-size:10px;
height:100px;
margin-left:45px;
position:relative;
text-align:justify;
width:220px;
}

#nieuws {
position:relative;
width:220px;
height:100px;
font-size:10px;
float:left;
margin-left:45px;
text-align:justify;
overflow:hidden;
}

#energie {
background-image:url("images/energie.png");
background-position:center center;
background-repeat:no-repeat;
float:left;
height:69px;
margin-left:40px;
margin-top:22px;
width:159px;
}

#contact h1,#nieuws h1 {
color:#fff;
font-weight:bold;
font-size:12px;
}

#contact a {
color:#fff;
font-weight: bold;
text-decoration:none;
}

#contact a:hover {
text-decoration:underline;
}

/* alignment classes */
.float-left { float: left; }
.float-right { float: right; }
.align-left { text-align: left; }
.align-right { text-align: right; }
/* display and additional classes */
.clear { clear: both; }
/********************************************
WEBSITE LINKS
********************************************/
a, a:visited {
text-decoration: none;
background: inherit;
color: #1250A8;
}

a:hover {
text-decoration: underline;
background: inherit;
color: #ccc;
}

/********************************************
WEBSITE TEXT HEADERS
********************************************/

h1, h2, h3 { font-family: 'Trebuchet MS', Tahoma, Sans-serif; }
h1 {
font-size: 180%;
font-weight: normal;
color: #555;
}
h2 {
font-size: 160%;
color: #88ac0b;
font-weight: normal;
}
h3 {
font-size: 135%;
color: #666666;
}

/********************************************
WEBSITE IMAGES
********************************************/

ul, ol {
margin: 5px 15px;
padding: 0 25px;
}

#BTNBack{
display:none;
}


