* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: black;
 text-align:justify;
 }
#wrapper { 
 margin: 0 auto;
 margin-top: 20px;
 background: url(../images/bag2.jpg) no-repeat;
 width: 800px;
 height: 600px;
 border: 1px solid #e9c887;
}
#header {
 color: #333;
 width: 800px;
 float: right;
 height: 100px;
}
.tracks {
width: 160px;
margin-left: 42px;
}
* html #navigation {
 margin-right: 25px;
    }
#navigation {
 float: right;
 margin-right: 50px;
 margin-top: 20px;
 width: 480px;
 color: #e9c887;
border-bottom: 1px solid #e9c887;
border-top: 1px solid #e9c887;
text-transform: uppercase;
}
#navigation a{
text-decoration: none;
color: #e9c887;
}
#navigation a:hover{
text-decoration: none;
color: #bd8747;
}
#links { 
 color: #333;
 height: 350px;
 width: 200px;
 float: left;
}
#inhalt { 
 float: right;
 background: transparent;
 color: #e9c887;
 height: 440px;
 width: 575px;
 margin-top: 20px;
 border-left: 1px solid #e9c887;
 display: inline;
 overflow: auto;
}
#inhalt p{
margin-left: 45px;
margin-right: 10px;
}
#footer { 
 width: 800px;
 clear: both;
 color: #333;
}
a {
color: #e9c887;
text-decoration: underline;
}
h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 margin-left: 45px;
 margin-top: 10px;
 margin-bottom: 15px;
 font-weight: bold;
 text-align:left;
 }
 h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin-left: 45px;
 margin-top: 10px;
 margin-bottom: 5px;
 font-weight: bold;
 text-align:left;
 }
hr {
margin-left: 45px;
margin-right: 10px;
margin-bottom: 5px;
margin-top: 5px;
border-top: 1px dashed #696969;
border-bottom: 1px solid #e9c887;
color: #e9c887;
background-color: #fff;
height: 3px;
}

 #socials {
 margin-left: 45px;
 }
#internetauftritt {
display: none;
}