@charset "utf-8";
/* CSS Document */

/* Style Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* Accessibility features */

.acc {
	display: none;
}
/* Basics */

html {
	padding:0;
	margin:0;
	border:0;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
#outerbox {
	position:absolute;
	margin:-340px 0px 0px -490px;
	width: 980px;
	height: 650px;
	top: 50%;
	left: 50%;
	padding:0;
	border: 0px solid #ccc;
	overflow:hidden;
	/*background:url(../img/mass.jpg) right top no-repeat;*/
}
.emailhead {
	position:absolute;
	top:14px;
	right:31px;
	margin:0;
	padding:0;
	color: #587F53;
	text-decoration:none;
	display:block;
}
#head {
	height:293px;
	width:978px;
	margin:0;
	padding:0;
	border: 1px solid #ccc;
	border-width: 1px 1px 0 1px;
}
#logo {
	position: absolute;
	top: 68px;
	left: 390px;
	width: 212px;
	height: 123px;
	background: transparent url(../img/logo.jpg) no-repeat;
}
#logo img {
	display: none;
}
#content {
	width:980px;
	height: 321px;
	margin:0;
	padding:0;
	overflow:hidden;
	font-size:0.8em;
}
#content h1 {
	font-size:1em;
	font-weight:bold;
	margin: 0 3.3em 1em 0;
}
#content table {
	padding:0;
	margin:0;
	border:0;
	background-color:#000000;
	color:#FFFFFF;
}
#content table img {
	float:left;
	margin: 0;
	padding:0;
}
#content p {
	padding:0 3.3em 1em 0;
	line-height: 1.3em;
}
#content a {
	color:#FFF;
	text-decoration:underline;
}
#content a:hover {
	color:#587F53;
	text-decoration:underline;
}
#content ul {
	list-style-image: url(../img/ul.gif);
	margin: 0 3.3em 0 1.6em;
}
#content li {
	list-style-image: url(../img/ul.gif);
	margin: 0 0 0.5em 0;
}
#content span.detail {
	color:#587F53;
	font-weight:bold;
}

/* Breadcrumb */

#root {
	width: 430px;
	position: absolute;
	top: 310px;
	left: 530px;
	height: 12px;
	/*background-color: #FFFFFF;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}



/* AJAX Scrollpanel */

/* scrollable div area */
#customscroll {
	width: 430px;
	height: 220px;
	margin: 50px 40px 50px 40px; 
	overflow: auto;
}

/* Navigation unten */

#footer {
	position: absolute;
	top: 615px;
	left: 372px;
}
#footer li {
	float: left;
	margin-right: 1px;
}
#footer li a {
	display: block;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px;
	padding-top: 30px;
	background: transparent url(../img/footernavigation.jpg) no-repeat;
}
#footer #nav12 a {
	width: 37px;
	background-position: -372px 0px;
}
#footer #nav11 a {
	width: 65px;
	background-position: -410px 0px;
}
#footer #nav10 a {
	width: 67px;
	background-position: -476px 0px;
}
#footer #nav9 a {
	width: 70px;
	background-position: -543px 0px;
}
#footer #nav12 a:hover {
	background-position: -372px -30px;
}
#footer #nav11 a:hover {
	background-position: -410px -60px;
}
#footer #nav10 a:hover {
	background-position: -476px -90px;
}
#footer #nav9 a:hover {
	background-position: -543px -120px;
}
#footer #nav12 a.active {
	background-position: -372px -30px;
}
#footer #nav11 a.active {
	background-position: -410px -60px;
}
#footer #nav10 a.active {
	background-position: -476px -90px;
}
#footer #nav9 a.active {
	background-position: -543px -120px;
}

