
/* schriftstil,abstände */

body
{
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	color: black;
	background-color:#ffffff;
	font-family: verdana,arial;
	font-size: 10pt;
}

table,tr,td
{
	color: #000000;
	font-family: verdana,arial;
	font-size: 10pt
}

body
{
	scrollbar-arrow-color: white;
	scrollbar-base-color: 89a9b8;
	scrollbar-highlight-color : white;
	scrollbar-shadow-color : white;
	SCROLLBAR-TRACK-COLOR: #ffffff;
}

.schriftschwarz8pt
{
	color: black;
	font-family: verdana,arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

.schriftschwarz10pt
{
	color: black;
	font-family: verdana,arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}

.schriftrot8pt
{
	color: red;
	font-family: verdana,arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

.schriftrot10pt
{
	color: red;
	font-family: verdana,arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}

.schriftrot12pt
{
	color: red;
	font-family: verdana,arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
}

.schrifthell8pt
{
	color: 616161;
	text-decoration: none;
	font-family: verdana,arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

/* allgemeine links im text */

a:link
{
	color: black;
	text-decoration:underline;
	font-family: verdana;
	font-size: 10pt;
}

a:visited
{
	color: black;
	text-decoration:underline;
	font-family: verdana;
	font-size: 10pt;
}

a:active
{
	color:black;
	text-decoration:underline;
	font-family: verdana;
	font-size: 10pt;
}

a:hover
{
	color: #ffffff;
	text-decoration:none;
	font-family: verdana;
	font-size: 10pt;
}

/* uhr - datum */

input.datum
{
	font-size:10pt;
	background-color:#89a9b8;
	font-family:verdana, sans-serif;
	color:white;
	border:solid 0px;
}

input.zeit
{
	font-size:10pt;
	background-color:#89a9b8;
	font-family:verdana, sans-serif;
	color:white;
	border:solid 0px
}

form
{
	margin-bottom:0px;
}

/* DEFAULT Einstellungen */
.default
{
	color: black;
	font-family: verdana,arial;
	font-size: 10pt;
}

#default a
{
	color: black;
	text-decoration:underline;
	font-family: verdana,arial;
	font-size: 10pt;
}

#default a:visited
{
	color: black;
	text-decoration:underline;
	font-family: verdana,arial;
	font-size: 10pt;
}

#default a:active
{
	color:black;
	text-decoration:underline;
	font-family: verdana,arial;
	font-size: 10pt;
}

#default a:hover
{
	color: #ffffff;
	text-decoration:none;
	font-family: verdana,arial;
	font-size: 10pt;
}

/* menue oben */

#obenmenu a
{
	color:#000000;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size:10pt;
	width:105px;
	padding-left: 2px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0px auto;
}

#obenmenu a:visited
{
	color:#000000;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size:10pt;
	width:105px;
	padding-left: 2px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0px auto;
}

#obenmenu a:active
{
	color:#000000;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size:10pt;
	width:105px;
	padding-left: 2px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0px auto;
}

#obenmenu a:hover
{
	color:#ffffff;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size:10pt;
	width:105px;
	padding-left: 2px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0px auto;
	border:solid 1px #EFEFEF
}

/* menue linke und rechte seite */

#menu a
{
	color:black;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size: 9pt;
	width:140px;
}

#menu a:visited
{
	color:black;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size: 9pt;
	width:140px;
}

#menu a:active
{
	color:black;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size: 9pt;
	width:140px;
}

#menu a:hover
{
	background-color:#ffffff;
	color: black;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size:9pt;
	width:140px;
}

/* seitentitel, fuss und kopfleiste */

.leiste
{
	background-color:#89a9b8;
	color:white;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size: 10pt;
	height:17px;
}

/* Anzeige Quelltext */

.quelltext {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #000000;
        background-color: #DDDDDD
}