/*
 * default.css
 *
 * Author: Klaas Schaafsma <css <at> 3ip <dot> nl>
 * Copyright: 3IP Web Solutions B.V.
 *
 * Global layout
 */

/****** GLOBALS ******/
body, html {
    margin: 5px 0 5px 0;
    padding: 0;
    background: #fff;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

body {
    min-width: 868px;
}

p.smalltext {
    font-size: .8em;
}

p.center {
    text-align: center;
}

/****** GLOBAL LAYOUT ******/
#wrap {
    background: #000 url(../images/background.gif) repeat-y;
    margin: 0 auto;
    width: 868px;
}

#header {
    background: #fff url(../images/header-back.gif) no-repeat;
    padding-top: 14px;
}

#locationbar {
    height: 30px;
    background: #000 url(../images/locationbar-back.gif) no-repeat top right;
}

#nav {
    float: left;
    width: 213px;
    padding: 0px;
}

#main {
    background: url(../images/kerk.gif) no-repeat bottom left;
    float: right;
    padding-right: 22px;
    width: 628px;                   /* Should be width of #wrap - #nav (655px) - Another IE6 patch */
    min-height: 615px;              /* Size of the background image */
    height: auto !important;        /* Patch for IE6 lacking support of min-height */
    height: 615px;
}

#footer {
    background: #fff url(../images/footer-back.gif) no-repeat;
    clear: both;
    height: 40px;
    padding-top: 6px;
}

/****** HEADER ELEMENTS ******/
#header h1 {
    padding: 0 0 5px 15px;
    margin: 0;
    background: url(../images/background2.gif) repeat-y;
}

/****** LOCATIONBAR ELEMENTS ******/
#locationbar p {
    color: #fff;
    font-family: "Times New Roman", Serif;
    font-style: italic;
    margin: 0 0 0 150px;
    font-size: 1.2em;
    font-weight: 600;
    display: inline;
}

#locationbar p#maintitle {
    margin-left: 600px;
}

/****** NAV ELEMENTS ******/
#nav ul {
    margin: 0 15px;
    padding: 0;
    list-style: none;
    font-family: "Times New Roman", serif;
    font-size: 10pt;
    letter-spacing: 1.5px;
}

#nav li {
    margin: 0;
    padding: 0;
}

#nav ul a {
    display: block;
    background: url(../images/menu-zwart.gif) no-repeat;
    text-decoration: none;
    color: #fff;
    width: 178px;
    height: 34px;
    padding: 8px 0 0 10px;
}

#nav ul a:hover {
    background: url(../images/menu-noot.gif) no-repeat;
}

#nav p {
    text-align: center;
    color: #fff;
    margin: 5px 0;
}

#nav a {
    text-decoration: none;
    color: #fff;
}

/****** MAIN ELEMENTS ******/
#main p {
    margin: 6px 45px 6px 30px;
}

#main h1 {
    margin: 20px 45px 15px 30px;
    color: #8e012c;
    font-size: 1.3em;
}

#main table {
    margin: 5px 45px 5px 50px;
}

#main img {
    border: 1px solid #ccc;
}

#main #editor {
    width: 80%;
    height: 615px;
    padding: 0;
}

#editor {
    margin: 0px;
}

/****** FOOTER ELEMENTS ******/
#footer p {
    padding: 10px;
    margin: 0 10px 0 0;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
}

