/*
www.projektname.de
Start: 20.05.2008
Letzte Aenderung: 21.05.2008
*/
/* Reset all */
*{
        padding: 0;
        margin: 0;
        border: 0;
}

/* Allgemeines */
body {
        width: 970px;
        font-size: 12px;
        line-height: 1.6em;
        color: #333;
        font-family: Trebuchet MS, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
        background-color: #dcdcdc;
        margin: 0 0 0 20px;
}

a:link {
        color: #333;
        text-decoration: none;
}

a:visited {
        color: #333;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

/* Clear Class */
.c {
        clear: both;
}

img, a img {
        border: 0;
}

.keine-anzeige {
        display: none;
}

/* Absaetze */
p {
        font-size: 1em;
        line-height: 1.7em;
        margin: 0.5em 0;
        clear: both;
}

/* Kleinerer Text */
.s {
        font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
        float: left;
        margin: 0 0.5em 0 0;
}

.rightalign {
        float: right;
        margin: 0 0 0 0.5em;
}

h1 {
        color: #f37022;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 15px;
        font-size: 1.7em;
}

h2 {
        color: white;
        text-transform: uppercase;
        font-size: 1.5em;
        background-color: #f37022;
        padding: 3px;
        margin-bottom: 10px;
}

h3 {

}

h4 {

}

/* Layout */

#start {
        width: 295px;
        z-index: 99;
        position: absolute;
        left: 77px;
        top: 76px;
        height: 27px;
}

#start2 {
        width: 295px;
        z-index: 99;
        position: absolute;
        left: 599px;
        top: 76px;
        height: 27px;
}


#vcard {
        background: url(../images/vcard.png) no-repeat;
        width: 202px;
        height: 189px;
        z-index: 99;
        position: absolute;
        left: 788px;
        top: 160px;
}

#tcard {
        background: url(../images/tcard.png) no-repeat;
        width: 202px;
        height: 189px;
        z-index: 99;
        position: absolute;
        left: 788px;
        top: 360px;
}

#wrapper {
        background: url(../images/body_bg.png) repeat-y;
        z-index: 0;
        padding-top: 66px;
        padding-left: 18px;
        width: 952px;
}

#header {
        background: url(../images/header.gif) no-repeat;
        height: 49px;
        top: 66px;
        left: 6px;
        z-index: 2;
        width: 750px;
}

#navi {
        font-family: Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
        font-weight: bold;
        color: white;
        text-align: center;
        width: 750px;
        background-color: #999;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-top: 8px;
}

#navi a {
        color: white;
        font-weight: bold;
        margin-right: 16px;
        margin-left: 0;
        background-color: #999;
        float: none;
}

#content {
        width: 670px;
        padding: 40px;
}

#content li {
}

#content ul {
        list-style-position: outside;
        list-style-type: circle;
        font-weight: bold;
        background-color: #dcdcdc;
        padding: 10px 30px;
}

#content ol {
        padding-right: 120px;
        padding-left: 30px;
}

#content ol li {
        margin-bottom: 10px;
}

#heiko ul {
        list-style-position: outside;
        list-style-type: circle;
        padding: 10px 80px 10px 30px;
        background-color: white;
        font-weight: normal;
        font-style: normal;
}

#heiko li {
        list-style-position: outside;
        list-style-type: circle;
        background-color: white;
        font-weight: normal;
        font-style: normal;
        margin-bottom: 10px;
}

#content a,  #content a:visited {
        color: #f37022;
        padding: 2px;
        text-decoration: underline;
}

#content a:hover {
        color: white;
        padding: 2px;
        text-decoration: underline;
        background-color: #f37022;
}

#sticker {
        background: url(../images/sticker.png) no-repeat;
        width: 164px;
        height: 195px;
        float: left;
        margin-top: 20px;
        font-size: 0.8em;
        line-height: 1.5em;
        padding: 20px 35px 20px 20px;
}

#sticker2 {
        background: url(../images/sticker2.png) no-repeat;
        width: 161px;
        height: 195px;
        float: left;
        margin-top: 20px;
        font-size: 0.8em;
        line-height: 1.5em;
        padding: 20px 35px 20px 20px;
}

#sticker a, #sticker a:visited {
        color: #f37022;
        text-transform: uppercase;
        font-weight: bold;
        padding: 2px;
        font-size: 1.0em;
        line-height: 30px;
}

#sticker a:hover {
        color: white;
        background-color: #f37022;
        font-weight: bold;
        padding: 2px;
        text-decoration: none;
        font-size: 1.0em;
        line-height: 30px;
}

#footer {
        background: url(../images/footer.png) no-repeat;
        height: 55px;
        text-align: center;
        padding-right: 185px;
        font-size: 0.8em;
        padding-top: 35px;
}

 label {
        color: white;
        width: 150px;
        background-color: #f37022;
        padding-left: 5px;
        margin-right: 6px;
        float: left;
}

input {
        border: 1px solid #f37022;
        width: 250px;
        height: 17px;
        display: block;
        margin-bottom: 6px;
        margin-left: 0;
        font-family: "Courier New", Courier, mono;
        float: left;
}

textarea {
        border: 1px solid #f37022;
        width: 250px;
        height: 120px;
        display: block;
        margin-bottom: 6px;
        margin-left: 0;
        max-width: 250px;
        font-family: "Courier New", Courier, mono;
        float: left;
}

form {
        width: 420px;
}

.button {
        width: 122px;
        background-color: #999;
        color: white;
        text-transform: uppercase;
        border-style: none;
        float: right;
        margin-right: 8px;
        margin-top: 8px;
        font-weight: bold;
        font-family: Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
}

.error {
        color: #f37022;
        font-weight: bold;
        text-transform: uppercase;
}
