@charset "utf-8";
body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CCCCFF;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

/*  --- Scrollbar IE, Konquera, Netscape OK, Safari, Firefox nicht getestet ---
Mit html und body legen Sie die Farben der Fenster-Scroll-Leisten fest, 
bei textarea die Farben der Scroll-Leisten des Eingabebereichs. */
/*Mit den folgenden Eigenschaften können Sie die Einzelteile von Scroll-Leisten bestimmen:
scrollbar-base-color = Basisfarbe der Scroll-Leiste
scrollbar-3dlight-color = Farbe für 3D-Effekte
scrollbar-arrow-color = Farbe für Verschiebepfeile
scrollbar-darkshadow-color = Farbe für Schatten
scrollbar-face-color = Farbe für Oberfläche
scrollbar-highlight-color = Farbe für oberen und linken Rand
scrollbar-shadow-color = Farbe für unteren und rechten Rand
scrollbar-track-color = Farbe für freibleibenden Verschiebeweg*/

html, body, textarea {
  /* background-color:#;*/
  /* color:#FFFFFF;*/
  /*font-family:Arial,sans-serif;*/
  scrollbar-base-color:#8C8CC6;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#CCCCFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#ACACE6;
}

#imagelogo
{
	padding: 0px;
	margin: 5px;
}

.firmenname
{
	color: #333399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-left: 5px;
	text-align: right;
	margin-right: 5px;
	padding: 0px;
	text-transform: uppercase;
	margin-top: 0px;
}

#divfirmenname
{
	position: absolute;
	width: 168px;
	padding: 0px;
	height: 65px;
	left: 0px;
	top: 90px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 1px;
	text-align: right;
}
#divliniegelb
{
	background-color: #FFFF66;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#divlinieblau
{
	background-color: #333399;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#divliniegruen
{
	background-color: #99CC33;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tablemenue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333399;
	text-align: center;
	letter-spacing: 0.1em;
}
#divgelblinks
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
}

#divlinieblaufusslinks
{
	background-color: #333399;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

#divnavilinks
{
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 15px;
	height: auto;
}

#divnavilinksadresse
{
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.adresse
{
	font-size: 12px;
	color: #000000;
}

strong
{
}

#divseiten
{
	list-style-type: none;
	color: #000000;
	width: auto;
	overflow: scroll;
	height: auto;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 40px;
	margin-left: 25px;
}





#divseiten2
{
	margin: 15px;
	padding: 0px;
	height: 100%;
	list-style-type: none;
	color: #000000;
}


#divtitel
{
	list-style-type: none;
	color: #000000;
	width: auto;
	height: auto;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 45px;
	margin-left: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#diveinfuehrungstext
{
	height: auto;
	width: 200px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 10px;
	font-size: 13px;
	position: absolute;
	top: 60px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99CC33;
	border-right-color: #333399;
	border-bottom-color: #333399;
	border-left-color: #99CC33;
}

#diveinfuehrungstext1
{
	height: auto;
	width: 200px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 12px;
	position: absolute;
	top: 60px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFF66;
	border-right-color: #FFFFFF;
	border-bottom-color: #CCCCFF;
	border-left-color: #99CC33;
	left: 25px;
	color: #333399;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#divbeschreibung
{
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 250px;
	position: absolute;
	top: 61px;
	height: auto;
	width: auto;
}

#divbeschreibung1
{
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 250px;
	position: absolute;
	top: 62px;
	height: auto;
	width: 440px;
	left: 28px;
}


#divbild
{
	font-size: 13px;
	float: right;
	position: relative;
	right: 2px;
	top: 0px;
}

#divbild2
{
	margin-bottom: 20px;
	text-decoration: none;
}


li
{
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0px;
}
.seitentitel1
{
	font-weight: bold;
	color: #333399;
	font-size: 17px;
	letter-spacing: 0.1em;
}

.listenueber
{
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}

.listentext
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}

.bildalternativtext
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	text-decoration: none;
}


a:link {
	text-decoration: none;
	color: #333399;

}
a:visited {
	text-decoration: none;
	color: #333399;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #333399;
	font-weight: bold;
	text-decoration: underline;
}

img
{
	text-decoration: none;
}

.Rot {
	color: #B00;
}

.bold {
	font-weight: bold;
}
