/*_________________________________________________
|______________GRAFISCHE REALISATIE________________|
|	Naam:				Studio S				|
|	Adres:				Emmerikseweg 373		|
|						7206 DA Zutphen			|
|	Email:				s-sgr@hotmail.com		|
|__________________________________________________|
|______________TECHNISCHE REALISATIE_______________|
|	Naam:				Thierry de Rop			|
|	Adres:				Braamkamp 337			|
|						7206 HR Zutphen			|
|	Email:				thierry.eamon@gmail.com	|
|________________________________________________*/


body{
margin:0;
padding:0;
background: #F3EAD9;
scrollbar-3dlight-color: #EDD7AE;
scrollbar-arrow-color: #9A4C1B;
scrollbar-track-color: #DBC6B3;
scrollbar-darkshadow-color: #DECBBA;
scrollbar-face-color: #E2CFBE;
scrollbar-highlight-color: #F0E3D3;
scrollbar-shadow-color: #EDD7AE
}

#prijs b{
font-size:14px;
font-family:arial;
color: #613418;
font-weight: bold;
}

#link a{
font-size:11px;
font-family:arial;
color: #613418;
font-weight: bold;
}

#link a:hover{
color: #A25817;
}

#kind{
margin-left: 9px;
}

h1{
font-size:16px;
font-family:arial;
color: #613418;
}

p{
font-size:11px;
font-family:arial;
color: #613418;
}

.tekst{
font-size:11px;
font-family:arial;
color: #613418;
}

.kop1{
font-size:16px;
font-weight: bold;
font-family:arial;
color: #613418;
}

b{
font-size:11px;
font-family:arial;
color: #613418;
}



#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 170px 0 170px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#top{
height: 15px;
background: url(images/boven-titel.jpg);
}


#content{
height: 520px;
background: url(images/content.jpg);
}

#menu-bodem{
margin-left: 30px;
}

#menu-bodem a{
font-size:11px;
font-family:arial;
color: #613418;
font-weight: bold;
}

#menu-bodem a:hover{
color: #A25817;
}

#leftcolumn{
float: left;
width: 170px; /*Width of left column in pixel*/
height: 600px;
margin-left: -800px; /*Set margin to that of -(MainContainerWidth)*/
background: url(images/links.jpg) #9A4C1B;
}

#algemeen{
margin-top: 120px;
height:50px;

}

#wiezijnwij{
height:50px;
}

#alacarte{
height:50px;
}

#seizoensgerechten{
height:50px;
}

#groepsgerechten{
height:50px;
}

#evenementen{
height:50px;
}

#rightcolumn{
float: left;
width: 170px; /*Width of right column*/
height: 600px;
margin-left: -170px; /*Set left margin to -(RightColumnWidth)*/
background: #ecd6af;
}



#tekstcontainer{
padding-top: 5px;
margin-left: 30px;
margin-right: 8px;
}

#spacer{
height: 46px;
}

#tekst{
height: 482px;
overflow: auto;
}

#betaling{
height: 60px;
background: url(images/betalingen.jpg) no-repeat;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}






/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
z-index:1000;
font-size:90%;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:170px;
}

/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#ECD6AF;
height:19px;
}

.menu li a:hover{
background:#9A4C1B;
color: #ECD6AF;
}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:18px;
line-height: 18px;
width:170px;
color: #9A4C1B;
font-family: arial;
font-size: 11px;
border: 1px solid #9A4C1B;
}

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#d4d8bd; width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#949e7c;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:170px; 
}

#no-border{
border: 0px !important;
}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
