html {
    height:100%; /* fix height to 100% for IE */
    max-height:100%; /* fix height for other browsers */
}

body {
    height:100%; /* fix height to 100% for IE */
    max-height:100%; /* fix height for other browsers */
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;   /* fonts op 1 regel voor IE6  */
    font-size: 15px;
    color: white;

}

div#container {
    height:100%; /* fix height to 100% for IE */
    max-height:100%; /* fix height for other browsers */
    width: 1230px;
    padding-left: 40px;
}

div#left {
    height:100%; /* fix height to 100% for IE */
    max-height:100%; /* fix height for other browsers */
    position:absolute;
    width : 225px;
}

div#menu {
    background-image: url(images/fmf-menu-background.png);
    background-repeat: repeat-y;
}


div#right {
    height:100%; /* fix height to 100% for IE */
    max-height:100%; /* fix height for other browsers */
    left:270px;
    position:absolute;
    width:695px;
    padding: 2px;
    font-size: 15px;
}

div#menu #nav {
    line-height: 1.5;
    font-size: 15px;
    padding: 30px 15px 0;
}

div#menu #nav span {
    text-transform: uppercase;
    text-decoration: underline;
}

div#menu #openinghours {
    line-height: 1.5;
    padding: 70px 20px 20px;
}

div#menu #menulogo {
    background-image: url(images/yuga-white-on-green.png);
    background-repeat: no-repeat;
    background-position:center bottom;
    height: 150px;
}

div#menu li.inactive {
    color:#64491E;
}

div#left #menubottom {
    background-image: url(images/fmf-menu-bottom.png);
    background-repeat: no-repeat;
    padding-top: 30px;
    height: 60px;
}

div#left #menubottom img {
    margin-top: 30px;
}


div#top {
    background-image: url(images/foto.jpg);
    background-position:right center;
    background-repeat:no-repeat;
    height:480px;
    width:928px;
}

img#topfoto {
}

div#content {
    background-image: url(images/border.png);
    background-repeat: repeat-y;
    color: #846929;
    position: relative;
    text-align: center;
    line-height: 1.5;
}

div#content a {
    color: #846929;
}

div#content li {
    background-image: url(images/bullet.png);
    background-position:0px 60%;
    background-repeat: no-repeat;
    display: inline;
    margin-right:10px;
    padding-left:27px;
}

div#content span {
    font-size: 10px;
}

div#footer {
    background-image: url(images/border-bottom.png);
    background-repeat: no-repeat;
    bottom: -1px;
    padding-top: 50px;
    color: #846929;
    line-height: 1.5;
    display: block;
    width: 929px;
}

div#footer #footeraddress {
    background-image: none;
    display: block;
}

div#footer li {
    background-image: url(images/bullet.png);
    background-position:0px 60%;
    background-repeat: no-repeat;
    display: inline;
    margin-right:30px;
    padding-left:40px;
}

div#footer li.first {
    background-image: none;
}

/* styles voor links */
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:link, a:visited, a:hover, a:active {
    color: white;
}
a img, :link img, :visited img {
    border: none
}

div#content li a {
    white-space: nowrap;
}

img.partnerlogo {
    float:left;
    margin:5px;
    vertical-align:top;
}

img.nieuwsthumb {
    float:left;
    margin:5px;
    vertical-align:top;
    height: 100px;
    width:  100px;
}

div#partners{
    text-align: left    ;
}

div#nieuws li a {
    text-decoration: underline;
}

div#nieuws li {
    display: list-item;
}

div#nieuws fieldset {
    text-align: justify;
}

div#nieuws fieldset a.berichtlink {
    font-size: 70%;
    float: right;
    margin-bottom:0px;
}
