@charset "utf-8";

/* CSS Document BIERISTA 2026.EU */
body {
    background-color: #945E10;

    /* #FDF6BE / #84600D / #004F00 / #007C00 */
    margin: 0px;
    background-image: url("bladeren.jpg");
}

#wrapper {
}

#header {
    width: 625px;
    height: 140px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    background-image: url("schuim.gif");
    background-repeat: repeat-x;
}

#main {
    width: 575px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 25px;
    line-height: 1.6em;
    background-color: #860C0C;

    /* background-color: #AE0505; */
}

#footer {
    width: 575px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 25px;
    line-height: 1.6em;
    background-color: #AE0505;
}

p {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 12pt;
    color: #FFDB90;

    /* color: #FFDB90; */
}

h1 {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 36pt;
    color: #FFDB90;
}

h2 {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 20pt;
    color: #FFDB90;
}

.center {
    text-align: center;
}

/* .red {
	color: #FD0000;	
}

.green {
	color: #006800;	
} */
.small {
    font-size: 9pt;
    color: #FFDB90;
}

.small02 {
    font-size: 11pt;
    color: #FFDB90;
}

a:link {
    color: #ECEB80;
}

a:hover {
    color: #DFDB00;
}

a:visited {
    color: #CC8B00;
}