/* $Id: default.css 1048 2005-07-24 16:50:26Z mrfrost $ */

body
{
    background-color:white;
    margin-left:0px;
    margin-right:0px;
}

#header
{
    border:none;
    text-align:center;
    width:100%;
}

#title
{
    background-color:#efefef;
    border-bottom:1px solid black;
    border-left:none;
    border-right:none;
    border-top:1px solid black;
    height:40px;
    text-align:center;
    vertical-align:middle;
    width:100%;
}

#title a
{
    text-decoration:none;
}

#title a:hover
{
    text-decoration:none;
}

#navigation
{
    border-bottom:1px solid black;
    border-left:none;
    border-right:none;
    border-top:none;
    text-align:center;
    width:100%;
}

#navigation a
{
    text-decoration:none;
}

#navigation a:hover
{
    text-decoration:none;
}

#content_top
{
    border:1px solid #aaaaaa;
    margin-left:auto;
    margin-right:auto;
    width:75%;

    background-color:#f7f7f7;
    background-image:url(../pics/seitenstreifen.png);
    background-repeat:repeat-y;
    background-position: top right;
}

#content
{
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    width:70%;
}

.content_headline
{
    font-size:x-large;
    font-style:italic; 
    font-weight:bold;

    line-height:150%;
}

.required
{
    color:red;
}

.status_passed
{
    background-color:#effff1;
    border-color:#00ff00;
    border-style:dashed;
    border-width:1px;
    color:#00a100;
    font-weight:bolder;
    margin-bottom:15px;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
    padding:3px;
    text-align:center;
    width:65%;
}

.status_failed
{
    background-color:#ffefef;
    border-color:#ff0000;
    border-style:dashed;
    border-width:1px;
    color:#a10000;
    font-weight:bolder;
    margin-bottom:15px;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
    padding:3px;
    text-align:center;
    width:65%;
}

      body {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 11pt;
      }
      td {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 11pt;
      }

      ul {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 11pt;
      }

      a:link {
        color: #1144dd;
      }
      a:visited {
        color: #1144dd;
      }
      a:active {
        color: #1144dd;

      }
      a:hover {
        color: #1144dd;
      }

