@charset "utf-8";
/************************************************
    CSS StyleSheet
    recht-angewandt.de

    Media: Print

    last change: MA 2007-11-26

************************************************/

body {
    margin: 1.5em;
    background-color: #fff;
    font: small/150% Arial, helvetica, verdana, sans-serif;
    color: #333;
    padding: 0 0 3em 0;
}

#header, #head, #side, #footer {
    display: none;
}

img {
    border: 0;
}

/* Content
*************************************************/

#content dl {
    margin: 0 0 20px 0;
}

#content dl dt {
    font-weight: bold;
    margin: 0;
}

#content dl dd {
    margin: 0;
}

#content dl dd.more {
    margin: 0 0 0.9em 0;
}

#content ul.subnav {
    list-style: none;
    margin: 0 0 0 0 !important;
    font-size: 95%;
    line-height: 130%;
}

#content ul.subnav li {
    margin: 0 !important;
}

#content dl dd.date {
    font-size: 90%;
    line-height: 90%;
    margin: 0 0 0.4em 0;
}

#content table tr td {
    vertical-align: top;
    padding: 0 0.5em 0 0;
    margin: 0;
}

#content table {
    border-collapse: collapse;
    margin: 0 0 0.7em 0;
}

#content p.margintop {
    padding-top: 15px;
}

#content ul.lebenslauf {
    list-style: none;
}

#content ul.lebenslauf li {
    margin-bottom: 8px;
}

#content span.orange {
    color: #ff7c00;
}

/* FORMULAR
************************************************/

input, textarea {
    border: 1px solid #ccc;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    padding: 0.3em 0.5em;
    color: #444;
}

input:focus, input:hover, textarea:focus,textarea:hover {
    background-color: #eee;
}

#content input { 
    width: 373px; 
}

#content textarea { 
    width: 373px;
    font-family: Arial;
    font-size: 100%;
}

form input.button {
    width: auto !important;
    margin: 2px 0px 2px 0;
    color: #444;
    font-weight: normal;
    padding: 2px 10px;
    font-size: 100%;
    background-color: #fff;
    border: 1px solid #999;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

input.button:focus, input.button:hover {
    border: 1px solid #ccc;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}

label {
    display: block;
    font-size: 95%;
}

/* Typo
*************************************************/

p {
    margin-bottom: 1em;
}

h1, h2, h3 {
    font-weight: normal;
    margin-bottom: 0.6em;
}

h1 {
    font-size: 200%;
    line-height: 1.2em;
    font-weight: normal;
    color: #ff7c00;
}

h2 {
    font-size: 150%;
    line-height: 1.2em;
    margin-top: 1.5em;
    color: #ff7c00;
}

h2 .pfeil {
    float: right;
}

h3 {
    font-size: 100%;
    font-weight: bold;
}

a, a:active, a:link { text-decoration: underline; outline: none; color: #444; }
a:visited { color: #444; }
a:hover { color: #000; }

span.datum {
    position: absolute;
    font-size: 400%;
    color: #fff;
    margin: 100px 0 0 390px;
    font-family: Times;
}

span.red {
    color: red;
}

#content ul {
    margin-left: 13px;
    margin-bottom: 0.5em;
}

/* Misc
*************************************************/

.floatL {
    float: left;
    margin-right: 2em;
}

.floatR {
    float: right;
    margin-left: 1em;
}

.clear {
    clear: both;
}

.R {
    float: right;
    margin: 0 2em 0 2em;
}

.L {
    float: left;
    margin: 0 2em 0 2em;
}