/* COLORS */

a:hover {
	color: #799140;
}

a:active {
	color: #799140;
}

h1{
	color: #799140;
}

h2{
	color: #799140;
}

#content{
	background: url('/frontend/images/back_green.jpg') repeat-y;
}

#top_navigation{
	background: url('/frontend/images/back_top_green.gif') repeat-x 0 28px;
}

.leftMenuLinkSelected, .highlightcolor{
	color: #799140;
}

/* BROWN BACKGROUND */

html, body{
	background:	url('/frontend/images/background_brown.jpg') center repeat;
	background-attachment: fixed;
}

#frame_top{
}

#frame_bottom{
	background: url('/frontend/images/frame_brown_bottom.png') no-repeat;
}

#container{
	background: url('/frontend/images/frame_brown_repeat.png') repeat-y;
}

/* BUITEN SPECIFIC */

/* Agenda */
.day {
	width:			    500px;
	font-family:    Trebuchet MS, Arial, Verdana, sans-serif;
	font-size:		  15px;
	font-weight:    bold;
	border-bottom:	1px dotted #799140;
	border-left:	  1px dotted #799140;
	color:			    #799140;
	margin:			    40px 0px 10px 0px;
}

.band_gray {
	width:			    540px;
	height:         100px;
	background:		  url('/frontend/images/bands_achter_gray.jpg') no-repeat;
}

.band_blue {
	width:			    540px;
	height:         100px;
	background:		  url('/frontend/images/bands_achter_blue.jpg') no-repeat;
}

.description {
	font-size:	  	12px;
	font-style:		  italic;
	line-height:    150%;
}

.band_photo_container {
	float:           left;
	margin-right:    10px;
	width:			     100px;
	height:          100px;
}

a.band_header {
	font-family:	   Trebuchet MS, Arial, Verdana, sans-serif;
	font-size:		   15px;
	font-weight:	   bold;
	text-decoration: none;
	color:			     #d83036;
	border-bottom:	 1px dotted gray;
}

a.band_header:hover {
	color:			     #d83036;
	border-bottom:	 1px solid #d83036;			
}

table.price{
	width: 600px;
	padding: 0;
	margin: 0px 5px;
}

table.price td{
	text-align: left;
	vertical-align: top;
}

table.price tr.head td{
	color: #799140;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid gray;
	white-space: nowrap;
}

table.price tr.list td{
	border-top: 1px dotted gray;
}

span.price {
	font-weight: bold;
	font-style: italic;
	color: #665;
}

div.reserveer {
	background: url('/frontend/images/reserveer.png') 0px -16px;
	width: 110px;
	height: 16px;
	float: right;
	border: 0;
}

div.reserveer:hover {
	background: url('/frontend/images/reserveer.png') 0px 0px;
}

div.koop {
	background: url('/frontend/images/koop.png') 0px -16px;
	width: 110px;
	height: 16px;
	float: right;
	border: 0;
}

div.koop:hover {
	background: url('/frontend/images/koop.png') 0px 0px;
}

div.soldout {
	background: url('/frontend/images/soldout.png') 0px 0px;
	width: 117px;
	height: 21px;
	float: right;
	border: 0;
}

div.buitenAgenda{
	position: absolute;
	left: 50%;
	top: 470px;
	margin: 0 0 0 160px;
	background: url('/frontend/images/agenda_back.png') 0px 0px;
	width: 230px;
	height: 280px;
	padding: 70px 0 0 60px;
}

div.buitenAgenda div.date{
	width: 50px;
	margin: 0 0 15px 0;
	float: left;
}

div.buitenAgenda div.title{
	width: 170px;
	margin: 0 0 15px 0;
	font-weight: bold;	
	float: left;
}

#siteMap_footer, #siteMap_footer_open{
	background-color: #f0d7ba;
	border: 1px solid #a78e70;
	border-bottom: 0;
}
