/*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:5px;
  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,a {
	font-family:erdana, sans-serif, Helvetica, Arial;
	font-size:12px;
	color:#660000;
	font-style:normal;
	text-align:center;
	}
.tab {
	font-family: Verdana, sans-serif, Helvetica, Arial;
	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	}	
a:link { color:#2d452d; font-size:13px; text-decoration:underline}/*links sortieren nach*/
a:visited { color:#B22222; font-size:13px ; text-decoration:none}
a:hover { color:#faf0e1; font-size:13px; text-decoration:none; background color:#b22222; font-weight: bold; padding:2px }
a:active {color:#660000; font-size:13px; text-decoration:underline }
a:focus { color:#000000; font-size:10px; text-decoration:none }

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

.borderleft {
  border-left:1px solid firebrick;}
  
.borderboth  {
 border-right:1px solid firebrick;
 border-left:1px solid firebrick;}
 
.borderbottom {
  border-bottom:1px solid firebrick;}
.bglight {
  background-color: #c5d9bb; 
  font-size: 13px;
  font-weight:bold;}/*hintergrund sortieren nach und zurueck*/

.pagetitle {
	font-size:16px;
	font-weight:bold;
	background-color: firebrick;
	padding:2px;
	color: #faf0e1;
	text-align: center;
	border:1px solid black;
}
  
.thumb100bg {
	background-image: url(pics/thumb100bgbeige.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.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, sans-serif, Helvetica, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;}
.hdreirot {
	font-family: Verdana, sans-serif, Helvetica, Arial;
	font-size: 16px;
	font-style: normal;
	color: #660000;
	font-weight: bold;
	text-align: center;}
.kleineschrift {
	font-family: Verdana, sans-serif, Helvetica, Arial;
	font-size: 9px;
	color: #660000;
	text-align: center;}
.zentriert {
	text-align: center;
	font-family:Verdana, sans-serif, Helvetica, Arial;
	font-size:12px;
	color:#660000;
	font-style:normal;
}
.linksbundig {
	text-align: left;
}
.vertikalzen {
	vertical-align: middle;
}
.rechtsbundig {
	text-align: right;
}
.leuchtschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	background-color: #FFFF00;
}
