@charset "utf-8";

/* ###### Allgemein ##### */
html { height: 100.3%; font-size: 62.5%; }

body {
	color: #333333; font-family:  verdana, arial, "trebuchet ms", sans-serif;
    font-size: 1.3em;
    text-align: center;
	line-height: 1.6em;
    background-color: #FAFAFA;
}

* { margin: 0px; padding: 0px; border: 0px; }

p { margin-bottom: 10px; margin-top: 10px; }

/* Listen */
ul { list-style-image: url(/grafiken/punkt.png); padding: 4px 20px 6px 20px; }
ul ul { list-style-image: url(/grafiken/kreis.png); }
ul ul ul { list-style-image: url(/grafiken/minus.png); }

ol { padding: 4px 20px 6px 20px; }

/* Ueberschriften  */
h1, h2, h3, h4, h5, h6 {
    color: #B54141; margin: 15px 0px 10px 0px; padding-left: 30px;
    border-left: solid #B54141 1px;
}
h1 { font-size: 1.5em; border-left-width: 3px; }
h2 { font-size: 1.3em; border-left-width: 2px; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; font-weight: normal; font-style: italic; }
h6 { font-size: 1.0em; font-weight: normal; }

/* Tabellen */
table { border: 1px solid #CCCCCC; border-collapse: collapse; width: 98%; }
tfoot { text-align: right; }
th { background-color: #FAFAFA; text-align: center; }
th, td { vertical-align: top; padding: 0.5em; border: 1px solid #CCCCCC; }
col#coldatum { min-width: 10em; max-width: 20em; }
caption { font-weight: bold; margin-bottom: 0.5em; }

/* Verknuepfungen */
a { text-decoration: none; }
a:link { color: #B54141; }
a:visited { color: #663300; }
a:hover { color: #000000; }
a[href^="http:"], a[href^="https:"], a[href^="ftp:"], a[href^="ftps:"] {
    background: url(../../../../grafiken/exlink.png) no-repeat right;
    padding-right: 16px;
}

/* TODO entfernen */
a[href^="http://localhost"],
a[href^="http://svens.org"],
a[href^="http://www.svens.org"],
a[href^="https://svens.org"],
a[href^="https://www.svens.org"],
a[href^="http://svenseidel.net"],
a[href^="http://www.svenseidel.net"],
a[href^="https://svenseidel.net"],
a[href^="https://www.svenseidel.net"],
.comments a[href^="http://svenseidel.net"],
.comments a[href^="http://www.svenseidel.net"],
.comments a[href^="https://svenseidel.net"],
.comments a[href^="https://www.svenseidel.net"],
.comments a[href^="http://svens.org"],
.comments a[href^="http://www.svens.org"],
.comments a[href^="https://svens.org"],
.comments a[href^="https://www.svens.org"],
a.noex[href^="http:"], a.noex[href^="https:"] {
  background: none;
  padding-right: 0px;
}

/* Trennungslinie */
hr { display: none; }
div.linie {
    height: 3px;
    background: url(/grafiken/pixel.png) repeat-x;
}

/* Formulare */
fieldset { margin-bottom: 10px; }
legend { font-weight: bold; font-size: 1.1em; margin-top: 10px; }
label { width: 12em; margin: 5px; margin-right: 0.5em; float: left; }
textarea {
    padding: 0.3em;
    width: 97%;
    background: #FAFAFA; border: 1px solid #CCCCCC;
}
input {
    width: 20em;
    padding: 0.3em;
    background: #FAFAFA; border: 1px solid #CCCCCC;
}
input#cap_erg { width: 2em; margin-left: 10px; }
input#email, input#betreff { display:block; float: left; }
p.formular { clear: left; float: left; width: 100%; }

.senden {
    color: #B54141;
    width: 15em;
    margin: 5px 0px 5px 0px; padding: 2px;
    border: 1px solid #CCCCCC; background: #FAFAFA;
}
.senden#ssl {width: 130px;}

/* ###### Seitenaufbau ###### */
div.defloat { clear: both; }

/* umschliesst body */
div#huelle {
    max-width: 980px;
    text-align: left;
    margin: 0px auto; margin-top: 1em; margin-bottom: 1em;
}

/*  Kopf */
div#kopf { line-height: 1.0em; text-align: right; }

/* Navigation */
div#nav {
    width: 100%;
    font-weight:bold;
    float: right; text-align: right;
    margin-right: -6px;
}
div#nav ul { margin-bottom: 1px; margin-top: 10px; padding: 0px; }
div#nav li { display: inline; list-style-type: none; margin-right: 4px; }
div#nav a {
    font-size: 1.0em; text-transform: capitalize; font-variant: small-caps;
    border: 1px solid #CCCCCC; border-bottom: none;
    padding: 1px 3px 3px 3px;
    background: #FAFAFA;
}
div#nav a:hover {
    color: #FFFFFF;
    border: 1px solid #B54141; border-top: 2px solid #B54141;
    border-bottom: none;
    background: #000000;
}

#nav div.linie {
    height: 3px;
    margin-right: 4px; margin-left: -6px;
    background: url(/grafiken/pixel3.png) repeat-x;
}

/* Logo fuer die Seite */
div#seitenlogo { margin-left: 15px; padding-top: 10px; }

/* umschliesst Inhalt */
div#inhalt {
    width: 100%;
    border: 1px solid #CCCCCC; border-top: none;
    background: #FFFFFF;
}

/* Hauptinhalt */
div#inhaltshuelle {
    min-height: 600px;
}

/* umschliesst Text */
div#haupttext {
    font-size: 1.1em;
    margin-right: 200px;
    padding: 20px; padding-top: 2px;
}

div#haupttext a { padding-bottom: 1px; }
div#haupttext a:link { border-bottom: 1px solid #B54141; }
div#haupttext a:visited { border-bottom: 1px solid #663300; }
div#haupttext a:hover { border-bottom: 1px solid #000000; }
div#haupttext a.rahmenlos { border: none; }

/* rechtes Navigationsmenue, fuer Blog - siehe sidebar! */
div#menu {
    float: right; width: 200px; line-height: 1.2em;
    margin: 20px; margin-top: 5px; margin-right: 0;
    padding: 0px 10px 10px 0px;
    border: 1px solid #CCCCCC; border-right: none;
    background: #FAFAFA;
}
div#menu h2 {
    color: #333333; font-size: 1.1em; font-variant: small-caps;
    padding: 10px 0px 5px 10px; margin: 0px;
    border: none;
}
div#menu ul {
    list-style-image: none; list-style-type: none;
    margin-top: 0px; margin-bottom: 0px; margin-left: 0px;
    padding: 0; padding-left: 10px;
}
div#menu li { font-weight: normal; padding-bottom: 2px; }
div#menu a { text-transform: capitalize;  }

/* Abschluss der Seite */
div#fuss {
    color: #666666; font-weight: bold; line-height: 1.0em;
    text-align: right;
    padding-top: 5px;
    width: 100%;
    background: #FAFAFA;
    border-top: 1px solid #CCCCCC;
}
div#valide { margin-top:5px; margin-left: auto; margin-right: auto;}
div#fuss img { padding: 5px; padding-top: 0px; padding-bottom: 0px;}
div#fuss_text { font-size: 0.9em; text-align: center;}

/* ###### seitenspezifische Einstellungen ###### */
/* Sitemap */
body#sitemap ol {
    list-style-type: upper-roman;
    font-variant: small-caps;
    margin-left: 15px;
}

/* Navigation */
body#hauptseite a.navhaupt {
    color: #FFFFFF;
    border: 1px solid #B54141; border-top: 2px solid #B54141;
    background: #000000;
}
body#blog a.navblog {
    color: #FFFFFF;
    border: 1px solid #B54141; border-top: 2px solid #B54141;
    background: #000000;
}
body#uebermich a.navuebermich, body#kenntnisse a.navuebermich,
body#changelog a.navuebermich,  body#sitemap a.navuebermich {
    color: #FFFFFF;
    border: 1px solid #B54141; border-top: 2px solid #B54141;
    background: #000000;
}
body#kontakt a.navkontakt, body#impressum a.navkontakt {
    color: #FFFFFF;
    border: 1px solid #B54141; border-top: 2px solid #B54141;
    background: #000000;
}

/* ###### Menue ###### */

/* Hauptseite */
body#hauptseite a.m_link_haupt {
    padding-left: 10px; border-left: 2px solid #B54141;
}
body#hauptseite #menue_uebermich,
body#hauptseite #menue_kontakt {
    display: none;
}

/* Ueber mich */
body#uebermich a.m_link_uebermich,
body#kenntnisse a.m_link_kenntnisse,
body#sitemap a.m_link_sitemap,
body#changelog a.m_link_changelog {
    padding-left: 10px; border-left: 2px solid #B54141;
}
body#uebermich #menue_haupt,
body#uebermich #menue_kontakt {
    display: none;
}
body#kenntnisse #menue_haupt,
body#kenntnisse #menue_kontakt {
    display: none;
}
body#changelog #menue_haupt,
body#changelog #menue_kontakt {
    display: none;
}
body#sitemap #menue_haupt,
body#sitemap #menue_kontakt {
    display: none;
}

/* Kontakt */
body#kontakt a.m_link_kontakt,
body#impressum a.m_link_impressum {
    padding-left: 10px; border-left: 2px solid #B54141;
}
body#kontakt #menue_haupt,
body#kontakt #menue_uebermich {
    display: none;
}
body#impressum #menue_haupt,
body#impressum #menue_uebermich {
    display: none;
}

/* ###### Klassen ##### */
.captcha {
    border: 1px solid #CCCCCC;
    padding: 3px; margin-bottom: 20px;
    background: #FAFAFA; width: 97%;
    text-align: center;
}
.fehler { font-weight: bold; color: #b54141; background-color:transparent }
.kommentar { color: #999999; font-size: 0.9em; }
.winzig { font-size: 0.8em; }
.zusammenfassung {
    font-size: 0.9em;
    border: 1px solid #b54141;
    background-color: #eee;
    margin-top: 10px; margin-bottom: 10px;
    padding-left: 10px; padding-right: 10px;
    vertical-align: bottom;
}
