/**                  
 * screen.css
 *
 * @package reeenlust.nl
 * @author  a.j. de vries
 *
 * Copyright (c) Malibomba                               
 * IT IS NOT ALLOWED TO USE OR MODIFY ANYTHING OF 
 * THIS CODE, WITHOUT THE PERMISION OF THE AUTHOR.                       
 * Info? Mail to info@malibomba.com                             
 */
/*<![CDATA[*/


:root { overflow-y:scroll; } /* FIREFOX SPECIFIC */
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
	background: #984535;
	scrollbar-face-color:#EFDFBD;
	scrollbar-arrow-color:#984535;
	scrollbar-highlight-color:#984535;
	scrollbar-shadow-color:#984535;
}

img { border:0; }
form { display:inline; }
label { font-weight:bold; }
body, textarea, input, table, td {
	 font-size : 13px;
	 color : #000;
	line-height: 18px;
	 font-family : Geneva, Arial, Helvetica, sans-serif;
}

a, a:visited {
	color:#984535;
	font-weight: bold;
	text-decoration:none;
}
a:focus { outline: none; }
a:hover { text-decoration:underline; }

a.white, a.white:visited 	{ color: #fff; }
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	color:#000;
}

h1 { 
	border-bottom: 1px solid #984535;
	width: 100%;
	font-family:  "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 15pt;
	font-family : Arial, Helvetica, sans-serif;
    color : #ffffff;
	font-weight : bolder;
	margin : 0 20 0px;
}

h2 { font-size:14pt; text-align: center;}
h3 { font-size:17pt; text-align: center; line-height: 1.4em;}
h4 { font-size:14pt; display: inline;  border-bottom: 1px solid #fff; color: #fff; line-height: 25px;}
h5 { font-size:16pt; display: inline;  padding: 10px; color: #fff;}
h6 { font-size:8pt; }

p { margin:15px 0; }
/**
 * GENERAL CLASSES:
 * Definition of the used classes.
 ------------------------------------------------*/
.clear {
	clear:both;
	visibility:hidden;
	height:10px !important;
}
a.b, a.b:visited { font-weight:bold; }
a.u, a.u:visited { text-decoration:underline; }


.white	{ color: #fff; }
.img-shadow {
	float:left;
	background: url(/pics/shadowalpha.png) no-repeat bottom right;
	margin: 5px 0 0 5px !important;
	margin: 5px 3px 0 5px;
	z-index: 1;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #EFDFBD;
	border: 3px solid #984535;
	margin: -6px 6px 6px -6px;
	padding: 4px;
	z-index: 1;
	cursor: url(/pics/magnify.cur), pointer; 
	/*cursor: url(/pics/zoomin.cur);*/
}

hr.clear {
	clear:both;
	visibility:hidden;
}

.midden	{
	margin-left: 25%;
}

.titleblock	{
 	width:100%; 
 	background: #984535;
 	padding: 2px;
 	margin: 2px;
 	border: 1px solid #fff;
	}

.bullet {
	background: url(/pics/pin.png) no-repeat top 0px;
	height: 41px;
	list-style: none;
	padding-left: 50px;
	color: #fff; 
	font-weight : bold; 
	font-size:130%;
	line-height: 30px;
}

/**
 * NAVIGATION CLASSES:
 ------------------------------------------------*/
.menu{
	list-style-type: none;
	margin: 120px 0 0 0;
	padding: 0;
	width: 220px; /* width of menu (don't forget to add border with below!) */
}

.menu li{
	border-bottom: 1px solid #984535; /* Gray border beneath each menu item */
}

.menu li a{
	background: white url(/pics/bg_menu.jpg) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
	filter:		alpha(opacity=80);
	opacity: 	0.8;
	-moz-opacity:	0.8;

	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
	display: block;
	color: #000;
	width: auto;
	border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
	padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
}

.menu li a:visited, .menu li a:active{
	color: #000;
}

.menu li a:hover{
	background-position: -220px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: #000;
	text-decoration: none;
}

.menu li.lastitem, .menu li.lastitem a{
	border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.menu li.lastitem a{
	padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}


* html .menu li a{ /* Menu link width value for IE */
	width: 100%;
}


/**
 * LAYOUT CONTAINERS:
 * Definition of the used layout containers.
 ------------------------------------------------*/


#framecontentLeft, #framecontentTop{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 220px; /*Width of left frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: ;
	background: #984535 url(/pics/bg_left.jpg) no-repeat left top;
	color: white;
}

#framecontentTop{ 
	left: 220px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 0;
	width: auto;
	height: 120px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background: #984535 url(/pics/bg_top_txt.jpg) no-repeat left top;
	color: white;
}

#maincontent{
	position: fixed; 
	left: 220px; 
	top: 120px;
	right: 0;
	bottom: 0;
	width: 650px; 
	overflow: auto;
	background-color: #EFDFBD;
	background-image:	url(/pics/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: 220px 120px;
	background-attachment: fixed;
}


.innertube{
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
	padding: 120px 0 0 220px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
	height: 100%; 
	width: 675px; 
	
}

* html #framecontentTop{ /*IE6 hack*/
	width: 100%;
}

/**
 * GOOGLE MAPS
 ------------------------------------------------*/
#map {
	width:600px; 
	height:300px;
	text-align:right;
	border:1px solid #984535;
}

#directions {
	width:600px;
	height:auto;
}
/* clearbox.css a ClearBox scripthez :: http://www.kreatura.hu/pyro/clearbox */

#CB_ShowTh, #CB_Thumbs2, #CB_Thumbs, .CB_RoundPixBugFix, #CB_Padding, #CB_ImgContainer, #CB_PrevNext, #CB_ContentHide, #CB_LoadingImage, #CB_Text, #CB_Window, #CB_Image, #CB_TopLeft, #CB_Top, #CB_TopRight, #CB_Left, #CB_Content, #CB_Right, #CB_BtmLeft, #CB_Btm, #CB_BtmRight, #CB_Prev, #CB_Next, #CB_Prev:hover, #CB_Next:hover, #CB_CloseWindow, #CB_SlideShowS, #CB_SlideShowP, #CB_SlideShowBar, #CB_Email {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0px;
}

#CB_ImgHide {
	position: absolute;
	visibility: hidden;
	z-index: 1098;
	left: 0px;
}

#CB_ShowTh {
	width: 100%;
	height: 15%;
	visibility: hidden;
	position: absolute;
	z-index: 1097;
	bottom: 0px;
	left: 0px;
}

#CB_Thumbs {
	display: none;
	height: 60px;
	padding-top: 10px;
	background-color: #fff;
	position: absolute;
	z-index: 1100;
	overflow: hidden;
	bottom: 10px;
	left: 0px;
}

#CB_Thumbs2 {
	margin: auto 0;
	height: 50px;
	position: absolute;
}

.CB_ThumbsImg {
	position: absolute;
}

.CB_RoundPixBugFix {
	display: block;
	visibility: hidden;
	font-family: arial;
	font-size: 1pt;
}

#CB_ImgContainer {
	position: relative;
	width: 100%;
}

#CB_PrevNext {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1002;
}

#CB_ContentHide {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
}

#CB_LoadingImage {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
	visibility: hidden;
}

#CB_Text {
	text-align: center;
}

#CB_Window {
	left:50%;
	position:absolute;
	top:50%;
	visibility:hidden;
	z-index: 1100;
	border-collapse: separate;
}

#CB_Image {
	position: relative;
}

#CB_iFrame {
	position: absolute;
	width: 0px;
	height: 0px;
	z-index: 1003;
}

#CB_TopLeft {
	background-image:url(/pics/s_topleft.png);
	background-position:right bottom;
}

#CB_Top {
	background-image:url(/pics/s_top.png);
	background-position:left bottom;
}

#CB_TopRight {
	background-image:url(/pics/s_topright.png);
	background-position:left bottom;
}

#CB_Left {
	background-image:url(/pics/s_left.png);
	background-position:right top;
}

#CB_Content {
	background-color:#FFFFFF;
}

#CB_Right {
	background-image:url(/pics/s_right.png);
	background-position:left top;
}

#CB_BtmLeft {
	background-image:url(/pics/s_btmleft.png);
	background-position:right top;
}

#CB_Btm {
	background-image:url(/pics/s_btm.png);
	background-position:left top;
}

#CB_BtmRight {
	background-image:url(/pics/s_btmright.png);
	background-position:left top;
}

#CB_Prev, #CB_Next {
	background: transparent url(/pics/blank.gif) no-repeat scroll 0%;
	display: block;	
	width: 49%;
	cursor: pointer;
	outline-style:none;
	z-index: 1102;
}

.CB_TextNav {
	text-decoration: underline;
	color: #aaa;
}

.CB_TextNav:hover {
	text-decoration: none;
	color: #ff7700;
}

#CB_Prev {
	float: left;
	left: 0px;
}

#CB_Next {
	float: right;
	left: 0px;
}

#CB_Prev:hover {
background:transparent url(/pics/prev.gif) no-repeat scroll left 50%;
}

#CB_Next:hover {
background:transparent url(/pics/next.gif) no-repeat scroll right 50%;
}

#CB_CloseWindow {
	position: absolute;
	top: 0px;
	right: -1px;
	z-index: 1104;
	cursor: pointer;
}

#CB_SlideShowS, #CB_SlideShowP {
	position: absolute;
	top: 0px;
	left: -1px;
	z-index: 1104;
	cursor: pointer;
}

#CB_SlideShowBar {
	width: 0px;
	position: absolute;
	top: 5px;
	left: 22px;
	height: 5px;
	display: none;
}

#CB_Email {
	position: absolute;
	right: 15px;
}
/*]]>*/






