
  body {
    color: black; 
    /*background-image:url(http://www.poddox.com/img/mainbg.jpg);*/
    background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 10px 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 800px;
    padding: 0;
    background-color: white;
    background-image:url(img/home_body.jpg);
    background-repeat: repeat-y;

  }


  div#Navigation {
    font-size: 12px;
    margin: 0 670px 0px 0; 
    padding: 10px 0px 0px 30px ;
  }  


  div#Navigation a {
    display: block;
    margin: 1px 0px 0px 0px;
    padding: 6px 0px 6px 8px;
    font-weight: bold;
    text-decoration:none
  }

  div#Navigation a:link {
    color: black; background-color: #75C5F0;
  }
  div#Navigation a:visited {
    color: #666; background-color: #75C5F0;
  }
  div#Navigation a:active {
    color: white; background-color: #75C5F0;
  }
  div#Navigation a:hover {
    color: white; background-color: #75C5F0;
  }

  div#Navigation p { 

    margin: 0;
    padding: 5px 0px 0px 6px;
    font-weight: bold;
    border-bottom: 1px solid silver;
  }


  div#Inhalt {
    margin: 10px 40px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
    width:615px;
    height:400px; overflow:auto;
  } * html div#Inhalt {margin: 10px 20px 0px 0px;}


  div#Inhalt h1 {
    font-size: 18px;
    margin: 5px 0 10px 0;
    padding: 0px 10px 0px 10px;
  }
  div#Inhalt h2 {
    font-size: 16px;
    margin: 0px 0 10px 0;
    padding: 0px 10px 0px 10px;
  }
  div#Inhalt h3 {
    font-size: 11px;
    font-weight: bold;
    margin: 0px 0 10px 0;
    margin: 0; 
    padding: 0px 10px 0px 10px;
  }
  div#Inhalt p {
    font-size: 11px;
    margin: 0px 0 10px 0;
    padding: 0px 10px 0px 10px;
    text-align: justify;
  }
  div#Inhalt table {
    font-size: 11px;
    margin: 10px 0 10px 10px;

  }
  div#Inhalt ul {
   
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    text-align: justify;
    padding: 0px 15px 0px 35px;
    list-style-image:url(img/forward.gif)
  }
  div#Inhalt ol {   
    font-size: 12px;

  }
  div#Inhalt li {
    margin: 0 0 0 0;padding:0
  }

  div#Inhalt a {
    text-decoration:none;
    font-weight:bold;
    color: #75C5F0;
  }
  div#Inhalt a:visited {
    text-decoration:none;
    color: #100050;
  }


  div#Fusszeile {
    clear: both;
    font-size: 12px;
    height:130px;
    margin: 0; padding: 0 40px 0 30px;
    /*padding-top:100px;*/
    text-align: right;   
    /*background-image:url(img/home_ballr.jpg) ;background-position:right; background-repeat:no-repeat;*/

}
  div#Fusszeile a{
    color: black;
    font-size: 10px;
    margin-right:30px;
}

  p#Kopfzeile {
    clear: both;
    font-size: 12px;
    font-weight:bold;
    margin: 0 42px 0 30px; padding: 3px 0px 5px 0px;
    text-align: center;
    border-bottom: 1px solid grey;

  }

 p#Kopfzeile a:link{
	color: orange;text-decoration:none;font-weight:bold;

  }
 p#Kopfzeile a:visited{
	color: orange;text-decoration:none;font-weight:bold;

  }
 p#Kopfzeile a:hover{
	color: gray;text-decoration:none;font-weight:bold;

  }

div.Bild {
	font-family:Arial ; 
	font-size:12px;
	font-weight:bold;
	float: left;
	text-align:center;
	padding:5px;
	margin-bottom:12px;}
div.Bild img{border:0;}

div.BildR {
    float: right;
    margin-left: 10px; margin-right: 10px;
    padding: 0;
    }

div.Thumb {
	font-family:Arial ; 
	font-size:12px;
	font-weight:bold;
	float: left;
	text-align:center;
	padding:0px;
	margin:1px;
	/*border:1px solid red;*/}
div.Thumb img{border:0;}

div.Thumb a{
    display: block;
    /*padding:2px;*/
    border:1px solid white;
  }

div.Thumb a:hover{
    border:1px solid #666666;
  }
div.Thumb a:visited {
    border:1px solid red;
  }






