@charset "UTF-8";

/* Global content Formatting and Styles */

body {
    color: #575c7a;
    line-height: 1.5em;
    font-family: Arial;
    font-size: 14px;
    //background: #515673 url(../Pictures/Site/background_gradient.jpg) repeat-x 0px 0px;
    background-color: #EBEEFF;
}

.page {
    max-width: 980px;
    margin: 0px auto 0px auto;
    position: relative;
    background-color: #fff;
}

h1 {
    font-size: 2em;
    font-weight: normal;
    color: #B56C0D;
    margin: 0 0 .5em 0;
}

h2 {
    font-size: 1.7em;
    margin: 0 0 1em 0;
}

h3 {
    font-size: 1.5em;
    margin: 0 0 1em 0;
}

p {
    margin: 0 0 .75em 0;
}

a {
    color: #760CEB;
}

a:hover {
    color: #0D94FF;
}

footer {
    font-size: .85em;
    color: #9ba0bd;
    background-color: #575c7a;
    padding: 10px 10px 10px 0px;
}

.button h3 {
    font-size: 1.1em;
    margin: 0;
}

.button p {
    line-height: 1.2em;
    font-size: .9em;
    margin-bottom: .5em;
}

.button {
    background-repeat: no-repeat;
    font-family: Tahoma, Geneva, sans-serif;
    color: #fff;
    border: 1px solid #fff;
    
}

.button_container a {
    
    color: #683F08;
    //text-align: right;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: .9em;
}



nav a {
    color: #683F08;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: .9em;
}

nav a:hover {
    color: #ECAC58;
}

navIndex a {
    color: #683F08;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: .9em;
}

navIndex a:hover {
    color: #ECAC58;
}

.clear-fix {
    clear: both;
    line-height: 1px;
}

#logoIndex {
    alignment-adjust: central;
    max-width: 800px;
    margin: 0px auto 0px auto;
    //position: relative;
}

.buttonDJIndex {
    width: 33%;
    float: left;
    display: block;
    margin: 0px auto 0px auto;
    alignment-baseline: central;
}

.buttonDJIndex img {
    
    display: block;
    margin: 0px auto 0px auto;
}

footer {
    padding-left: 20px;
}

.spacing {
    padding-top: 20px;
    padding-bottom: 10px;
}

.SoftWerken {
    float: left;
    width: 25%;
    display: block;
    border: thick blue;
    height: 500px;
}

#flyers {
    margin-left: auto ;
    margin-right: auto ;
}