* {
    margin: 0;
	}

html, body    {
	font-family: arial, sans-serif;
	}

body, .header_head 	{
	margin: 0px auto;
	width: 1200px;
	}
	

.header_head {
	position:fixed;
	top:0px;
	height: 174px;
	padding:0px;
	background-color: #F1F3F4;
	background-image: url(../bilder/marktplatz.jpg);
	background-repeat:no-repeat;
	z-index: 3;
	}
		
header p {
    color: #7330b1;
    font-size: 1.8em;
    font-weight:bold;
    padding: 15px 10px 0 10px;
    margin-left: 190px;
    text-align: left;
    
	}

nav {
	position:relative;
	top: 106px;
    background-color: #ceb98e;
}

nav ul {
    padding: 0;
	}

nav li {
    list-style-type: none;
    display: inline-block;
    line-height: 1.5em;
    border-right: black 1px solid;
	}

nav a:link, nav a:visited {
  background-color: #ceb98e;
  color: black;
  padding: 0.2em 0.3em 0.2em 0.6em;
  text-align: center;
  text-decoration: none;
	}
	
nav a:hover {
    text-decoration: underline;
    background-color: #E5E7E6;
	}
	
nav ul li#btn_active a:link,
nav ul li#btn_active a:visited	{
	/*background-color: #E5E7E6;*/
	background-color: #ede6bc;
	color: #6A3522;
	}
	
.keinrahmen {
    border-right: 0;
	}

.schatten {
    background-image: url(../bilder/schatten.png);
    height: 12px;
	}
	
main {
	width: 100%;
	display: flex;
}

#inhalt {
	width:70%;
	position:relative;
	top:190px;
	/*background-color: #E5E7E6;*/
	background-color: #efefef;
	margin-left: 0em;
	min-width: 16em; /* Mindestbreite (der Überschrift) verhindert Anzeigefehler in modernen Browsern */
	height:auto;
	}

aside {
	width:30%;
	position:relative;
	top:190px;
}

aside img {
	width:100%;
}

article {
    margin: 10px 15px;
    padding-left:10px;
    padding-top:15px;
	}

article h1 {
    margin-bottom: 0.4em;
	}

article p, article ul	{
    margin-bottom: 1em;
    line-height: 1.5em;
	}

.footer_foot {
	width: 1200px;
	margin: 0px auto;
	height:20px;
	position:fixed;
	bottom:0;
	left: 0;
	right:0;
	padding: 10px 0px;
	background: #ceb98e;
	text-align:center;
	}
.band {
	font-family: gothic, serif;
	line-height: 1.5em;
}

a[href^="#"] {
    /* Formatierungen für seiteninterne Verweise */
  }
  a[href^="#"]:before{
    content:'➡ ';
  }
  a[href^="#top"]:before{
    content:'➡';	
    display: inline-block;
    color:#e04c32;
    font-size: 1.5em;
    transform:rotate(-90deg);	
  }  
