/* CSS Document */

/* basis DIVS die er voor zorgen dat alles gecentreerd is, NO TOUCHING */
html, body {
	font-family: myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	height: 100%;
	padding: 0;
	margin: 0px;
	background-color:#FFFFFF;
}
#container {
	position: relative;
	_top: -50%;
	margin: 0 auto;
	width: 1000px;
	height: 600px;
	text-align: left;
}

#first_align {
	height: 100%;  
	width: 100%;
	position: relative; 
}

#first_align[id] {
	display: table; 
	position: static;
}

#second_align {
	position: absolute;  
	top: 50%;
	text-align: center;
}

#second_align[id] {
	display: table-cell; 
	vertical-align: middle;
	position: static;
}

/* Algemene opmaak, geldig op alle pagina's */
#achtergrond {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 600px;
	background-image: url(images/achtergrond.png);
	background-repeat: no-repeat;
}

img {
	border: none;
}


/* INTRO PAGINA */
.intro {
	position: absolute;
	width: 1000px;
	height: 298px;
}
#restaurantIntro {
	left: 0px;
	top: 0px;
	opacity: 0.7;
	filter: Alpha(Opacity=70);
}

#hotelIntro {
	left: 0px;
	top: 302px;
	opacity: 0.7;
	filter: Alpha(Opacity=70);
}

.menuImg {
	padding: 0px;
	cursor: pointer;
}

line {
	clear: both;
	height: 20px;
}

input.naam {
	font-family: myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	width: 240px;
	height: 15px;
}

input.mail {
	vertical-align: middle;
	font-family: myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	width: 200px;
	height: 15px;
}

input.button {
	font-family: myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width:60px; 
	height:20px; 
	border:1px solid #000000;
	cursor: pointer;
}

textarea.vraag {
	font-family: myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	width: 275px;
	height: 70px;
}

a {
	font-family: myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 12px;
}	