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


body
{
   background-color: #b4bdca;
   background-image: url(bgimage.jpg);
   background-repeat: repeat-x;
   color: white;
   font-style: normal;
   font-size: 10pt;
   font-family: Verdana, Helvetica, Arial;
}

a:link
{
   color: blue;
   text-decoration: none;
}

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

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

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

img
{
   border-style:none;
}


td
{

   color: black;
   font-style: normal;
   font-size: 10pt;
   font-family: Verdana, Helvetica, Arial;
}

th
{
   background-image: url(bkg28.png);
   color: white;
   font-style: normal;
   font-size: 10pt;
   font-family: Verdana, Helvetica, Arial;
}


a.th:link
{
   color: #FFFFFF;
   text-decoration: none;
   font-size: 10pt;
   font-family: Verdana, Helvetica, Arial
}

a.th:visited
{
   color: #FFFFFF;
   text-decoration: none;
   font-size: 10pt;
   font-family: Verdana, Helvetica, Arial
}

a.th:hover
{
   color: #FFFFFF;
   text-decoration: underline;
   font-size: 10pt;
   font-family: Verdana, Helvetica, Arial
}

a.th:active
{
   color: #FFFFFF;
   text-decoration: none;
   font-size: 10pt;
   font-family: Verdana, Helvetica, Arial
}

.floor
{
   color: white;
   font-style: normal;
   font-size: 10pt;
   font-family: Verdana, Helvetica, Arial;
}


.table_body
{
   background: #efefef;
   color: black;
   font-style: normal;
   font-size: 10pt;
   font-family: Verdana, Helvetica, Arial;
}

.table_body_alternate
{
   background: #cecece;
   color: black;
   font-style: normal;
   font-size: 10pt;
   font-family: Verdana, Helvetica, Arial;
}

.table_background
{
   background: #425d7b;
   color: black;
   font-style: normal;
   font-size: 10pt;
   font-family: Verdana, Helvetica, Arial;
}

.ueberschrift
{
   color: white;
   font-weight: bold;
   font-style: normal;
   font-size: 10pt;
   font-family: Verdana, Helvetica, Arial;
}


.menu
{
   color: white;
   font-style: bold;
   font-size: 10pt;
   font-family: Verdana, Helvetica, Arial;
}


a.menu:link
{
   color: #000000;
   text-decoration: none;
   font-size: 10pt;
   font-family: Verdana, Helvetica, Arial
}

a.menu:visited
{
   color: #000000;
   text-decoration: none;
   font-size: 10pt;
   font-family: Verdana, Helvetica, Arial
}

a.menu:hover
{
   color: #000000;
   text-decoration: none;
   font-size: 10pt;
   font-family: Verdana, Helvetica, Arial
}

a.menu:active
{
   color: #000000;
   text-decoration: none;
   font-size: 10pt;
   font-family: Verdana, Helvetica, Arial
}

.new
{
   background-color: #d90808;
   color: white;
   font-style: normal;
}

.assigned
{
   background-color: #0706aa;
   color: white;
   font-style: normal;
}

.closed
{
   background-color: #036c03;
   color: white;
   font-style: normal;
}

.green
{
   background-color: #036c03;
   color: white;
   font-style: normal;
}

.red
{
   background-color: #d90808;
   color: white;
   font-style: normal;
}
