/* 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; }
INPUT { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
FORM { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }

#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/vemediapharmacom/bg_top_1_nl.jpg');
		}
		#header_logo_fr {
			position: absolute; left: 0px; top: 0px; width: 799px; height: 80px;
			background-image: url('/site/images/vemediapharmacom/bg_top_1_fr.jpg');
		}
		#header_logo_en {
			position: absolute; left: 0px; top: 0px; width: 799px; height: 80px;
			background-image: url('/site/images/vemediapharmacom/bg_top_1_en.jpg');
		}
		#header_logo_innovation {
			position: absolute; left: 0px; top: 0px; width: 799px; height: 80px;
			background-image: url('/site/images/vemediapharmacom_innovation/top.jpg');
		}
		
		#header_mainmenu {
			position: absolute;
			left: 0px;
			top: 80px;
			width: 799px;
			height: 22px;
			background-image: url('/site/images/vemediapharmacom/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: #9EF614; }
		
		#header_mainmenu_innovation {
			position: absolute;
			left: 0px;
			top: 80px;
			width: 799px;
			height: 22px;
			background-image: url('/site/images/vemediapharmacom_innovation/bg_menu.jpg');
		}
		
			#nav_innovation ul { 				margin: 0 0 0 50px; padding: 0; } 
			#nav_innovation li { 				float: left; display: inline; height: 22px; margin: 0 1px 0 0; padding: 4px 25px 0 0px; font-weight: bold; }
			#nav_innovation li a {				text-align:center; text-decoration: none; display: block; color: #fff; font-size: 11px; }	
			#nav_innovation li a:hover { 		text-decoration: underline; color: #00d4e9; }
			#nav_innovation li.selected a { 	color: #00d4e9; }
		
		#header_submenu {
			position: absolute;
			left: 0px;
			top: 102px;
			width: 799px;
			height: 19px;
			background-image: url('/site/images/vemediapharmacom/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: #9EF614; }
		
	#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: 25px;
			width:  750px;
			min-height: 450px;
		}
		
			.textTitle {
				font-size: 14px;
				font-weight: bold;
			}
	
	#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;
	}	
