/* ///////////////////////////////////////////////////////////////////////////// */
/* /// Layout Style CSS                                                      /// */
/* ///////////////////////////////////////////////////////////////////////////// */

/* ALLGEMEIN */
* { padding: 0; margin: 0; font: 100% Verdana, arial, helvetica, serif; }

html { font-size:100%; overflow: scroll; }  

body { font-size: 0.8em; color: #302020; background: #444 url("../images/body.jpg"); }

a:link, a:visited, a:active { color:#000; text-decoration: none; }
b { font-weight:bold; }

	
img, a img { border: none; }
h1 { font-size: 24px; font-weight: bold; text-align: center; color: #008000; }
h2 { font-size: 18px; font-weight: bold; text-align: center; color: #008000; }  
  
th { font-weight: bold; } 
 
  
.fett { font-weight: bold; text-decoration: none; }
.fettunter, .verweis, a.verweis { font-weight: bold; text-decoration: underline; }    
.unter { font-weight: normal; text-decoration: underline; }   


#container-kopf    { width: 100%; background: transparent url("../images/body.jpg") ; height: 7em; position:fixed; top:0px;left:0px; z-index: 99999;}
#kopf    { margin: 0em auto; width:1024px; height:194px;background: transparent url("../images/Frie-World.png") no-repeat; }
#abstand { width: 100%; background: #222 url("../images/body.jpg"); height: 100px; }


	
.clearfix {
  clear:both;
  }
  
