body {
	/*background: #e4e6d3 url(../images/background.gif) left top repeat-x;*/
	margin: 0;
	padding: 0;
	/*background: #FB7821;*/ /*orange*/
}

#page-titre {
	padding: 1.2em 0 0 85px;
	font-family: "Monotype Corsiva", "Palatino Linotype", serif;
	font-size: 1.7em;
	color: #5C2C00;
}

#page-soustitre {
	padding: 0.2em 0 0 85px;
	font-family: "Palatino Linotype", serif;
	font-size: 2em;
	color: white;
}

#page-logo {
	float: right;
	margin: -100px 160px 0 0;
}

#container {
	width: 950px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -598px;
	padding: 0 164px 0 165px;
	background: #E4E6D3; /*hellgrau*/
	/*background: #e4e6d3 url(../images/container_bkgd.jpg) left top no-repeat;*/
}

#header {
	width: 900px;
	height: 160px;
	margin: 0;
	padding: 0 0 0 0;
	/*background: url(../images/gradient-vertical-blue.jpg) left top repeat-x;*/
}

#columnContainer {
	width: 900px;
	height: auto;
	left: 426;
	margin: 0;
	padding: 0;
	background: #C2C5A9 /*grau*/
	/*background: #FFF7B3; hellgelb*/
	/*background: url(../images/bkgd_shadow.gif) left top repeat-y;*/
}

#columnContainerTop {
	width: 900px;
	height: auto;
	margin: 0;
	padding: 0;
	background:#FFFFFF; /*weiss*/
	/*background: url(../images/columnContainer.jpg) left top no-repeat;*/
	font-family: Arial, Helvetica, sans-serif;
}


#container a:link, #container a:visited {
	color: #b4880e;
	text-decoration: underline;
}

#container a:hover, #container a:active {
	color: #d4a010;
	text-decoration: none;
}

#content {
	width: 480px;
	height: auto;
	float: left;
	margin: 0;
	padding: 10px 20px 0 85px;
	font-size: 12px;
}

#content h1 {
	font-size: 18px;
	color: #5c2c00;
	margin-top: 0;
	padding-top: 0;
}

#content h2 {
	font-size: 14px;
	color: #5c2c00;
}

#content h3, #content h4 {
	font-size: 14px;
	color: #7a7000;
}

#content h5 {
	font-size: 12px;
	color: #7a7000;
}

#content-1 {
	width: 480px;
	height: auto;
	float: left;
	margin: 0;
	padding: 10px 20px 0 85px;
	font-size: 12px;	
}

#content-1 h1 {
	font-family: "Palatino Linotype", serif;
	font-size: 1.6em;
	color: #5C2C00;
	margin-top: 1em;
	margin-bottom: 0.6;
	padding-top: 0;
	padding-bottom: 0;
}

#content-1 h2 {
	font-family: "Arial", sans-serif;
	font-size: 1.2em;
	color: #5C2C00;
	margin-top: 1em;
	margin-bottom: 0.6;
	padding-top: 0;
	padding-bottom: 0;
}

#content-1 p {
	color: #5c2c00;
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0.5em;
	padding-top: 0;
	padding-bottom: 0;
}

#sideNav {
	width: 160px;
	height: auto;
	float: right;
	margin: 30px 0 0 0;
	padding: 14px 85px 0 17px;
	font-size: 14px;
	font-weight: bold;
	color: #b4880e;
	background:#DD; /*weiss*/
}

#sideNav h2 {
	font-size: 16px;
}

#sideNav ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	line-height:1.1em;
}

#sideNav ul li {
	padding: 0 0 0.8em 0;
}

hr {
	border-bottom: 1px solid #d4a010;
	border-left: none;
	border-right: none;
	border-top: none;
}

#footer {
	width: 697px;
	height: auto;
	margin: 0;
	padding: 20px 85px 30px 85px;
	/*background: url(../images/bottom_bkgd.jpg) bottom left no-repeat;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Clearfix http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.brclear {clear:both;height:0;margin:0;font-size: 1px;line-height: 0;}

