@CHARSET "UTF-8";

/* General Style Info */
* {
    margin: 0;
    padding: 0;
}

/* Firefox scrollbar fix */
html {
    overflow-y: scroll;
    overflow-x: auto;
}

body {
	background-image:url(../img/background.gif);
	background-repeat:repeat;
    color: #404040;
    font-family: tahoma, verdana,'lucida grande', helvetica, arial, sans-serif;
    font-size: 11px;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 100%;
}

h2 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0px 5px 0px;
}

h3 {
    margin: 5px 0px 5px 0px;
}

a {
    color: #B60000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul, li {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
}

table.cake-sql-log {
  line-height: normal;
}

/* div{
background-image:url(../img/mirula.gif);
background-repeat:no-repeat;
}
*/

#bullet a{
background-image:url(../img/bullet-selected.gif);
background-position:left center;
background-repeat:no-repeat;
padding-left:6px;
color:#516B9B;
text-decoration:none;
}

/* Default Layout divs ====================================================== */
div#container {
    margin: 0pt auto;
    text-align: left;
    vertical-align: top;
    width: 952px;
}

div#header {
height:202px;
}

div#content {
	background-image:url(../img/content-background.gif);
	background-repeat:repeat-y;
	line-height:18px;
}

div#content-inner{
padding:10px;
}

div#footer {
	background-image:url(../img/footer-background.gif);
	background-repeat:no-repeat;
	text-align: left;
	height:42px;
	line-height:0px;
}

div#footer a{
color:#516B9B;
text-decoration:none;
}

div#footer a.selected{
color:#516B9B;
font-weight:bold;
padding-left:6px;
background-image:url(../img/bullet-selected.gif);
background-repeat:no-repeat;
text-decoration:none;
}

div#footer-container {
padding:0px;
}

div#footer a:hover{
color:#123456;
text-decoration:underline;
}

div#footer li{
display:inline;
padding-left:5px;
padding-right:15px;
}

div#latest-news{
float:left;
padding-left:10px;
color:#C6CEDC;
margin-top:8px;
}

div#latest-news a{
color:#C6CEDC;
}

div#language-selector{
float:right;
text-align:right;
margin-top:8px;
}

div#content-left{
	float:left;
	width:220px;
	background-image:url(../img/leftnav-pic1.gif);
	background-repeat:no-repeat;
}

div#content-center{
	float:left;
	width:482px;
	text-align:justify;
	color:#505050;
	padding-right:15px;
}
div#content-right{
	float:right;
	text-align:center;
	width:215px;
}

div#ekspos-content-right{
	float:right;
	text-align:justify;
	width:712px;
	line-height:14px;
}

div#ekspos-inner-left{
float:left;
width:492px;
}

div#ekspos-inner-right{
float:right;
width:220px;
text-align:right;
}

div#ekspos-inner-left2{
float:left;
width:300px;
}

div#ekspos-inner-right2{
float:right;
width:390px;
text-align:justify;
}


h1 {
color:#FF9600;
font-family:Arial,Helvetica,sans-serif,'Trebuchet MS';
font-size:12px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
border-bottom:1px dotted #C5C5C5;
margin-bottom:7px;
}

ul#bullet li {
background-image:url(../img/bullet.gif);
background-repeat:no-repeat;
padding-left:6px;
}

div#content-center li {
margin-bottom:5px;
margin-top:5px;
}

div#left-column-inner{
padding:14px 0px 0px 14px;
}

div#left-column-inner img{
padding-bottom:10px;
}

div#ekspo-dates{
width:175px;
}

div#ekspo-dates td{
padding-top:6px;
padding-bottom:6px;
border-bottom:1px dotted #C5C5C5;
}
div#ekspo-dates a{
width:175px;
color:#4E6791;!
}
div#ekspo-dates a:hover{
width:175px;
text-decoration:underline;
color:#4E6791;!
}

table#program-table td{
border-bottom-color:#CCCCCC;
border-bottom-style:dotted;
border-bottom-width:1px;
padding-bottom:3px;
padding-top:3px;
}

table#program-table thead{
/* background-image:url(../img/programSmallHeading.jpg);
background-repeat:no-repeat; */
height:22px;
color:#FFFFFF;
font-weight:bold;
}

table#program-table thead th{
background-color: #FDA92F;
padding-left: 4px;
border-right: 1px solid white;
border-bottom: 1px solid #FD562C;
}
/* pages ==================================================================== */
/* events */
div.event-types {
    text-align: center;
}

ul.events {
    margin: 5px 0px 5px 0px;
}

ul.events li {
    padding-bottom: 10px;
    margin: 5px 0px 5px 0px;
    display: block;
}

ul.events p {
    margin: 4px 0px 4px 110px;
    text-align: justify;
}

ul.events div#eventDetails {
    background-image: url("../img/eventsSecondaryHeading.html");
    background-repeat: no-repeat;
    margin-left: 110px;
    height: 21px;
    padding-top: 4px;
}

div.eventTypes {
    background-image: url(../img/subLinksBackground.html);
    background-repeat: no-repeat;
    height: 21px;
    padding: 6px;
}

div.eventsView p {
    text-align: justify;
    margin-bottom: 15px;
}

ul.eventTypeList {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #C8C8C8;
}

ul.eventTypeList li {
    display: inline;
    padding-right: 15px;
}

ul.eventTypeList a {
    color: #303030;
}

ul.eventTypeList a:hover {
    color: #B60000;
    text-decoration: underline;
}
/* Guestbooks */
div.guestbooksForm {
    clear: both;
    padding: 5px 5px 10px 5px;
    margin: 10px 0px 10px 0px;
    border: 1px dashed black;
}
/* Pagination =============================================================== */
div.pagination {
    margin-top: 0px;
    position: relative;
    height: 18px;
}

div.paging div.info {
    float: left;
}

div.paging div.navigation {
    float: right;
}

div.paging div.disabled {
    display: inline;
    color: gray;
}

/*Forms*/
div.required {
    font-weight: normal;
}
div.required label{
	padding-left:8px;
	background-image:url(../img/star.gif);
	background-repeat:no-repeat;
}

div.error-message {
    color: red;
    font-weight: normal;
}

.validationErrorMessage {
    color: red;
}

form fieldset {
    border: none;
}

form legend {
    visibility: hidden;
}

div.input {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
}

input.input-text, input.input-captcha {
    width: 80%;
    border: 1px solid #757575;
    font-size: 1.1em;
    padding: 3px;
}

input.input-captcha {
    width: 154px;
}

select.input-select {
    width: 80%;
    border: 1px solid #757575;
    font-size: 1.1em;
    padding: 3px;
}

textarea.input-textarea {
    width: 80%;
    border: 1px solid #757575;
    font-size: 1.1em;
    padding: 3px;
    font-family: sans-serif;
    font-size: 1em;
}

label {
    display: block;
    margin-bottom: 0px;
}

div.submit {
    clear: both;
    margin: 5px 0px 5px 0px;
}

div.input-container {
    float: left;
    width: 49%;
    position: relative;
}

div.input-captcha img {
    border: 1px solid #757575;
}

input.form-error, textarea.form-error, select.form-error {
    border: 1px solid red;
}
/* Slideshow ================================================================ */
ul.crossfade {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

ul.crossfade li {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
}

div.caption {
}
/* Used styles ============================================================== */
div.clear {
    display: block;
    clear: both;
}

.bold {
    font-weight: bold;
}
/* Home Page ================================================================ */
.notice {
    background-color: #ffcc00;
    color: #000;
    display: block;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}

.success {
    background-color: green;
    color: #FFF;
}
/* Custom CSS =============================================================== */
/* Articles */
div.article-index {
}

div.article-view {
}
/* Contacts */
div.contact-index {
    border: 1px dashed black;
    position: absolute;
    right: 0px;
}

div.contact-form {
}

div.contact-form input, textarea {
    display: block;
}
/* Events */
div.event-index {
}

ul.events {
}

ul.events div.event {
}

div.event-view {
}
/* Event Bookings */
div.event-booking-form {
}
/* Galleries */
div.gallery-index {
}

div.gallery-view {
}
/* Guestbooks */
div.guestbook-index {
}

div.guestbook-view {
}

div.guestbook-form {
}
/* Links */
div.link-index {
}

div.link-view {
}
/* Link Types */
div.link-type-index {
}

div.course-dates-container{
height:41px;
padding-bottom:10px;
}

ul.course-dates {
display:block;
padding-top:10px;
padding-left:10px;
}

ul.course-dates li{
float:left;
padding-right:7px;
margin-bottom:3px;
}

ul.course-dates li a{
color:#505050;
padding:2px 7px 2px 7px;
display:block;
text-decoration:none;
border-bottom: solid 1px #fd562c;
}

ul.course-dates li a:hover{

color:#ffffff;
text-decoration:none;

background-color:#6d7f9e;
}

ul.course-dates li a.selected{

color:#ffffff;
text-decoration:none;

background-color:#fda92f;
}

div.megasteakpage-container-eng div, div.megasteakpage-container div{line-height:18px; color:#CACACA; font-size:13px;}
div.megasteakpage-container-eng div a, div.megasteakpage-container div a{color:#CACACA;}
div.megasteakpage-container-eng span.blockheading, div.megasteakpage-container span.blockheading{font-weight:bold; font-size:18px;}
div.megasteakpage-container{background-image:url(../img/steakweekbgc81e.jpg?2); background-repeat:no-repeat; margin:0; padding:0; width:932px; height:1463px; position:relative;}
div.megasteakpage-container-eng{background-image:url(../img/steakweekbgengc81e.jpg?2); background-repeat:no-repeat; margin:0; padding:0; width:932px; height:1463px; position:relative;}

div.megasteakpage-block-one{width:630px; height:40px; position:absolute; left:280px; top:150px;}

div.megasteakpage-block-one img{float:left; margin:0; padding:0;}
div.megasteakpage-block-two{width:560px; height:200px; position:absolute; left:20px; top:220px;}
div.megasteakpage-block-three{width:520px; height:80px; position:absolute; left:35px; top:440px;}
div.megasteakpage-block-four{width:355px; height:290px; position:absolute; left:225px; top:560px;}
div.megasteakpage-container-eng div.megasteakpage-block-five, div.megasteakpage-container div.megasteakpage-block-five{width:260px; height:360px; position:absolute; left:625px; top:480px; color:#333333; line-height:16px;}
div.megasteakpage-block-six{width:350px; height:135px; position:absolute; left:45px; top:980px; color:#9A9A9A;}
div.megasteakpage-block-seven{width:497px; height:499px; position:absolute; left:415px; top:884px;}
div.megasteakpage-block-ten{width:387px; height:150px; position:absolute; left:20px; top:1236px;}

div.amw-twintigelf-container{padding:5px 13px 13px 13px; line-height:18px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#515151;}
div.amw-twintigelf-welcome h1{font-family:Arial, Helvetica, sans-serif; font-weight:normal; text-transform:uppercase; border:none; background:none; margin:0 0 2px 0; padding:0; color:#8BA33B; font-size:18px;}
div.amw-twintigelf-inhoud h2{font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; border:none; background:none; margin:0 0 2px 0; padding:0; color:#00AE4D; font-size:20px;}
div.amw-twintigelf-brood h2{font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; border:none; background:none; margin:0 0 2px 0; padding:0; color:#DE1173; font-size:14px;}
div.amw-twintigelf-baadtjie h2{font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; border:none; background:none; margin:0 0 2px 0; padding:0; color:#DE8A26; font-size:14px;}
div.amw-twintigelf-melk h2{font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; border:none; background:none; margin:0 0 2px 0; padding:0; color:#04B5E1; font-size:14px;}
div.amw-twintigelf-vleis h2{font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; border:none; background:none; margin:0 0 2px 0; padding:0; color:#716558; font-size:14px;}
div.amw-twintigelf-werk h2{font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; border:none; background:none; margin:0 0 2px 0; padding:0; color:#DE8A26; font-size:22px;}
div.amw-twintigelf-textonder h2{font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; border:none; background:none; margin:0 0 2px 0; padding:0; color:#DE8A26; font-size:14px;}
div.amw-twintigelf-textonder h3{font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; border:none; background:none; margin:0 0 2px 0; padding:0; color:#DE1173; font-size:14px;}

div.amw-twintigelf-textonder a{color:#515151; text-decoration:underline;}
div.amw-twintigelf-textonder a:hover{color:#DE1173; text-decoration:underline;}

div.amw-twintigelf-welcome{padding-top:10px;}
div.amw-twintigelf-inhoud{margin-bottom:20px;}

div.amw-twintigelf-brood img{float:left; margin-right:10px; margin-bottom:10px;}
div.amw-twintigelf-baadtjie img{float:right; margin-left:10px; margin-bottom:10px;}
div.amw-twintigelf-vleis img{float:right; margin-left:10px; margin-bottom:10px;}

div.amw-twintigelf-welcome{border-bottom:#DDDDDD 2px solid; padding-bottom:20px; margin-bottom:20px;}
div.amw-twintigelf-brood{border-right:#DDDDDD 2px solid; padding-right:10px; margin-right:10px; float:left; width:470px;}
div.amw-twintigelf-baadtjie{float:left; width:405px;}
div.amw-twintigelf-vleis{border-right:#DDDDDD 2px solid; padding-right:10px; margin-right:10px; float:left; width:495px; padding-top:20px;}
div.amw-twintigelf-werk{float:left; width:387px; padding-top:20px; height:275px; position:relative;}
div.amw-twintigelf-werk h2{position:absolute; left:20px; top:40px; width:180px; line-height:24px;}
div.amw-twintigelf-werk p{position:absolute; left:20px; top:120px; display:block; width:345px; height:160px; color:#FFFFFF; line-height:14px;}

div.amw-twintigelf-melk{background-repeat:no-repeat; padding:15px 20px 20px 410px; height:200px;}
div.amw-twintigelf-melkafr{background-image:url(../img/amw_2011_melkc81e.jpg?2);}
div.amw-twintigelf-melkeng{background-image:url(../img/amw_2011_melk_engc81e.jpg?2);}
