
  body {
    color: black; 
    background-image:url(http://www.poddox.com/img/mainbg.jpg);
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }
   p {
    font-size: 12px;
	}
	a{
	color:black;
	}
  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 0;
    /*background: #ffffe0   url(hintergrund.gif) repeat-y;*/
    background-color: white;
    /*border: 2px ridge silver;*/
  }
  html>body div#Seite {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }

div#Titel {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 0;
    background: #fed  url(http://www.poddox.com/img/title4.jpg) no-repeat 2% 20%;
    background-color: #FAFAFA;
    border-bottom: 1px solid silver;
  }

  div#Titel h1 {
    font-size: 20px;
    margin: 0px 0px 0px 0; padding:60px 0 0 270px;
    text-align: left; 
    color:orange;   
  }

  div#Titel h2 {
    font-size: 12px;
    font-style:italic;
    color:orange;
    margin: 0px 0px 0px 0px; padding:0px 0px 0px 270px;
    text-align: left;
  }

  div#Titel strong {
    font-size: 10px;
    margin: 0px 0px 0px 0px; padding:0px 0px 0px 0px;
    text-align: left;
  }
  div#Titel p {
    font-size: 10px;
    margin: 0px 0px 0px 0px; padding:0px 0px 0px 270px;
    text-align: left;
  }

    h3 {
    font-size: 14px;
    margin: 0px 0px 0px; padding:3px;
  }


  div#Navigation {
    font-size: 0.83em;
    margin: 0 599px 0px 0; 
    padding: 0px 0px 0px 0px ;
    background-color: white;
  }  
	* html div#Navigation {  /* Breitenangaben nur fuer IE */
	margin: 0 596px 0px 0;
	}

  div#Navigation a {
    display: block;
    margin: 0;
    padding: 6px 0px 6px 8px;
    font-weight: bold;
    border-bottom: 1px solid silver;
  }


  div#Navigation a:link {
    color: black; background-color: #FAFAFA;;
  }
  div#Navigation a:visited {
    color: #666; background-color: #FAFAFA;;
  }
  div#Navigation a:active {
    color: white; background-color: gray;
  }
  div#Navigation a:hover {
    color: white; background-color: #AFAFAF; border-right: 5px solid orange;
  }
  * html div#Navigation a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 146px;
	}


  div#Navigation p { 

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


  div#Inhalt {
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    float: right;
    border-left: 1px solid silver;
    width:599px;

    /*background-image:url(http://www.poddox.com/img/bgr.jpg); background-repeat:repeat-y;
    background-position:right;
    background-color:white;*/
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
	width:596px;
  }
  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: 13px;
    font-style: italic;
    font-weight: normal;
    color: #F2984C;
    text-align: justify;
    padding: 0px 0px 0px 30px;	
    margin: 0 0px 10px 0px;
    /*list-style-image:url(img/star.gif)*/
  }
  div#Inhalt li {
    margin: 0 0 0 0;padding:0
  }



  div#Inhalt a:link {
    color: black; /*background-color: white;*/
  }
  div#Inhalt a:visited {
    color: #505050; /*background-color: white;*/
  }
  div#Inhalt a:hover {
    color: gray; /*background-color: white;*/
  }
  div#Inhalt a:active {
    color: red; /*background-color: white;*/
  }

   div#Updates {
   background-color:#FAFAFA;
   height:50px; 
   overflow:auto; 
   border:1px solid silver; 
   margin: 2px 10px 15px 10px;
  }
  div#Updates p {
    /*color: #FA8241; */
    font-size: 11px;
    margin: 0px 0 1px 0;
    padding: 0px 1px 0px 1px;
  }
  div#Updates table {
    font-size: 11px;

  }
 

  p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #FAFAFA;
    border-top: 1px solid silver;
    
    
   /* background-image:url(http://www.poddox.com/img/bgr.jpg); background-repeat:repeat-y;
    background-position:right;*/
}
  p#Fusszeile a{
    color: black;
    font-size: 10px;
}


  p#Kopfzeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 5px 2px 0px 0px;
    text-align: right;
    background-color: #FAFAFA;
    border-bottom: 1px solid silver;
    
    /*background-image:url(http://www.poddox.com/img/bgr.jpg); background-repeat:repeat-y;
    background-position:right;*/
  }

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

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

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

  }

div#news {
float: left;
border: 1px solid silver; 
margin:0px 15px 3px 10px;
width:296px;
height:60px;
background:#Feecc9;
overflow:auto;
}
div#news h2 {
   
    font-size: 14px;
    
    padding: 0px 5px;
    margin: 2px 0px;
    
  }
div#news a, div#news a:link, div#news a:visited {background:#Feecc9;}
div#ad {
float: left;
border: 1px solid silver; 
margin:0px 15px 5px 0px;
width:234px;
height:60px;
background:#Feecc9;
overflow:auto;
}

div#grau{
	background-color:#F5F5F5;
	float:right;
	width:234px;
	margin-top:3px;
	margin-bottom:10px;}


div#grau a{
	color:red;
	background-color:#F5F5F5;
	padding: 0 0 0 5px;
	text-decoration:none;}

  div#grau a:link {
    color: black;background-color:#F5F5F5;
  }
  div#grau a:visited {
    color: #505050;background-color:#F5F5F5;
  }
  div#grau a:hover {
    color: gray;background-color:#F5F5F5;
  }
  div#grau a:active {
    color: red;background-color:#F5F5F5;
  }

input{
font-size:10px;
}

table.donate
{
	border: 1px solid black;	
}

table.donate td
{
	padding:2px 10px 2px 5px;
}

table.donate tr.orange
{
	background-color: orange;
}

table.donate tr.silver
{
	background-color: silver;
}