/* Basis style - restaurantkotaradja.nl
----------------------------------------------- */
*
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html
{
	height: 100%;
}

body 
{
	font-size: 12px;
	min-width: 950px;
	height: 100%;
	background-image: url(site/image/backgroundBody.gif);
}

/* Pagina opbouw */

#background
{
	min-height: 100%;
	height: auto !important;
  	height: 100%;
  	position: relative;
	background-image: url(site/image/containerMidBg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#containerHeader
{
	height: 160px;
	width: 100%;
	background-image:url(site/image/background.gif);
	background-repeat: repeat;
	border-bottom: 1px solid #ab4846;
}

#headerTop
{
	width: 100%;
	height: 40px;
	background-image:url(site/image/backgroundTop.gif);
	background-repeat: repeat;
}

#slogan
{
	float: right;
	left: 675px;
	width: 267px;
	height: 13px;
	background-image: url(site/image/slogan.png);
	background-repeat: no-repeat;
	margin: 13px;
}

#containerMenu
{
	margin: 0 auto;
	width: 940px;
	padding: 0px 5px;
	height: 120px;
}

	#logo
	{
		float: left;
		margin-top: 10px;
		background-image:url(site/image/logo.png);
		width: 52px;
		height: 98px;
		background-repeat: no-repeat;
	}
	
	#heading
	{
		float: left;
		width: 650px;
		height: 70px;
		background-image:url(site/image/headingBg.png);
		background-repeat: no-repeat;
	}
	
	#menu
	{
		float: left;
		width: 700px;
		height: 50px;
	}
	
		ul#nav
		{
			padding-left: 10px;
			list-style-type: none;
		}
	
		ul#nav li
		{
			float: left;
			width: 135px;
			height: 45px;
			margin-right: 2px;
		}
		
		ul#nav li a
		{
			text-decoration: none;
			display: block;
			line-height: 45px;
			height: 45px;
			color: Black;
			font-weight: bold;
			font-size: 14px;
			background-image:url(site/image/navBg.png);
			background-repeat: no-repeat;
		}

		ul#nav li img
		{
			visibility: hidden;
			display: none;
		}		

		ul#nav li a
		{
			text-decoration: none;
			display: block;
			line-height: 45px;
			color: #000;
			text-align: center;
		}
		
		ul#nav li a.active
		{
			text-decoration: none;
			display: block;
			line-height: 45px;
			color: #cc3327;
			text-align: center;
		}
		
		ul#nav li a:hover
		{
			color: #cc3327;
		}

#containerContent
{
	margin: 0 auto;
	width: 940px;
	margin-top: 20px;
	padding: 0px 5px;
	min-height: 100%;
  	height: auto !important;
  	height: 100%;
}

	#contentTop
	{
		position: relative;
		width: 670px;
		height: 25px;
		background-image: url(site/image/containerTopBg.png);
		background-repeat: no-repeat;
	}
	
	#content
	{
		width: 590px;
		min-height: 450px;
		background-image: url(site/image/contentBg.png);
		background-repeat: repeat-y;
		color: #FFF;
		text-align:justify;
		line-height: 20px;
		padding: 0px 60px 0px 20px;
	}	

	#content a
	{
		color: #FFF;
	}

	#content img
	{
		border: 0;
	}

	#contentBottom
	{
		position: relative;
		width: 770px;
		height: 105px;
		background-image: url(site/image/containerBottomBg.png);
		background-repeat: no-repeat;
		padding-bottom: 70px;
	}

	#slideshow
	{
		margin-top: 25px;
	}

	#slideshowItem
 	{
		float: left;
		width:180px;
		margin-right: 10px;
		padding:3px;
		background-image:url(site/image/backgroundTop.gif);
		background-repeat: repeat;
	}
	
	#chopStick
	{
		position: absolute;
		right: 112px;
		bottom: 175px;
		width: 70px;
		height: 592px;
		background-image: url(site/image/chopstickRight.png);
		background-repeat: no-repeat;
	}
	
	#flower
	{
		position: absolute;
		left: 675px;
		width: 262px;
		height: 564px;
		background-image: url(site/image/flower.png);
		background-repeat: no-repeat;
	}
	
	#textBlock1
	{
		position: absolute;
		margin-top: -20px;
		left: 679px;
		width: 200px;
		border-left: 1px solid #80251f;
		border-right: 1px solid #53211f;
	}
	
	#textBlock1Bg
	{
		padding-bottom: 12px;
		height: 100%;
		background-image: url(site/image/newsBottom.png);
		background-repeat: no-repeat;
		background-position: bottom;
	}
	
	#textBlock1 h1.openingstijden
	{
		color:#181515;
		font-size: 12px;
		background-image: url(site/image/newsBg.png);
		background-repeat: repeat;
		padding-top: 10px;
		height: 18px;
	}

	#textBlock1 #openingstijden
	{
		background-image: url(site/image/newsBg.png);
		background-repeat: repeat;
		padding: 5px 0px 5px 15px;
		color: White;
		font-weight: bold;
	}	

	#textBlock1 table
	{
		font-weight: bold;
		text-decoration: none;
		color:White;
	}
	
#containerFooter
{
	min-width: 950px;
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	background-image:url(site/image/background.gif);
	background-repeat: repeat;
	border-top: 1px solid #ab4846;
	border-bottom: 1px solid #161212;
}

	#containerFooter img
	{
		border: 0;
	}
	
	#containerFooter a
	{
		float: right;
		left: 675px;
		width: 267px;
		height: 13px;
		margin: 13px;
	}

/* Modules
----------------------------------------------- */

.moduleNewsShort
{
	float: left;
   	background-image: url(site/image/newsBg.png);
   	background-repeat: repeat;
   	width: 173px;
  	height: 127px;
	padding: 4px;
        border: 3px solid #2D2A2A;
}

.moduleNewsShort h1
{
  	padding-top:10px;
	font-weight: normal;
	color: #FFFFFF;
}

.newsTitleShort a
{
	font-weight: bold;
	text-decoration: none;
}

.newsContentShort
{
	height:0px;
	text-align: left;
}