/*Bildhintergrund #faf0e1
Rosahell #fff5ee
Dunkelrot #640000 oder firebrick
Dunkelgrün #2d452d
Hellgrün #c5d9bb
Apricot peachpuff 
Schrift #220000*/

body {
  background-color: #faf0e1;   /*hauptfenster hintergrund*/
  margin-top:10px; margin-left:3px;
  scrollbar-base-color: peachpuff;/*scrollbalken*/ 
  scrollbar-highlight-color: firebrick;/*scrollbalken hintergrund*/
  scrollbar-arrow-color: firebrick; 
  scrollbar-shadow-color:peachpuff;}   /*schatten am rand der rollbalken*/

body,p,td,th,a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#660000;
	font-style:normal;
}

a:link { color:#660000; font-size:10pt; text-decoration:none}/*links sortieren nach*/
a:visited { color:#660000; font-size:10pt ; text-decoration:none}
a:hover { color:#faf0e1; font-size:10pt; text-decoration:none; background color:#b22222; 
	 font-weight: bold; padding:2px; border:1px; border color:black}
a:active {color:#b22222; font-size:10pt; text-decoration:none }
a:focus { color:#b22222; font-size:10pt; text-decoration:none }

.bglight {
  background-color: #c5d9bb; }/*hintergrund sortieren nach und zurueck*/

.pagetitle {/*seitenueberschrift*/
  font-size:12pt;
  font-weight:bold;
  font-color:#faf0e1;
  background-color: firebrick;
  padding:2px;
  border:1px #2d452d;
  color: #fff5ee;  }
 
.bodygreen {
	background-attachment: fixed;
	background-image:  url(../studio/images/hg03.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}
.bodybeige {
	background-attachment: fixed;
	background-image:  url(../studio/images/blume3.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	}
.fontredbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;}

.fett {
	font-weight: bold;
}
.borderright {
  border-right:1px solid firebrick;}

.borderleft {
  border-left:1px solid firebrick;}

.borderbottom {
  border-bottom:1px solid firebrick;}
.navitable {
	font-weight: bold;
	border: 1px solid #330000;
}
