/* $Id: style.css,v 1.29 2008-03-04 15:03:45 buck Exp $ */

body {
   background-color: #77A4D0; 
   /*background-color: #344252; */
   /*background-image: url("../images/clouds.png");*/
   /*background:#77A4D0 url(../images/clouds.png) repeat fixed;*/
   margin:30px;
   color: black;
   font-style: normal;
   font-size: 12px;
   line-height: 16px;
   font-family: sans-serif, arial;
}

.paper
{
   /*border:1px solid #071f38;*/
   border:2px solid #5784b0;
}

.center
{
   background-image:url("../images/coffe-001.gif");
   background-repeat:no-repeat;
   background-position:267px 120px;
}

a:link /*normaler link*/
{
   color: #75450B;
   text-decoration: underline;
}

a:visited
{
   color: #75450B;
   text-decoration: underline;
}

a:hover
{
   color: #A96617;
   text-decoration: underline;
}

a:active
{
   color: #75450B;
   text-decoration: underline;
}

img /* bilder (kein rahmen)*/
{
   border-style: none;
}


table /*tabelle*/
{
   /*border-collapse:collapse;*/
   font-size: 12px;
   line-height: 16px;
}

td /* spalte*/
{
   color: black;
   font-style: normal;
}

th /* Oberer Rahmen*/
{
   background: #f5dd9a;
   color: black;
   font-style: normal;
}


a.th:link /* link oben im rahmen*/
{
   color: #000000;
   text-decoration: none;
}

a.th:visited
{
   color: #000000;
   text-decoration: none;
}

a.th:hover
{
   color: #000000;
   text-decoration: underline;
}

a.th:active
{
   color: #000000;
   text-decoration: none;
}

.zitat
{
    background-image: url(../images/paper2.gif);
}


.imp
{
    background-color: #F5DD9A; 
}

.imp_courier
{
    font-family: courier;
        background-color: #F5DD9A;
}


.impborder
{
    background-color: #F98D00;
}

.code
{
    color: black;
    font-style: normal;
    font-family: courier;
    background-color: #ffffff; 
}

.codeborder
{
    background-color: #F98D00;
}




.table_body /* hintergrund tabellen*/
{
   background: #AACAE8;
   /*background: #FBDB74;*/
   color: black;
   font-style: normal;
}

.table_body_alternate /* alternativer hintergrund tabellen*/
{
   background: #BDD4EA;
   color: black;
   font-style: normal;
}

.table_background /* rahmen um tabelle */
{
   background: #0066ff;
   /*background: #425d7b;*/
   color: black;
   font-style: normal;
}

.generic_table
{
   background: #f5dd9a;
   color: black;
   font-style: normal;
}

.content /* hintergrund */
{
   background-color: black;
   /*background-image: url(../images/bgimage.jpg);
   background-repeat: repeat-x;*/
   /*background-color: #b4bdca;*/
}

.titel1
{
   color: black;
   font-style: normal;
   font-weight: bold;
   font-size: 18px;
   line-height: 35px;

}

.titel2
{
   color: black;
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   line-height: 35px;
}

.titel3
{  
   color: black;
   font-weight: bold;
   font-style: normal;
   font-size: 12px;
   line-height: 35px;
}

.footer
{
    color: #ffffff;

}

a.footer:link /*normaler link*/
{
   color: #ffffff;
   text-decoration: underline;
}

a.footer:visited
{
   color: #ffffff;
   text-decoration: underline;
}

a.footer:hover
{
   color: #ffffff;
   text-decoration: underline;
}

a.footer:active
{
   color: #ffffff;
   text-decoration: underline;
}


.md5sum
{
    font-family: Courier,FreeMono;
}

.newsbox
{
    background:#F0ECE8;
    border:1px dashed gray;
    padding:5px;
    margin-top:20px;
}

.comments
{
    color: #F98D00;
    font-size:18px;
}

.text
{
    border:1px solid gray;
    font-size:8pt;
}

.thumb
{
    border-width: 1px;
    border-color: black;
    border-style: solid;
}

.warning {
    color: #ff3333;
    text-decoration: blink;
}


