@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: #ee780f url(/site/images/valdispert/bg_page.png) repeat;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a { color: #e67b14; text-decoration: underline; }
a:hover { color: #6c311b; }


#container { 
	position: absolute; 
	vertical-align: middle; 
	margin: 0 auto; /* top: 50%; */ margin-top: 0px; /* height: 100%; min-height: 660px; */ left: 50%; margin-left: -490px; width: 980px; 
	/* overflow: hidden; */ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; 
	/* background-image: url(/pictures/dagravit_kids_extra/bg_blue.jpg); */ 
	height:auto !important; height: 100%; min-height: 100%;
	background: #f7e6cc url(/site/images/valdispert/bg_container.png) top left repeat-y;
	_background: #f7e6cc url(/site/images/valdispert/bg_container.jpg) top left repeat-y;
}

	#topimage {
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 1;
		overflow: hidden;
		width: 976px;
	}
	
	#tagline {
		position: absolute;
		left: 0px;
		top: 140px;
		z-index: 5;
		overflow: hidden;
		width: 976px;
	}
	
	#leftbar {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 90px;
		height: 850px;
		background: url(/site/images/valdispert/leftbar.png) left top no-repeat;
		_background: url(/site/images/valdispert/leftbar.jpg) left top no-repeat;
		z-index: 10;
	}
	
	#content { position: absolute;
		left: 0px;
		top: 210px;
		width: 980px;
		z-index: -1;
		min-height: 600px;
	}
		
		#printsend { 
			position: absolute;
			left: 90px; top: 220px; font-size: 9px;
			color: #e67b14;
		}
	
		#nav {
			float: left; width: 210px; margin: 250px 0 0 90px; height: 600px; z-index: 5;
			_margin: 250px 0 0 50px; /* IE6 */			
		}
		
			#nav ul { 				list-style-type:none; margin: 0; padding: 0; 																						}
			#nav li { 				background: url(/site/images/valdispert/bg_mainbutton.jpg) top left no-repeat; text-align:center; line-height: 20px; margin:0; 		}
			#nav li.withsub { 		background:url(/site/images/valdispert/bg_mainbutton_withsubmenu.jpg) top left no-repeat; height: auto; 							}
			#nav ul ul { 			background: url(/site/images/valdispert/bg_submenu_bottom.jpg) bottom left no-repeat; padding-bottom: 28px; 						}
			#nav ul ul ul  { 		background: url(/site/images/valdispert/bg_submenu_bottom.jpg) bottom left no-repeat; padding-bottom: 0; 							}
			#nav ul ul li { 		background: url(/site/images/valdispert/bg_submenu.jpg) top left repeat-y; height: auto; 											}
			#nav a { 				display:block; line-height: 25px; height: 55px; margin: 0 35px 0 0; color: #fff; text-decoration: none; 							}
			#nav ul ul li a { 		height: auto; 																														}
			#nav ul ul ul li a { 	height: auto; font-size: 11px;																										}
			#nav .withsub a { 		height: 41px; color: #ff0; 																											}
			#nav .withsub ul a { 	height: 20px; color: #fff; 																											}
			#nav li.selected a { 	color: #ff0; 																														}	
			#nav a:hover { 			color: #ff0; 																														}
			
		#textbox {
			float: left; margin: 220px 0 30px 10px;
			color: #6c311b;
			width: 425px;
			z-index: 5;
		}
		
			#breadcrumb {
				height: 30px;
				font-size: 10px;
				color: #e67b14;
			}
		
			#textbox img {
				margin: 0 10px 0 0;
			}
			
			.textTitle, h1 
			{ 
				font-size: 18px;
				font-weight: bold;
				color: #e67b14;
				line-height: 20px;
			}
			h2
			{ 
				font-size: 12px;
				font-weight: bold;
				color: #e67b14;
				line-height: 20px;
			}
		
		#pictureline {
			float: left; margin: 208px 0 30px 10px;
			background: url(/site/images/valdispert/line_picturebox.jpg) left top no-repeat;
			height: 505px; width: 2px;
		}
		
		#picturebox {
			float: left; margin: 250px 0 30px 10px; 
			color: #6c311b;
			width: 200px;
			z-index: 5;
		}
		
		#footer {
			clear: both;
			position: absolute;
			bottom: 0px;
			text-align: left;
			font-size: 10px;
			color: #999999;
			left: 305px;
			margin: 0 0 25px 0;
			padding: 25px 0 0 0;
		}
		
			#footer a { color: #999999; }
	
	#ffscrollbarfix { position: absolute; top: 0; bottom: -0.1px; width: 1em; z-index: -1; }	
