/* 
Website: Hotel Riche
Author: CYBOX internet & communicatie, Boxmeer, www.cybox.nl
*/

/* default
--------------------------------------------------------------------------------------*/

html {
	height: 100%;
}
body { 
	background-color: #F7EED6; 
	font-family: Arial; 
	font-size: 12px; 
	background-image: url('../images/back.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
a { 
	color: #000000; 
	text-decoration: underline  
}
a:hover {
	color: #B59212;
}
p {
	margin-bottom: 10px;
	line-height: 16px;
}

h1 { 
	font-size: 42px;
	color: #B59212;
	margin-bottom: 30px;
	font-family: Georgia, Arial;
	font-weight: normal;
}
h2 {
	font-size: 22px;
	color: #B59212;
	margin-bottom: 20px;
	font-family: Georgia, Arial;
	font-weight: normal;
}
h3 {
	font-size: 18px;
}

#container {
	width: 960px;
	margin: 0 auto;
	height: 100%;
}
.clear {
	clear: both;
}
ul { margin-left: 15px; margin-bottom: 10px; margin-top: 10px;  }
ul li { padding-left: 10px; list-style-type: disc; }

/* header + menu
--------------------------------------------------------------------------------------*/

#container #header {
	width: 960px;
	height: 280px; /* 220 */
	background-image: url('../images/top2011.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0px;
	margin-top: 0px;
}
#container #header a {
	display: block;
	width: 960px;
	height: 350px;
}

#container #menu {
	height: 37px;
	padding-top: 19px;
	width: 960px;
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
	text-align: center;	
	font-size: 14px;
}
#container #menu a {
	margin-right: 23px;
	text-decoration: none;
	color: #666; font-weight: bold;
}
#container #menu a:hover {
	color: #C19501;
}


/* content
--------------------------------------------------------------------------------------*/

#content {
	background-image: url('../images/Xcontent.jpg');
	background-repeat: no-repeat;
	
}
.tekst {
	width: 550px;
	padding-left: 30px;
	padding-top: 35px;
	line-height: 16pt;
	color: #333;
}
.slideshow {
	width: 310px;
	float: right;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #E1D7BC;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.slideshow #vergroting {
	text-align: center;
	margin-bottom: 10px;
}
.slideshow #vergroting img {
	width: 300px;
	height: 200px;
}
.slideshow .thumb {
	cursor: pointer;
}
.reserveer {
	background-color: #AA8707; padding: 10px; text-align: center;
}
.reserveer a { 
	color: #fff; 
	text-decoration: none; 
}
.reserveer a:hover { 
	color: #ccc; 
}
#homeattn {
	margin-top: 20px;
	margin-left: 20px;		 /*  20px */
	height: 100px;
}
#homeattn span {
	white-space: nowrap;
	padding-right: 40px; 	 /*  padding-left: 20px; */
	padding-bottom: 10px;
	width: 170px;			 /*  width: 210px; */
	float: left;
}
#homeattn span h2 {
	margin-bottom: 0;
	font-size: 22px;		 /*  font-size: 27px; */
}
#homeattn span h2 a {
	text-decoration: none;
}

/* contact */

input, textarea { font-family: Arial; font-size: 12px; margin: 2px; padding: 3px; }
.submit { background-color: #AA8707; padding: 5px; color: #fff; border: 1px solid #fff; }

/* footer
--------------------------------------------------------------------------------------*/

#footer {
	height: 36px;
	color: #666;
	padding-top: 20px;
	width: 960px;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	text-align: center;	
	font-size: 13px;
	padding-bottom: 20px;
}
#footer a {
	text-decoration: none;
	color: #666;
}
#footer a:hover {
	text-decoration: underline;
	color: #000;
}
