/**
 * Created by maximedewelle
 * Date: 31 aožt 2010
 * Time: 15:11:01
 */

body{
    margin:0;
    padding:0;
    height:100%;
    font-size:12px;
    font-family:arial;
    color:#8d8e83;
}

body{
}

h1,h2,h3,h4,h5,p,ul{
    padding:0;
    margin:0;
}

h1{
    font-size:20px;
    text-transform:uppercase;
    margin:15px;
}

h2{
    font-size:20px;
    text-transform:uppercase;
    margin:10px 0;
    display: inline-block;
}

span.blue{
    color:#69a5be;
}

a{
    color:#69a5be;
}

a img{
    border:none;
}

a.noColor{
    text-decoration:none;
    color:#8d8e83;
}


#header{
    height:100px;
    background:url(../images/images/bgHeader.jpg) no-repeat center bottom;
    margin:15px 0 0 0;
    padding-bottom:15px;
}

    div#logo{
        height:94px;
        padding-left:60px;
        margin:0 auto;
        width:900px;
    }

div#illustration{
    background:#8a8a8a url(../images/images/comingSoonNelissenGrade.jpg) no-repeat center;
    height:234px;
}

#content{
    margin:0 auto;
    width:960px;
}

    #content #zoneLeft{
        width:395px;
        float:left;
        margin:140px 0 0 15px;
        padding-left:45px;
    }

    #content #pageContent{
        position:relative;
        background:url(../images/bgContent1.png) no-repeat top center;
        margin:-80px 0 0 461px;
        padding:22px 30px 20px 30px;
        min-height:200px;
        width:433px;
    }

        #content #pageContent ul{
            background:url(../images/images/bulletArrow.gif) no-repeat top left;
            margin:20px 0 20px 20px;
            padding-left:40px;
        }

            #content #pageContent ul li{
                margin-bottom:5px;
            }



    #footer{
        clear:both;
        border:1px solid #d0d0d0;
        padding:14px;
        margin:0 auto;
        width:960px;
        margin-bottom:15px;
    }

        #footer a{

        }

        #footer div{
            float:right;
        }

            #footer div a{
                color:#8d8e83;
                text-decoration:none;
            }

            #footer div span{
                color:#634a76;
                padding:0 3px;
            }


table.addresses{
    margin-top:20px;
}

p{
    margin:17px;
}
