.mainbot {
	clear				: both;
}

body {
	border				: 0px;
	background-image	: url(../img/layout/body_bg.jpg);
	background-repeat	: repeat-x;
	padding				: 0px;
	margin				: 0px;
	height				: 100%;
	
}


#site {
	background-image	: url(../img/layout/site_bg.png);
	background-repeat	: no-repeat;
	background-position : top center;
}

#facebook {
	position			: absolute;	
	left				: 0px;
	top					: 327px;
	background-image	: url(../img/layout/facebook_off.png);
	background-repeat	: no-repeat;
	width				: 34px;
	height				: 120px;
	cursor				: pointer;
}

#facebook a {
	width				: 100%;
	height				: 100%;
	display				: block;
	text-decoration		: none;
	
}

#facebook:hover {
	position			: absolute;	
	left				: 0px;
	top					: 327px;
	background-image	: url(../img/layout/facebook_on.png);
	background-repeat	: no-repeat;
	width				: 45px;
	height				: 120px;
}

#container {
	margin				: 0px auto;
	width				: 963px;
	background-image	: url(../img/layout/body_bg.jpg);
	background-repeat	: repeat-x;
	position			: relative;
	min-height			: 845px;
}

#header {
	height				: 330px;
	color				: #ffffff;
	font-family			: Arial, Helvetica, sans-serif;
}

#headerImage {
	position			: absolute;
	width				: 500px;
	height				: 240px;
	top					: 88px;
	right				: 0px;
}

#logo {
	background			: url(../img/layout/streibldesign.jpg);
	width				: 261px;
	height				: 88px;
	position			: absolute;
	top					: 0px;
	left				: 38px;
}

#logo span {
	display				: none;
}

#pageIntro {
	font-size			: 22px;
	position			: absolute;
	left				: 38px;
	top					: 140px;
	z-index				: 998;
	font-family			: "Arial Narrow",Georgia, "Times New Roman", Times, serif;
	text-align			: left;
	font-weight			: bold;
}

#pageIntroText {
	width				: 400px;
	position			: absolute;
	top					: 190px;
	left				: 38px;
	font-size			: 18px;
	line-height			: 25px;
	font-style			: italic;
}

#path {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	padding				: 10px 42px 10px 42px;
	background-color	: #dedede;
	height				: 15px;
	margin-top			: -2px;
	color				: #333333;
}

#contentLeft {
	float				: left;
	margin				: 44px 61px 0px 42px;
	width				: 585px;
	text-align			: justify;
	font-size			: 12px;
	line-height			: 20px;
	position			: relative;
	display				: inline;
}

#contentRight {
	padding				: 44px 38px 0px 0px;
	margin				: 0px;
	float				: right;
	width				: 235px;
	font-size			: 12px;
	line-height			: 20px;
	position			: relative;
	display				: inline;
	text-align			: justify;
}

#contentRight h3 {
	font-size			: 15px;
}

#contentLong {
	padding				: 44px 38px 10px 38px;
	margin				: 0px;
	float				: left;
	width				: 887px;
	font-size			: 12px;
	line-height			: 20px;
	position			: relative;
	display				: inline;
	text-align			: justify;
}

#content {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color				: #333333;
}

.liste {
	float				: left; 
	width				: 190px;
}

.liste ul li a, .liste ul li a:visited {
	text-decoration		: none;
	color				: #333333;
}

.liste ul li a:hover {
	color				: #000000;	
}

.liste2 {
	float				: left; 
	width				: 280px;
}

#footer {
	border-top			: 1px solid #e8eae5;
	padding				: 0px 0px 10px 0px;
	margin				: 17px 17px 0px 17px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #616161;
	text-align			: center;
}

#footer strong {
	font-weight			: normal;	
}

