#Eyecatcher1 {
	background-image : url(gfx/eye1.gif);
	background-position : right top;
	background-repeat : no-repeat;
}
#Eyecatcher2 {
	background-image : url(gfx/eye2.gif);
	background-position : right top;
	background-repeat : no-repeat;
}
#Eyecatcher3 {
	background-image : url(gfx/eye3.gif);
	background-position : right top;
	background-repeat : no-repeat;
}
body {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background: #D3E4DC url(gfx/bg.jpg) repeat-y;
	padding: 0;
	margin: 0;
}
.bg1 {
	background-color: #D3E4DC;
	color: black;
}
.bg2 {
	background-color: #7BC2BA;
	color: black;
}
.bg3 {
	background-color: #22A8A1;
	color: black;
}
/* white cells */
.bg4 { color: #000000; background-color: #FFFFFF; }
#Frame {
	height: 100%;
	width: 100%;
}
#Header {
	height: 78px;
	background-color: #7BC2BA;
	color: #000000;
}
#logoleft {
	color: #000000;
	width: 220px;
	background: #FFFFFF url(gfx/logo.jpg) no-repeat bottom;
}
#logoright {
	color: #000000;
	width: 160px;
	background: #FFFFFF url(gfx/logo_right.jpg) no-repeat bottom;
}
#logostarttop {
	color: #000000;
	width:533px;
	background: #D3E4DC url(gfx/start_top.jpg) no-repeat bottom left;
}
#logostartbottom {
	width:420px;
	color: #000000;
	background: #D3E4DC url(gfx/start_bottom.jpg) no-repeat top left;
}
h1 {
	font-size: 15px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 4px;
	padding: 0px;
	background-color: transparent;
}
h2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	background-color: transparent;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
h3 {
	font-size: 13px;
	color: #000000;
	font-style: italic;
	padding: 4px 0px 0px 0px;
	margin: 0px;
	background-color: transparent;
}
#Menu {
	margin-top: 10px;
	font-size: 12px;
	background-color: transparent;
	color: #D3E4DC;
	text-align: right;
}
/*Referenzliste mit Strichen*/
table.ref td {
	border-bottom : 1px solid White;
	padding: 2px;
}
#Menu div {
	background-color: transparent;
	color: black;
	margin: 3px 13px 3px 13px;
	padding-bottom: 3px; /* Abstand zum unteren Strich */
	border-bottom : 1px solid #D3E4DC; /* Unterstrich */
	font-weight: 900;
}
#Menu div div { /* Submenu */
	margin: 2px 0px 1px 0px;
	border-bottom : none;
	font-weight: 500;
	line-height: 1.1;
}
#Menu a {
	color: #D3E4DC;
	text-decoration:none;
	background-color: transparent;
}
#Menu a:link, #Menu a:visited { color: #D3E4DC; background-color: transparent; }
#Menu a:hover, #Menu a:active { color: #000000; background-color: transparent; }

#Content {
	margin: 10px 0px 0px 10px;
	width: 400px;
	font-size: 13px;
	line-height: 1.5;
}
blockquote {
	padding: 0px;
	margin: 0px 20px 0px 20px;
}
p, td {
	padding: 0px;
	margin: 0px 0px 4px 0px;
	text-align: left;
	font-size: 13px;
	line-height: 1.5;
}

ul, ol, li {
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
ul.pdf li {
	list-style : none outside url(gfx/pdf.gif);
}

th {
	color: black;
	background-color: #7BC2BA;
	padding: 3px 0px 3px 0px;
	font-size: 13px;
}

a, a:link { color: #22A8A1; background-color: transparent; }
a:visited {	color: #1E918B;	background-color: transparent; }
a:hover, a:active { color: #7BC2BA; text-decoration:none; background-color: transparent; }

img { border-width: 0px; }
img.space { 
  margin: 5px; 
}
img.border { 
  margin: 4px; 
  float: left;
  clear: left;
}
.red {
	color: #CC0033;
	font-weight: bold;
	background-color : transparent;
}
#Main {/* fuer Opera um die Headerleiste oben zu platzieren */
	height: 80%;
}
input, select, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	background-color: White;
	border-top: 1px solid Gray;
	border-right: 1px solid Gray;
	border-bottom: 1px solid Gray;
	border-left: 1px solid Gray;
	color: Black;
}

#hoch {
  margin: 20px 0px 10px 0px;
}

#Footer {
	background-color: #22A8A1;
	color: Black;
	font-size: 11px;
}
#Footer div {
	padding: 0px 0px 6px 8px;
	line-height: 1.3;
}
#Footer a, #Footer a:link, .bg3 a { color: #D3E4DC;background-color: transparent; }
#Footer a:visited, .bg3 a:visited { color: #FFFFFF; background-color: transparent; }
#Footer a:hover, #Footer a:active, .bg3 a:hover, .bg3 a:active { color: Black; text-decoration:none; background-color: transparent; }


