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

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/background.jpg);
	font-family: Arial;
}

#container {
	width: 760px;
	height: 653px;
	position: relative;
	margin: 0px auto;
}

#header {
	width: 760px;
	height: 100px;
	position: absolute;
	margin: 0px auto;
}

h1 {
	width: 200px;
	height: 54px;
	position: absolute;
	margin: 23px 0px 0px 560px;
	text-indent: -9999px;
	background: url(../images/logo2.png) no-repeat; 
}

ul#navigation {
	width: 545px;
	height: 33px;
	position: absolute;
	margin-top: 67px;
	list-style-type: none;
	background: url(../images/nav_bg.jpg) no-repeat;
}

ul#navigation li {
	position: absolute;
	margin: 8px 20px;
	display: inline;
	float: left;
}

ul#navigation li.armiaen {
	width: 91px;
	height: 33px;
}

ul#navigation li.menukaart {
	width: 105px;
	height: 33px;
	margin-left: 107px;
}

ul#navigation li.lunch {
	width: 69px;
	height: 33px;
	margin-left: 215px;
}

ul#navigation li.jonggeweld {
	width: 126px;
	height: 33px;
	margin-left: 324px;
}

ul#navigation li.fotos {
	width: 37px;
	height: 33px;
	margin-left: 488px;
}

ul#navigation li a {
	position: absolute;
	outline: none;
	color: #FFF;
	font-size: 14px;
	letter-spacing: normal;
	text-decoration: none;
}

ul#navigation li a.armiaen, a.armiaen_active {
	width: 43px;
	height: 23px;
}

ul#navigation li a.kaart, a.kaart_active {
	width: 67px;
	height: 23px;
}

ul#navigation li a.lunchkaart, a.lunchkaart_active {
	width: 68px;
	height: 23px;
}

ul#navigation li a.geweld, a.geweld_active {
	width: 126px;
	height: 23px;
}

ul#navigation li a.foto, a.foto_active {
	width: 36px;
	height: 23px;
}

ul#navigation li a.armiaen, a.armiaen_active, a.kaart, a.kaart_active, a.lunchkaart, a.lunchkaart_active, a.geweld, a.geweld_active, a.foto, a.foto_active {
	top: -9px;
	left: -20px;
	padding: 10px 20px;
}

ul#navigation li a:hover {
	text-decoration: underline;
}

ul#navigation li a.armiaen_active {
	text-decoration: underline;
}

ul#navigation li a.kaart_active {
	text-decoration: underline;
}

ul#navigation li a.lunchkaart_active {
	text-decoration: underline;
}

ul#navigation li a.geweld_active {
	text-decoration: underline;
}

ul#navigation li a.foto_active {
	text-decoration: underline;
}

#content {
	width: 760px;
	height: 520px;
	position: absolute;
	margin: 100px auto;
	background: url(../images/content.png);
}

#bg {
	width: 740px;
	height: 265px;
	position: absolute;
	margin: 10px 10px;
	background: #CCC;
}

#slider {
	width: 730px;
	height: 255px;
	position: absolute;
	margin: 5px 5px;
	overflow: hidden;
}

#prevBtn, #nextBtn{ 
	width: 30px;
	height: 77px;
	position: absolute;
	text-indent: -9999px;
}	

#prevBtn {
	left: 5px;
	top: 108px;
}
	
#nextBtn{
	left: 705px;
	top: 108px;
}														

#prevBtn a, #nextBtn a{  
	display: block;
	width: 30px;
	height: 50px;
	outline: none;
}
#prevBtn a {
	background: url(../images/btn_prev.jpg) no-repeat;	
}	

#nextBtn a{ 
	background: url(../images/btn_next.jpg) no-repeat;	
}
		
#columns {
	width: 740px;
	height: 235px;
	position: absolute;
	margin: 285px 10px;
	background: url(../images/columns.png);
}

#columns p {
	font-size:12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

p.content_welkom, p.content_praktisch, p.content_openingsuren {
	width: 224px;
	height: 172px;
	position: absolute;
}

p.content_welkom {
	margin: 53px 0px 0px 10px;
}

p.content_praktisch {
	margin: 53px 0px 0px 256px;
}

p.content_openingsuren {
	margin: 53px 0px 0px 502px;
}

h2.welkom {
	width: 74px;
	height: 17px;
	position: absolute;
	margin: 15px 0px 0px 10px;
	text-indent: -9999px;
	background: url(../images/welkom.jpg) no-repeat;
}

h2.praktisch {
	width: 81px;
	height: 17px;
	position: absolute;
	margin: 15px 0px 0px 256px;
	text-indent: -9999px;
	background: url(../images/praktisch.jpg) no-repeat;
}

h2.openingsuren {
	width: 124px;
	height: 19px;
	position: absolute;
	margin: 15px 0px 0px 502px;
	text-indent: -9999px;
	background: url(../images/openingsuren.jpg) no-repeat;
}

#kaart {
	width: 740px;
	height: 321px;
	position: absolute;
	margin: 199px 10px;
	background: url(../images/kaart.png);
}

#fotobg {
	width: 740px;
	height: 512px;
	position: absolute;
	margin: 10px;
	background: url(../images/kaart2.png);
}

#kaart_header {
	width: 740px;
	height: 180px;
	position: absolute;
	margin: 10px;
	background: #ccc;
}

img.kaart_header {
	width: 730px;
	height: 170px;
	position: absolute;
	margin: 5px 5px;
}

ul#nav_kaart {
	width: 700px;
	height: 16px;
	position: absolute;
	margin: 6px 0px;
	list-style-type: none;
}

ul#nav_kaart li {
	display: inline;
	float: left;
	padding: 10px;
}

ul#nav_kaart li a {
	display: block;
	text-indent: -9999px;
	outline: none;
}

ul#nav_kaart li a.menu {
	width: 36px;
	background: url(../images/menu.jpg) no-repeat;
}

ul#nav_kaart li a.voorgerechten {
	width: 93px;
	background: url(../images/voorgerechten.jpg) no-repeat;
}

ul#nav_kaart li p.lunchkaart {
	width: 93px;
	background: url(../images/lunchkaart.jpg) no-repeat;
	text-indent: -9999px;
}

ul#nav_kaart li a.hoofdgerechten {
	width: 100px;
	background: url(../images/hoofdgerechten.jpg) no-repeat;
}

ul#nav_kaart li a.suggesties {
	width: 148px;
	background: url(../images/suggesties.jpg) no-repeat;
}

ul#nav_kaart li a.lunch {
	width: 38px;
	background: url(../images/lunch.jpg) no-repeat;
}

ul#nav_kaart li a.enomatic {
	width: 58px;
	background: url(../images/enomatic.jpg) no-repeat;
}

ul#nav_kaart li p.keukengeweld {
	width: 128px;
	margin-top: 2px;
	text-indent: -999px;
	background: url(../images/keukengeweld.jpg) no-repeat;
}

#content_kaart {
	width: 720px;
	height: 265px;
	position: absolute;
	margin: 56px 10px;
	overflow: hidden;
}

#content_geweld {
	width: 720px;
	height: 265px;
	position: absolute;
	margin: 56px 10px;
	overflow: hidden;
}

#content_menu, #content_voorgerechten, #content_hoofdgerechten, #content_suggesties, #content_lunch, #content_enomatic, p.content_kaart, #content_voor, #content_hoofd, p.content_geweld {
	width: 720px;
	height: 265px;
}

p.content_kaart, p.content_geweld {
	font-size: 12px;
	color: #333;
}

#footer {
	width: 760px;
	height: 33px;
	position: absolute;
	margin: 620px auto;
	background: url(../images/footer.jpg);
}

p.footer {
	color: #FFF;
	font-size: 11px;
	margin: 10px 0px 0px 20px;
}

a.admin {
	float: right;
	margin: 0px 20px;
	color: #FFF;
	outline: none;
	text-decoration: none;
}

a.admin a:hover {
	text-decoration: underline;
}

a.link {
	color: #9F1830;
	text-decoration: none;
}


