/***********
**Algemeen**
************/

body
{
	background-color: #23160D;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial;
	color: #FFF;
}

img
{
	border: 0;
}

a
{
	outline: none;
}

p
{
	margin: 0;
	padding: 0;
}

/***********
***Opmaak***
************/

#container
{
	width: 876px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	min-height: 400px;
	padding-left: 28px;
}

#menu
{
	padding-top: 48px;
}

#menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li
{
	display: inline;
	margin-right: 13px;
}

#content
{
	margin-top: 195px;
}

	#contentleft
	{
		float: left;
		width: 603px;
		background-image: url(../images/content-bg.jpg);
		background-repeat: no-repeat;
		background-position: bottom left;
	}
		
		#innercontent
		{
			width: 557px;
			min-height: 322px;
			height: auto	!important;
			height: 322px;
			padding-left: 23px;
			padding-top:34px;
			padding-right: 23px;
			padding-bottom: 34px;
			text-align: justify;
			line-height: 21px;
		}
	
	#contentright
	{
		float: left;
		margin-left: 9px;
		height: 425px;
		width: 211px;	
	}
	
	#slideshow
	{
		height: 374px;
	}
	
		.slideshow {
			display: block;
			position: relative;
			z-index: 0;
		}
		.slideshow-images {
			display: block;
			overflow: hidden;
			position: relative;
		}		
		.slideshow-images img {
			display: block;
			position: absolute;
			z-index: 1;
		}		
		.slideshow-thumbnails {
			overflow: hidden;
		}
	
#footer
{
	width: 823px;
	float: left;
	margin-top: 4px;
}

	#footerleft
	{
		float: left;
		margin-left: 23px;
	}
	
	#footerright
	{
		float: right;
	}
	
/***************
***Kroegenweb***
****************/

/**Menukaart**/

td.menuKaarten
{
	text-align: center;
}

td.menuKaarten a
{
	font-size:18px;
	color: #FFF;
	height: 16px;
	font-family: Times New Roman;
}

td.menuFotoTD
{
	text-align: center;
}

td.menuPrijs
{
	text-align: right;
	vertical-align:top;
}

td.menuKop
{
	font-weight: Bold;
	font-size:18px;
	font-family: Times New Roman;
}

td.menuSubkop
{
	font-style: italic;
	font-size:16px;
	font-family: Times New Roman;
}

/**Openingstijden**/

table.openingstijden_tabel
{
	width:200px;
}

/* Opmaak terug link */

a.terug:link, a.terug:visited, a.terug:active {
	font-size: 14px;
	color: #fff;
}

a.terug:hover {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}