body { 
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #0000000;
	scrollbar-face-color: #DDD8D8; 
	scrollbar-arrow-color: #222555;
	scrollbar-track-color: #DCE0EB;
}

/*body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(file:///J|/LESEN/bilder/hintergrund1.jpg);
	background-repeat: repeat;
}*/

.hintergrund {
	background-color: #FFFFFF;
}

th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
.homer {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.tabelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}

/*Einpixelbilder schwarz*/
.hintergrundbild2 {
	background-image: url(../bilder/spacerblack.png);
	background-repeat: repeat-y;
}

.hintergrundbildA {
	background-image: url(..-/bilder/spacerblack.png);
	background-repeat: repeat-x;
}
/*Einpixelbilder blau*/
.spacerblueA {
	background-image: url(../bilder/spacerblue.png);
	background-repeat: repeat-x;
}

.spacerblueB {
	background-image: url(../bilder/spacerblue.png);
	background-repeat: repeat-y;
}

/*Stylesheet floaten Anfang*/
#banner {
	height: 175px;
	width: 950px;
}
#links {
    width: 190px;
	height: 340px;
    float: left;
	top: 170px;
}
#mitte {
    width: 780px;
	height: 410px;
    float:left;
	overflow:auto;
	}
/*Stylesheet floaten Ende*/

.td1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

/*Verweise formatieren*/

a:link { text-decoration:none; font-weight:bold; color:#8E8080;  text-decoration:underline}
a:visited { text-decoration:none; font-weight:bold; color:#454444; text-decoration:underline}
a:focus { text-decoration:none; font-weight:bold; background-color:#91567D;  text-decoration:underline}
/*a:hover { text-decoration:none; font-weight:bold; background-color:#080; }
a:active { text-decoration:none; font-weight:bold; background-color:#cff; }*/

/*Fuer die suche das Highlightning aus dem Script*/
.searchword {
color: #222; 
background-color: #ff6; 
border: 1px dotted #ff6;
}
.searchword0 {
color: #222; 
background-color: #ff6; 
border: 1px dotted #ff6;
}
.searchword1 {
color: #222; 
background-color: #a0ffff; 
border: 1px dotted #0affff;
}
.searchword2 {
color: #222; 
background-color: #9f9; 
border: 1px dotted #9f9;
}
.searchword3 {
color: #222; 
background-color: #f99; 
border: 1px dotted #f99;
}
.searchword4 {
color: #222; 
background-color: #f6f; 
border: 1px dotted #f6f;
}
.searchword5 {
color: #fff; 
background-color: #800; 
border: 1px dotted #800;
}
.searchword6 {
color: #fff; 
background-color: #0a0; 
border: 1px dotted #0a0;
}
.searchword7 {
color: #fff; 
background-color: #886800; 
border: 1px dotted #886800;
}
.searchword8 {
color: #fff; 
background-color: #004699; 
border: 1px dotted #004699;
}
.searchword9 {
color: #fff; 
background-color: #909; 
border: 1px dotted #909;
}

/* bunter Tooltipp*/
.link {
   position: relative;
   top: 0px;
   left: 0px;
}
.link a span {
   display: none;
}
.link a:hover span {
   display: block;
   position: absolute;
   top: 13px;
   left: 20;
   width: px;
   padding: 5px;
   margin: 10px;
   background: #efefef;
   color: #333333;
   border: 1px solid #666666;
   font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-decoration: none;
   z-index: 100;
}
.link a:hover {
   color: #ff6600;
   border: 0px;
   text-decoration: none;
}

