body, html {
	background-color: #151439;
	padding: 0;
	
	width: 98%;
	*height: 100%;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

img {
	behavior: url("../iepngfix.htc");
}

div#main {
	background: #fff url("../img/bg-default.jpg") no-repeat top center;
	width: 978px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	text-align: left;
}

div#head{
/*	background: transparent url("../img/logo-trueb-emulsions-chemie.png") no-repeat top right; */
	height: 165px;
	font-size: 0.7em;
}

div#logo {
	position: absolute;
	right: 15px; top: 40px;
}

div#logo img {
	border: none;
}

#headcontainer {
	background: transparent url("../img/bg-head.gif") no-repeat top center;
	height: 10px;
}

		div#nav-container {
			position: relative;
			top: 47px;
		}
		div#nav-container span.label {
			display: block; 
			position: absolute;
			
			font-weight: bold;
			background: transparent url("../img/flash-blue.gif") no-repeat center right;
			width: 70px;
			margin-right: 10px;
			margin-top: 3px;
		}
		
		div#lang {
			
			position: absolute;
			top: 130px; right: 20px;
			width: 200px;
			*width: 190px;
			text-align: center;
			font-size: 10px;
			padding: 0 25px;
			display: none;
		}
		
		div#lang a { color: #706f91; text-decoration: none; padding: 0 5px;}
		div#lang a.over { color: #173565;}
		div#lang a.first {
			border-right: 1px dotted black;
			padding-right: 6px;
		}

div#foot { margin: 0;
	background: transparent url("../img/bg-foot.gif") no-repeat bottom center;
}


/* CONTENT */

#content {
	position: relative; overflow: visible;
	margin: 0; padding: 0;Zoom:1;height: 100%;
	background: transparent url("../img/bg-animated-band.gif") no-repeat top center;
}

#leftcol{ 
	float: left;
	width:190px;
	}
#rightcol{ 	float: right;
	width:410px;}
.clear {
	clear: both;
}
	#midcol {	overflow: auto;
	height: 100%;
	width: 376px;
	*margin-left: 190px;
	margin-right:410px;
		}
		#footer {
		  clear: both;
		}

		/*** IE Fix ***/
		* html #left {
		  left: 410px;           /* RC fullwidth */
		}
		
		
		a:link, a:visited, a:hover {
			color: #151439;
			text-decoration: none;
		}
		
		a:hover { text-decoration: underline;}