#navi, #kopf, #fuss, .Admin {
    display:none;
}

#inhalt .mittig {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#inhalt .bilder_rechts {
	float:right;
	padding: 0px 10px 10px 20px;
	width:340px;
}

#inhalt .bilder_rechts img {
	display:block;
	margin-bottom:10px;
}


#inhalt p, #inhalt div {
    margin-bottom: 1.5em;
}

#inhalt a {
    text-decoration:none;
    color:black;    
}

#inhalt h1 {
	font-size:180%;
	font-weight:bold;
    margin-bottom: 1em;
    border-bottom: 1px solid gray;
}

#inhalt h2 {
	font-size:150%;
	font-weight:bold;
    margin-bottom: 1em;
}

#inhalt h3 {
    font-size: 100%;
    font-weight: bold;
}

#inhalt h4 {
    font-weight: bold;
    font-size: 120%;
}

#inhalt h5 {
    font-style: italic;
    font-size: 100%;
}

#inhalt .hervor {
    font-weight: bold;
}

#inhalt .kvereine {
    list-style-type: none;
    font-size: 130%;
    margin-bottom: 10px;
}

#inhalt .overeine {
    list-style-type: none;
    font-size: 90%;
    margin-left: 20px;
}

#inhalt .LinkeSpalte {
    width: 47%;
}

#inhalt .RechteSpalte {
    float: right;
    width: 47%;
}

#inhalt .Block {
    /*erzeugt einen Block*/
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding-bottom:10px;
}

#inhalt .BlockTitelLine {
    /*erstellt am oberen Rand des Blockes einen farbigen Balken mit der Überschrift*/
    font-weight: bold;
    border-bottom: 1px solid gray;
    margin-top: 0.5em;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0.5em;
}

#inhalt .BlockTitel {
    /*erstellt einen Titel im Block, der fett geschrieben ist und etwas vorsteht*/
    font-weight: bold;
    margin-left: 10px;
    margin-top: 0.5em;
    margin-bottom: 0;
}

#inhalt .BlockInhalt {
    /*Style für einen einfachen Text im Block*/
    margin-left: 20px;
    margin-bottom: 0;
}

#inhalt .BlockFuss {
    /*Style für Den Fuss des Blocks*/
    margin-right: 20px;
    margin-bottom: 0;
    text-align: right;
    font-size: smaller;
}

#inhalt .TabelleUnsichtbar {
    /* für unsichtbare Tabellen im Text*/
    border-collapse: collapse;
    margin-bottom: 10px;
}

#inhalt .TabelleUnsichtbar td, #inhalt .TabelleUnsichtbar th {
    /* für unsichtbare Tabellen im Text*/
    padding-right: 10px;
}

#inhalt .TabelleSichtbar {
    border-collapse: collapse;
}

#inhalt .TabelleSichtbar td, #inhalt .TabelleSichtbar th {
    border: 1px solid black;
    padding: 5px;
}
