 
  body {
	color: #660000;
	background-color: #503028;
	font-size: 100.01%;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
  }
  
  hr {
	background-color: #660000;
	color: #660000;
	text-align: center;
  }

  a {
	color: #FF0000;
	text-decoration: none;
  }

   a:hover {
	text-decoration: underline;
  }

  div#Seite {
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 760px;
	padding: 0;
	background-image: url(bilder/rechts.gif);
	text-align: left;
  }
 
  p#Kopfzeile{      /* oberer Rand der Rolle */
	font-size: 1.5em;
	margin: 0;
	text-align: center;
	background-image: url(bilder/oben.gif);
	height: 90px;
	width: 760px;
  }
  

  div#Navigation {      /* Roll-Over Navigation auf linker Seite */
	font-size: 0.75em;
	float: left;
	margin: 0px;
	width: 110px;
	padding-left: 30px;
	padding-top: 10px;
	line-height: 0.75em;
	text-align: left;
  }
  
   div#Navigation form {      /* Suchfeld in der Navigation */
	width: 94px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 2px;
  }
  
  div#Navigation input {
	font-size: 0.8em;
	font-family: "Times New Roman", Times, serif;
	color: #660000;
	text-align: left;
	width: 68px;
	height: 15px;
	font-weight: bold;
	border: 1px solid #FF9900;
	background-color: #FFCC66;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
  }
  
    div#Navigation .Button {
	font-size: 0.9em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	width: 70px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #FF9900;
	color: #660000;
	padding-left: 2px;
	background-color: #FF9933;
	height: 18px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
  }
  
  div#NavigationMini {      /* Kleinschrift-Navigation f�r L�nder */
	width: 94px;
	font-size: 0.9em;
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 2px;
  }
  
  div#NavigationMini a:hover{
	text-decoration: none;
	background-color: #FF9933;
	padding: 0px;
  }
  
  
  div#Inhalt {
	min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
	max-width: 560px;
	padding-right: 50px;
	font-size: 0.9em;
	text-align: justify;
	margin-left: 150px;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  
   div#Inhalt h2 {
	font-size: 1.5em;
	text-align: center;
  }  
  
  
   p#Ueberschrift{      /* gesperrte �berschrift f�r Startseite */
	letter-spacing: 0.5em;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
  }

  
  .Infobox {
	font-size: 0.9em;
	border: 1px solid #660000;
	line-height: 1em;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFCC66;
  }
  
  
   
  p#Fusszeile {      /* Abschlu� der Rolle */
	clear: both;
	font-size: 0.83em;
	margin: 0;
	text-align: center;
	background-image: url(bilder/unten.gif);
	height: 65px;
	width: 760px;
  }
  
    p#Fusszeilec {      /* Abschlu� der Rolle f�r chinesische Version */
	clear: both;
	font-size: 0.83em;
	margin: 0;
	text-align: center;
	background-image: url(bilder/untenc.gif);
	height: 65px;
	width: 760px;
  }

