* {
    box-sizing          :   border-box;
    -moz-box-sizing     :   border-box;
}

body {
    background-color    :   #ffffff;
    background-image    :   url('../gfx/bg_content.jpg');
    background-repeat   :   no-repeat;
    font-family         :   arial, helvetica;
    font-size           :   12px;
    color               :   #000000;
    margin              :   0px;
    padding             :   0px;
    behavior            :   url('csshover.htc');
}

div#menu {
    position            :   absolute;
    left                :   0px;
    top                 :   0px;
    z-index             :   7;
}

div#menu h1#logo {
    position            :   absolute;
    font-size           :   0px;
    margin              :   0px;
    padding             :   0px;
    width               :   98px;
    height              :   128px;
    left                :   0px;
    top                 :   0px;
}

div#menu h1#graficon {
    position            :   absolute;
    font-size           :   0px;
    margin              :   0px;
    padding             :   0px;
    width               :   118px;
    height              :   45px;
    left                :   793px;
    top                 :   5px;
}
div#menu table  {
	border				: 	1px solid #cccccc;
}
div#menu td, div#menu input  {
	font-family         :   arial, helvetica;
    font-size           :   11px;
    color               :   #000000;
	font-weight			:	normal;
}

div#content {
    position            :   absolute;
    top                 :   168px;
    left                :   25px;
    z-index             :   3;
    padding-bottom      :   0px;
    line-height         :   18px;
}

div.contentsmall {
    width               :   449px;
}

div.contentlarge {
    width               :   640px;
}

div.contentfull {
    width               :   829px;
}

div#content h1 {
    font-family         :   trebuchet ms, arial, helvetica;
    font-size           :   16px;
    color               :   #b3a73b;
}

div#content p {
    line-height         :   18px;
}

div#content a {
    color               :   #5d8cab;
}

div#content a:hover {
    color               :   #000000;
}

div#column2 {
    position            :   absolute;
    left                :   493px;
    top                 :   168px;
    z-index             :   3;
}

div#column3 {
    position            :   absolute;
    left                :   683px;
    top                 :   168px;
    z-index             :   3;
}

div#column4 {
    position            :   absolute;
    left                :   873px;
    top                 :   168px;
    z-index             :   3;
}

div.banner {
    width               :   120px;
    border              :   1px solid #cfc143;
    min-height          :   520px;
	height				: 	520px;
}

div.bannerblok {
    height          	:   130px;
	clear				: 	both;
}

div.banner h2 {
    margin              :   0px;
    padding             :   2px;
    background-color    :   #000000;
    color               :   #ffffff;
    font-size           :   12px;
}

div.inlay {
    width               :   168px;
    border              :   1px solid #cfc143;
    background-image    :   url('../gfx/bg_inlay.jpg');
    background-repeat   :   repeat-x;
    min-height          :   300px;
}

div.inlay h2 {
    margin              :   0px;
    padding             :   2px;
    background-color    :   #000000;
    color               :   #ffffff;
    font-size           :   12px;
}

div#content h1#footer {
    position            :   relative;
    border-top          :   1px solid #cccccc;
    color               :   #cccccc;
    font-size           :   11px;
    text-align          :   center;
    font-weight         :   normal;
    margin-top          :   50px;
}

div#content h1#footer a {
    color               :   #cccccc;
}

div#content h1#footer strong {
    display             :   none;
}

/*******************/
/* NIEUWSBLOK LANG */
/*******************/

div.nieuwsbloklang {
    padding             :   5px;
    margin-bottom       :   20px;
    font-size           :   11px;
}

div.nieuwsbloklang h4 {
    font-size           :   11px;
    color               :   #bdb46b;
    margin              :   0px;
}

div.nieuwsbloklang h3 {
    font-size           :   11px;
    margin              :   0px;
}

div.nieuwsbloklang h3 a {
    color               :   #bdb46b;
}

div.nieuwsbloklang h3 a:hover {
    color               :   #000000;
}

div.nieuwsbloklang p {
    font-size           :   11px;
    color               :   #000000;
    margin              :   0px;
}

div.nieuwsbloklang a {
    color               :   #81aecc;
    font-weight         :   bold;
}

div.nieuwsbloklang a:hover {
    color               :   #000000;
}

/*******************/
/* NIEUWSBLOK KORT */
/*******************/

div.nieuwsblokkort {
    padding             :   5px;
    font-size           :   11px;
}

div.nieuwsblokkort h4 {
    font-size           :   11px;
    color               :   #bdb46b;
    margin              :   0px;
}

div.nieuwsblokkort h3 {
    font-size           :   11px;
    margin              :   0px;
    font-weight         :   normal;
}

div.nieuwsblokkort h3 a {
    color               :   #000000;
}

div.nieuwsblokkort h3 a:hover {
    color               :   #666666;
}







