a           {
              text-decoration: none;
              color: #0000FF;
            }
a:hover     {
              text-decoration: underline;
              color: #0000FF;
            }
body        {
             background-color: #D2F0FF;
             font-family: sans-serif;
				 font-size:0.8em;
            }				
.buch       {


              min-width:640px;
              width: 85%;
              max-width: 1100px;
              padding: 10px;
				  margin-top: 40px;
              margin-left: auto;
              margin-right: auto;
              border: 1px solid #808080;
              background-color: #FFFFE6; 
            }
.header     {
              border-bottom: 1px solid #808080;
              margin-bottom: 1em;
            }
.news       {
              background: #FFDFBF;
				  margin-top: 1em;
				  margin-right: 0;
				  margin-bottom: 1em;
				  padding: .2em .5em;
              border: 1px  #C8AAAA solid;
              margin-bottom: -1em;
            }
.spalten		{
				  width:100%;
		        font-size: 1em;
  				  margin-top:1em;
  				  border-spacing: 0;
				}
.main			{
 		        text-align: justify;
				  /*background-color: #FFFFFF;*/
				  width: auto;
 		        vertical-align:top;				  
				}
.story		{
				  padding: .4em .9em;
				  border: 1px  #C8AAAA solid;
 		        vertical-align:top;
 		        width: 48%;				  				  
				}
.trenner		{				  
				  height: 2em;
				}				
.s_title		{
				  font-weight: bold;
				}
.s_attrib	{
				  font-style: italic;
				}				
.s_links		{
				  text-align:right;
				}								
.footer     {
              border-top: 1px solid #808080;
				  font-size: smaller;
				  width: 100%;
				  margin-top:4em;
            }
.navcont		{
				  width: 15%;
				  vertical-align:top;
   			}
.picframe	{
				  text-align: center;
				  margin-top: 2em;
				}
img		   {
				  margin-bottom: 1em;
				}
#navlist    {
				  padding: 0;
				  margin-left: 0;
				  margin-bottom: 5em;
  				}
#navlist li {
  				  display: inline; /* for IE5 and IE6 */
				}				
#navlist a  {
			     width: 75%; /* extend the sensible area to the maximum with IE5 */
				  display: block;
				  padding: .3em;
				  margin-bottom: 1.5em;
				  background-color: #FFDFBF;
				  border: 1px #C8AAAA solid;
				  text-align: center;
				  text-decoration: none;
				  color: #000000;
				}

#navlist a:hover { background-color: #D2F0FF }
#navlist a:visited { color: #000000; }				