body {
	color: #3e3e3e;
	background-color: #ffffff;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* text */

td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
}

.title {
	font-size: 18px; 
}

ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0px;
}

ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 23px;
	background-image: url(/images/icon_list.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.slogan {
	font-size: 15px;
	color: #c95031;
}

/* forms */

.formfield {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ids */

#logo {

	z-index: 1;
	left: 20px;
	top: 20px;
	position: absolute;
	 
	/*
	 z-index: 1;
	 left: 819px;
	 top: 23px;
	 position: absolute;
	 */
}

#flash_images {
	 z-index: 100;
	 left: 0px;
	 top: 110px;
	 width: 172px;
	 height: 400px;
	 position: absolute;
}

#logo_circle {
	 z-index: 1;
	 left: 810px;
	 top: 0px;
	 position: absolute;
}

#adresse {
	 z-index: 1;
	 left: 189px;
	 top: 23px;
	 position: absolute;
}

#navigation {
	 z-index: 10;
	 left: 197px;
	 top: 62px;
	 width: 600px;
	 position: absolute;
}

#navigation_meta {
	 z-index: 1;
	 left: 0px;
	 top: 490px;
	 position: absolute;
}

#content {
	 z-index: 1;
	 left: 210px;
	 top: 125px;
	 position: absolute;
}

#box td.head {
	font-weight: bold;
	padding: 1px 0px 0px 10px;
	background: White url(/images/box_head.gif) no-repeat;
	width: 127px;
	height: 24px;
}

#box td.content {
	padding: 10px 10px 10px 10px;
	border: 1px solid #e2e3e3;
}

/* links */

a {
	color: #bd482a;
	text-decoration: none;
}

a:hover {
	color: #bd482a;
	text-decoration: none;
}

a.white {
	color: #ffffff;
	text-decoration: none;
}

a.white:hover {
	color: #ffffff;
	text-decoration: none;
}

a.subnav {
	color: #3e3e3e;
	text-decoration: none;
	display: block;
	padding: 5px 10px 4px 10px;
	width: 125px;
	white-space:nowrap;
}

a.subnav:hover {
	color: #3e3e3e;
	background-color: #f1e4e1;
	text-decoration: none;
	display: block;
	padding: 5px 10px 4px 10px;
	width: 125px;
	white-space:nowrap;
}

a.subnav_active, a.subnav_active:hover {
	color: #ffffff;
	background-color: #c95031;
	text-decoration: none;
	display: block;
	padding: 5px 10px 4px 10px;
	width: 125px;
	white-space:nowrap;
}

.copyright {
	font-size: 9px;
	color: #cccdce;
	text-decoration: none;
}

.copyright:hover {
	font-size: 9px;
	color: #cccdce;
	text-decoration: none;
}


/* subnav box */

.subnav_box {
	top: 85px;
	position: absolute;
	border-left: 1px solid #e3e4e4;
	border-bottom: 1px solid #e3e4e4;
	border-right: 1px solid #e3e4e4;
	background-color: #f5f5f5;
	z-index: 100;
	visibility: hidden;
}

.liststrich li{
	list-style-type: none;
	background-image: url(/images/icon_liststrich.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
