body {
  margin:2px;
  background:#FFFFFF;
  color:#000000;
  font-size:8pt;  
  font-family:Verdana;
  scrollbar-base-color : #F0F0F0;
  scrollbar-arrow-color : #000000;
} 

a:link,a:visited,a:active,a:hover  {
  color:#444444;
  font-family:Verdana;
  text-decoration: none;
}

h1 {
  color:#000000; 
  font-family:Verdana; 
  font-size:13pt; 
  font-style:italic; 
  font-weight:bolder;
  text-align:left;
  margin:0px;
 }
 
h2 {
  color:#473C89; 
  font-family:Verdana; 
  font-size:13pt; 
  font-style:italic; 
  font-weight:bolder;
  text-align:right;
  margin:0px;
}

h3 {
	font-weight: bolder;
	font-size: 12pt;
	color: #F7902E;
	width:100%;
}

h4 {
  float:left;
  width:20px;
  height:18px;
  text-align:center;
  font-size:11;
  font-weight:normal;
  background:#F0F0F0;
  display: block;
  margin:1px;
}

s {
	color: black;
}

input.text { 
   background-color:#F0F0F0;
   border:1px solid #000000;
}

form.suchen { 
   margin:0px;
}

form.gaestebuch { 
   margin:0px;
}

input.suchen { 
   background-color:#F0F0F0;
   border:1px solid #000000;
   font-weight:italy;
   font-size:9pt;
   height:18;
}

select.text { 
   width:150px;
   background-color:#F0F0F0;
   border:1px solid #000000;
}

.linksunten   { 
   text-align:right;

}

.rechtsunten   { 
   text-align:right;
   float:none;
}

textarea { 
   background: #F0F0F0;
   border:1px solid #000000;
}

.unten {
  font-size: 07pt;
  border:0px solid #000000;
  width:900px;
}

.letzte_eintraege
{
	margin-top: 20px;
}

.link_news_rubrik
{
	font-weight: bold;
}

.liste_werbung
{
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}

.linear_background {
/* Safari 4-5, Chrome 1-9 */
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7902e), to(#fff));
/* Safari 5.1, Chrome 10+ */
background: -webkit-linear-gradient(top, #fff, #f7902e);
/* Firefox 3.6+ */
background: -moz-linear-gradient(top, #fff, #f7902e);
/* IE 10 */
background: -ms-linear-gradient(top, #fff, #f7902e);
/* Opera 11.10+ */
background: -o-linear-gradient(top, #fff, #f7902e);

/* fallback */
background-color: #f7902e;
}
