@charset "utf-8";
/* CSS Document */

html {
height:100%;
min-height:100%;
}

body {
background-color:#cc0000;
margin:0px;

background-image:url(img/bodybg.gif);
background-repeat:repeat-x;
background-position:top;
height:100%;
min-height:100%;
}

a {
outline:none;
color: #6b1e22;
text-decoration: none;
}

a:visited {
outline:none;
color: #6b1e22;
text-decoration: none;
}

a:hover {
outline:none;
color: #6b1e22;
text-decoration: underline;
}

#left1 {
position:fixed;
z-index:1;
top:0px;
bottom:0px;
left:0px;
width:50px;
height:100%;
min-height:100%;
background-color:#FFFFFF;
}

#left2
{
position:absolute;
z-index:2;
top:100px;
left:0px;
width:50px;
height:150px;
background-color:#d9d9d9;
}

#logo
{
position:absolute;
z-index:3;
top:100px;
left:50px;
width:350px;
height:150px;
background-color:#403737;
}

#reserveren {
position:absolute;
z-index:3;
top:425px;
left:50px;
width:350px;
height:50px;
background-image:url(img/reserveren.gif);
background-repeat:no-repeat;
background-position:top left;
}


#sidemenu
{
position:absolute;
z-index:3;
top:50px;
left:400px;
width:550px;
height:50px;
background-color:#631116;
}

#menu
{
position:absolute;
z-index:5;
top:250px;
left:50px;
width:350px;
height:175px;
background-image:url(img/lines.gif);
}

/* items menu left */

#menuMenukaart
{
position:absolute;
z-index:6;
top:13px;
left:95px;
width:239px;
height:36px;
}

#menuLunchkaart
{
position:absolute;
z-index:6;
top:50px;
left:95px;
width:239px;
height:36px;
}

#menuWijnkaart
{
position:absolute;
z-index:6;
top:87px;
left:95px;
width:239px;
height:36px;
}

#menuMenusuggestie
{
position:absolute;
z-index:6;
top:124px;
left:95px;
width:239px;
height:36px;
}


/* items menu top */

#menuHome
{
position:absolute;
z-index:6;
top:15px;
left:85px;
width:100px;
height:20px;
}


#menuNieuws
{
position:absolute;
z-index:6;
top:15px;
left:160px;
width:100px;
height:20px;
}

#menuEetkamer
{
position:absolute;
z-index:7;
top:15px;
left:260px;
width:100px;
height:20px;
}

#menuContact
{
position:absolute;
z-index:8;
top:15px;
left:360px;
width:100px;
height:20px;
}

#lines
{
position:absolute;
z-index:3;
top:250px;
left:95px;
width:550px;
height:50px;
background-color:#631116;
}

.kopje
{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:12px;
color:#000000;
text-transform:uppercase;
}

#slideshow
{
position:absolute;
z-index:3;
top:100px;
left:400px;
width:550px;
height:150px;
background-image:url(img/tempslide.gif);
}

#inhoud
{
position:absolute;
background-color:#e2dfcf;
top:250px;
left:400px;
width:550px;
height:auto;
background-image:url(img/btm.gif);
background-position:bottom;
background-repeat:no-repeat;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
padding-bottom: 87px;
}

#ll
{
position:fixed;
bottom:10px;
left:60px;
z-index:40;
text-align:right;
width:100px;
height:10px;
}

#rightcolumn
{
background-color:#e2dfcf;
padding-top:25px;
padding-left:25px;
padding-bottom:10px;
padding-right:25px;
margin-bottom:15px;
width:500px;
height:auto;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;

}

.kaart
{
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:24px;
color:#4b4141;
text-align:left;
}

.special
{
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	background-color:#877676;
	color:#FFFFFF;
	padding:10px;
	text-align:center;
}


.linemenu
{
	width:100%;
	height:1px;
	font-size:0px;
	background-color:#e2dfcf;
}

.nieuwskop {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	}
	
.footerheader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #4b4141;
	}
	
.footertekst {
	font-size: 10px;
	color: #4b4141;
	}


