﻿/* 
 * Globale Deklarationen für Farben und allgemein genutzte HTML-Tags
 */
html {
    color: #A0A0A0;
    background-color: #000000;
    font-family: sans-serif;
    font-size: 11pt;
}

#body {
    min-width: 950px;
    margin: auto;
}

img {
    border: 0;
}

a:link {
    font-weight: bold;
    text-decoration: underline;
    color: #d00000;
}

a:visited {
    font-weight: bold;
    text-decoration: underline;
    color: #900000;
}

a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #d00000;
}


hr {
    background-color: #A0A0A0;
    border: 1px solid #A0A0A0;
}

h1 {
    font-size: 30px;
    margin-bottom: 30px;
}

h3 {
    text-align: center;
}

table {
    width: 90%;
    margin: 10px auto 10px;
}

th {
    text-align: left;
}

/*
 * Header
 */

#header {
    width: 950px;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
}

/*
 * left_box als Rahmen für Navi & Navi selbst + Links
 */


#left_box {
    float: left;
    width: 200px;
    margin-top: 66px;
    min-height: 550px;
}

#navi {
    margin-top: -1px;
    text-align: center;
    border: solid 4px #A0A0A0;
    background-color: #202020;
    -moz-border-radius: 1.5em 0.5em;
    -webkit-border-top-left-radius: 1.5em;
    -webkit-border-bottom-right-radius: 1.5em;
    -webkit-border-bottom-left-radius: 0.5em;
    -webkit-border-top-right-radius: 0.5em;
}

#navi ul {
    list-style-type: none;
    padding: 10px 0px;
    margin: 10px 0px;
}

#navi li a {
    display: block;
    line-height: 35px;
    width: 100%;
}

#navi a:link, #navi a:visited {
    text-decoration: none;
}

#navi a:hover {
    background: transparent center no-repeat url('/pics/hover_bg.png');
}

/*
 * Content als Haupt-Div
 */

#content {
    margin-left: 220px;
    min-height: 500px;
}

/*
 * Footer
 */
 
#footer {
    clear: both;
    text-align: center;
    font-size: 8pt;
    margin-top: 50px;
}

#footer hr {
    width: 75%;
}

/*
 * Zeugs für das Kartei-Aussehen
 */
 
.entry {
    background-color: #202020;
    margin-top: -1px;
    border: solid 4px #A0A0A0;
    margin-bottom: 30px;
    padding: 10px;
    -moz-border-radius: 1.5em 0.5em;
    -webkit-border-top-left-radius: 1.5em;
    -webkit-border-bottom-right-radius: 1.5em;
    -webkit-border-bottom-left-radius: 0.5em;
    -webkit-border-top-right-radius: 0.5em;
}

h2 {
    font-size: 12pt;
    color: #202020;
    background: url('/pics/h2_bg.png') bottom right no-repeat;
    display: inline;
    padding: 1px 22px 0px 10px;
    margin-left: 13px;
}

.kartei {
    margin: 0 0 0 1.5em;
    padding-top: 1px;
    background: url('/pics/h2_left.png') left no-repeat;
}

/*
 * Diverse Klassen & Spezielle Ausrichtungen für einzelne Unterseiten
 */

.center {
    text-align: center;
    margin: auto;
}

.leftfloat {
    float: left;
    margin: 10px 20px 10px 0px;
}

.rightfloat {
    float: right;
    margin: 10px 0px 10px 20px;
}

textarea {
    margin: auto;
}

.cleardiv {
    clear: both;
    width: 0px;
    height: 0px;
    border: 0;
    margin: 0;
    padding: 0;
}

.backpfeil {
    float: right;
}

/*
 * IE-Fixes, alles per Star-HTML
 * ie_left und _right werden benötigt für die friends-Page, IE verlängert die div mit rechtsfloat-Bildern
 * die Fixes für entry und navi wirken gegen bugs bei den betreffenden negativen Margins
 *
 * Notiz (090408) - Weg mit IE6 , weg mit Fixes... als Anschauungsobjekte noch vorhanden...

* html .entry, * html #navi {
    margin-top: 0px;
}

* html .ie_right {
    float: right;
    margin: auto;
    width: 33%;
}

* html .ie_left {
    float: left;
    margin-left: auto;
    width: 33%;
}
* 
*/

/*
 * Die große fette IE-Warner-Box...
 */

#ie_warner {
    color: red; 
    background-color: yellow; 
    border: solid 5px gray; 
    text-align: center; 
    float: left; 
    margin: 20px; 
    padding: 20px; 
    font-size: 30px;
}

#ie_warner a:link {
    color: black;
}

#ie_warner a:active, #ie_warner a:hover {
    text-decoration: blink;
}
