* {
    margin: 0;
    padding: 0;
    font-family: Georgia, Garamond, serif;
    font-size: 12pt;
    line-height: 1.3em;
    border-collapse: collapse;
}

body {
    position: relative;
    background: #EEE url("sysimages/background.png") fixed no-repeat right bottom;
}

p {
    padding: 0.25em 0 0.4em;  
}

ul {
    margin: 0.3em 0 0.3em;
}

li {
    list-style: square outside;
    list-style-image:url("sysimages/green8px.png");
    padding: 0.25em;
    margin-left: 1.5em;
}

a {
    font-size: 1em;
    color: #080;
    text-decoration: none;
}

a:hover {
    color: #080;
    text-decoration: underline;
}

img {
    border: none;
}

div {
    position: relative;
}


/* HEADLINES AND THEIR MODIFIKATIONS */

h1, h2, h3, h4 {
    padding-top: 0.5em;
    padding-bottom: 0.3em;
}

h1 {
    font-size: 1.2em;
}

h2 {
    font-size: 1.2em;
    font-weight: normal;
}

#header h1,h2 {
    padding: 0.1em 0 0.1em;
    font-weight: normal;
}

#header h1 {
    font-size: 1.5em;
    line-height: 1.5em;
}


/* OTHER STUFF */

div#contentside {
    margin-left: 178px;
    width:800px;
    margin-right: 110px;
}

div.left {
    left: 0px;
    float: left;
}

div.center {
    max-width: 480px;
    margin: 0 10px 0;
}

div.right {
    right: 0px;
    float: right;
}


/* TOP BAR - BLACK BAR ON TOP OF EACH PAGE */

#topbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    color: #FFF;
    padding: 6px;
    background-color: #000;
    height: 20px;
    z-index:5;
}

#topbar a {
    color: #FFF;
    text-decoration: none;
}

#topbar img {
    padding: 0 4px 0;
}

#topbar a:hover {
    color: #ADA;
}

*.smalltext {
    font-size: 0.8em;
}

/* LARGE ELEMENTS FOR DESCRIBING THE MOST IMPORTANT THINGS AT THE PAGE */

#logo {
    position: fixed;
    display: block;
    left: 24px;
    top: 56px;
    z-index: 5;
}

#header {
    margin-top: 48px;
    height: 96px;
    padding: 4px 0px;
    text-align: right;
}

#titleimage {
    display: block;
    margin:0px 0 0;
}

#navigation {
    position: relative;
    margin: 0;
    padding: 8px 0 8px;
    line-height: 2em;
    z-index: 2;
    background: url("sysimages/black75.png");
    vertical-align: middle;
}

#navigation a {
    font-weight: bold;
    color: #ADA;
    padding: 0.5em 0.8em 0.5em;
}

#navigation #thisPageLink {
    font-weight: bold;
    color: #FFF;
    padding: 0.5em 0.8em 0.5em;
}

#navigation li
{
    display: inline-block;
    list-style: none;
    padding: 0 0 0;
    margin: 0 0 0;
}

#navigation a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #941;
}

#content {
    margin-top: 16px;
    padding: 32px;
    background: url("sysimages/white70.png") repeat;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
    
    text-align: justify;
    line-height: 1.41em;
}

#content h2
{
    font-size: 1.41em;
    color: #080;
    padding: 0.5em 0 1em;
}

#content h3
{
    font-size: 1.2em;
    color: #080;
    padding: 1em 0 0.5em;
}

#content h4
{
    font-size: 1.1em;
    color: #000;
    padding: 1em 0 0.5em;
}

#content strong
{
    font-weight: bold;
    color: #941;
}

#content p
{
    padding: 0.5em 0 0.71em;
    line-height: 1.41em;
}

#content a:hover
{
    color: #000;
    background-color: #ADA;
    text-decoration: none;
}

#content img
{
    padding: 1em 0 0;
}
