@charset "utf-8";
/* CSS Document */
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body {
	height: 100%;
}

body {
	margin: 0px;
	background: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a { color: #e67b14; text-decoration: underline; }
a:hover { color: #6c311b; }

/* transparancy for png in IE5.5 an IE6 */
img, div, li { behavior: url(/iepngfix/iepngfix.htc) } 

#container { 
	position: absolute; 
	vertical-align: middle; 
	margin: 0 auto; left: 50%; margin-left: -480px; width: 960px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #fff; 
	height:auto !important; height: 100%; min-height: 100%;
	background: #000000;
}

	#homepage {
		position: absolute; top: 20px;
		background: url(/site/images/zaligslapen/home_bg.jpg) top center no-repeat;
		width: 840px; height: 700px; margin: 0 0 0 70px;
	}
		
		#nav_homepage {
	position: absolute;
	left: 1px;
	top: 19px;
	width: 840px;
	height: 593px;
	overflow: hidden;
		}
				#nav_homepage ul {
					list-style: none;
					margin: 0;
					padding: 0;
				}
				#nav_homepage li {
					margin: 0;
					padding: 0;
					font-weight: bold;
				}
				#nav_homepage li a {
					text-align: center;
					text-decoration: none;
					display: block;
					text-align:center;
					width: 70px;
					color: #191919;
					font-size: 10px;
					padding: 35px  15px;
					background: url(/site/images/stressmoments/bt_selected.png)  center center no-repeat;
				}
				#nav_homepage li a:hover {
					text-decoration: none;
					color: #fff;
					background: url(/site/images/stressmoments/bt_selected.png) center center no-repeat;
				}

	#homepage_link {
		position: absolute;
		top: 620px;
		width: 660px;
		text-align: center;
		margin: 0 0 0 145px;
		color: #666666;
	}

	#homepage_footer {
		position: absolute;
		top: 720px;
		width: 690px;
		text-align: center;
		margin: 0 0 0 145px;
		font-size: 9px;
		color: #666666;
	}

	#header {
		/* position: absolute; */
		height: 240px;
		left: 0px;
		top: 0px;
	}
	
		#topimage {
			position: absolute;
			left: 0px;
			top: 0px;
		}
		
		#logoimage {
			position: absolute;
			left: 420px;
			top: 0px;
		}
	
		#nav {
			position: absolute;
			left: 400px; top: 101px;
			width: 560px; height: 100px;
			border-bottom: #ffffff solid 1px;
		}
		
			#nav ul { 				margin: 0 0 0 20px; padding: 0; } 
			#nav li { 				float: left; display: inline; height: 84px; width: 84px; margin: 0 5px 0 0; padding: 0; font-weight: bold; 
				background: url(/site/images/zaligslapen/bt.jpg) top left no-repeat; }
			#nav li:hover { 		background: url(/site/images/zaligslapen/bt_selected.jpg) top left no-repeat; }
			#nav li a {				text-align: center; text-decoration: none; display: block; color: #191919; font-size: 11px; padding: 20px 5px 0 5px; }	
			#nav li a:hover { 		text-decoration: none; color: #fff; }
			#nav li.selected { 		background: url(/site/images/zaligslapen/bt_selected.jpg) top left no-repeat; }
			#nav li.selected a { 	color: #fff; }
	
	
	
	#content { position: absolute;
		left: 0px;
		top: 230px;
		width: 960px;
		z-index: 2;
	}
		
		#subnav {
			float: left; width: 350px; margin: 30px 0 0 25px; color: #bbb;
		}
		
			#subnav a { font-size: 10px; color: #bbb; text-decoration: none; }
			#subnav a:hover { color: #e67b14;  }
		
			#subnav ul { margin: 25px 0 0 30px; padding: 0; list-style-type: none; }
			#subnav li { margin: 0 0 10px 0; }
			#subnav li a { display: block; padding: 0; margin: 0; text-decoration: none; color: #bbb; font-weight: normal; font-size: 14px; text-align: left; overflow: hidden; }
			#subnav li a:hover { color: #e67b14;  }
			#subnav li a.selected { color: #e67b14; }
		
		#subnavtips { margin: 0 0 0 300px; }
		
			#subnavtips ul { padding: 0;  margin: 0; list-style-type: none; }
			#subnavtips li { float: left; display: inline; }
			#subnavtips li a { margin: 0 30px 0 0; text-decoration: none; color: #7d5705; font-weight: normal; font-size: 34px; text-align: left; overflow: hidden; }
			#subnavtips li a:hover { color: #E6DA02;  }
			#subnavtips li a.selected { color: #fff; }
		
		#textbox {
			float: left; width: 500px; margin: 30px 0 0 50px;
			color: #fff;
			line-height: 18px;
		}
			
			.textTitle { font-size: 18px; font-weight: normal; color: #e67b14; line-height: 22px; }
			.textTitleBig { font-size: 22px; font-weight: normal; color: #e67b14; line-height: 26px; }
			
		#footer {
			/* position: absolute;
			bottom: 0px; */
			clear: both;
			text-align: center;
			font-size: 10px;
			color: #999999;
			text-align: center;
			width: 960px;
			padding: 30px 0 30px 0;
		}
		
			#footer a { color: #999999; }
	
	#ffscrollbarfix { position: absolute; top: 0; bottom: -0.1px; width: 1em; z-index: -1; }	

