/* Elements */
body { 
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	background-color: white;
	margin: 0px 0px 0px 0px;
}
h1{
	font-size: 30px;
	text-decoration: none;
	color: black;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
}
a {
	color : #91A61B;
	font-size: 100%;
}
li {
	font-size: 9pt;
	color: black;
	margin-left: -20px;
	text-align: justify;
}
img {
	border: 0;
}

/* IDs */
/* Header */
#dheader {
	/*height: 248px;*/
	/*width: 900px;*/
	visibility: visible;
	margin-left: 50px;
	margin-top: 20px;
}
#dheader7 {
	/* Epsilus-Logo*/
	float: right;
	z-index: 4;
	position: relative;
	visibility: visible;
	background: url("images/logo_klein.gif") no-repeat;
}

/* Content */
#dcontent{
	z-index: 1;
	width: 950px;
	/*margin-left: 50px;
	margin-top: 7px;*/
	visibility: visible;
}
#dcontenttitle{
	z-index: 1;
	/*left: 175px;*/
	width: 900px;
	position: relative;
	visibility: visible;
	font-size: 30px;
}
#dcontenttext{
	z-index: 1;
	//float: right;
	width: 950px;
	position: relative;
	visibility: visible;
}
#references{
	float: left;
	margin-bottom: 5px; 
}
#referencestext{
	float: left;
	width: 480px;
	margin-bottom: 10px;
}
#clear{
	clear: both;
}
#dcontentform{
	z-index: 1;
	width: 470px;
	position: relative;
	visibility: visible;
	color: #10437c;
}

/* Classes */
.contenttitle{
	font-size: 14pt;
}
.contenttext{
	font-size: 9pt;
	text-align: justify;
}
.kundentext{
	font-size: 9pt;
	width: 475px;
	text-align: justify;
}
.kundenimage{
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	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;
	font-size: 11pt;
	color: #5D8669;
	font-weight: bold;
}
.capital {
	font-variant : small-caps;
	font-size : 10pt;
}
.sitemap1 {
	font-size: 10pt;
	color: #91A61B
}
.sitemap2 {
	font-size: 10pt;
	color: #91A61B
}
.sitemap3 {
	font-size: 10pt;
	color: #91A61B
}
a:link, a:visited {
	color : #91A61B;
	text-decoration : none;
}
a:focus{
	background-color: #B0E0E6;
}
*html a:active{/*Darstellung Focus für IE*/
	background-color: #B0E0E6;
}
*html a:hover{ /*doppelte Aufführung für IE und FF notwendig, 
sonst funktionierts nicht*/
	background-color: transparent;
}
a:hover{
	background-color: transparent;
}

/* Forms */
form br{
	clear: left;
}
label{
	/*Gestaltung Label allgemein*/
	float: left;
	text-align: left;
	border: 1px solid Black;
	background-color: #e3da59;
	margin-top: 5px;
	font-family: Arial, sans-serif;
	font-size: 0.75em;
}
label.left {
	display: block;
	padding: 5px;
	width: 125px;
}
/*.unknown{
	float: left;
	clear: left;
	border: 1px solid White;
	visibility: hidden;
	width: 125px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px 5px 0px 3px;
}*/
.form_error{
	clear: none;
	margin-left: 140px; 
	color: Red;
	font-size: 8pt;
	padding: 0px 0px 0px 3px;
	width: 50%;
}
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;
}
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: 0.75em;
}
*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: #e3da59;
	color: #5d391f;
	vertical-align: middle;
	float: right;
	margin-top: 5px;
}
.submit{/*Submit mit Border für FF*/
	border: 1px solid Black;
	background-color: #e3da59;
	color: #5d391f;
	vertical-align: middle;
	float: right;
	margin-top: 5px;
}
.none{
	margin-top: 8px;
	margin-left: 5px;
}
*html .none{
	margin-top: 3px;
	margin-left: -3px;
	border: none;
}
.description{
	font-size: 7pt;
	margin-top: 12px;
	float: left;
}
*html .description{
	float: none;
}



/* Fuer die Druckausgabe ueberfluessiges abschalten */
#dheader1, #dheader2, #dheader3, #dheader4, #dheader5
{
	display: none;
}
#navi1, .dnavi1, .dnavi1gap
{
	display: none;
}
a.navi1, a.navi1:visited, a.navi1active, a.navi1active:visited{
	display: none;
}
a.navi2, a.navi2:visited, a.navi2active, a.navi2active:visited{
	display: none;
}
a.navi3, a.navi3:visited, a.navi3active, a.navi3active:visited{
	display: none;
}
a.path, a.path:visited, a.pathwww, a.pathwww:visited{
	display: none;
}
#dnavi2, #dpath, h2, h3, h4, #noscript, #dsubdomains
{
	display: none;
}
#dfooter, #dfooter1, #dfooter2, #dfooter3, #dfooternavi 
{ 
	display: none; 
}
#dtools, #dstatictools, #dtoolsicon, .toolborder, .toolbordertop, .toolborderbottom, .toolborderright, .toolsnavi, .bgtool, .bgbutton
{
	display: none;
}