﻿/* Stylesheet by http://the-seduction.net */

html,body {
    height:100%;
}

body {
    background:url("/reborn/bg.png") #fff;
}

body,table,div,p {
    font-family:Ubuntu, sans-serif;
    font-weight:400;
    font-size:10pt;
    line-height:15pt;
    color:#A3A3A3;
    margin:0;
    padding:0;
}

p {
    text-align:justify;
    margin:0 0 5px;
}

blockquote:before {
    display:block;
    font-family:'IM Fell DW Pica SC', serif;
    content:"\201C";
    font-size:40pt;
    position:absolute;
    left:-40px;
    top:10px;
    color:#e1ca56;
}

blockquote cite {
    color:#6a8e92;
    font-size:8pt;
    display:block;
    margin:5px 0 0;
}

blockquote cite:before {
    content:"\2014 \2009";
}

blockquote {
    font-size:10pt;
    font-style:italic;
    width:360px;
    line-height:14pt;
    position:relative;
    background:#DEE;
    color:#6a8e92;
    -webkit-border-radius:15px;
    -webkit-border-top-left-radius:0;
    -moz-border-radius:15px;
    -moz-border-radius-topleft:0;
    border-radius:15px;
    border-top-left-radius:0;
    border-bottom:5px solid #6a8e92;
    margin:20px 0 20px 100px;
    padding:5px;
}

ul {
    list-style-type:square;
    list-style-position:inside;
    margin:0;
    padding:0;
}

ol {
    list-style-position:inside;
    margin:0;
    padding:0;
}

b {
    color:#8cc3c3;
    font-family:'IM Fell DW Pica SC', serif;
    font-size:14pt;
    font-weight:400;
}

i {
    font-family:'Gloria Hallelujah', cursive;
    font-style:normal;
    font-size:11.5pt;
    color:#e1ca56;
}

u {
    color:#6a8e92;
    font-weight:700;
    border-bottom:dashed 1px #e1ca56;
}

s {
    color:#8cc3c3;
}

li {
    padding-left:15px;
}

h1 {
    color:#e1ca56;
    font-size:30pt;
    line-height:30pt;
    border-bottom:1px dashed #d0d0d0;
    font-family:'Amatic SC', cursive;
    font-weight:400;
    text-align:left;
    margin:15px 0 5px;
    padding:0;
}

h2 {
    text-align:left;
    font-size:14pt;
    line-height:14pt;
    color:#6a8e92;
    font-style:none;
    border-bottom:1px dashed #d0d0d0;
    text-decoration:none;
    font-family:'Gloria Hallelujah', cursive;
    font-weight:400;
    margin:15px 0 5px;
    padding:0;
}

#Navigation h1 {
    text-align:right;
    font-size:12pt;
    color:#fff;
    font-style:none;
    line-height:16pt;
    text-decoration:none;
    background:#6a8e92;
    border:0;
    font-family:'Gloria Hallelujah', cursive;
    font-weight:400;
    margin:20px 0 0;
    padding:5px;
}

.navibox_rahmen {
    background:url("/reborn/bg2.jpg");
    padding:10px;
}

.navibox {
    background:#bddddd;
    padding:5px;
}

#Navigation a:link {
    display:block;
    color:#6a8e92;
    font-size:10pt;
    text-align:left;
    line-height:10pt;
    text-decoration:none;
    background:#DEE;
    margin:1px;
    padding:5px 10px;
    font-style:normal;
}

#Navigation a:hover {
    color:#fff;
    text-decoration:none;
    background:#a4cccb;
}

#Footer a,#Footer a:visited {
    color:#fff;
    font-style:normal;
}

#Container {
    min-height:1500px;
    height:auto!important;
    background:#fff;
    width:800px;
    margin:0 auto -15px;
    padding:20px;
}

#Header {
    width:800px;
    background:url("/reborn/header.png");
    height:300px;
    margin:0;
    padding:0;
}

.Titel {
    color:#fff;
    float:left;
    -webkit-transform:rotate(353deg);
    -moz-transform:rotate(353deg);
    -o-transform:rotate(353deg);
    writing-mode:lr-tb;
    font-size:40pt;
    text-shadow:-1px -1px 1px #bfdddd, 1px 1px 0 #6a8e92, 2px 2px 0 #6a8e92;
    font-family:'Amatic SC', cursive;
    font-weight:400;
    text-align:left;
    margin:170px 0 0 470px;
}

.Untertitel {
    color:#fff;
    float:left;
    -webkit-transform:rotate(353deg);
    -moz-transform:rotate(353deg);
    -o-transform:rotate(353deg);
    writing-mode:lr-tb;
    font-size:8pt;
    line-height:8pt;
    text-transform:uppercase;
    background:#6a8e92;
    text-align:left;
    margin:15px 0 0 500px;
    padding:3px;
}

#Content {
    float:left;
    width:620px;
    background:#fff;
    margin:0;
    padding:0 20px 0 0;
}

#Footer,.beforefooter {
    height:20px;
}

#Footer {
    clear:left;
    background:#6a8e92;
    width:760px;
    font-size:8pt;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    margin:0 auto;
    padding:5px 20px;
}

#Navigation {
    float:left;
    background:#fff;
    text-align:center;
    width:160px;
    margin:0;
    padding:0;
}

.table1 {
    border:1px dashed #C4C4C4;
    background:#fff;
    margin:10px 0;
    padding:1px;
}

.table1 td {
    background:#eaeaea;
    margin:0;
    padding:3px;
}

.table1 th {
    color:#fff;
    background:#e1ca56;
    margin:0;
    padding:3px;
}

.bild {
    border:5px solid #eaeaea;
    margin:5px;
}

.bild:hover {
    border:5px solid #8cc3c3;
    margin:5px;
}

* {
    margin:0;
    padding:0;
}

td {
    vertical-align:top;
}

a:link,a:visited {
    color:#6a8e92;
    font-weight:400;
    font-style:italic;
    text-decoration:none;
}

a:hover {
    color:#8cc3c3;
    text-decoration:line-through;
}


/* Stylesheet by http://the-seduction.net */