body {
	/* Schriften ohne Serifen */
	font-family: Helvetica, Arial, "Arial Black", "Comic Sans MS", "Trebuchet MS", Verdana, "Lucida Sans Unicode", "Lucida Grande", Impact, sans-serif;
	
	margin: 0px;
	
	font-size: 12px;
	color: #707173;
}
table {
	border: none;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border: none;
}
h1, h2 {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: normal;
	color: #336666;
}
h2 {
	margin-bottom: 18px;
	margin-top: 0px;
	padding-top: 20px;
	color: #336666;
}
/********************************** layout ***********************************/
#containerHeader {
	width: 960px;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	
	background: url('/images/bg_fade_top.gif') bottom left no-repeat;
}
#container {
	width: 960px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 145px;
	
	margin-left: auto;
	margin-right: auto;
	
	background: url('/images/bg_fade.gif') repeat-y;
}
table.content {
	width: 100%;
}
td.nav {
	width: 158px;
	padding-bottom: 20px;
}
div.address {
	float: left;
	
	width: 151px;
	height: 104px;
	padding-left: 7px;
	padding-top: 140px;
	
	position: relative;
	left: 38px;
	
	font-size: 13px;
	line-height: 120%;
	background: url('/images/bg_adresse.jpg') no-repeat;
	color: #336666;
}
td.content {
	background-color: #f4f4f5;
	padding-left: 80px;
	padding-right: 20px;
	font-size: 15px;
	line-height: 120%;
}
#footer {
	width: 960px;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-left: auto;
	margin-right: auto;
	
	background: url('/images/bg_fade_bottom.jpg') no-repeat;
}

/********************************** topnav ***********************************/
a.topnav {
	text-decoration: none;
	color: #707173;
}
a.topnav:hover, a.topnavSel {
	color: #4ddbdb;
}
/********************************** nav **************************************/
ul.nav {
	padding-top: 50px;
	float: left;
}
li.nav {
	padding-left: 10px;
}
li.navSel {
	background-color: #f4f4f5;
}
a.nav {
	display: block;
	width: 148px;
	text-decoration: none;
	color: #336666;
	font-size: 16px;
}
a.nav:hover, a.navSel {
	color: #00cccc;
}
/********************************** content **********************************/
#title {
	position: relative;
	top: -18px;
	left: -75px;
	font-size: 19px;
	
}
a.text {
	color: #707173;
	text-decoration: none;
}
a.text:hover {
	color: #00cccc;
}
ul.text {
	padding-top: 10px;
}
li.text {
	background: url('/images/li.jpg') 2px 4px no-repeat;
	padding-left: 25px;
}
li.text2 {
	background: url('/images/li2.jpg') 25px 8px no-repeat;
	padding-left: 40px;
	padding-bottom: 2px;
}
li.text3 {
	background: url('/images/li.jpg') 47px 4px no-repeat;
	padding-left: 65px;
	padding-bottom: 2px;
}

ul.accordeon {
	margin-top: 10px;
}
li.accordeon {
	background: url('/images/link.jpg') 2px 3px no-repeat;
	padding-left: 25px;
	padding-bottom: 2px;
}
li.accordeon2 {
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 20px;
	background-color: #CCCCCC;
}