/*
	CSS - DE BUTLER
*/

/*---------------------------
		LAYOUT STYLES
-----------------------------*/
* {
	padding: 0;
	margin: 0;
}/* alle elementen resetten naar margin/padding = 0 */

body {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	background-color: #0f0001;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#background {
	background: #0f0001 url(../images/body_bg.jpg) no-repeat top center;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	text-align: left;
	height: 628px;
}

.clear {
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

.hidden {
	display: none;
}

a {
	color: #F8A324;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

h1 { font-size: 14px; }


/*---------------------------
		HEADER STYLES
-----------------------------*/
#header {
	height: 130px;
	position: relative;
}

img#logo {
	position: absolute;
	top: 20px;
}

img#slogan {
	position: absolute;
	top: 60px;
	left: 400px
}

#flash {
	float: left;
}


/*---------------------------
	  NAVIGATION STYLES
-----------------------------*/
#nav {
	position: absolute;
	top: 121px;
	/*left: 339px;*/
	left: 362px;
	width: 563px;
	height: 51px;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	float: left;
	display: inline;
}

#nav ul li a {
	display: block;
	height: 51px;
}

#nav ul li a:hover {
	background-position: 0 -51px !important;
}

#nav ul li#home a {
	background: url(../images/nav/home.png) top left;
	width: 87px;
}

#nav ul li#cafetaria a {
	background: url(../images/nav/cafetaria.png) top left;
	width: 87px;
}

#nav ul li#eetcafe a {
	background: url(../images/nav/eetcafe.png) top left;
	width: 87px;
}

#nav ul li#zaal a {
	background: url(../images/nav/zaal.png) top left;
	width: 87px;
}

#nav ul li#catering a {
	background: url(../images/nav/catering.png) top left;
	width: 87px;
}

#nav ul li#contact a {
	background: url(../images/nav/contact.png) top left;
	width: 87px;
}

body.home #nav ul li#home a, body.cafetaria #nav ul li#cafetaria a, body.eetcafe #nav ul li#eetcafe a, body.zaal #nav ul li#zaal a, body.catering #nav ul li#catering a, body.contact #nav ul li#contact a {
	background-position: 0 -51px !important;
}
/*---------------------------
		CONTENT STYLES
-----------------------------*/
#content_home {
	margin-top: 28px;
}

#content {
	margin-top: 90px;
}

#breadcrumb {
	margin: 15px 0 5px 336px;
	font-size: 11px;
}

#text_home {
	float: right;
	width: 372px;
	margin: 46px 0 45px 0px;
}

#text_home p {
	margin: 10px 22px 15px 0px;
}

#text {
	margin: 20px 0 45px 0px;
}

#text p {
	margin: 10px 22px 15px 0px;
}

#text ul.list { list-style: disc; margin: 0 0 20px 20px; padding: 0; display: block; list-style-position: inside; }

#text img#title {
	margin-top: 25px;
}

#inner_image img {
	margin: 0 27px 0 0;
	float: left;
	display: block;
}


/*-----------------------
Gallery
----------------------*/
div.gallery { 
	width: 500px; 
	float: left;
}

div.gallery ul.gallery-list {
	list-style-type: none;
}

div.gallery ul li {
	display: inline;
	padding: 0 10px;
	float: left;
}

div.gallery ul li a img {
	border: 5px solid #be714e;
}

div.gallery ul li a:hover img {
	border: 5px solid #fbb054;
}

div.gallery-caption {
	text-align: center;
	margin-bottom: 15px;
}

div.gallery ul li div.gallery-caption a {
	border: 0;
	color: #fff;
	text-decoration: none;
}

div.gallery ul li div.gallery-caption a:hover {
	border: 0;
	color: #fff;
	text-decoration: underline;
}

div.caption {
	font: 0.8em "Verdana";
	color: #ffffff;
	text-align: left;
	display: block;
	clear: both;
	margin-bottom: 10px;
}


/*---------------------------
		FOOTER STYLES
-----------------------------*/
#footer {
	margin: 30px auto;
	width: 900px;
	font-size: 11px;
	color: #C0A897;
	text-align: left;
}

#footer_links {
	color: #56433D;
	float: left;
	padding-bottom:20px;
}


#footer_links a {
	color: #56433D;
}

#footer_links a:hover {
	color: #F8A324;
}

#footer_links p {
	margin-left: 10px;
}
#footer_links img#marlonmedia {
	margin-top: 5px;
}

#contact_detail, #address_details {
	float: right;
	margin-right: 48px;
}

#contact_detail ul li {
	list-style: none;
	padding: 0px 0 0 10px;
}
#map{
	position: absolute;
	left: 645px;
	color:#000;
}