/* Dit is het CSS bestand van Lofel & Burke */

body {
  color: black;
  margin: 0;
  font-family: "Courier New", Courier, monospace;
}


div#wrapper {
  height:640px;
  margin-left:auto;
  margin-right:auto;
  width:800px;
  padding: 0;
}

div#header {
  width:800px;
  padding-top: 10px;
  height:110px;
  text-align: center;
}

div#header img{
  border: 0;
}

div#content {
  width:800px;
  height:420px;
  
}

div#content h2{
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid black;
}

div#content .kopje{
  font-weight: bolder;
}


div#content h3{  
  font-weight: bold;
  font-size: 18px;
  float: right;
}


  /*frontimage*/
  #content #frontimage {  
  width: 318px;
  height: 386px;
  margin-left:auto;
  margin-top: 20px;
  margin-right:auto;
  }

  #content #frontimage a{
    display: block;
    width: 318px;
    height: 386px; 
    background: transparent url(../images/frontpolaroid.jpg) no-repeat; 
  }
  
   #content #frontimage a:hover {
    background-position: -318px 0; 
  } 
   /* /frontimage*/
 
  /*barimage*/
  #content #barimage {  
  width: 318px;
  height: 386px;
  margin-left:auto;
  margin-top: 20px;
  margin-right:auto;
  
    background: transparent url(../images/barimage.jpg) no-repeat; 
  }

   /* /lunchroom*/
   
    /*lunchroom*/
  #content #lunchimage {  
  width: 318px;
  height: 386px;
  margin-left:auto;
  margin-top: 20px;
  background: transparent url(../images/lunchimage.jpg) no-repeat; 
  margin-right:auto;
  }

   /* /lunchroom*/
   
   
    /*restaurant image*/
  #content #restaurantimage {  
  width: 318px;
  height: 386px;
  margin-left:auto;
  margin-top: 20px;
  background: transparent url(../images/restaurantimage.jpg) no-repeat; 
  margin-right:auto;
  }

   /* /restaurant image*/
   
   
   
   
   

  div#content #left{
    float: left;
    height:440px;
    width: 340px;
  }
  
  div#content #right{
    float: left;
    height:420px;
    margin-left: 30px;
    width: 390px;
    padding: 10px;
  }
  div#content #right p{
    color: black;
    font-size:12px;
  }
  
  
  

/* Hier start het menu */
div#menu {
  width:800px;
  padding: 0px;
  font-size: 16px;
  display: block;
  height: 20px;
  color: #999999;
  text-align: center;
  clear: both;
}

  #menu ul {
    text-align: center;
    list-style:none;
    border-top: 1px solid black;
    margin-top: 0px;
  	font-weight: bold;
  	width: 500px;
  	padding-top: 5px;
  	display: block;
  	margin: auto auto;
  }
  #menu ul li {
  	display: inline;
  	/* Ruimte tussen de menuitems*/
  	margin-right: 40px;
  }
  #menu ul li:hover {
   	display: inline;
  }
  #menu ul #current {
  	display: inline;
  }
  #menu ul a, #hoofdmenu ul a:visited {
  	text-decoration:none;
  	color: #999999;
  }

  
/* hier start de footer*/
div#footer {
  width:800px;
  height:20px;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}


/*Algemene classes*/
.center{
text-align: center;
}