﻿/*** RESET ***/
html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, 
a, del, dfn, em, font, img,
small, strong, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
img
{
    border: 0;
}
a {
	text-decoration: none;
	color: #574f4b;
}
a:hover {
	color: #676661;
}
body{
	font-family: arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #2c2521;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}

a:active { outline: 0; }

/*** END RESET ***/

/*** BASIC LAYOUT ***/

#sitecontainer 
{
	width: 100%;
}
#topcontainer 
{
	background: url("../images/topgradient.jpg") repeat-x;
	height: 232px;
	border-bottom: 3px solid #ffffff;
}
#contentcontainer 
{
	background-color: #4c413d;
	height: 209px;
}
#reservatiecontainer
{
	background-color: #38312d;
	height: 48px;
	width: 100%;
}
/*** BASIC ELEMENTS ***/

#top 
{
	margin: 0 auto;
	width: 600px;
}
#content 
{

	background: url("../images/art.png") no-repeat;
	margin: 0 auto;
	width: 777px;
	height: 161px;
}
#bottom 
{
	margin: 0 auto;
	width: 600px;
}

/*** TOP ***/

#keuze 
{
	float: left;
	margin: 110px 0 30px 40%;
}
#websites 
{
	float: left;
	width: 600px;
}
#logohotel
{
	float: left;
	height: 42px;
	width: 208px;
	margin-left: 60px;
	cursor: pointer;
}
#logovilla
{
	float: right;
	height: 42px;
	width: 192px;
	margin-right: 60px;
	cursor: pointer;
}

/*** CONTENT ***/

#fotohotel 
{
	float: left;
	background: url("../images/hotel.jpg") no-repeat;
	width: 270px;
	height: 161px;
	margin: 0 20px 0 114px;
}
#fotovilla 
{
	float: left;
	background: url("../images/villa.jpg") no-repeat;
	width: 270px;
	height: 161px;
}
#adres 
{
	color: #aa9c94;
	font-size: 0.75em;
	margin: 0 auto;
	width: 630px;
	padding: 12px 0 0 90px;
	
}
#reservatie 
{
	margin: 0 auto;
	color: #82817c;
	padding-top: 12px;
	width: 630px;
}

/*** BOTTOM ***/

#divider 
{
	background: url("../images/divider.png") no-repeat;
	height: 33px;
	width: 525px;
	margin:0 auto;
	margin-top: 10px;
}
#footer 
{
	color: #574f4b;
	font-size: 0.7em;
	margin: 0 auto;
	margin: -14px 0 0 -40px;
	text-align: center;
}
.clearfloats { clear:both; }