/*  CSS voor Hotel-living site
 *
 *  Fraaie CSS voor de kundige browsers (CSS1 + 2)
 *  
 *  Plaats: /root/styles/hotelliving_nice.css
 *  
 */

/*  ALGEMEEN
 *
 */
html, body, div, p, a, img, ul, li, address, label, table {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
}

body {
	padding-left: 27%;
	font: 11px/17px Verdana, Geneva, Arial, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
}

h1, h2 {
	margin: 1em 0 0 0;
	color: #003366;
}

h1 {
	font: 20px/25px Verdana, Geneva, Arial, sans-serif;
}

h2 {
	font: bold 13px/17px Verdana, Geneva, Arial, sans-serif;
}

address {
	font-style: normal;
}

a, a:link {
	color: #003366;
}

a:visited {
	color: #333333;
}

a:hover, a:active {
	color: #0066CC;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th, td {
	padding: 3px 20px 2px 20px;
	border-bottom: 1px solid #FFFFFF;
	vertical-align: top;
	text-align: left;
}

td.laatste {
	border-bottom-width: 0;
}

th {
	color: #003366;
}

td {
	color: #000000;
}




/*  LAYOUT ELEMENTEN
 *
 *  footerStickAlt met dank aan The Man in Blue
 *  http://www.themaninblue.com/writing/perspective/2005/08/29/
 *  
 *  fixed positioneren met dank aan Eric B. Bednarz
 *  http://www.themaninblue.com/writing/perspective/2005/08/29/
 *
 */
div#sidebar {
	overflow: auto;
	height: 100%;
	width: 27%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/page_bg.gif) top right repeat-y;
}

@media screen {
	body>div#sidebar {
		position: fixed;
		overflow: hidden;
	}
}

div#scrollwrapper {
	height: 100%;
}

div#logo {
	padding-top: 20px;
	
	width: 200px;
	height: 90px;

	display: block;
	float: right;
	
	background: #FFFFFF url(../images/logo_bg.gif) top right no-repeat;
}

div#main {
	width: 560px;
	min-height: 100%;
	position: relative;
	background:  url(../images/page_bg_line.gif) bottom right no-repeat;
}

div#content {
	padding: 15px 30px 100px 30px;
	}

div#content p {
	margin-bottom: 5px;
}



/*  TOPBAR MET IMPRESSIES & TAALSWITCH
 *
 */
div#topbar {
	padding-top: 20px;
	width: 560px;
	height: 90px;
	background-color: #FFFFFF;

}

div#newway {
	padding-top: 67px;
	color: #FFFFFF;	
}

#home #newway, #indeling #newway, #route #newway, #disclaimer #newway { 
	background: #883333 url(../images/topbar_bg_1.jpg) top right no-repeat;
}

#over #newway, #reserveren #newway, #omgeving #newway { 
	background: #883333 url(../images/topbar_bg_2.jpg) top right no-repeat;
}

div#newway p {
	padding-left: 18px;
	height: 23px;
	font-weight: bold;
	position: relative;
}

div#newway p img {
	border: 1px solid #FFFFFF;
	vertical-align: middle;
}

div#newway p span {
	position: absolute;
	right: 30px;
}

div#newway a, div#newway a:link, div#newway a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div#newway a:hover, div#newway a:active {
	color: #FFDD00;
	text-decoration: none;
}



/*  MENU EN SIDEBAR MET PORTRETTEN
 *
 */
div#menu {
	float: right;
	width: 200px;
}

div#menu h2 {
	position: absolute;
	left: 0px;
	top: -2000px;
}

div#menu ul {
	padding-right: 4px;
	display: block;
	color: #FFFFFF;
}

div#menu ul li {
	padding-bottom: 2px;
	width: 196px;
	display: block;
	background: url(../images/menuitem_bg.gif) bottom right no-repeat;
	list-style: none outside;
	text-align: left;
}

div#menu ul li a,
div#menu ul li a:link,
div#menu ul li a:visited {
	padding: 4px 0 5px 20px;
	width: 176px;
	display: block;
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

div#menu ul li span,
div#menu ul li a:hover,
div#menu ul li a:active {
	padding: 4px 0 5px 20px;
	width: 176px;
	display: block;
	background-color: #CCAA00;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}



/*  FOOTER MET LINKS
 *
 */
div#voetregel {
	margin-top: -75px;
	position: relative;
	width: 560px;
}

div#voetregel div {
	margin: 0 4px 0 0;
	padding: 10px 30px 0 30px;
	height: 65px;
	background-color: #883333;
	color: #FFFFFF;
	line-height: 1.4;
}

div#voetregel a, div#voetregel a:link, div#voetregel a:visited {
	color: #CCAA00;
}

div#voetregel a:hover, div#voetregel a:active {
	color: #FFDD00;
}



/*  WISSELENDE STOCK LINKSONDER
 *
 */
div#stock {
	height: 100%;
}

body#home div#stock, body#disclaimer div#stock {
	background: url(../images/sidebar_stock_1.jpg) bottom right no-repeat;
}

body#over div#stock {
	background: url(../images/sidebar_stock_2.jpg) bottom right no-repeat;
}

body#indeling div#stock {
	background: url(../images/sidebar_stock_3.jpg) bottom right no-repeat;
}

body#reserveren div#stock {
	background: url(../images/sidebar_stock_4.jpg) bottom right no-repeat;
}

body#route div#stock {
	background: url(../images/sidebar_stock_5.jpg) bottom right no-repeat;
}

body#omgeving div#stock {
	background: url(../images/sidebar_stock_6.jpg) bottom right no-repeat;
}



/*  HOMEPAGE: LEAD & AFBEELDINGEN
 *
 */
.impressie {
	margin: 15px 0 0 0;
	border: 1px solid #CCAA00;
	padding: 4px;
	background: url(../images/impressie_bg.jpg) top right no-repeat;
}

ul.plussen {
	margin-bottom: 20px;
	padding-bottom: 2px;
	font: bold 13px/17px Verdana, Geneva, Arial, sans-serif;
	background: url(../images/plussen_bg.gif);
	color: #003366;
}

ul.plussen li {
	margin: 2px 0 0 0;
	padding: 5px 15px 6px 15px;
	background-color: #FFFFFF;
	list-style: none outside;
}



/*  RESERVERINGSFORMULIER
 *
 */
#reserveren fieldset, #reserveren legend  {
	margin: 0;
	border: 0;
	padding: 0;
	}

#reserveren legend {
	padding-top: 1em;
	color: #003366;
	font: bold 13px/17px Verdana, Geneva, Arial, sans-serif;
}	

body#reserveren form div {
	padding: 3px 20px 4px 20px;
	border-bottom: 1px solid #CCAA00;
}

body#reserveren form div.broodtekst {
	padding: 0 0 10px 0;
}

body#reserveren form div.verzenden {
	padding: 20px 0 10px 20px;
	border-bottom-width: 0;
}

label {
	width: 45%;
	display: block;
	float: left;
}

strong.verplicht {
	color: #CC0000;
}


/*  OMGEVING
 *
 */
body#omgeving div#content {
	padding-bottom: 100px;
}

ul.linklijst {
	border-top: 1px solid #CCAA00;
}

ul.linklijst li {
	border-bottom: 1px solid #CCAA00;
	display: block;
	list-style: none outside;
}

ul.linklijst a, ul.linklijst a:link, ul.linklijst a:visited {
	padding: 4px 20px 5px 20px;
	height: 16px;
	display: block;
	background: transparent url(../images/omgeving_links_bg_off.gif) 0 50% no-repeat;
	color: #003366;
	text-decoration: none;
}

ul.linklijst a:hover, ul.linklijst a:active {
	padding: 4px 20px 5px 20px;
	height: 16px;
	display: block;
	background: transparent url(../images/omgeving_links_bg_on.gif) 0 50% no-repeat;
	color: #000000;
	text-decoration: none;
}
