body { 
       background-image: url(background.jpg);
       background-color:  #c1d2e2;
       background-repeat:repeat-x;
       background-attachment: fixed;
       font-family: arial,helvetica,sans-serif;
       font-size: 11pt;
       } 

em { font-weight: bold; text-decoration: none; font-style: normal; }

a:link {color: #0000E0}  
a:visited {color: #6000B0}
a:active {color: #ff0000} 
a:hover {color: #ff89da}


#navigation a { 
    text-decoration:none;
    font-weight:bold;
    font-family:arial,helvetica,sans-serif;
    }

a.navbar { 
    text-decoration:none;
    font-weight:bold;
    font-family:arial,helvetica,sans-serif;
    }

table { 
               border-collapse: collapse;
               }

td,th { 
               border: 1px solid Teal;
               background-color: #f0f0f0;
               font-size: 11pt;
            }

h4,h3,h2,h1 { 
              color: #408080;
              font-family: arial,helvetica,sans-serif;
              font-size: 12pt; 
              }


ul.navigation  {list-style-type:none;list-style-position:outside}
li.navigation  {
                 font-family: arial,helvetica,sans-serif;
                 }

#navigation a.navbar {display:block; font-size: 11pt;}
a.navbar:hover {color: #0000e0; background-color: #a0d0d0}

.short {
         margin-top: 0px;
         margin-bottom: 0px;
         }

#navigation { 
              font-size:11pt;
              }

#content {
           border-style:inset;
           border-color: #ffffff;
           background-color: #efefef;
           /* background-image:url(bilder/background-content.jpg);
           background-attachment:fixed; 
              background-repeat: no-repeat; */
           }


.navbartds {
             font-weight:bold;
             color:#ff05af;
             text-decoration: none;
             display: block;
             font-family: arial,sans-serif,helvetica;
             font-size:11pt;
	     display: block;
             }

.timestamp {
             font-size: 8pt;
             color:#408080;
             }


.sitetitle {
             /* color:#ff05af; */
             color:#408080;
             }

.storytitle { 
                 background-color: #d0d0d0;
                 font-weight: bold;
                 white-space: normal;
}

.storycontent {
                   white-space: normal;
}


.hinweis {
	/* border-style:solid;
        border-width:1px;
	border-color:#e0eadf; */
	color:#006400;
        font-size: 9pt;
	/* padding:5px */
}

@media print {
  
  #navigation {
                display:none;
                }
  .sitetitle {
             display: none;
             }
  
  #contentframe { padding: 0px; }  

  #content {
             border-style:none;
             border-width: 0px;
             background-color: #ffffff;
             padding: 0px;
             margin: 0px;
             overflow: visible;
             }
}

