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

body {
    background-color    :   #ffffff;
    margin              :   0px;
    padding-top         :   25px;
}

div#container {
    position            :   absolute;
    width               :   750px;
    background-color    :   #fff1e0;
    left                :   50%;
    margin-left         :   -375px;
    padding-top         :   10px;
    padding-left        :   10px;
    padding-right       :   10px;
}

div#header {
    width               :   100%;
    margin              :   0px;
    margin-bottom       :   1px;
    padding             :   0px;
    background-color    :   #ff0000;
} 

    div#header h1 {
        display             :   none;
    }
    
div#marquee {
    width               :   100%;
    height              :   30px;
    background-image    :   url('../gfx/marquee.gif');
    background-repeat   :   none;
    margin              :   0px;
    margin-bottom       :   1px;
    padding             :   0px;
}
    
div#columncontainer {
    width               :   100%;
    background-image    :   url('../gfx/bg_orange.gif');
    background-repeat   :   repeat-y;
}
    
    table.columns {
        border-collapse     :   collapse;
    }

    td.column1 {
        width               :   147px;
        margin              :   0px;
        padding             :   0px;
    }
    
    td.column2 {
        width               :   395px;
        margin              :   0px;
        padding             :   0px;
    }
    
    td.column3 {
        width               :   188px;
        margin              :   0px;
        padding             :   0px;
    }   
    
    td.column23 {
        width               :   58px;
        margin              :   0px;
        padding             :   0px;
    }
    
    div#menu {
        height              :   466px;
        background-image    :   url('../gfx/bg_menu.jpg');
        background-repeat   :   none;
        width               :   147px;
        margin              :   0px;
        padding             :   0px;
        padding-top         :   20px;
    }
    
        div#menu a {
            font-family         :   verdana, arial;
            font-weight         :   bold;
            font-size           :   10px;
            color               :   #ffffff;
            text-decoration     :   none;
            display             :   block;
            width               :   100%;
            border-bottom       :   1px dotted #fff1e0;
            padding-left        :   12px;
            padding-top         :   5px;
            padding-bottom      :   5px;
        }
        
        div#menu a:hover {
            color               :   #fe0000;
            background-color    :   #fff1e0;
        }
    
    div#content2 {
        width               :   394px;
        margin              :   0px;
        margin-left         :   1px;
        padding             :   0px;
    }
        
        div.newsitem {
            width               :   100%;
            background-color    :   #8b7079;
            margin-bottom       :   1px;
            padding-bottom      :   4px;
        }
        
            div.newsitem div.header {
                background-image    :   url('../gfx/bg_newsitem.gif');
                width               :   100%;
                height              :   30px;
                margin              :   0px;
            }
            
            div.text {
                margin-left         :   4px;
                margin-right        :   4px;
                /* margin-bottom       :   4px; */ 
                margin-top          :   0px;
                background-color    :   #ffffff;
                padding             :   7px;
            }
            
            div.text h2 {
                margin              :   0px;
                margin-bottom       :   15px;
                padding             :   0px;
                font-family         :   arial;
                font-size           :   18px;
                font-weight         :   normal;
            }
            
            div.text h3 {
                font-family         :   arial;
                font-size           :   12px;
            }
            
            div.text h4 {
                margin-bottom       :   0px;
                font-family         :   arial;
                font-size           :   12px;
            }
            
            div.text p {
                margin              :   0px;
                margin-bottom       :   18px;
                font-family         :   helvetica, arial;
                font-size           :   12px;
                line-height         :   18px;
            }
            
            div.text ul li, div.text ol li {
                font-family         :   arial;
                font-size           :   12px;
                line-height         :   18px;
            }
            
            div.text img.right {
                float               :   right;
                border              :   1px solid #000000;
                margin-left         :   10px;
                margin-bottom       :   10px;
            }
            
            div.text ul {
                font-family         :   arial;
                font-size           :   11px;
                line-height         :   18px;
            }
            
            div.text a {
                color               :   #ff4900;
            }
            
            div.text ul.sitemap a {
                font-weight         :   bold;
            }
            
            div.text ul.sitemap ul a {
                /* color               :   #ff9266; */
                font-weight         :   normal;
            }
            
            div.text a:visited {
                color               :   #ff7f4c;
            }
            
            div.text a:hover {
                color               :   #000000;
            }
            
            div.text blockquote {
                font-family         :   arial;
                font-style          :   italic;
                font-size           :   12px;
                line-height         :   18px;
                color               :   #666666;
            }
            
            div.text table.orangeborder {
                font-family         :   arial;
                font-size           :   12px;
                border-collapse     :   collapse;
            }
            
            div.text table.orangeborder th {
                background-color    :   #ff4900;
                text-align          :   left;
                padding             :   5px;
                color               :   #ffffff;
            }
            
            div.text table.orangeborder td {
                border-bottom       :   1px solid #ff4900;
                padding             :   5px;
                font-size           :   11px;
            }
            
            .tright {
                text-align          :   right;
            }
            
            div.text table.smoelenboek {
                font-family         :   arial;
                font-size           :   12px;
                border-collapse     :   collapse;
                margin-bottom       :   20px;
            }
            
            div.text table.smoelenboek th {
                background-color    :   #ff4900;
                text-align          :   left;
                padding             :   5px;
                color               :   #ffffff;
            }
            
            div.text table.smoelenboek td {
                border-bottom       :   1px solid #ff4900;
                padding             :   5px;
                font-size           :   11px;
                vertical-align      :   top;
            }
            
            div.text table.smoelenboek td img {
                border              :   1px solid #000000;
            }
            
            div.text table.pressphotos {
                font-family         :   arial;
                border-collapse     :   collapse;
                border-top          :   1px solid #ff4900;
            }
            
            div.text table.pressphotos td {
                border-bottom       :   1px solid #ff4900;
                padding             :   5px;
                font-size           :   11px;
                vertical-align      :   top;
            }
            
            div.text table.pressphotos td img {
                border              :   1px solid #000000;
            }
            
        div#content2 div.wanted {
            width               :   100%;
            background-color    :   #ff4900;
            margin-bottom       :   1px;
            padding-bottom      :   4px;
        }
        
            div#content2 div.wanted div.header {
                background-image    :   url('../gfx/bg_wanted_orange_medium.gif');
                width               :   100%;
                height              :   30px;
                margin              :   0px;
            }
            
    div#content3 {
        width               :   187px;
        margin              :   0px;
        margin-left         :   1px;
        padding             :   0px;
    }
    
        div.welcome, div.wanted {
            width               :   100%;
            background-color    :   #ff4900;
            padding-bottom      :   4px;
            margin-bottom       :   1px;
        }
            
            div.welcome div.header {
                background-image    :   url('../gfx/bg_welcome.gif');
                width               :   100%;
                height              :   30px;
                margin              :   0px;
            }
            
            div#content3 div.wanted div.header {
                background-image    :   url('../gfx/bg_wanted_orange_small.gif');
                width               :   100%;
                height              :   30px;
                margin              :   0px;
            }
            

    div#content23 {
        width               :   582px;
        margin              :   0px;
        margin-left         :   1px;
        padding             :   0px;
    }
        
        div.pageitem {
            width               :   100%;
            background-color    :   #8b7079;
            margin-bottom       :   1px;
            padding-bottom      :   4px;
        }
        
            div.pageitem div.header {
                background-image    :   url('../gfx/bg_pageitem.gif');
                width               :   100%;
                height              :   30px;
                margin              :   0px;
            }
            
div#footer {
    width               :   100%;
    text-align          :   center;
    margin-top          :   20px;
    margin-bottom       :   20px;
    border-top          :   1px dotted #450020;
    padding             :   5px;
    color               :   #450020;
    font-family         :   arial;
    font-size           :   11px;
}

    div#footer strong {
        margin-left         :   10px;
        margin-right        :   10px;
        font-weight         :   normal;
    }
    
    div#footer a {
        color               :   #450020;
        font-weight         :   bold;
    }
    
    div#footer a:hover {
        color               :   #ff4900;
    }
