@charset "utf-8";
/* CSS Document */

/* Text & Links */

p{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.6em; /* = 16px */
color: #FFFFFF;
}

p.prijs{ margin: auto 100px auto auto; }
p.adres{ text-align: right; margin: 15px 20px 20px auto; }
p.menu{ margin: 0; font-size: 1.6em; /* = 16 px */ }

h{ font-family: Arial, Helvetica, sans-serif; color: #FF4500; }
h1{ font-size: 3.2em; /* = 32px */ }
h2{ font-size: 2.4em; /* = 24px */ }
h3{ font-size: 2em; /* = 20px */ margin: 2px auto 2px auto; }

a{
font-family: Arial, Helvetica, sans-serif;
color: #FF4500;
text-decoration: none;
}

table{
border: none;
width: 780px;
}

body{
background-image: url(../resources/mantra_background_wide.jpg);
background-position: top center;
background-repeat: no-repeat;
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 62.5%; /* = 10px */
color: #FFFFFF;
margin: 0;
padding: 0;
text-align: center;
}

div#menu{
height: 20px;
width:800px;
padding: 3px 10px 5px 10px;
color: #FFFFFF;
margin: 2px auto 5px auto;
font-size: 1.6em; /* = 16px */
text-align: center;
}

div#container{
width: 800px;
height: 100%;
margin: 0 auto 0 auto;
text-align: left;
}

div#text{
width: 760px;
height: 100%;
padding: 10px;
background-color: #333333; 
margin: auto;
}

div#image{
width: 760px;
height: 100%;
border: 0px;
margin: 5px auto 0 auto;
text-align: center;
}

div#menukaart{
width: auto;
height: auto;
font-size: 1.6em; /* = 16px */
margin: 0px auto 15px auto;
}

div#footer{
width: 100%;
height: 12px;
padding: 7px 0px 7px 0px;
margin: 10px 0 15px 0;
background-color: #333;
text-align: center;
}

img{
border: 0px;
}

.input{
background-color: #222;
border: 1px solid #fff;
color: white;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

.input:hover{
border: 1px solid #fff;
background-color: #000;
}