*{
    margin:0;
    padding: 0;

}

body {
    font-family: sans-serif;
    text-align: center;
    background-color: #DDA125;
    background-image: url(../images/hintergrund/hg1.gif);
    background-attachment: fixed;
}

/* Für alte Browser */
header, nav, section, footer {
        display: block;    
}

#inhaltsbereich {
   
     background-image: url(../images/hintergrund/farbverlauf.jpg);
     background-repeat: repeat-y;
    /*  width: 1000px; */
}

#inhaltsbereich p, h1, h2 {
    padding-bottom: 1em;
}

h1, h3 {
   color: #E9D16F; 
}

nav ul {
    margin-left: 2em;
    list-style-type: none;
    text-decoration: none;
    color: white;
}

nav a {
    line-height: 30px;
    font-weight: bold;
    list-style-type: none;
    text-decoration: none;
    color: white;
}

.bildrechts {
    padding: 1em;
    margin-right: 1em;
    float: left;
    border: 1px solid silver;   
}

nav li {
    line-height: 1.5em;
}

.bildlinks {
    padding: 1em;
    margin-left: 1em;
    float: right;
    border: 1px solid silver;
}

#mittig {
    background-color: red;
    width: 1000px;     
    margin: 0 auto;
    text-align: left;
}


header {
    background-image:url(../images/kopf/asia_3.jpg);
    height: 205px;
    /* width: 1000px; */
}

header p {
    font-size: 50px;
    text-align: right;
    color: gold;
    font-family: Verdana;
    padding-top: 20px;
    padding-right: 20px;
    font-weight: bold;
}

nav {
  /*   background-color: #55D4FF; */
    width: 220px;
    float: left;
}

section {
 /*    background-color: orange; */
    margin-left: 300px;
    margin-right: 2em;
}

section li {
    list-style-type: circle;
} 

h1 {
    padding-top: 25px;
}

section p {
    text-align: justify;
}

footer {
    clear: both;
    background-color:#DFC066;
    color: black;
    text-align: center;
    padding-top: 10px;
}