/*	Default stylesheet			*/
/*	Author:		Ludo Brink		*/
	
body {
	background-color: #8A2010;
	font-family: "Times New Roman";
}
a {

}
a:hover {
	
}
img {
	border: none;
}
h1 {
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	padding: 2px 20px 8px 1px;
}
h2 {
	font-size:16px;
	font-weight:bold;
	padding: 2px 0 2px 1px;
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
h6 {
	
}
p {
	
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style:italic;
}
input,
select,
textarea {

}
ul {
}
ul li {
}

/* repeated styles */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* IE */
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
/* end repeated styles */

/* start layout */
.wrapper {
	width: 900px;
	min-height: 558px;
	margin: auto;
	/*border:solid 2px #F7DFBD;*/
	background: url(../images/bg_body.jpg) no-repeat center top;
	color: #F7DFBD;
}
.leftside {
	width: 171px;
	float: left;
	overflow: hidden;
}
.leftside .logo {
	width: 171px;
	height: 128px;
	text-align:center;
	padding: 13px 0 10px 0;
}
.leftside .menu {
	background: url(../images/bg_logo_bottom.jpg) no-repeat left 1px;
	position: relative;
	padding: 2px 0 16px 0;
}
.leftside .menu ul {
	width: 133px;
	padding: 28px 0 0 21px;
	position: relative;
	list-style-type:none;
}
.leftside .menu ul li {
	background: url(../images/bg_menu_item.gif) no-repeat center bottom;
	float: left;
	width: 100%;
}
.leftside .menu ul li a {
	display: block;
	text-align:center;
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #FBE7CB;
	text-decoration:none;
	padding: 6px 2px;
}
.leftside .menu ul li a:hover,
.leftside .menu ul li a.active {
	text-decoration: underline;
}
.leftside .newsletter {
	background: url(../images/bg_newsletter.png) no-repeat left top;
	margin: 0 0 0 5px;
	padding: 12px 12px 70px 12px;
}
.leftside .newsletter p {
	color: #534741;
	font-size: 12px;
	line-height: 108%;
	padding: 0 2px 4px 4px;
}
.leftside .newsletter input.mail {
	border: solid 1px #785134;
	background-color:#ECCCA0;
	width:133px;
	margin: 4px 0 2px 0;
	padding: 0;
}
.leftside .newsletter a.inschrijven {
	width: 89px;
	height: 19px;
	display: block;
	border: none;
	padding: 7px 0 5px 55px;
	cursor: pointer;
}

/* Rightside */
.rightside {
	float: left;
	width: 485px;
	background: url(../images/bg_line_vertical.png) repeat-y left top;
}
.rightside .top {
	width: 485px;
	height: 151px;
	position:relative;
}
.rightside .top .topimage {
	position:absolute;
	z-index:1;
}
.rightside .top .overlay_top {
	position: absolute;
	z-index: 2;
}

/* Promo */
.promo {
	float: left;
	width: 243px;
	margin-left: -5px;
	overflow: hidden;
}
.promo .promo_content{
	background: url(../images/bg_promo.png) repeat-y;
	position:relative;
	min-height: 400px;
	padding: 40px 0 20px 20px;
}
.promo .promo_bottom {
	background: url(../images/bg_promo_bottom.png) no-repeat;
	position:relative;
	height: 4px;
}
.broodje {
	margin: 3px 0 15px 0;
}
.broodje img {
	border: solid 4px #FBE7CB;
	margin: 4px 0px 7px 0;
	width: 200px;
	height: 110px;
}
.broodje p {
	padding: 2px 67px 6px 1px;
	color: #F7DFBD;
	font-size:12px;
	font-weight:normal;
	line-height:120%;
}
.broodje span.price {
	display: block;
	padding: 3px 82px 0 0;
	font-weight:bold;
	text-align:right;
	color: #F7DFBD;
}
.weekmenu {
	margin: 3px 0 15px 0;
}
.weekmenu h1 {
	
}
.weekmenu img {
	border: solid 4px #FBE7CB;
	margin: 4px 0px 7px 0;
	width: 200px;
	height: 110px;
}
.weekmenu p {
	padding: 2px 67px 6px 1px;
	color: #F7DFBD;
	font-size:12px;
	font-weight:normal;
	line-height:120%;
}
.weekmenu span.price {
	display: block;
	padding: 3px 82px 0 0;
	font-weight:bold;
	text-align:right;
	color: #F7DFBD;
}

/* Main content */
.content {
	width: 450px;
	font-size: 12px;
	color: #F7DFBD;
	padding: 15px 0 15px 25px;
	line-height:120%;
	overflow:hidden;
}
.content .first-col {
	width: 195px;
	float: left;
}
.content .second-col {
	width: 236px;
	float: left;
	padding: 0 0 0 14px;
}

/* Teksten */
.display {
	margin: 0 0 14px 0;
}
.display img {
	border: solid 4px #FBE7CB;
	margin: 4px 0px 12px 0;
}
.display p {
	padding: 2px 22px 12px 1px;
}
.display a {
	color: #F7DFBD;
	text-decoration:underline;
}

/* Agenda */
.teaser-agenda {
	margin: 0 0 6px 0;
	padding: 3px 0 10px 0;
	border-bottom: solid 1px #F7DFBD;
}
.teaser-agenda span.date {
	display: block;
	font-weight: bold;
	text-decoration:none;
}
.teaser-agenda h2 {
	font-weight: normal;
	font-size: 12px;
}

.footerimg {
	background: url(../images/bg_footer.png) no-repeat left bottom;
	width: 515px;
	height:61px;
	position: relative;
	margin-left: 171px;
}

form.form {
	position: relative;
}
form.form div.row {
	position:relative;
	padding: 2px 0 3px 0;
}
form.form div.row div.label {
	float: left;
	width: 140px;
}
form.form div.row div input,
form.form div.row div textarea {
	background-color: #EDB978;
	border:solid 1px #990000;
	width: 220px;
	font-family: "Times New Roman";
}
form.form div.row div textarea {
	height: 100px;
	overflow:auto;
	font-family: "Times New Roman";
}
form.form div.row hr {
	height: 1px;
}
form.form div.row .submit a {
	display: block;
	width: 80px;
	border: solid 1px #660000;
	background-color: #EDB978;
	text-align:center;
	color:#600;
	padding: 2px 5px;
	text-decoration:none;
	margin: 0 0 5px 0;
}
form.form div.row .submit a:hover {
	background-color: #A72B19;
	color: #EDB978;
}

/* Zalen */
div.zaal {
	float: left;
	width: 200px;
	padding: 0 15px 15px 0;
}
div.zaal div.enlarge {
	font-style:italic;
	padding: 3px 0 4px 0;
}
div.zaal a {
	border:none;
	display: block;
	width:200px;
	height: 133px;
	border:4px solid #FBE7CB;
}
div.zaal a img {
	width:200px;
	height: 133px;
}






