
/*CSS Datei für Mozilla Firefox*/


/* Globale Einstellungen */
body
	{
	background-color: black;
	color:white;
	font-family:Verdana;
	font-size:10px;
	}
	
#Gesamtrahmen
  {
	width:1000px;
	margin:auto;
  }
  
#Header
  {
  /*margin-bottom: 10px;*/
  }
  
#Spruch
  {
  font-size:26px;
  }
  
#Blog
  {
  height:170px;
  background-image:url(../Grafiken/Blog.gif);
  background-repeat:no-repeat;
  font-size:9px;
  }
  
#Blog a:hover
  {
  color:#cc3300;
  }
  
#Blog-Titel
  {
  height: 25px;
  }
    
#Hauptinhalt
  {
  font-size:14px;
  }
  
.dritteZeile
  {
  margin-top:20px;
  }
  
.ProfilBild
	{
	float:left;
	width:120;
	height:160;
	position:absolute;
	margin-top:20px;
	margin-left:20px;
	}
	
.ProfilText
	{
	float:left;
	margin-left:150px;
	margin-top:20px;
	position:absolute;
	width:300px;
	height:170px;
	}
	


.Profilfenster
	{
	color:white;
	padding:5px;
	text-align:left;
	position:absolute;
	margin-top:-752px;
	margin-left:537px;
	background-image:url(../Grafiken/Unterseiten/Back.gif);
	width:454px;
	height:208px;
	z-index:100;
	}

.Liste
  {
    margin-left:-25px;
    font-size:11px;
  }

.test
  {
  text-decoration:none;
  }
  
  
a 
  {
  color:white;
  text-decoration: underline;
  }
  
a:hover
  {
  color: #cc3300;
  }
 
/* Oberes Menu */ 
#Menu
  {
  font-size:20px;
  }
 
 
/* Unteres Menu */ 
#MenuUnten
  {
  color:#666666;
	font-size:12px;
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
  }
 
 
 
 /* Hauptseite Felder */
 .Feld
  {
  background-repeat:no-repeat;
  width:620px;
  height:70px;
  padding-left:100px; 
  padding-top:22px;
  margin-bottom:0px;
  }
  
#Feld1
  {
  background-image:url(../Grafiken/Feld1.jpg);
  }
#Feld2
  {
  background-image:url(../Grafiken/Feld2.jpg);
  }
#Feld3
  {
  background-image:url(../Grafiken/Feld3.jpg);
  }
#Feld4
  {
  background-image:url(../Grafiken/Feld4.jpg);
  }
  