body
	{
	color: #3F0000;
	background-color: #FFFFFF;
	font-size: 0.83em;
	font-family: verdana,sans-serif,helvetica,arial;
	margin: 0;
	padding: 1em;
	}

.klein	{
         font-size:8pt;
         }

.kursiv	{
	font-style:italic;
         }

.fett	{
	font-weight:900;
	}

td	{
         color:#000000;
         background-color:#F5DEB3;
         border:0.1px;
         vertical-align:top;
         padding-left:0.2em;
         padding-right:1em;
         padding-top:0.2em;
         padding-bottom:0.2em;
         }

.tab	{
	color:#FFF8DC;
         background-color:#DEB887;
         font-size:1.2em;
         font-weight:900;
         font-variant:small-caps;
         }

.hintergrund
	{
         color:#000000;
         background-color:#FFF8DC;
         height:5em;
         }

img	{
         border:0;
         }

div#Seite
	{
         color: #3F0000;
         background-color: #FFF8DC;
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
   	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    	width: 760px;
         min-height:400px;
    	padding:  0.5em 0.5em 5em 0.5em;
    	border: 2px ridge silver;
  	}

html>body div#Seite
	{
	border-color: gray;  /* Farbangleichung an den Internet Explorer  */
	}

/* Der eigentliche Inhalt der Seiten */

div#Inhalt
	{

	margin-left:160px;
	margin-right:0;
	padding: 0 1em;
	}

* html div#Inhalt
	{
    	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
	}

div#Inhalt h2
	{
         font-size:1.3em;
         font-weight:500;
	letter-spacing:0.5pt;
	margin: 0.2em 0;
         white-space:nowrap;
	}

div#Inhalt p
	{
	font-size: 1em;
	margin: 1em 0;
	}

div#Inhalt a
	{
         text-decoration:none;
	}

div#Inhalt a:hover
	{
	text-decoration:underline;
	}

/*  Die Navigatonsleiste am Kopf der Seite */

div#Header
	{
	margin: 0 0 0.7em;
	padding: 0.3em;
	text-align: center;
         color: #3F0000;
	background-color: #F5DEB3;
	}

div#Header h1
	{
         color: #FFF8DC;
	background-color: #F5DEB3;
         font-family:Times,serif;
         font-size:2.2em;
         font-weight:500;
	letter-spacing:0.5pt;
	}

div#Header a
	{
         color: #3F0000;
	background-color: #F5DEB3;
         padding: 0.2em;
	text-decoration:none;
	}

/*  Die Fotobox */

div#FotoBox
	{
	float: left;
	}