/**
 * Stylesheet for wosc.de
 */

body {
    background-color: white;
    color: black;

    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;

    font-family: Verdana, Arial, sans-serif;
    font-size: small;
}

h1, h2, h3 {
    font-weight: bold;
}

h1, h2 {
    color: maroon;
}

a { font-weight: bold; }
a:link      { color: #003399; }
a:active    { color: #003399; }
a:visited   { color: #004A31; }
a:hover     { color: red;     }


#content {
  width: 700px;
}

#nav {
       background-color: #D3D3D3;
       width: 200px;

       padding-top: 5px;
       padding-left: 5px;
       padding-bottom: 10px;
       
       position: absolute;
       left: 750px;
       top: 65px;
}

#nav h3 {
          margin: 0px;
          font-size: small;
}

#nav ul {
          margin-top: 0px;
          padding-top: 0px;

          list-style: none;
          margin-left: 15px;
          padding-left: 15px;
}

.tools {
         font-size: x-small;
}

.img {
       float: right;
       font-size: x-small;

       margin-left: 10px;
       padding-bottom: 2px;
       border-bottom: solid 1px black;
}

.img img {
           margin-bottom: 2px;
}

th { text-align: left; vertical-align: top; }

#frmComments th {
     background-color: #D3D3D3;
     font-weight: normal;
     text-align: right;
     vertical-align: top;
}

#comments {
          list-style: none;
          margin-left: 0px;
          padding-left: 0px;
}


/**
 * Midpassfilter <http://www.tantek.com/CSS/Examples/midpass.html>
 * only IE 5.x for Windows will see this.
 */
@media tty {
 i{content:"\";/*" "*/}} @import 'ie5.css'; /*";}
}/* */
