/* -- Allgemeines -- */
body {
 background: #EDEDED;
 min-width: 920px;
}

p
{
    color: #FF6600;
	  font-family: Calibri;
	  font-size: 8pt;
	  text-decoration:none;

}

p a:link
{
      color:#FF6600;
   	  font-family: arial;
	    font-size: 8pt;
      text-decoration:none;

}
p a:visited
{
      color:#666666;
   	  font-family: arial;
	    font-size: 8pt;
      text-decoration:none;
}

/* -- Layoutspezifisches -- */
#container { /* Ist dafür gedacht dass die viele Formatierungen einfacher werden, und auch ein gemeinsammer Rand entstehen kann, der nicht ganz außen am Fenster ist. */
 max-width: 920px;
 min-height: 100.01%;
 height:auto !important;
 height:100.01%;
 margin: auto; /* Hiermit zentrieren wir unsere Seite */
 border: 1px solid #aaa; /* Eine kleine optische Abgränzung */
 background-color: #FFFFFF;
 background-image: url(../style/linker_rand.jpg);
 background-repeat: no-repeat;
}




