@charset "utf-8";

body {
    font: normal 11px/130% "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
    color: #666;
    background-color: #f0eee7;
}

* {
    margin: 0;
    padding: 0;
}

#seite {
    width: 700px;
    min-height: 800px;
    margin: 0 auto;
    background-color: #FFF;

}

/* Header */
header {
    background-color: #0057b8;
    color: white;
    padding-left: 35px;
    padding: 20px;
    height: 60px;

}

#head {
    font-size: 24px;
    line-height: 34px;
    border-top-left-radius: 10px;
    border-radius: 10px;


}



header ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

header li {
    display: inline;
    float: left;
    padding: 10px;
}

#content {
    background-color: #fff;
    padding: 35px;
    padding-top: 30px;
    width: 500px;
    line-height: 130%;
}

nav {
    background-color: #ffd700;
    text-align: left;
    font-weight: bold;
    color: black;
    padding-left: 25px;
    height: 30px;
}

nav ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    padding: 0px, 15px, 5px, 15px
}

nav li {
    display: inline;
    float: left;
    padding: 5px;
    text-transform: uppercase;
    font-size: 11px;
}

nav a {
    border-bottom: solid 1px;
    text-decoration: none;
    display: block
}

a {
    border: none;
    color: #0057b8;

}

nav a:hover {
    color: black;
}

a:hover {
    color: #7CB3DF;
}

/* Überschrift */
h1 {
    font-size: 180%;
    color: #7CB3DF
}

h2 {
    font-size: 140%;
    text-align: left;
    padding-top: 35px;
    padding-bottom: 5px;
    color: #324859
}

h3 {
    font-size: 110%;
    text-align: left;
    margin-top: 1em;
    color: #324859;
    padding-bottom: 5px
}

/* Fließtext */

p {
    text-align: left;
    padding-top: 10px
}

p.adresse {
    text-align: right;
}

#bold {
    font-weight: bold
}

footer {
    clear: both;
    background-color: #fff;
}

/* Tabelle */
table.weitere {
    align: left;
    text-align: left;
    border-collapse: collapse;
}



td,
th {
    padding: 5px;
    line-height: 100%;

}






#weitere {
    font-size: 90%;
    ;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
}

tr.weitere {
    background-color: #E7E7E7;
}

/* Überschrift */
th {
    text-align: left;
    font-size: 100%;
    font-weight: bold;
}

li {
    line-height: 150%;
    padding-top: 5px;
    margin-left: 10px;

}

/*Spamschutz*/
.email > ins:before {
    content: "@";
    text-decoration: none
}

.email del {
    text-decoration: none
}

.email > del {
    display: none
}

*:first-child + html .email > del {
    display: inline
}

/* Workaround fuer IE 7 */
