/**************************************************************************
 * Stylesheet Restaurant de Roef
 * Copyright 2006
 * zwart     = #000000
 * wit       = #FFFFFF
 * chocolate = #D2691E
 * cornsilk  = #FFF8DC
 *************************************************************************/

body {
background-color: #D2691E;
color : #FFF8DC;
}

table.page {
width : 80%;
margin-top : 30px;
color : #FFF8DC;
}

table.page td {
color : #FFF8DC;
}

table.page td.title {
background-color : #FFF8DC;
padding-bottom : 0;
width : 100%;
/*background-image : url('images/tekst_roef.jpg'); */
/*background-repeat : no-repeat; */
/*background-position : center; */
}

table.page td.title h1 {
font-family: arial, verdana, helvetica;
font-size: 40px;
font-weight : bold;
padding-left : 30px;
padding-right : 30px;
color : #000000;
}

table.page td.title h2 {
font-family: arial, verdana, helvetica;
font-size: 20px;
font-weight : bold;
padding-left : 30px;
padding-bottom : 0;
margin-bottom : 4px;
color : #000000;
}

table.page td.empty {
background-color : #D2691E;
width : 100%;
height : 10px;
}

table.page td.contents {
background-color : #FFF8DC;
color : #000000;
vertical-align : top;
width : 100%;
padding-left : 15px;
padding-right : 15px;
padding-top : 10px;
padding-bottom : 10px;
}

table.page td.contents h1 {
font-family: arial, verdana, helvetica;
font-size: 16px;
font-weight: bold;
}

table.page td.contents p {
font-family: arial, verdana, helvetica;
}

table.page td.copyright {
background-color : #FFF8DC;
font-family: arial, verdana, helvetica;
font-size: 12px;
width : 100%;
height : 30px;
text-align : center;
}

table.v-menu td {
font-family: arial, verdana, helvetica;
font-size: 14px;
background-color : #D2691E;
}

table.page td.v-menu {
background-color : #FFF8DC;
vertical-align : top;
}

table.sub_menu td {
font-family: arial, verdana, helvetica;
font-size: 14px;
background-color : #FFF8DC;
}

ul {
font-family: arial, verdana, helvetica;
list-style-type : square;
}

a.menulink:link {
color : #FFF8DC;
font-weight : bold;
text-decoration : none;
}
a.menulink:visited {
color : #FFF8DC;
font-weight : bold;
text-decoration : none;
}
a.menulink:hover {
color : #FFF8DC;
font-weight : bold;
text-decoration : none;
}
a.menulink:active {
color : #FFF8DC;
font-weight : bold;
text-decoration : none;
}

a.submenulink:link {
color : #D2691E;
font-weight : bold;
text-decoration : none;
}
a.submenulink:visited {
color : #D2691E;
font-weight : bold;
text-decoration : none;
}
a.submenulink:hover {
color : #D2691E;
font-weight : bold;
text-decoration : none;
}
a.submenulink:active {
color : #D2691E;
font-weight : bold;
text-decoration : none;
}

a.normallink:link {
color: #000000;
font-weight : bold;
text-decoration : underline;
}
a.normallink:visited {
color: #000000;
font-weight : bold;
text-decoration : underline;
}
a.normallink:hover {
color: #000000;
font-weight : bold;
text-decoration : underline;
}
a.normallink:active {
color: #000000;
font-weight : bold;
text-decoration : underline;
}

a.copyrightlink:link {
color : #000000;
font-weight : bold;
text-decoration : none;
}
a.copyrightlink:visited {
color : #000000;
font-weight : bold;
text-decoration : none;
}
a.copyrightlink:hover {
color : #000000;
font-weight : bold;
text-decoration : none;
}
a.copyrightlink:active {
color : #000000;
font-weight : bold;
text-decoration : none;
}

