body {
	font-family: Georgia;
	font-size: small;
	background: #262626;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
/* Zeigt die Überschrift nur an wenn CSS auf irgendeinem Grund deaktiviert ist. */	
h1 {
	display: none;
}

a:link
{
	color: #910000;
}
a:visited
{
	color: #910000;
}
a:hover, a:active
{
	color: #C30000;
}

	
/* Die Leinwand der Seite. 
   Legt die Breite fest und gibt an welchen Abstand 
	der Inhalt von der Seite haben soll.	
*/
#seite {
	width: 520px;
	background: white;
	padding: 15px;
	margin: 0 auto;
	text-align: left;
}

/* Das grosse Bild auf der Startseite */
#bild {
	width: 520px;
	background: black url(../img/image1.jpg) no-repeat top left;
	padding: 20px 0 250px 0;
}

/* Das grosse Bild beim Editor */
#bild2 {
	width: 520px;
	background: black url(../img/image2.jpg) no-repeat top left;
	padding: 20px 0 250px 0;
}

/* Das grosse Bild bei den generierten Beleidigungen */
#bild3 {
	width: 520px;
	background: black url(../img/image3.jpg) no-repeat top left;
	padding: 20px 0 250px 0;
}

/* Das grosse Bild beim Impressum - Das bin NICHT ich ;) */
#bild4 {
	width: 520px;
	background: black url(../img/image4.jpg) no-repeat top left;
	padding: 20px 0 250px 0;
}

/* Das Bild bei der Beschwerdeseite.. Das bin ich auch nicht.. */
#bild5 {
	width: 520px;
	background: black url(../img/image5.jpg) no-repeat top left;
	padding: 20px 0 250px 0;
}

/* Ein Layer für die Bildunterschrift auf der Startseite */
#unterschrift {
	background: #595959;
	margin: 5px 0 0 0;
	padding: 10px;
}
#unterschrift span {
	color: white;
	font-weight: bold;
}

/* 
   Das gesamte Konstrukt des farbigen Balkens.
   Ein Layer der eine ungeordnete Liste enthält.
*/
#balken {
	background: #910000;
	margin: 0 100px 0 -10px;
	color: #FFF;
}

/* Zeigt die momentan aktive Seite an */
#current {
	border-bottom: 2px solid #FFF;
}
#balken ul#hauptnavigation
{
	margin-left: 15px;
	padding-left: 0;
	white-space: nowrap;
	padding: 10px;
}
#balken #hauptnavigation li
{
   display: inline;
   list-style-type: none;
}
#balken #hauptnavigation a {
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 0 10px;
}
#balken #hauptnavigation a:link, #balken #hauptnavigation a:hover {
	color: #FFF;
}
#balken #hauptnavigation a:visited, #balken #hauptnavigation a:active { 
   color: #FFF;
}

/* 
   Der beschreibende Text am Ende der Seite(n).
   Ein Layer mit einem oder mehreren Paragraphen drin.
*/
#text {
	margin: 15px 0 0 0;
}


/* 
   Linkleiste am Fuss der Seite mit Link zum Impressum.
   Ungeordnete Liste
*/
#linkleiste {
   margin: 30px 0 0 0;
	text-align: right;
	font-size: 80%;
}
#linkleiste li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
#linkleiste a {
	font-weight: bold;
}
#linkleiste a:link {
	color: #910000;
	text-decoration: underline;
}
#linkleiste a:hover {
	color: #000;
	text-decoration: none;
}
#linkleiste a:visited, #linkleiste a:active {
   color: #910000;
	text-decoration: none;
}

/* Der rote Balken der die jeweilige Beleidigung zeigt */
#beleidigung {
	background: #C30000;
	color: white;
	position: relative;
	top: -170px;
	left: -40px;
	padding: 10px 3px;
	font-size: 130%;
	font-weight: bold;
}
/* Hinweistexte beim Editor */
span.ready {
  display: block;
  margin: 10px 2px;
  font-size: 85%;
  padding: 3px;
  color: black;
  border: 1px solid pink; 
}
span.notice {
  display: block;
  margin: 10px 2px;
  font-size: 85%;
  padding: 3px;
  color: black;
  border: 1px solid gray;  
}


/* 
   Die Liste mit der man die sortierung der Beleidigungen aussuchen kann.
   Für MaMo halt >http://www.mamo-net.de/< ;)
*/
#fuermamo li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

