/* CSS Document */
* {
margin: 0;

}

body { 
	font-size: 100.01%;
	background-color: #FFF;
	font: 100.01% times new roman,times,serif;
	color: #000;
	margin: 0; 
    }

a {
	
	font-size: 0.8em;
	text-decoration: none;
	color: #786C91;
	}

h1 {
	font-weight: bold;
   	font-size: 1.6em;
	}

h2 {
	font-weight: bold;
   	font-size: 1.4em;
	}

h3 {
    font-size: 1.2em;
    font-weight: bold;
	}

/* Layout */
#container { 
	margin: 0;
	}

/* ausgeblendete Inhalte * * * * * * * * * * * * * * * * * */
.sprungmenue,
#headcontent,
#navigationcontainer,
#fussnavigation,
hr {
  	display: none;
	}

/* Ende ausgeblendete Inhalte * * * * * * * * * * * * * * * * * */

/* Inhalt */
div#inhalt {
	margin-top: 50px;
	}
	
/* Fussbereich */	
div#fusszeile {
	margin-top: 30px;
	line-height: 140%;
	}

#copyright {
	margin: 0;
	}

/* Logo und Beschreibung für Ausdruck */
#logo bild {
	margin:0px;
	background-color: #fff; 
	}