* {
    margin: 0;
}

html, body {
    position: relative;
    height: 100%;
    font-family: "Tempus Sans ITC", Helvetica, Verdana;
    color: #61380B;
    background-color: #61380B;
}

#main {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    max-width: 1100px;
    margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
    background-color: white;
}

#footer, #push {
    width: 1070px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    height: 142px; /* .push must be the same height as .footer */

}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

div#logo {
    position: relative;
    height: 150px;
    width: 112px;
    bottom: 35px;
    left: 50px;
    background-image: url("../images/logo-anicha-h150.png");
    background-repeat: no-repeat;
    z-index: 6;
}

div#menuBar {
    position: absolute;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 1070px;
    height: 45px;
    background-image: url("../images/bottom-bar-segment.png");
    background-position: 50% 50%;
    background-repeat: repeat-x;
    min-width: 100px;
}

div#middle {

}

div#infoBar {
    position: absolute;
    bottom: 0px;
    left: 10px;
    right: 10px;
    height: 20px;
    text-align: center;
    font-family: sans-serif;
    font-size: 0.6em;
}

div#slogan {
    position: relative;
    height: 143px;
    width: 700px;
    top: 130px;
    left: 100px;
    background-image: url("../images/slogan-allesveranderd.png");
    background-repeat: no-repeat;
    background-color: yellow;
    z-index: 5;
}

img.imgLink {
    border-width: 0px;
    margin-top: 10px;
}

label {
}

table.formTable {
    border-width: 0px;
    border-style: solid;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

tr {
    border-width: 0px;
    border-style: solid;
}

td {
    border-width: 0px;
    border-style: solid;
}

div#signInForm {
}

div#language-selection {
    position: relative;
    top: 110px;
    margin-right: auto;
    margin-left: auto;
}

div#catalogue {
    position: relative;
    top: 10px;
    margin-right: auto;
    margin-left: auto;
}

div#catalogue-page {
    float: right;
    margin-right: 5em;
    bottom: 0.2em;
    width: 10em;
}

ul#catalogue-page li {
    list-style: none;
    display: inline;
}

ul#catalogue-page a {
    color: #79cdd0;
    text-decoration: none;
}

div#catalogue-menu {
    clear: right;
    float: right;
    margin-top: 0px;
    margin-right: 5em;
    bottom: 0.2em;
    width: 30em;
}

ul#catalogue-menu li {
    list-style: none;
    display: inline;
}

ul#catalogue-menu a {
    color: #79cdd0;
    text-decoration: none;
}

table#catalogue {
    border-collapse: collapse;
    border: 1px solid #79cdd0;
    margin-left: auto;
    margin-right: auto;
}

table#catalogue td {
    padding-left: 1em;
    padding-right: 1em;
    text-align: left;
    border: 1px solid #79cdd0;
}

.formRow {
    padding-top: 5px;
}

.formLabel {
    text-align: right;
}

.formControl {
    text-align: left;
}

.formSubmit {
    width: 10em;
    text-align: center;
}

.spacer {
    clear: both;
    padding-top: 5px;
}

fieldset {
    width: 400px;
    border: 1px solid #79cdd0;
    margin-left: auto;
    margin-right: auto;
}

fieldset legend {
    font-size: smaller;
}

fieldset div {
}

ul#main-menu {
    width: 70%;
    margin-top: 0.5em;
    margin-right: 1em;
    margin-bottom: 0px;
    margin-left: 0px;
    float: right;
}

ul#main-menu li {
    margin-top: 0px;
    margin-left: 0.5em;
    margin-bottom: 0px;
    margin-right: 0px;
    list-style: none;
    display: inline;
    text-decoration: none;
    color: white;
}

ul#main-menu a {
    color: white;
    text-decoration: none;
}

ul#main-menu a:hover {
    color: white;
    text-decoration: underline;
}

ul#main-menu em {
    color: #61380B;
}

.clear {
    clear: both;
}

div#contactInfo {
    margin-top: 80px;
    margin-left: 110px;
    float: left;
}

div#route {
    padding-top: 80px;
    padding-right: 140px;
    float: right;
}
p.separator {
    margin-top: 2em;
}