/* Elements */
body { 
	font-family: Arial, Sans-Serif;
	background-color: white;
	color: #5D8669;
	margin: 0px 0px 0px 0px;
}
h1{
	font-size: 30px;
	text-decoration: none;
	color: #5D8669;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
}
h2{
	color: #5D8669;
	margin-bottom: -19px;
	margin-top: -30px;
	font-weight: bold;
	display: none;
}
h3{
	text-decoration: none;
	color: #5D8669;
	margin-bottom: -19px;
	margin-top: -30px;
	font-weight: bold;
	display: none;
}
h4{
	text-decoration: none;
	color: #5D8669;
	margin-bottom: -19px;
	margin-top: -30px;
	font-weight: bold;
	display: none;
}
a {
	font-family: Arial, Sans-Serif;
	color : #91A61B;
}
ul li {
	color: #5D8669;
	margin-left: -20px;
	text-align: justify;
}
img {
	border: 0;
}

/* IDs */
/* Header */
#dheader {
	height: 248px;
	width: 900px;
	visibility: visible;
	margin-left: 50px;
	margin-top: 20px;
}
#dheader1 {
	/* "E"-Bild*/
	top: 170px;
	left: 0px;
	z-index: 6;
	position: absolute;
	visibility: visible;
}
#dheader2{
	/* linkes Bild*/
	z-index: 1;
	float: left;
	position: relative;
	visibility: visible;
}
#dheader3 {
	/*  rechtes Bild*/
	z-index: 1;
	float: left;
	position: relative;
	visibility: visible;
}
#dheader4 {
	/* grüner Hintergrund in der Mitte*/
	z-index: 1;
	float: left;
	position: relative;
	width: 595px;
	height: 198px;
	background: url("images/hintergrund.jpg");
	visibility: visible;
}
#dheader5 {
	/* weiß-grüner Hintergrund rechts*/
	top: 50px;
	left: 730px;
	z-index: 1;
	position: absolute;
	background: url("images/hintergrund_kl1.jpg");
	width: 265px;
	height: 150px;
	visibility: visible;
}
#dheader7 {
	/* Epsilus-Logo*/
	top: 148px;
	left: 730px;
	z-index: 4;
	position: absolute;
}

/* Navigation */
#dnavi1 {
	top: 38px;
	left: 340px;
	z-index: 1;
	position: absolute;
	visibility: visible;
	width: 660px;
	height: 100px;
}
#dnavi2 {
	top: 225px;
	left: 100px;
	width: 850px;
	height: 40px;
	z-index: 1;
	position: absolute;
	visibility: visible;
}

/* Content */
#dcontent{
	z-index: 1;
	width: 890px;
	margin-left: 50px;
	margin-top: 7px;
	visibility: visible;
}
#dcontenttitle{
	z-index: 1;
	left: 175px;
	width: 700px;
	position: relative;
	visibility: visible;
	font-size: 1.25em;
}
#dcontenttext{
	z-index: 1;
	float: right;
	width: 595px;
	position: relative;
	visibility: visible;
	font-size: 0.75em;
}
.references{
	float: left;
	margin-bottom: 5px; 
}
.referencestext{
	float: left;
	width: 480px;
	margin-bottom: 10px; 
}
.clear{
	clear: both;
}
#dcontentform{
	z-index: 1;
	width: 460px;
	position: relative;
	visibility: visible;
	color: #5D8669;
}
#image1{
	float: left;
}
#motto{
	float: right;
}

/* Footer */
#dfooter {
	width: 895px;
	margin-left: 50px;
	margin-top: 20px;
}
#dfooter1{
	/* Bild links*/
	z-index: 1;
	float: left;
	position: relative;
	visibility: visible;
}
#dsubdomains{
	z-index: 1;
	width: 160px;
	position: relative;
	visibility: visible;
	left: 0px;
	top: 150px;
	float: left;
}
#dfooter2{
	/* Bild mitte*/
	z-index: 1;
	float: left;
	position: relative;
	visibility: visible;
}
#dfooter3{
	/* grünes Bild rechts*/
	z-index: 1;
	float: left;
	background: url("images/hintergrund.jpg");
	width: 595px;
	position: relative;
	visibility: visible;
}
#dfooternavi{
	left: 300px;
	width: 595px;
	z-index: 1;
	position: relative;
	visibility: visible;
}
#dgototop{
	position: relative;
	visibility: visible;
	text-align: right;
}

/* Classes */
.dnavi1 {
	z-index: 100;
	position: relative;
	visibility: visible;
	background: url("images/menue.jpg");
	width: 655px;
	text-align: left;
	font-size: 9pt;
}
.dnavi1gap {
	height: 10px;
}
.contenttext{
	text-align: justify;
}
.kundenimage{
	border-left: 1px solid #5D8669;
	border-top: 1px solid #5D8669;
	border-right: 1px solid #5D8669;
	border-bottom: 1px solid #5D8669;
	margin-right: 10px;
}
.accessKey{
	color: RED;
	position: relative;
	border-left: 2px solid RED;
	border-top: 1px solid RED;
	border-right: 2px solid RED;
	border-bottom: 1px solid RED;
}
.epsilus {
	font-family: "Times New Roman", Times, serif;
	color: #5D8669;
	font-weight: bold;
}
.capital {
	font-variant : small-caps;
	font-size : 10pt;
}
#sitemap{
	float: left;
	margin-right: 50px;	
}
.sitemap1 {
	color: #91A61B
}
.sitemap2 {
	color: #91A61B
}
.sitemap3 {
	color: #91A61B
}
a:link, a:visited {
	color: #91A61B;
	text-decoration: none;
}
a:focus{
	background-color: #DAA520;
}
* html a:active{/*Darstellung Focus für IE*/
	background-color: #DAA520;
}
* html a:hover{ /*doppelte Aufführung für IE und FF notwendig, 
sonst funktionierts nicht*/
	background-color: transparent;
}
a:hover{
	background-color: transparent;
}
a.navi1, a.navi1:visited {
	color: #5D8669;
 	list-style: none;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	font-size: 1em;
}
a.navi1active, a.navi1active:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	background: #C2D730 url("images/menue.jpg") top left no-repeat;
	line-height: 20px;
	font-size: 1em;
}
a.navi2, a.navi2:visited {
 	color: #5D8669;
	text-decoration : none;
	font-size: 0.7em;
	margin-right: 15px;
 }
a.navi2active, a.navi2active:visited {
	color: #5D8669;
	text-decoration: none;
	font-size: 0.7em;
	margin-right: 15px;
	font-weight: bold;
}
a.navi3, a.navi3:visited {
 	color: #5D8669;
	text-decoration : none;
	font-size: 0.7em;
	line-height: 15pt;
	margin-right: 15px;
	margin-left: 20px;
}
a.navi3active, a.navi3active:visited {
	color: #5D8669;
	text-decoration: none;
	font-size: 0.7em;
	line-height: 15pt;
	margin-right: 15px;
	font-weight: bold;
	margin-left: 20px;
}
a.path, a.path:visited {
	color: #5D8669;
	text-decoration: none;
	font-size: 0.75em;
}

/* Tools */
#dtools {/* Tools Player*/
	position: absolute;
	top: 310px;
	left: -160px;
	z-index: 4;
	color: White;
}
#dstatictools{
	position: absolute;
	top: 325px;
	left: 50px;
	z-index: 4;
	color: White;
}
.toolsnavi, a.toolsnavi, a.toolsnavi:visited {/* Tools Player*/
	color: #5D8669;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	line-height: 15pt;
	font-weight: bold;
	text-decoration: none;
}
.toolsnaviborder, a.toolsnaviborder, a.toolsnaviborder:visited {
	color: #5D8669;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	line-height: 15pt;
	font-weight: bold;
	border-left: 2px solid #5D8669;
	border-top: 1px solid #5D8669;
	border-right: 2px solid #5D8669;
	border-bottom: 1px solid #5D8669;
	text-decoration: none;
}
.toolsnoscript {/* Tools Player*/
	color: #91A61B;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	line-height: 15pt;
	font-weight: bold;
}
.toolborder{
	background-color: #EFF7B5; 
	border-top: 2px solid #C0C0C0; 
	border-bottom: 2px solid #C0C0C0;
}
.toolbordertop{
	background-color: #EFF7B5; 
	border-top: 2px solid #C0C0C0;
}
.toolborderbottom{
	background-color: #EFF7B5; 
	border-bottom: 2px solid #C0C0C0;
}
.toolborderright{
	background-color: #EFF7B5; 
	border-right: 2px solid #C0C0C0;
}
.bgtool{
	background-color: #EFF7B5;
}
.bgbutton{
	background-color: #EFF7B5;
}

/* Forms */
form br{
	clear: left;
}
label{
	/*Gestaltung Label allgemein*/
	float: left;
	text-align: left;
	border: 1px solid Black;
	background-color: #C2D730;
	margin-top: 5px;
	font-family: Arial, sans-serif;
}
label.left {
	display: block;
	padding: 5px;
	width: 125px;
}
.form_error{
	clear: none;
	margin-left: 140px; 
	color: Red;
	font-size: 8pt;
	padding: 0px 0px 0px 3px;
	width: 50%;
}
* html input{
	font-size: 0.75em;
}
input[type=text]{
	/*Gestaltung für Firefox - ohne Pflichtangabe*/
	float: left;
	width: 308px;
	margin-left: 3px;
	border: 1px solid Black;
	height: 23px;
	margin-top: 5px;
	font-family: Arial, sans-serif;
	padding: 2px 0px 0px 3px;
}
input[type=text].mandatory{/*Gestaltung für Firefox - mit Pflichtangabe*/
	font-family: Arial, sans-serif;
	background-color: Silver;
}
* html input{/*Anpassung pflichtfreie Felder IE - ohne Pflichtangabe*/
	border: 1px solid Black;
	padding: 5px;
	margin-top: 4px;
}
* html input.mandatory{/*Gestaltung für IE - mit Pflichtangabe*/
	background-color: Silver;
}
textarea {/*Gestaltung allgemein*/
	float: left;
	margin-left: 3px; 
	margin-top: 5px;
	border: 1px solid Black;
	font-family: Arial, sans-serif;
	font-size: 100%;
	padding: 2px 0px 0px 3px;
}
* html textarea{/*Gestaltung für IE*/
	border: 1px solid Black;
	padding: 5px;
	margin-top: 5px;
}
textarea.mandatory{/*Gestaltung für Firefox - mit Pflichtangabe*/
	background-color: Silver;
}
* html textarea.mandatory{/*Gestaltung für IE - mit Pflichtangabe*/
	background-color: Silver;
}
.leftmandatory{/*Anzeige Pflichtfeld*/
	background-color: Silver;
	border: 1px solid black;
	padding: 2px;
}
* html .submit{
	background-color: #C2D730;
	color: #5D8669;
	vertical-align: middle;
	float: right;
	margin-top: 5px;
}
.submit{/*Submit mit Border für FF*/
	border: 1px solid Black;
	background-color: #C2D730;
	color: #5D8669;
	vertical-align: middle;
	float: right;
	margin-top: 5px;
}




/*#dnavi2 ol{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
#dnavi2 li{
	width: 100px;*/ /*für IE notwendig*/
/*	max-width: 550px;
	min-width: 100px;
	height: 40px;
	padding: 0;
	margin: 0;
	top: 225px;
	left: 100px;
	text-align: center;
	display: block;
	float: left;
	position: relative;
}*/

/*#dfooternavi ol{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
#dfooternavi li{
	width: 100px;*/ /*für IE notwendig*/
/*	max-width: 550px;
	min-width: 100px;
	height: 20px;
	padding: 0;
	margin: 0;
	left: 300px;
	text-align: center;
	display: block;
	float: left;
	position: relative;
}*/



/*.error{
	color: #C60000;
	font-weight: bold;
}*/
/* for div forms */
