/*
+===============================+
| Styles für die Seiten-Inhalte |
+===============================+
*/

	body {
	  margin-left: 2px;
    margin-top: 15px;
		font-family: arial, helvetica, serif; /* Allgemeine Schriftart(en) für die Seiten */
		font-size: 12pt; /* Schriftgröße für die Menus (und Seiten-Basis-Schriftgröße) */
    color: black; background-color: #888888; /* Textfarbe und Seitenhintergrund */
	  text-align: justify;
    text-decoration: none;
	}
  
  	body a {
    text-decoration: none;
	}
	
#middle { /* Positionierung des Inhalts RECHTS neben den Menus */
	margin-left: 210px; /* nach rechts um x PX einrücken */
	margin-right: 230px;
	margin-top: 6px;
	text-align: justify;
}

#right { /* Positionierung des Inhalts RECHTS neben den Menus */
	position:absolute; 
  top:275px; 
  left:780px; 
  text-align: justify;
}

#below { /* Positionierung des Inhalts nach den (unterhalb der) Menus */
	clear: left; /* normalen Textumfluss wieder herstellen */
	margin-left: 15px; /* linker Rand */
	margin-right: 0px; /* linker Rand */
	text-align: justify;
}

#brtable { /* Positionierung des Inhalts nach den (unterhalb der) Menus */
	clear: left; /* normalen Textumfluss wieder herstellen */
	margin-left: 0px; /* linker Rand */
	text-align: justify;
}

#box-navigation { /* Box für Nav-Buttons (links) - Position und Breite fest, Höhe nach Inhalt */

 	background-color: #000099;
	border-width: 0px; /* solid yellow; /* Border nur zur Demonstration */
	border-right-color:#666688; 
  border-bottom-color:#666688;
	border-top-color:#ccccff; 
  border-left-color:#ccccff;
  border-style:solid;

 }
 
 #box-legal { /* Box für Nav-Buttons (links) - Position und Breite fest, Höhe nach Inhalt */
 	position: absolute;
 	top: 125px;
 	left: 780px;
 	width: 185px;
 	padding: 4px;
 	background-color: #000099;
	border: 2px solid yellow; /* Border nur zur Demonstration */
 }
 