@CHARSET "ISO-8859-1";

/* 
 * layout css definitions
 * 
 * @since 26.12.2007
 * @version 27.12.2007 
 * @author claude gex, jolimontdesign.ch
 */
html {
	
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-color: #e9e9e9;
}

/* 2 layout specific */
#site {
	width: 998px;
	margin: 0px auto;
	margin-top: 35px;
}

#logo {
	margin: 15px 0px 0px 0px;
	float: left;
}

#logo img {
	border: 0px;
}

#box {
	width: 998px;
	background-image: url(../images/innerbg.png);
	background-repeat: repeat-y;
}

#left {
	width: 165px;
	margin-left: 20px;
	padding: 7px 5px 0px 10px;
	float: left;
}

#innerbox {
	width: 780px;
	float: left;
}

#middle {
	width: 780px;
	background-image: url(../images/rightboxbg.png);
	background-repeat: repeat-y;
	float: left;
}

#content {
	width: 600px;
	overflow: hidden;
	float: left;
}

#bar {
	width: 780px;
	background-image: url(../images/bar_bg.png);
	background-repeat: repeat-x;
	float: left;
}

#description {
	float: left;
	margin-top: 20px;
}

#lbar {
	width: 600px;
	min-height: 24px;
	float: left;
}

#search {
	width: 180px;
	height: 22px;
	padding-top:2px;
	background-color: #575757;
	float: left;
}

#right {
	width: 160px;
	padding: 10px;
	float: left;
}

#figures {
	width: 780px;
	min-height: 45px;
	height: 45px;
	margin: 0px 15px 0px 200px;
	padding: 30px 0px 10px 0px;
	background-image: url(../images/figures.png);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	clear: both;
}

#topshaddow,#bottomshaddow {
	height: 4px;
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 4px;
}

#topshaddow {
	background-image: url(../images/topshaddow.png);
}

#bottomshaddow {
	background-image: url(../images/bottomshaddow.png);
}

#footer {
	width: 998px;
	padding-top: 5px;
}

#metanav {
	width: 230px;
	padding: 10px 0px 0px 20px;
	float: left;
}

#langnav {
	width: 600px;
	padding: 10px 0px 0px 0px;
	float: left;
}

#nav {
	width: 600px;
	height: 24px;
	padding-left: 180px;
	margin-left: 20px;
	background-color: #575757;
	clear: both;
}