@charset "utf-8";
/* CSS Document */

    body {
    	font: 12px Arial, Helvetica, sans-serif;
		background-image: url(bilder/allgemein/glyph.jpg);
    	margin: 0; 
    	padding: 0;
		line-height:18px;
		letter-spacing:.1em;
    	text-align: center; 
    	color: #000000;
    }
	
	h1 {
    	margin: 10px 0px 10px 0px;
		padding-bottom: 5px;
		font-size:16px;
		color:#991405;
		border-bottom:1px solid;
		
		
    }
	
	h2 {
    	padding-bottom: 0px;
		margin-bottom: -8px;
		font-size:14px;
		color:#333333;
		
		
		
    }
	
	h3 {
    	border-bottom:1px solid;
		color:#333333;	
    }
	
	h4 {
    	border:1px solid;
		color:#333333;
		font-size:11px;	
		margin: 20px 50px;
		padding: 10px;
		
    }
	
	a img {border: none}
	
	a:link, a:visited, a:hover {
		text-decoration: none;
}
	
    .ex-site #container {
    	width: 100%;  /* Container Breite 100% */
    	margin: 0 auto; 
    	text-align: left; /* Einstellung text-align: center im Body-Element überschreiben. */
    }
    .ex-site #titel {
    	padding: 25px 0 0 0;  
    }
    
    .ex-site #inhalt {
    	padding: 2px 15px;
		margin: 15px 200px 15px 173px;
    	background-image: url(bilder/allgemein/glyphohne.jpg);
		
    }
	
	.ex-site #inhalt a {
	color:#99140F;
	font-weight: bold;
		}
		
	.ex-site #inhalt a:hover{
	color:#000000;
	background-color:#EC812F;
	}
	.ex-site #inhalt a:visited{
	color:#6A0D0B;
	font-weight: normal;
}
	
	
    .ex-site #footer { 
    	margin: 15px 0;
		background-image: url(bilder/nav/orangeunten.jpg);
		    	
    } 
    .ex-site #footer p {
    	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }
