@charset "UTF-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
background-image:url(images/achtergrond.jpg);
background-position:center;
background-repeat:repeat;
background-attachment:fixed;
font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height: 1.5;
}

.divstyle #container {
width: 100%;
height: 100%;
}

.divstyle #main {
width: 820px;
height:929px;
margin-left: -400px;
margin-bottom: 40px;
left: 50%;
position:absolute;
padding-bottom: 20px;
}

.divstyle #left {
width: 540px;
height: auto;
float:left;
padding-top: 40px;
}

.divstyle #right {
width: 276px;
height: 600px;
float:right;
opacity: 0.9;
filter:alpha(opacity=90);
}

.divstyle #index_main {
width: 796px;
height: auto;
float:left;
padding-top: 40px;
padding-left: 60px;
}

.divstyle #contact {

font-size:12px;
color:#000000;
text-transform:none;
}

h1 {
margin-top: -6px;
font-size: 22px;
}

/*////////// KLAVERMENU GROOT /////////////*/

.divstyle #klaver_groot {
width: 510px;
height: 510px;
margin-top: 60px;
margin-left: 86px;
opacity: 0.9;
filter:alpha(opacity=90);
font-size:20px;
font-weight:bold;
color:#009245;
}


/*////////// KLAVERMENU KLEIN /////////////*/

.divstyle #klaver {
width:276px;
height:276px;
background-image:url(images/klavers.gif);
background-repeat:no-repeat;
background-position:top;
text-transform: uppercase;
font-size:14px;
font-weight:bold;
color:#009245;
}


/*////////// MENUTOP /////////////*/

.divstyle #menutop {
width: 120px;
height: 24px;
float:right;
margin-right: 5px;
margin-bottom: 20px;
background-image:url(images/menutop.gif);
background-position:bottom;
opacity: 0.9;
filter:alpha(opacity=90);
}

.divstyle #menutop_link {
margin-top: 3px;
margin-left: 19px;
color:#009245;
}

/*////////// LINKS /////////////*/

a:link {
color:#009245;
text-decoration:none;
}

a:visited {
color:#009245;
text-decoration:none;
}

a:hover {
color:#009245;
text-decoration:underline;
}

a:active {
color:#009245;
text-decoration:none;
}

/*////////// TEKSTVLAK /////////////*/

.divstyle #tekst {
width: 530px;
float:left;
display:block;
}

.divstyle #tekst_left {
background-image:url(images/trans_tekst_top.gif);
background-position:left;
width: 13px;
height: 21px;
float:left;
opacity: 0.9;
filter:alpha(opacity=90);
}

.divstyle #tekst_right {
background-image:url(images/trans_tekst_top.gif);
background-position:right;
width: 13px;
height: 21px;
float:left;
opacity: 0.9;
filter:alpha(opacity=90);
}

.divstyle #tekst_middle {
width: 486px;
height: auto;
background-color:#FFFFFF;
float:left;
opacity: 0.9;
padding-left: 20px;
padding-right: 20px;
filter:alpha(opacity=90);
}

.divstyle #tekst_top {
background-color:#FFFFFF;
width: 500px;
height: 21px;
float:left;
opacity: 0.9;
filter:alpha(opacity=90);
}

.divstyle #tekst_left_bottom {
background-image:url(images/trans_tekst_bottom.gif);
background-position:left;
width: 13px;
height: 20px;
float:left;
opacity: 0.9;
filter:alpha(opacity=90);
}

.divstyle #tekst_right_bottom {
background-image:url(images/trans_tekst_bottom.gif);
background-position:right;
width: 13px;
height: 20px;
float:left;
opacity: 0.9;
filter:alpha(opacity=90);
}

.divstyle #tekst_bottom {
background-color:#FFFFFF;
width: 500px;
height: 20px;
float:left;
opacity: 0.9;
filter:alpha(opacity=90);
}

/*////////// TITEL /////////////*/

.divstyle #titel {
width: 500px;
margin-bottom: 12px;
text-transform: uppercase;
font-size:16px;
font-weight:bold;
color:#009245; 
float:left;
}

.divstyle #titel_left {
background-image:url(images/trans_titel.gif);
background-position:left;
width: 13px;
height: 41px;
opacity: 0.9;
filter:alpha(opacity=90);
float:left;
}

.divstyle #titel_top {
background-color:#FFFFFF;
width: auto;
height: 41px;
opacity: 0.9;
filter:alpha(opacity=90);
float:left;
}

.divstyle #titel_right {
background-image:url(images/trans_titel.gif);
background-position:right;
width: 13px;
height: 41px;
opacity: 0.9;
filter:alpha(opacity=90);
float:left;
}

.divstyle #titel_middle {
width: auto;
height: 21px;
padding-top: 10px;
float:left;
}

