/*********************************************************
* Name:  layout.css    new server                        *
* Autor: Patrik Burkhalter                               *
* Datum: 28.10.2002                                      *
*                                                        *
**********************************************************/


body /*hintergrund*/
{
   background-color: #000000;
   color: white;
   font-style: normal;
   font-size: 12px;
   line-height: 15px;
   font-family: Verdana, Helvetica, Arial, Sans;
}

a:link /*normaler link*/
{
   color: yellow;
   text-decoration: none;
}

a:visited
{
   color: yellow;
   text-decoration: none;
}

a:hover
{
   color: red;
   text-decoration: underline;
}

a:active
{
   color: yellow;
   text-decoration: none;
}

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

table /*tabelle*/
{
   /*border-collapse:collapse;*/
}

td /* spalte*/
{

   color: #efefef;
   font-style: normal;
   font-size: 12px;
   line-height: 15px;
   font-family: Verdana, Helvetica, Arial, Sans;
}

th /* Oberer Rahmen*/
{
   background-color: #001b43;
   background-image: url(../images/bkg25.gif);
   color: white;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   line-height: 15px;
   font-family: Verdana, Helvetica, Arial, Sans;
   border:1px solid black ;
   border-top-style:hidden;       /*nur oben */
   border-left-style:hidden;     /* nur links */
   border-right-style:hidden;    /* nur rechts */
}


a.th:link /* link oben im rahmen*/
{
   color: #000000;
   text-decoration: none;
   font-size: 12px;
   line-height: 15px;
   font-family: Verdana, Helvetica, Arial, Sans;
}

a.th:visited
{
   color: #000000;
   text-decoration: none;
   font-size: 12px;
   line-height: 15px;
   font-family: Verdana, Helvetica, Arial, Sans;
}

a.th:hover
{
   color: #000000;
   text-decoration: underline;
   font-size: 12px;
   line-height: 15px;
   font-family: Verdana, Helvetica, Arial, Sans;
}

a.th:active
{
   color: #000000;
   text-decoration: none;
   font-size: 12px;
   line-height: 15px;
   font-family: Verdana, Helvetica, Arial, Sans;
}

.table_body /* hintergrund tabellen*/
{
   background: #001841;
   color: #cecece;
   font-style: normal;
   font-size: 12px;
   line-height: 15px;
   font-family: Verdana, Helvetica, Arial, Sans;
}

.table_body_alternate /* alternativer hintergrund tabellen*/
{
   background: #002862;
   color: #cecece;
   font-style: normal;
   font-size: 12px;
   line-height: 15px;
   font-family: Verdana, Helvetica, Arial, Sans;
}

.table_background /* rahmen um tabelle */
{
   background: #0066ff;
   /*background: #425d7b;*/
   color: black;
   font-style: normal;
   font-size: 12px;
   line-height: 15px;
   font-family: Verdana, Helvetica, Arial, Sans;
}

.ueberschrift /* titel z,B. news*/
{
   color: white;
   font-weight: bold;
   font-style: normal;
   font-size: 12px;
   line-height: 15px;
   font-family: Verdana, Helvetica, Arial, Sans;
}

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

.menu /* menufarbe*/
{
   background: #001537;
   background-image: url(../images/bkg.gif);
   color: black;
   font-style: bold;
   font-size: 12px;
   line-height: 15px;
   font-family: Verdana, Helvetica, Arial, Sans;
}

.menu_top
{
   background-color: #001b43;
   background-image: url(../images/bkg25.gif);
   color: white;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   line-height: 15px;
   font-family: Verdana, Helvetica, Arial, Sans;
   border:1px solid #0066ff;
   /*border-top-style:hidden;       nur oben */
   border-left-style:hidden;     /* nur links */
   border-right-style:hidden;    /* nur rechts */
   border-bottom:1px solid black;
}

.menu_bottom
{
   background: #001b43;
}

a.menu:link
{
   color: #ffffff;
   text-decoration: none;
   font-size: 12px;
   line-height: 15px;
   font-family: Verdana, Helvetica, Arial, Sans;
}

a.menu:visited
{
   color: #ffffff;
   text-decoration: none;
   font-size: 12px;
   line-height: 15px;
   font-family: Verdana, Helvetica, Arial, Sans;
}

a.menu:hover
{
   color: #ffffff;
   text-decoration: underline;
   font-size: 12px;
   line-height: 15px;
   font-family: Verdana, Helvetica, Arial, Sans;
}

a.menu:active
{
   color: #ffffff;
   text-decoration: none;
   font-size: 12px;
   line-height: 15px;
   font-family: Verdana, Helvetica, Arial, Sans;
}

.littleInfo_white
{
   color: white;
   font-style: normal;
   font-size: 10px;
   font-family: Verdana, Helvetica, Arial, Sans;
}

.littleInfo
{
   color: white;
   font-style: normal;
   font-size: 10px;
   font-family: Verdana, Helvetica, Arial, Sans;
}

.in_public
{
   background: #002862;
   color: black;
   font-style: normal;
   font-size: 12px;
   line-height: 15px;
   font-family: Verdana, Helvetica, Arial, Sans;
}

.fuss /* Fuss*/
{
   background-color: #001b43;
   /*background-image: url(../images/bkg28.png);*/
   /*background-image: url(../images/bgth.jpg);*/
   color: white;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   line-height: 15px;
   font-family: Verdana, Helvetica, Arial, Sans;
}

.log
{
   color: #00ff00;
   font-style: normal;
   font-weight: normal;
   font-size: 9px;
   font-family: Verdana, Helvetica, Arial, Sans;
}
