/* HTML BODY */
html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow-y: scroll;
}

body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: georgia, arial;
font-size: 12px;
color: #878989;
text-align: center;
line-height: 18px;
}

/* FONTS */
h1 {
font-family: georgia, arial;
font-size: 18px;
font-weight: bold;
color: #acc314;
margin-bottom: 19px;
}

h2 {
font-family: georgia, arial;
font-size: 14px;
font-weight: bold;
color: #878989;
}

#content h2 {
margin: 0;
}

#footer h2 {
font-family: georgia, arial;
font-size: 14px;
font-weight: bold;
color: #acc314;
margin: 0;
}

.tooltip {
color: #acc314;
}

/* DIVS */
#container {
position: relative;
margin: -40px auto 0 auto;
padding: 0;
width: 1000px;
min-height: 100%;
text-align: left;
z-index: 500;
}

#header {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 55px;
background: #084b5a;
z-index: 600;
}

#topmenu {
position: absolute;
top: 0px;
left: 50%;
margin-left: -500px;
width: 1000px;
}

#header_images {
position: absolute;
top: 55px;
left: 50%;
margin-left: -500px;
width: 1000px;
height: 95px;
/*background: url(../backs/header1.jpg) repeat-x;*/
}

#green_bar {
position: absolute;
top: 115px;
left: 0px;
width: 100%;
height: 35px;
background: url(../backs/green_bar.png) repeat-x;
z-index: 200;
}

#content {
position: relative;
float: left;
margin: 205px 0 0 -1px;
padding: 0;
width: 460px;
min-height: 385px;
padding: 0 20px 0 19px;
border-left: 1px solid #acc314;
}

#content_bottom {
position: relative;
float: left;
margin: 0 0 0 -1px;
padding: 0;
width: 460px;
height: 150px;
}

#footer {
position: relative;
clear: both;
margin: 0 auto 0 auto;
padding: 0;
width: 100%;
height: 40px;
background: #e1e9eb;
z-index: 600;
}

#footer_inner {
position: absolute;
top: 0px;
left: 0px;
margin: 0;
padding: 0;
width: 100%;
height: 350px;
background: #e1e9eb;
display: none;
}

#footer_inner_close {
position: absolute;
top: -20px;
right: 50%;
margin-right: -485px;
}

/* DIVS SUBMENU */
#submenu1_1 {
position: absolute;
top: 55px;
left: 50%;
margin-left: -300px;
width: 300px;
height: 95px;
background: #acc314;
text-align: left;
display: none;
}

#submenu1_2 {
position: absolute;
top: 55px;
left: 50%;
margin-left: 0px;
width: 300px;
height: 95px;
background: #acc314;
text-align: left;
display: none;
}

#submenu1_3 {
position: absolute;
top: 55px;
left: 50%;
margin-left: 300px;
width: 200px;
height: 95px;
background: #acc314;
text-align: left;
display: none;
}

#submenu2 {
position: relative;
float: left;
margin: 205px 0 0 200px;
padding: 0 0 100px 0;
width: 300px;
text-align: left;
}

/* PARAGRAPHS */
p {
margin: 0 0 20px 0;
}

#footer_inner p {
margin: 20px 0 20px 0;
}

p.leader {
font-weight: bold;
}

/* IMAGES */
img {
border: 0px solid #000000;
}

img.logo {
position: absolute;
top: 250px;
left: 30px;
}

img.logo_klein {
position: absolute;
top: -200px;
left: 50%;
margin-left: -495px;
}

img.footer_green_lines {
position: absolute;
top: -82px;
left: 50%;
margin-left: -304px;
}

#footer_inner img {
margin: 0 2px 0 0;
}

img.adviseur {
position: relative;
float: left;
margin: 0 10px 0 0;
}

#content img {
border: 1px solid #acc314;
}

img.rpwzo {
position: relative;
float: left;
margin: -65px 0 0 -300px;
border: 0;
}

/* TABLES */
td {
vertical-align: top;
}

td.descr {
padding: 0 20px 0 0;
}

td.descr2 {
width: 125px;
}

/* FORMS */
input, textarea {
font-family: georgia, arial;
font-size: 12px;
color: #084b5a;
}

.search {
border: 0;
width: 145px;
height: 26px;
padding-top: 5px;
padding-left: 30px;
font-family: georgia, arial;
font-size: 12px;
color: #084b5a;
background: url(../backs/search.jpg) no-repeat;
}

.cfield {
visibility: hidden;
}

/* LINKS */
a {
color: #acc314;
}

a:hover {
text-decoration: underline;
}

/* LISTS */

/* LISTS TOPMENU */
#topmenu ul {
margin: 0;
padding: 0;
list-style: none;
}

#topmenu ul li {
float: left;
padding: 15px 0 0 20px;
height: 15px;
border-right: 1px solid #acc314;
text-align: left;
}

#topmenu ul li a {
text-decoration: none;
font-family: georgia, georgia, arial;
font-weight: bold;
font-size: 14px;
color: #acc314;
}

#topmenu ul li a:hover {
color: #ffffff;
}

/* LISTS SUBMENU */
#submenu1_1 ul, #submenu1_2 ul, #submenu1_3 ul {
margin: 0;
padding: 0;
list-style: none;
}

#submenu1_1 ul li, #submenu1_2 ul li, #submenu1_3 ul li {
padding: 10px 0 0 20px;
height: 15px;
border-right: 1px solid #acc314;
text-align: left;
}

#submenu1_1 ul li a, #submenu1_2 ul li a, #submenu1_3 ul li a {
text-decoration: none;
font-family: georgia, arial;
font-weight: bold;
font-size: 12px;
color: #084b5a;
}

#submenu1_1 ul li a:hover, #submenu1_2 ul li a:hover, #submenu1_3 ul li a:hover {
color: #ffffff;
}

/* LISTS SUBMENU 2 */
#submenu2 ul {
margin: 11px 0 0 0;
padding: 0;
list-style: none;
}

#submenu2 ul li {
padding: 4px 0 0 20px;
text-align: left;
}

#submenu2 ul li a {
text-decoration: none;
font-family: georgia, arial;
font-weight: bold;
font-size: 12px;
color: #084b5a;
}

#submenu2 ul li a:hover {
color: #acc134;
}

/* LISTS FOOTER */
#footer ul {
position: absolute;
top: 0px;
left: 50%;
margin: 0 0 0 -500px;
padding: 0;
list-style: none;
}

#footer ul li {
float: left;
padding: 5px 0 10px 20px;
height: 15px;
font-family: georgia, arial;
font-size: 12px;
color: #084b5a;
border-right: 1px solid #acc314;
text-align: left;
}

#footer ul li a {
text-decoration: none;
font-family: georgia, georgia, arial;
font-weight: bold;
font-size: 14px;
color: #084b5a;
}

#footer ul li a:hover {
color: #acc314;
}

#footer ul li a.normal {
text-decoration: underline;
font-family: georgia, arial;
font-weight: normal;
font-size: 12px;
color: #084b5a;
}

#footer ul li a.normal:hover {
color: #acc314;
}
