/*
 * Datei: main.css
 * Stand: Sa 07 Apr 2007 17:06:50 CEST
 * Zweck: Cascading Style Sheet für HTML/XHTML Dokumente.
 * Autor: Christian V. J. Brüssow
 * Notiz: 
 */


/* Decoration and separation */
.VertSpacer10 {
    border: 0px;
    margin: 0px;
    padding: 0px;
    height: 10px;
}

.VertSpacer50 {
    border: 0px;
    margin: 0px;
    padding: 0px;
    height: 50px;
}

.VertSpacer100 {
    border: 0px;
    margin: 0px;
    padding: 0px;
    height: 100px;
}

.VertSpacer250 {
    border: 0px;
    margin: 0px;
    padding: 0px;
    height: 250px;
}

.Rule {
    border-bottom: 1px dotted #b8b8b8;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0px;
}

.DateLine {
    color: #b8b8b8;
    font-size: xx-small;
    margin-top: 4px;
    margin-bottom: 12px;
}

a {
    color: #376098;
    text-decoration: none;
    font-weight: normal;
}

a:link, a:visited {
    color: #376098;
    text-decoration: none;
    border-bottom: 1px dotted #4f8adc;
}

a:hover, a:active {
    color: #4f8adc;
    text-decoration: none;
    border-bottom: 1px dotted #4f8adc;
}

/* The main page area */
.MainContent {
    z-index: 810;
    display: block;
/*    width: 580px; */
    width: 100%;
    padding: 0px;
    border: 0px;
    background-color: transparent;
    color: #000000;
    text-align: left;
    font-family: Times, Serif;
    font-weight: normal;
    font-style: normal;
}

.MainContent h1 {
    border: 0px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0px;
    font-weight: bold;
    font-size: x-large;
    text-decoration: none;
    color: #808080;
}

.MainContent h2 {
    border: 0px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0px;
    font-weight: bold;
    font-size: large;
    text-decoration: none;
    color: #808080;
}

.MainContent h3 {
    border: 0px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0px;
    font-weight: bold;
    font-size: medium;
    text-decoration: none;
    color: #808080;
}

.MainContent p {
    margin-top: 6px;
    margin-bottom: 14px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0px;
    font-size: medium;
    text-align: left;
}

.MainContent a:link, .MainContent a:visited {
    color: #376098;
    text-decoration: none;
    border-bottom: 1px dotted #4f8adc;
}

.MainContent a:hover, .MainContent a:active {
    color: #4f8adc;
    text-decoration: none;
    border-bottom: 1px dotted #4f8adc;
}

.MainContent ul {
    font-size: medium;
}

.MainContent ul li {
    list-style-type: square;
    margin-bottom: 6px;
}


body {
    display: block;
    background-color: #e0e0e0;
}

div#Page {
    display: block;
/*    width: 780px; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0px auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: #ffffff;
    border: 1px solid #b8b8b8;
    font-size: 1em;
    font-family: Times, Pallatino, Garamond, Serif;
}

img {
    border: 0px;
}

/* Header */
div#Header {
    margin: 0px;
    padding: 0px;
    background-image: url("../pixmaps/banner.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    height: 64px;
    background-color: #708f50;
    color: #ffff00;
    font-weight: bold;
    font-style: italic;
    font-size: xx-large;
    font-family: Times, Pallatino, Garamond, Serif;
}

div#Header a {
    border: 0px;
    color: #ffff00;
    text-decoration: none;
    font-family: Times, Serif;
    font-weight: bold;
    font-style: italic;
    font-size: xx-large;
}

div#Logo {
    color: #f0f0f0;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px solid #ffffff;
    text-align: right;
    font-size: xx-large;
    font-weight: bold;
    font-style: italic;
    font-family: Times, Pallatino, Garamond, Serif;
}

/* sits inside a div#Logo */
div#InfoLine {
    margin: 0px;
    text-align: right;
    font-family: Times, Serif;
    font-weight: bold;
    font-style: normal;
    font-size: medium;
}

/* Foot */
div#Footer {
    clear: right;
    background-color: #f6f6f6;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 2px;
    margin-top: 4px;
    padding-top: 4px;
    border-top: 1px solid #b8b8b8;
    font-size: x-small;
    text-align: left;
    color: #b8b8b8;
}

div#Footer a:link, a:visited {
    color: #b8b8b8;
}

div#Footer a:hover, a:active {
    text-decoration: none;
    border-bottom: 1px dotted #4f8adc;
    color: #4f8adc;
}

/* Right sidebar */
div#InfoLinks {
    float: right;
    z-index: 999;
    width: 200px;
    background-color: #f6f6f6;
    border-left: 1px dotted #b8b8b8;
    padding: 4px;
    height: 100%;
    font-size: xx-small;
}

div#InfoLinks h1 {
    font-size: large;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
    text-decoration: none;
    color: #606060;
}

div#InfoLinks h2 {
    font-size: medium;
    font-weight: bold;
    font-style: normal;
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
    text-decoration: none;
    color: #606060;
}

div#InfoLinks ul {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 5px;
}

div#InfoLinks ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

div#InfoLinks a:link, a:visited {
    text-decoration: none;
    border-bottom: 0px;
    color: #000000;
    font-weight: normal;
    font-style: normal;
    font-size: small;
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
}

div#InfoLinks a:hover, a:active {
    text-decoration: none;
    border-bottom: 1px dotted #4f8adc;
    color: #4f8adc;
}

div#ForeignLinks {
    text-decoration: none;
    border: 0px;
    margin: 2px;
    padding: 0px;
}

div#ForeignLinks img {
    border: 0px;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

div#ForeignLinks ul li {
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}

div#VimWebRing {
    z-index: 0;
    width: 33%;
    position: relative;
    bottom: 0px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

div#noScriptVimWebRing {
    z-index: 0;
    position: relative;
    text-align: center;
    bottom: 0px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}


.PhotoInset {
    width: 127px;
    border: 0px;
    margin-top: 4px;
    margin-bottom: 6px;
    margin-left: 10px;
    margin-right: 20px;
    padding: 0px;
}

.PhotoInset p {
    border: 0px;
    margin-top: 2px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 4px;
    padding: 0px;
    font-size: small;
    font-style: normal;
    font-weight: normal;
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
    text-decoration: none;
    text-align: center;
}

.PhotoInset p a {
    border: 0px;
    font-size: small;
    font-style: normal;
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
    text-decoration: none;
}


.PhotoLeftInset {
    display: block;
    position: relative;
    top: 0px;
    float: left;
    width: 127px;
    border: 0px;
    margin-top: 4px;
    margin-bottom: 6px;
    margin-left: 10px;
    margin-right: 20px;
    padding: 0px;
}

.PhotoLeftInset a {
    border: 0px;
    font-size: x-small;
    font-style: normal;
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
    text-decoration: none;
}

.PhotoLeftInset p {
    border: 0px;
    margin-top: 2px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 4px;
    padding: 0px;
    font-size: x-small;
    font-style: normal;
    font-weight: normal;
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
    text-decoration: none;
    text-align: center;
}


/* vim:ts=8:sw=4:sts=4:si:
 */

