/*
 * default.css
 *
 * Default CSS code for To Be
 *
 * Author: Andy Jansen <andy <at> 3ip <dot> nl>
 * Copyright: 2008 - 3IP Web Solutions B.V.
 */

/* ****** GLOBALS ****** */

body {
    background: #f3f3f3;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #464648;
}

.upper { text-transform: uppercase; }

.clear {
    clear: both;
}

a img {
	border: 0;
}

div#page-wrap {
    border: 1px solid black;
    background: #fefefe;
    width: 855px;
    margin: 0 auto;
}

div.coltitle {
    color: #5c1205;
    /*color: #8d2814;*/
    margin: 0 0 0 7px;
    display: block;
    height: 30px;
    width: 280px;
    background: url(../images/dots.jpg) repeat-x;
    }

div.coltitle p  {
    font-family: tahoma,arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    }

div.coltitle em {
    font-weight: normal;
    font-size: 12px;
    font-style: normal;
    }

div#menucol {
    width: 204px;
    float: left;
} 

div#banner  {
    margin: 0 0 35px 0;
    display: block;
    width: 855px;
    height: 171px;
    background: url(../images/banner.jpg) no-repeat;
    border-bottom: 5px solid #692226;
    /*border-bottom: 5px solid #8d2814;*/
    }

div#toplink  {
    color: #000;
    text-align: center;
    margin: 0;
    height: 25px;
    width: 855px;
    }
div#toplink a   {
    color: #000;
    text-decoration: none;
    padding-right: 30px;
    } 



p   {
    margin: 0;
}

h1 {
    text-transform: uppercase;
    font-size: 17px;
    margin: 0;
	color:#5c1205;
}

/* ****** SEARCH FUNCTION ****** */

div#zoek {
    width: 240px;
    position: absolute;
    top: 0px;
    left: 600px;
}

.mysubmit   {
    margin: 0;
    border: none;
    background: url(../images/button-zoek.png) no-repeat;
    text-align: center;
    width: 51px;
    height: 22px;
    
    }
    
/* ****** MENU ****** */

div#navmenu {
    position: relative;
    width: 188px;
    margin-bottom: 40px;
}

div#navmenu ul {
    margin: 16px 0 0 0;
    list-style-type: none;
    padding: 0;
}

div#navmenu ul li a:hover {
    font-weight: bold;
}

div#navmenu ul li a {
    margin: 0 0 0 12px;
    font-size: 16px;
    font-family: georgia,arial,sans-serif;
    color: #fff;
    text-decoration: none;
    height: 29px;
    display: block;
}

div#navmenu ul li {
    background: url(../images/menu-middle-bg.png) no-repeat;
    width: 188px;
    height: 29px;
}

div#navmenu ul li.top   {
    background: url(../images/menu-top-bg.png) no-repeat;
    height: 11px;
    width: 188px;
}

div#navmenu ul li.bottom  {
    background: url(../images/menu-bottom-bg.png) no-repeat;
    height: 15px;
}

div#bottomimg  {
    padding-bottom: 40px;
    height: 228px;
    width: 188px;
    background: url(../images/bannerblue.jpg) no-repeat;
}

div#bottomimg a {
    display: block;
    height: 228px;
    width: 188px;
}

/* ****** END OF MENU ****** */

/* ****** FOOTER *********** */

div#footer  {
    background: #000;
    text-align: center;
    color: white;
    margin: 0 auto;
    width:857px;
    height:30px;
    }

div#footer p    {
    padding-top: 5px;
    }

p.toptxt {
    margin: 10px 0 0 10px;
}

div#logoff  {
    float:right;
    margin-top: -17px;
    }

div.article {
    margin-top: 15px;
    width: 560px;
    float: left;
    margin-bottom: 30px;
}

div.article h1 {
    color: #5c1205;
    /*color: #8d2814;*/
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

div.article h2 {
    font-style: italic;
    margin: 0 0 10px 0;
    font-size: 12px;
}

div.article p {
    margin: 0 0 10px 0;   
}

