body, p, td, th, h1, h2, h3, h4, h5, h6, pre, dl, blockquote {
        font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
        font-size: 12px;
        color:#000000;
}

/******   Besonderheiten einzelner Tags     *****/
p {
  line-height: 20px;
}

strong {
        font-size: 10px;
        font-weight : bold;
        color : Red;
        text-align : center;
}

pre {
  font-family : "Courier New", Courier, monospace;
}

img { 
  border:none
}
/******    link      ********/
a, a:visited {
  color : blue;
  font-weight: normal;
  text-decoration : underline;
}
a:hover {
  text-decoration : underline;
  color : red;
}
a:active {
  color : Red;
}

/******    Überschriften    ********/
H2 {
        font-size : 16px;
        font-weight : bold;
        color : #000055;
}

H3 {
        font-size : 15px;
        font-weight : bold;
        color : #000070;
}

H4 {
        font-size : 12px;
        #font-weight : bold;
        color : #000090;
}

/****** selbstdefinierte Sachen ********/
/*** Farbe und Stil ***/
.number, .date {
	color : #AA7209;
	font-weight : bold;
}

.wichtig {
	color : #990000;
}

.highlight { 
  color:#FF7209;
  font-weight:bold; 
}

.hervorheben {
  color:#003080;
  font-weight:bold; 
}

.spieler { 
  color:#229922; 
  font-weight:bold;
}

.fusch {
  color=#0000FF;
  font-weight:bold;
}

.lila {
  color:#7000C0;
  text-decoration:underline;
  margin-top:3px;
  margin-bottom:3px;
}
.eintrag {
  color:#007070;
  margin-left:30px;
}
.unterpunkt {
  color:#00AFAF;
  margin-left:20px;
}

/*** Ausrichtung ***/
.tab { 
  margin-left:30px 
}

.block, ul { 
  margin-left:30px; 
  margin-top:5px;
  margin-bottom:5px;
  float:none; 
  border-style:none 
}
              
.bildlinks { 
  float:left; 
  margin-right:10px; 
  margin-bottom:10px; 
  border-style:none 
}

/***** Server *********/
body.server {
  background-color=#dddddd;
}

/***** Server Tabellen ****/
table.server {
  border-color:#446688;
  background-color:#E8E8E8;
  border-width:2px;
}

th.server {
  background-color:#A8A8F8;
  text-align:center;
  font-style:italic;
  font-weight:normal;
}

.VIP {
  font-weight:bold;
  color:#338820;
}
.elo {
  color:#AA7209;
}
.best {
  color:#555555;
}

.spiele {
  color:#325A09;
}

.admin {
  color:#FF2A09;
  font-weight:bold;
}

.blitz {
  background-color:#C0C0A0;
}
.bullet {
  background-color:#A0C0C0;

}

/******** google suche *********/
#search {
  font-family : helvetica, arial, sans-serif;
  position: absolute;
  top : 120px;
  left : 8px ;
  width : 136px;
  font-size : 8pt;
}