/* CSS Document */
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body {
	height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	color: #494949;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a { text-decoration: none; color: #000066; }
a:hover { text-decoration: underline; }
.textTitle { font-size: 14px; font-weight: bold; }

#container {
	position: absolute;
	left: 50%;
	width: 799px;
	margin-left: -400px;
}

	#header {
		position: relative;
		left: 0px;
		top: 0px;
		width: 799px;
		height: 121px;
		height: 142px;
	}

		#header_logo_nl {
			position: absolute; left: 0px; top: 0px; width: 799px; height: 80px;
			background-image: url('/site/images/vemedianl/bg_top_1_nl.jpg');
		}
		
		#header_logo_fr {
			position: absolute; left: 0px; top: 0px; width: 799px; height: 80px;
			background-image: url('/site/images/vemedianl/bg_top_1_fr.jpg');
		}
		
		#header_logo_en {
			position: absolute; left: 0px; top: 0px; width: 799px; height: 80px;
			background-image: url('/site/images/vemedianl/bg_top_1_en.jpg');
		}
		
		#header_logo_it {
			position: absolute; left: 0px; top: 0px; width: 799px; height: 80px;
			background-image: url('/site/images/vemedianl/bg_top_1_it.jpg');
		}
		
		#header_mainmenu {
			position: absolute;
			left: 0px;
			top: 80px;
			width: 799px;
			height: 22px;
			background-image: url('/site/images/vemedianl/bg_top_2.jpg');
		}
		
			#nav ul { 				margin: 0; padding: 0; } 
			#nav li { 				float: left; display: inline; height: 22px; margin: 0 1px 0 0; padding-top: 4px; padding-left: 8px; padding-right: 8px; font-weight: bold; }
			#nav li a {				text-align:center; text-decoration: none; display: block; color: #333333; font-size: 11px; }	
			#nav li a:hover { 		text-decoration: underline; color: #000000; }
			#nav li.selected { 		background-color: #1A4E80; }
			#nav li.selected a { 	color: #FFAE00; }
		
		#header_submenu {
			position: absolute;
			left: 0px;
			top: 102px;
			width: 799px;
			height: 19px;
			background-image: url('/site/images/vemedianl/bg_top_3.jpg');
			text-align: center;
		}
	
			#subnav ul { 			margin: 0; padding: 0; } 
			#subnav li { 			float: left; display: inline; height: 19px; margin: 0; padding-top: 0px; padding-left: 10px; padding-right: 10px; font-weight: bold;  }
			#subnav li a { 			text-align: center; text-decoration: none; line-height: 19px; display: block; overflow: hidden;	color: #FFFFFF; font-size: 11px; }	
			#subnav li a:hover { 	text-decoration: underline;	}
			#subnav li.selected a { color: #FFAE00; }
		
	#content {
		position: relative;
		top: 0px;
		left: 0px;
		width: 799px; 
	}
	
		#textpage_picture {
			float: left;
			padding-left: 30px;
			width:  370px;
		}
		
		#textpage_text {			
			float: right;
			top: 0px;
			left: 415px;
			width:  355px;
			/* min-height: 450px;
			max-height: 550px; */
			height: 450px;
			overflow: auto;
			padding-right: 15px;
			margin-bottom: 5px;
		}
		
		#textpage_text_wide {
			top: 0px;
			padding-left: 30px;
			width:  750px;
			min-height: 450px;
		}
			
			.product { position: relative; float: left; width: 225px; height: 115px; display: inline; margin-right: 20px; margin-bottom: 15px; }
			.product_image { position: absolute; left: 0px; top: 0px; width: 225px; height: 75px; overflow: hidden; z-index: 1; }
			.product_layover { position: absolute; left: 0px; top: 0px; width: 225px; height: 75px; overflow: hidden; z-index: 2; }
			.product_title { position: absolute; left: 5px; top: 75px; width: 225px; height: 40px; overflow: auto; font-size: 10px; }
			.product_title a { font-size: 12px; }
						
			.product_type { position: relative; float: left; width: 155px; height: 100px; display: inline; margin-right: 10px; margin-bottom: 15px; }
			.product_type_image { position: absolute; left: 0px; top: 0px; width: 155px; height: 75px; overflow: hidden; z-index: 1; text-align: center; }
			.product_type_title { position: absolute; left: 5px; top: 75px; width: 155px; height: 25px; overflow: auto; font-size: 10px; text-align: center; }
			.product_type_title a { font-size: 10px; }
			
	#footer {
		clear: both;
		width: 799px;
		border-top-width: 1px;
		border-top-color: #333333;
		border-top-style: solid;
		text-align: center;
		font-size: 10px;
	}
	
	#ffscrollbarfix {
		position: absolute;
		top: 0;
		bottom: -0.1px;
		width: 1em;
		z-index: -1;
	}	