/*-------- Browser-Standard-Werte zurücksetzten --------*/

* {
    margin: 0;
    padding: 0;
    font-size: 100%; /* bei % oder 'em'-Angaben bleibt die Möglichkeit, mit Hilfe des Browsers die Schriftgröße auf z.B. 'sehr groß' zu stellen */
    font-weight: normal;
}
ul {
    list-style: none;
}
b,
strong {
    font-weight: bold;
}
img,
a img {
    border: none;
    vertical-align: top;
}

/*----------------------------------------------------*/
/* ------------ allgemeine Deklarationen ------------ */

body {
    height: 100%;
    text-align: center;
    line-height: 130%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    background: url(bilder/body.png) repeat-x left top;
    background-color: #2B2B2B;
}

p, h2, ul, ol, table, address, fieldset {
    margin-bottom: 13px;
}

address {
    font-style: normal;
}

h1, h2, h3, h4 {
    line-height: 130%;
    color: #222222;
}
h1 {
    margin-top: 10px;
    margin-bottom: 18px;
    font-size: 30px;
}
h2 {
    font-size: 20px;
}
h3 {
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 15px;
    color: #333333;
}
h4 {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}
h3 a,
h4 a {
    font-weight: bold;
}

a {
    text-decoration: none;
}

hr {
    height: 1px;
    border: 0;
    color: #C40026;
    background-color: #C40026;
}
.hr {
    clear: both;
    margin-bottom: 13px;
    height: 1px;
    background: url(bilder/linie.gif) no-repeat left top transparent;
}
.hr hr {
    display: none;
}
.hr.sw {
    background: url(bilder/linie-sw.gif) no-repeat left top transparent;    
}
.breit .hr {
    background: url(bilder/linie1037.gif) no-repeat left top transparent;
}

/*----------------------------------------------------*/
/* --------------- allgemeine Klassen --------------- */

.h3 {
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}

.normal {
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
}

/* für alle Browser außer IE6 und IE7 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Für IE6 und IE7 */
.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.clear-seite {
    clear: both;
    height: 1px;
    line-height: 0; /* für IE 6 */
}

/* damit im Firefox und Opera ein Scrollbalken auch bei kurzen Seiten erzeugt wird (100.2% von html-Tag geht bei Opera nicht, erst ab 101%) */
.scrollbalken {
    position: absolute;
    bottom: -1px;
    width: 1px;
}

.unsichtbar {
    display: none;
}
.verbergen {
    position: absolute;
    left: -9999px;
}

.margin-0 {
    margin: 0;
}
.margin-bottom-0 {
    margin-bottom: 0;
}
.margin-bottom-13 {
    margin-bottom: 13px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-top-13 {
    margin-top: 13px;
}

.links-33 {
    float: left;
    width: 33%;
}
.links-50 {
    float: left;
    width: 48%;
}
.links-66 {
    float: left;
    width: 66%;
}

/*----------------------------------------------------*/
/*------------------- Boxen --------------------------*/
/*----------------------------------------------------*/

/* auto - [0] - 5 - <1120> - 5 - [0] - auto */
#center {
    position: relative;
    margin: 0 auto;
    padding: 15px 5px 0 5px;
    width: 1120px;
    text-align: left;
}

/*----------------------------------------------------*/

/* 0 - [0] - 0 - <(1120)> - 0 - [0] - 0 */
#kopf {
    height: 363px;
}
#kopf .titellink {
    position: absolute;
    top: 15px;
    left: 5px;
    z-index: 100;
}
#kopf .fadein {
    position: relative;
    height: 363px;
    width: 1120px;
}
#kopf .fadein img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

/*----------------------------------------------------*/

/* 0 - [0] - 0 - <(1117)> - 0 - [0] - 0 */
#navi {
    width: 1117px;
    height: 53px;
}
/*------------- navi in navigation.css ---------------*/

/*----------------------------------------------------*/

/* 0 - [0] - 0 - <1117> - 0 - [0] - 0 */
#seite {
    float: left;
    width: 1117px;
    background-color: #FFFA99;
}

/*----------------------------------------------------*/

/* 0 - [0] - 17 - <780> - 40 - [0] - 0 */
#inhalt {
    float: right;
    padding: 0 40px 10px 17px;
    width: 780px;
}

/* 0 - [0] - 0 - <1067> - 0 - [0] - 0 */
#inhalt.breit {
    float: left;
    width: 1067px;
    padding: 0 10px 10px 40px;
}

/* 0 - [0] - 0 - <1117> - 0 - [0] - 0 */
#inhalt.volle-breite {
    float: left;
    width: 1117px;
    padding: 0;
}

/*-------------- inhalt in inhalt.css ----------------*/

/*----------------------------------------------------*/

/* 0 - [0] - 40 - <200> - 30 - [0] - 0 */
#links {
    float: left;
    padding: 22px 30px 10px 40px;
    width: 200px;
    text-align: center;
}
#links div.facebook {
    display: block;
    margin: 0 0 21px 0;
    height: 21px;
}
/* nur IE 6 */
* html #links {
    padding: 22px 20px 10px 10px;
}
/*------------- links in sidebars.css ----------------*/

/* 0 - [0] - 40 - <200> - 30 - [0] - 0 */
#links-sprungmarken {
    float: left;
    padding: 61px 30px 10px 40px;
    width: 200px;
}
/* nur IE 6 */
* html #links-sprungmarken {
    padding: 61px 20px 10px 40px;
}
/*------- links-sprungmarken in sidebars.css ---------*/

/*----------------------------------------------------*/

/* 0 - [0] - 0 - <1117> - 0 - [0] - 0 */
#fuss {
    clear: both;
    margin: 5px 0 10px 0;
    padding: 4px 0;
    width: 1117px;
    height: 15px;
    color: #F2F2F2;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
}

#fuss ul {
    float: left;
    margin-bottom: 0;
}

#fuss ul li {
    display: inline;
    float: left;
}

#fuss ul li a {
    padding: 0 9px;
    border-right: solid 1px #F2F2F2;
}
#fuss ul li.ende a {
    border-right: none;
}
#fuss ul li a:link,
#fuss ul li a:visited {
    color: #F2F2F2;
}
#fuss ul li a:hover,
#fuss ul li a:active,
#fuss ul li a:focus,
#fuss ul li a.aktiv,
#fuss ul li.ende a.aktiv {
    color: #FFEE00;
}

#fuss a.nachoben:link,
#fuss a.nachoben:visited {
    padding-left: 15px;
    color: #F2F2F2;
    background: url(bilder/oben.gif) no-repeat left center;
}
#fuss a.nachoben:hover,
#fuss a.nachoben:active,
#fuss a.nachoben:focus {
    background: url(bilder/oben-hover.gif) no-repeat left center;
    color: #FFEE00;
}
#fuss .fl-rechts {
    float: right;
    padding-right: 9px;
}
