/* Globale Styles */
body, html {
	margin:0px;
    padding:0px;
    border-collapse:collapse;
    background-color:#FFFFFF;
	}

h1 {
    font:48px Arial, Helvetica, sans-serif;
    color:#000000;
    font-weight:bold;
    }

h2 {
    font:24px Arial, Helvetica, sans-serif;
    color:#000000;
    font-weight:bold;
    }

h3 {
    font:18px Arial, Helvetica, sans-serif;
    color:#000000;
    font-weight:bold;
    }

p {
    font:16px Arial, Helvetica, sans-serif;
    color:#000000;
    font-weight:normal;
    text-align:justify;
    }
     
span {
    font:16px Arial, Helvetica, sans-serif;
    color:#000000;
    font-weight:normal;
    text-align:justify;
    }
     
a {
    font:16px Arial, Helvetica, sans-serif;
    font-weight:normal;
    text-align:justify;
    }
/* Klassen */
/* Bildschirmhintergrund der Seite */
.voll {
    margin:0px;
    padding:0px;
    width:800px;
    background-image:url('Bilder/Hintergrund800_100.jpg');
    background-position:center;
    background-repeat:repeat-y;
    }
/* Titelleiste */
.banner {
    width:800px;
    height:200px;
    background-image:url('Bilder/Banner.jpg');
    background-position:50% 50%;
    background-repeat:no-repeat;
    }
/* Trennleisten */
.trenner {
    width:800px;
    height:15px;
    background-image:url('Bilder/Trenner800_15.jpg');
    background-position:50% 50%;
    background-repeat:no-repeat;
    }

.trennerinhalt {
    width:655px;
    height:15px;
    background-image:url('Bilder/Trenner655_15.jpg');
    background-position:50% 50%;
    background-repeat:no-repeat;
    }

.trennertext {
    width:615px;
    height:1px;
    background-image:url('Bilder/Trenner615_1.jpg');
    background-position:50% 50%;
    background-repeat:no-repeat;
    }

.trennernavigation {
    width:135px;
    height:15px;
    background-image:url('Bilder/Trenner130_15.jpg');
    background-position:2px 50%;
    background-repeat:no-repeat;
    }
/* Inhalt */
.hauptinhalt {
    margin:0px;
    padding:0px;
    width:665px;
    background-color:transparent;
    vertical-align:top;
    text-align:justify;
    padding-left:10px;
	}
.inhaltoben {
    margin:0px;
    padding:0px;
    width:655px;
    height:20px;
    background-image:url('Bilder/InhaltOben.jpg');
    background-position:50% 50%;
    background-repeat:no-repeat;
    }

.inhalt {
    margin:0px;
    padding:0px;
    width:615px;
    padding:0px 20px;
    background-image:url('Bilder/InhaltMitte.jpg');
    background-position:center;
    background-repeat:repeat-y;
    }

.inhaltunten {
    margin:0px;
    padding:0px;
    width:655px;
    height:20px;
    background-image:url('Bilder/InhaltUnten.jpg');
    background-position:50% 50%;
    background-repeat:no-repeat;
    }
/* Fusszeile */
.fuss {
    width:800px;
    height:15px;
    background-image:url('Bilder/Trenner800_15.jpg');
    background-position:50% 50%;
    background-repeat:no-repeat;
    }
/* Design by mwd*/
.design {
    width:135px;
    height:80px;
    }

.design a {
    width:135px;
    height:80px;
    background-image:url('Bilder/DesignMWD.jpg');
    background-position:50% 50%;
    background-repeat:no-repeat;
    }

.design a:hover {
    width:135px;
    height:80px;
    background-image:url('Bilder/DesignMWD.jpg');
    background-position:50% 50%;
    background-repeat:no-repeat;
    }
