   /**************************************************************************/
   /* Scriptinfo:                                                            */
   /* ===========                                                            */
   /* Author: Julian Mollik                                                  */
   /* Email: jule@creative-coding.net                                        */
   /* Website: http://www.creative-coding.net/                               */
   /* Created: 07/2008                                                       */
   /*                                                                        */
   /* Copyright 2008 Julian Mollik &                                         */
   /* Illegal distribution prohibited                                        */
   /**************************************************************************/
   
body {
background-color: #FFFFFF;
margin: 0px;
}
   
/* DIV container definitions */

#container
{
width: 750px;
min-width: 750px;
margin: 10px auto;
color: #8D054D;
line-height: 150%;
font-family: Georgia, Times, Serif;
font-size: 0.8em;

z-index: 0;
}

/* header ... */

#header
{
height: 130px;

border-left: 1px solid #333333;
border-top: 1px solid #333333;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;

background-image: url(../graphic/header.jpg);
background-repeat: no-repeat;
background-position: left top;

text-align: right;
padding-right: 6px;

font-size: 1.0em;
font-family: Verdana, sans-serif;
color: #003399;
}

#header p
{
margin-top: 85px;
}

#header span
{
font-weight: bold;
font-size: 1.25em;
}

/* navigation-content box ... */

#navigation-content
{
border-left: 1px solid #333333;
border-right: 1px solid #333333;
padding-left: 5px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
min-height: 650px;
}

/* navigation ... */

#navigation
{
color: #000000;
width: 130px;
margin: 0px;

padding-left: 15px;
padding-top: 10px;
padding-right: 15px;
padding-bottom: 10px;

font-family: Verdana, sans-serif;
color: #003399;
float: left;
}

#navigation li li a 
{
color: #555555;

padding-left: 17px;
padding-top: 3px;
padding-right: 6px;
padding-bottom: 3px;

margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
width: 100px;
}

#navigation li li a:hover
{
color: #003399;
}

#navigation ul
{
margin: 0px;
padding-left: 0px;
padding-top: 2px;
padding-right: 0px;
padding-bottom: 20px;
list-style-type: none;
}

#navigation li span
{
font-weight: bold;
}

/* content ... */

#content
{
padding-left: 20px;
padding-top: 0px;
padding-right: 20px;
padding-bottom: 10px;
margin-left: 165px;
}

/* footer ... */

#footer
{
height: 30px;

padding-left: 10px;

padding-right: 6px;
padding-top: 6px;

border-left: 1px solid #333333;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
clear: both;

font-size: 0.8em;
font-family: Verdana, sans-serif;
color: #003399;
line-height: 120%;

background-color: #CCCCCC;
}

#footer-right {
float: right;
text-align: right;
}

#footer a {
color: #003399;
}

/* banner ... */

#banner
{
width: 150px;
height: 150px;
position: absolute;
top: 0px;
right: 0px;
z-index: 1;
}

/* general definitions ... */

img {
border: 0px;
}

h1 {
font-weight: bold;
font-size: 1.25em;
color: #8D054D;
margin-top: 10px;
}

h2 {
font-weight: bold;
font-size: 1.25em;
color: #8D054D;
}

h3 {
font-weight: bold;
font-size: 1.00em;
color: #8D054D;
margin-top: 20px;
margin-bottom: -10px;
}

p.quote {
margin-left: 37px;
margin-right: 70px;
/*text-align: justify;*/
font-style: italic;
}

p.toc1left {
margin-left: 30px;
margin-bottom: -10px;
margin-top: 18px;
}

p.toc1 {
margin-left: 0px;
margin-bottom: -10px;
margin-top: 18px;
}

p.toc2 {
margin-left: 32px;
margin-bottom: -10px;
margin-top: 14px;
}

p.toc3 {
margin-left: 67px;
margin-bottom: -10px;
}

p.toc1 span {
margin-right: 20px;
}

p.toc2 span {
margin-right: 12px;
}

p.toc3 span {
margin-right: 8px;
}

p.thesis {
text-align: justify;
margin-bottom: -10px;
}


em {
/* empty */
}

strong { 
/* empty */
}

strong.caps {
font-variant:small-caps;
}

ul.text li {
margin-top: 10px;
}

acronym {
cursor: help;
border-bottom: 1px dotted;
}

a {
color: #555555;
}

a:hover {
color: #8D054D;
text-decoration: none;
}

table.impressum {
margin-top: 30px;
margin-left: 80px;
}

table.impressum th {
font-weight: normal;
width: 90px;
vertical-align: top;
text-align: left;
}

table.downloads {
margin-top: 30px;
margin-left: 40px;
width: 450px;
}

table.downloads th {
font-weight: normal;
width: 280px;
vertical-align: top;
text-align: left;
}

table.downloads td {
vertical-align: bottom;
text-align: right;
}

table.impressum td.w3c {
padding-top: 10px;
}

table.progress {

}

table.progress th {
font-weight: normal;
width: 200px;
vertical-align: top;
text-align: left;
}

table.progress td {
vertical-align: top;
padding-left: 30px;
}

table.progress td.done {
color: #999999;
}

table.progress td.progress {
color: #555555;
}

table.progress td.future {
color: #222222;
}

hr {
border: 1px;
color: #555555;
background-color: #555555;
height: 1px;
width: 80%;
margin-top: 30px;
margin-bottom: 30px;
}

sub, sup {
line-height: 0px;
font-size: 80%;
font-family: Georgia, Times, Serif;  
}