/* CSS Document */

body {
background-color:#FFFFFF;
margin:0px;
padding:0px;
height:100%;
}

html{
height: 100%;
}

div#main {
height:100%;
}

#logo_links {
background-image:url(../images/head_logo_left.jpg);
background-position:right top;
background-repeat:no-repeat;
}

#logo_rechts {
background-image:url(../images/head_logo_right.jpg);
background-position:left top;
background-repeat:no-repeat;
}


#tabel_links {
background-image:url(../images/bckgrnd_left.jpg);
background-position:right top;
background-repeat:repeat-y;
height:100%;
}

#tabel_rechts {
background-image:url(../images/bckgrnd_right.jpg);
background-position:left top;
background-repeat:repeat-y;
height:100%;
}

#tabel_content {
background-image:url(../images/bckgrnd_content.jpg);
background-position:left top;
background-repeat:repeat-y;
height:100%;
}

#content {
padding:30px 3px 30px 30px;
font-family: "Trebuchet MS", Arial;
font-size:13px;
}

#content_pages {
padding:30px 30px 30px 30px;
font-family: "Trebuchet MS", Arial;
font-size:13px;
}


/* MENU */

#container {
position:absolute;
top:229px;
left:50%;	
}

#menu {
position:absolute;
right:285px;
/*background:#CC0000;*/
width:196px;
height:320px;
}

/* EINDE MENU */

#banner {
background-image:url(../images/banner.jpg);
background-position:left top;
background-repeat:no-repeat;
margin-left:24px;
}

#news_text {
padding:5px;
border-right:solid;
border-right-color:#000000;
border-right-width:1px;
border-bottom:solid;
border-bottom-color:#000000;
border-bottom-width:1px;
border-left:solid;
border-left-color:#000000;
border-left-width:1px;
}

#news_top {
border-right:solid;
border-right-color:#000000;
border-right-width:1px;
border-top:solid;
border-top-color:#000000;
border-top-width:1px;
border-left:solid;
border-left-color:#000000;
border-left-width:1px;
border-bottom:solid;
border-bottom-color:#000000;
border-bottom-width:1px;
padding:5px;
}

#news_left {
border-left:solid;
border-left-color:#000000;
border-left-width:1px;
border-bottom:solid;
border-bottom-color:#000000;
border-bottom-width:1px;
padding:5px;
}

.contact_form {
font-family:Arial, Helvetica, sans-serif;
font:Arial, Helvetica, sans-serif;
font-size:13px;
width:250px;
}

.contact_form2 {
font-family:Arial, Helvetica, sans-serif;
font:Arial, Helvetica, sans-serif;
font-size:13px;
width:250px;
}