* {
    margin: 0;
    padding: 0;
}

body {
    vertical-align: top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /* text-transform: lowercase; */
    color: #FFFFFF;
    background-color: #000000;
    font-size: x-small;
}


/*/////////////////////////////////
// Paragraphs and Links          //
/////////////////////////////////*/

p {
    font-family: inherit;
    font-size: inherit;
    text-align: left;
    margin: 5px 10px;
    padding: 5px 0px;
}

h1 { /* first headline */
    font-size : 130%;
    font-weight: bold;
    text-align: center;
    margin: 20px 10px;
    /* text-transform: uppercase; */
}

h2 {  /* second headline */
    font-size : 110%;
    font-weight: bold;
    text-align: center;
    margin: 10px;
}

h3 {  /* third headline */
    font-size : 105%;
    font-weight: bold;
    margin: 10px;
}

.supertitle { /* bold and bigger text ABOVE a bigger title*/
    font-size : 100%;
    font-weight: bold;
    text-align: center;
    padding: 20px 0px 5px 0px;
}

.subtitle { /* bold and bigger text BELOW a bigger title*/
    font-size : 100%;
    /* font-weight: bold; */
    text-align: center;
    padding-top: 8px;
}

.instructions { /* special marked text for users */
    font-size: 100%;
    color: #999999;
    text-align: center;
}

.invisible { /* hidden text */
    display: none;
}

.centered {
    text-align: center;
}

.copyright {
   font-size: 90%;
   text-align: center;
   margin-top: 25px;
   margin-bottom: 0px;
}

.copyright img {
   margin-top: 8px;
   margin-bottom: 15px;
   border: 2px solid #FFFFFF;
}

.data {
    font-size: 80%;
    visibility: hidden;
}

.msghead {
    margin-top: 22px;
    margin-bottom: 0px;
    color: #EEEEFF;
}

p.spacing {   /* space on the end of the site */
    margin-bottom: 150px;
}

a {
    color: #6677AA;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #6677AA;
}

a:hover {
    color: #445588;
    text-decoration: none;
}

img {
    border: none;
}

hr {
    width: 30%;
    margin: 20px;
    color: #999999;
    /* background-color: #777788; */
}

ul {
    margin-left: 40px;
}

td, th {
    vertical-align: top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #CCCCDD;
    font-size: small;
}

/*/////////////////////////////////////////
// Blocks, Overview Pages, Basic Definitions    //
/////////////////////////////////////////*/

div.textspace {
    position: absolute;
    top: 0px;
    margin: 5px;
    padding-bottom: 25px; /* substitute for height */
    width: 168px;
    /* height: 478px; */
}

div.textarea {
    position: relative;
    margin-bottom: 5px;
    padding: 5px 5px 15px 5px;
    width: 100%;
    /* background: #111122; */
    border: 1px solid #777788;
}

div.textarea ul {
    margin-left: 32px;
}

div.copyblock {
    position: relative;
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
    background: #111122;
    border: 1px solid #777788;
}

div.thumbarea {
    position: absolute;
    top: 75px;
    left: 190px;
}

div.thumbblock_l {  /* for landscape-thumbs (height 80px) */
    float: none;
    position: relative;
    height: 94px;
    /* old (pic-height= 80px):  height: 112px; */
    /* new (pic-height= ??px):  height: 125px; */
    overflow: visible;
}

div.thumbblock_p {  /* for portrait-, big or mixed thumbs (height 120px)*/
    float: none;
    position: relative;
    height: 165px;
    /* old (pic-height= 80px):  height: 152px; */
    overflow: visible;
}

div.thumbarea a {
    float: left;
    display: block;
    margin: 4px;
    border: 2px solid #FFFFFF;
}

div.thumbarea a:hover {
    border-color: #999999;
}

/*/////////////////////////////////////////
// Blocks, Picture Pages, Basic Definitions       //
/////////////////////////////////////////*/

div#navblock {
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
    padding: 7px 5px 4px 5px;
    text-align: center;
    /* background-color: #111111; */
    border: 1px solid #999999;
}

div#navblock a {
    margin: 0px;
    padding: 6px 8px;
    font-size: 12px;   /* nicht optimal! */
    color: #999999;
}

div#navblock_pages {
    position: absolute;
    top: 6px;
    left: 195px;
    width: 518px;  /* for 4 columns */
    height: 36px;
    border: none;
}

div#navblock_pages  div{
    position: relative;
    float: left;
    top: 0px;
    width: 33%;
    height: 100%;
    padding: 25px 0px;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    border: none;
}

div#navblock_pages div a {
    color: #999999;
    border: none;
}

div.thumbareatext p {
    margin-top: 2px;
}

div.picblock {
    position: absolute;
    top: 5px;
    left: 190px;
    padding-right: 5px;
    padding-bottom: 3px;
}

div.picblock  img{
    border: 50px solid #FFFFFF;
}
