
/* Define main construction and appearance of the site */

body {

	margin: 0;

	padding: 0;

	text-align: center;

	background-color: #ffffff;

}



#container {

	position: relative;

	margin: 0 auto;

	width: 1050px;

	text-align: left;

	background-image: url(/clearex_content/img/content_bg.gif);

	background-repeat: repeat-y;

	background-position: 99px 0;

}



#header {

	position: relative;

	margin: 0;

	width: 1050px;

	height: 202px;

	background-image: url(/clearex_content/img/header_bg.gif);

	background-repeat: no-repeat;

	background-position: 0 0;

}



#header_logo {

	position: absolute;

	margin: 0;

	left: 450px;

	top: 20px;

	width: 350px;

	height: 40px;

	background-image: url(/clearex_content/img/header_logo.gif);

	background-repeat: no-repeat;

	background-position: 0 0;

}



#header_adress {

	position: absolute;

	margin: 0;

	left: 810px;

	top: 69px;

	width: 240px;

	height: 100px;

}



#header_img {

	position: absolute;

	margin: 0;

	left: 100px;

	top: 60px;

	width: 700px;

	height: 140px;

}

.DE{
	background-image: url(/clearex_content/img/header_imgDE.jpg);

	background-repeat: no-repeat;

	background-position: 0 0;
}

.FR{
	background-image: url(/clearex_content/img/header_imgFR.jpg);

	background-repeat: no-repeat;

	background-position: 0 0;
}


#content {

	position: relative;

	margin: 0 0 0 99px;

	width: 951px;

	background-image: url(/clearex_content/img/content_bg.gif);

	background-repeat: repeat-y;

	background-position: 0 0;

}



#content_nav_hor {

	position: absolute;

	left: 177px;

	width: 523px;

	height: 70px;

	background-image: url(/clearex_content/img/content_nav_hor_bg.gif);

	background-repeat: repeat-y;

	background-position: 0 0;

}



#content_nav_ver {

	position: absolute;

	left: 2px; 

	width: 175px;

	height: 180px;

	background-color: #C8AF82;

	text-align: right;



}



#content_bar_left {

	position: relative;

	float: left;

	margin: 200px 0 20px 10px;

	width: 165px;

}



#content_main {

	position: relative;

	float: left;

	margin: 88px 0 20px 20px;

	width: 490px;

	text-align: left;

}



#content_bar_right {

	position: relative;

	float: right;

	margin: 58px 0 20px 0;

	width: 240px;

}



#footer {

	position: relative;

	margin: 0 0 0 99px;

	clear: both;

	width: 951px;

	height: 16px;

	background-image: url(/clearex_content/img/footer_bg.gif);

	background-repeat: repeat-y;

	background-position: 0 0;

}
