/*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:0px;
  margin-left:10px;
  margin-right:20px; 
  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;
	text-align: center;
}

a:link { color:#2d452d; font-size:10pt; text-decoration:underline}/*links sortieren nach*/
a:visited { color:#669933; font-size:9pt ; text-decoration:underline}
a:active {color:#b22222; font-size:10pt; text-decoration:none }
a:focus { color:#b22222; font-size:9pt; text-decoration:none }

.borderright {
  border-right:1px solid firebrick;}

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

.borderbottom {
  border-bottom:1px solid firebrick;}
.bglight {
  background-color: #c5d9bb; }/*hintergrund sortieren nach und zurueck*/

.pagetitle {
	font-size:12pt;
	font-weight:bold;
	background-color: firebrick;
	padding:2px;
	color: #faf0e1;
	text-align: center;
	border:1px solid black;
}
.bodygreen {
	background-attachment: fixed;
	background-image:  url(../studio/images/hg03.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}
.tablehide {
 	table border:0;
	cellpadding:0;
	cellspacing:10;
	text-align: center;
	}
.zentriert {
	text-align: center;
}
