/**
 * algemeen
 */
html, body 
{
	margin:0;
	padding:0;
}

body {
	background:#660033 url("../img/site_bg.jpg") repeat-x;
	color:#ffffff;
	font-family: Verdana, Sans-Serif;
	font-size:0.7em;
}

#siteWrapper {
	background:url("../img/content_bg.jpg") no-repeat;
	width:880px;
	margin:0 auto;
	height:735px;
}

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

a:hover {
	text-decoration:underline;
}
/**
 * header
 */

#header {
	position: relative;
	height: 160px;
	width:880px;
	float:left;
	top:5px;
	padding:5px 20px 0px 40px;
}

h1 {
	display: block;
	width: 800px;
	height: 160px;
	position: absolute;
	left: 35px;
	top: 10px;
	overflow: hidden;
}
		
h1 a {
	display: block;
	width: 800px;
	height: 160px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../img/header.jpg) no-repeat top left;
}

/**
 * taalkeuze
 */
#taalkeuze
{
    float:      right;
    margin:     50px 30px 0px 0px;
    padding:    0px;
}
#taalkeuze ul li
{
    float:          left;
    padding-left:   5px;
    list-style:     none;
}

/**
 * Menu
 */

#menubar {
 	float:left;
 	overflow: hidden;
	padding:40px 20px 20px 40px;
	width:280px;
	margin-top:75px;
}

#menubar ul {
  margin: 0 0 0 40px;
  line-height: 30px;
}
	
#menubar ul li {
  	display:block;
	list-style:none;
	border-bottom:1px solid #761A48;
	width:187px;
}

#menubar ul li a {
	margin-left:30px;
  	font-size: 12px;
 	text-decoration: none;
 	color: #fff;
	text-transform:uppercase;
}
		
#menubar ul li:hover {
	background-color:#300;
}

/**
 * content
 */
#content {
	float: left;
	width: 470px;
	padding:5px 0px 0px 20px;
	line-height:    1.5em;
	margin-top:75px;
	font-family: Arial, Helvetica, sans-serif;
}

#content p{
	font-weight:bold;
	margin:15px 0px 15px 0px;
}

img.picture {
	float:      left;
	margin:     20px 15px 5px 0px;
    border:     4px solid #e9b51b;
}

#content h2{
	margin-top:25px;
	color:#E9B51B;
}

#content h3{
	color:#E9B51B;
	margin-bottom:0px;
}

h3.bedh3{
	margin-top:15px;
}

img.bed{
	float:      left;
	margin:     0px 15px 0px 0px;
    border:     4px solid #e9b51b;
}

img.foto{
	float:      left;
	margin:     0px 15px 10px 0px;
    border:     4px solid #e9b51b;
}
/**
 * prijzen tabel
 */
#prijzen{
	width:225px;
	border-top: thin dashed #fff;
	border-bottom: thin dashed #fff;
	margin-left:25%;
	margin-top: 10px;
}

#prijzen td, th{
	padding: 5px 10px;
	text-align:center;
}

p.prijs{
	padding-left: 20px;
	padding-right:20px;
	line-height:18px;
}

/**
 * footer
 */
#footer {
	position: relative;
	margin-left: 250px;
  	bottom: 15px;
	padding-top:    40px;
	padding-right:  25px;
	font-size:      0.9em;
	color:          #973D6A;
	clear:          both;
    padding-bottom:  10px;
}
#footer ul li{
	display:inline;
}
#footer a {
	color:#973D6A;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}