body {
	text-align: center;
	color: #858585;
	background-color: #ffffff;
	font-family: Trebuchet, Helvetica, Arial, sans-serif;
	font-size:1em;
	width:100%;
	margin:auto;
	}


/* ----------------------------------------------------------------------------------------------------- */
/* Vereinbarungen zum allumfassenden Bereich "seite" */	
/* ----------------------------------------------------------------------------------------------------- */

div#seite {
    margin:auto;
	/*border: 0.05em solid #858585;
	background-color: #cdfffe;*/
	float:left;
	}


/* ----------------------------------------------------------------------------------------------------- */
/* Vereinbarungen zum Bereich "kopf" (Titelbild) */	
/* ----------------------------------------------------------------------------------------------------- */

div#kopf{
	border:0;
	margin:auto;
	padding:0;
	clear:left;
	}

div#kopf img{
	width:100%;
	display:none;
	}


/* ----------------------------------------------------------------------------------------------------- */
/* Vereinbarungen zum Bereich "inhalt" (Hauptbereich) */	
/* ----------------------------------------------------------------------------------------------------- */

div#inhalt{
	font-size:1em;
	width:100%;
	border:0em;
	}
	
div#inhalt a{
	color: #9c0000;
	text-decoration:none;
	}
	
div#inhalt a:hover, div#inhalt a:focus{
	color: #dd0000;
	text-decoration:underline;
	}
	
div#linkespalte, div#rechtespalte{
	float:left;
	text-align:left;
	color: #858585;
	background-color:#ffffff;
	/*border: 0.08em dashed #dddddd;*/
	padding:0.3em;
	margin-top:0.3em;
	margin-bottom:0.3em;
	margin-right: 0.21em;
	}

div#linkespalte{
	width:90%;
	margin-left: 0.21em;
	}
	
div#linkespalte h2{
	text-align:left;
	}
	
div#linkespalte span.klein{
	font-size:0.7em;
	margin:0.3em;
	display:block;
	}
	
div#linkespalte ul{
	font-size: 0.9em;
	}
	/*
* html div#linkespalte li{
	margin-bottom:1.5em;
	}
	*/
div#rechtespalte{
	width:12.7em;
	margin-left: 0em;
	display:none;
	}
	
div#rechtespalte ul{
	font-size:0.7em;
	}
	
	
/* ----------------------------------------------------------------------------------------------------- */
/* Vereinbarungen zum Bereich "menu" (befindet sich im Hauptbereich) */	
/* ----------------------------------------------------------------------------------------------------- */

 .menu {
	float:right;
	clear:right;
	padding:0em;
	margin-top:0.5em;
	margin-left:0.21em;
	margin-right:0.35em;
	margin-bottom:0.5em;
	display:none;
	}

 .menu li {
	vertical-align:middle;
	display:inline;
	text-align:center;
	font-size:0.9em;
}

.menu li a {
	padding:0.3em;
	border: 0.08em dashed #dddddd;
	background-color:#ffffff;
}

.menu li a:hover, .menu li a:focus {
	text-decoration: none;
	background-color:#eeeeee;
}


/* ----------------------------------------------------------------------------------------------------- */
/* Vereinbarungen zum Bereich "kopf" (Titelbild) */	
/* ----------------------------------------------------------------------------------------------------- */

div#fuss{
	border:0;
	margin:auto;
	padding:0;
	clear:both;
	}
	
div#fuss p{
	padding:1em;
	font-size:0.7em;
	text-align:left;
	}
	
	

/* ----------------------------------------------------------------------------------------------------- */
/* Vereinbarungen zu Schrift in allen Bereichen */	
/* ----------------------------------------------------------------------------------------------------- */

h1 { 
	font-size:1.5em;
	}
	
h2 { 
	font-size:1.3em;
	}
	
h3 { 
	font-size:1em;
	}

h4 { 
	font-size:0.8em;
}
	