	/* Reset */

	html * {
		font-family: verdana;
		font-size: 100.01%;
		margin: 0;
		padding: 0;
	}
	ul {
		list-style-type: none;
	}

	/* Layout */

	body {
		background: #c9c9c9 url('images/bg_topmenu_back.jpg') left 150px repeat-x;
	}
	.clearfix {
		clear: both;
	}
	#centerpage {
		background: white url('images/bg_page_shadow.jpg') repeat-y;
		margin: 0 auto;
		min-height: 1000px;
		width: 900px;
	}
	#logo {
		background: #bbb;
		float: left;
		height: 150px;
		width: 300px;
	}
	#logo-printversion {
		display: none;
	}
	#keyimage {
		background: #aaa;
		float: left;
		height: 150px;
		width: 600px;
	}
	#topmenu_container {
		background: transparent url('images/bg_topmenu.jpg') no-repeat;
		height: 25px;
		padding: 0 0 0 350px;
	}
	#leftcol {
		float: left;
		padding: 25px 25px;
		width: 250px;
	}
	#rightcol {
		float: left;
		padding: 25px 50px;
		width: 500px;
	}


	/* Content */

	.content-element {
	}

	#leftcol p.adresse {
		line-height: 150%;
		font-size: .8em;
		Xtext-align: center;
	}
	#leftcol p.adresse a {
		color: #900;
	}

	#rightcol h2 {
		color: #333;
		font-family: verdana;
		font-size: 1.5em;
		font-weight: normal;
		margin-bottom: .8em;
	}
	#rightcol p {
		color: #333;
		font-size: .9em;
		line-height: 150%;
		margin-bottom: 1em;
	}
	#rightcol p.indent {
		margin-left: 2em;
	}
	#rightcol .csc-textpic-caption {
		font-size: .8em;
	}
	#rightcol ul {
		font-size: .9em;
		line-height: 150%;
		list-style-image: url('images/ul-circle11-990000.gif');
		margin-left: 1.3em;
		margin-left: 2.6em;
	}
	#rightcol ul li {
		margin-bottom: .5em;
	}
	#rightcol ol {
		font-size: .9em;
		line-height: 150%;
		margin-left: 2.6em;
		margin-bottom: 1em;
	}
	#rightcol ol li {
		margin-bottom: .5em;
	}
	#rightcol a {
		border-bottom: 1px dotted black;
		color: #333;
		text-decoration: none;
	}
	#rightcol a:hover {
		border-bottom: 1px solid #03c;
		color: #03c;
	}

	/* Sitemap */

	#rightcol .csc-sitemap {
		background: #eee;
	}
	#rightcol .csc-sitemap ul {
		list-style-image: url('images/ul-circle11-990000.gif');
	}
	#rightcol .csc-sitemap ul li {
		margin-top: 1em;
	}
	#rightcol .csc-sitemap ul li ul {
		font-size: .9em;
		list-style-image: url('images/ul-circle9-990000.gif');
	}

