html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}

body{
font-family: arial;
background-color: rgb(82, 56, 41);
}

#layout {
width: 600px;
border: 1px solid transparent;
margin: 0 auto 0 auto;
background: url(../img/layout.png) repeat-y;
}

#header1 {
position: absolute;
width: 793px;
height: 206px;
left: 50%;
margin: 15px 0 0 -396px;
background: url(../img/logo.png) no-repeat;
}

#header1 h1 span {
display: none;
}

#navigation {
position: absolute;
width: 158px;
height: 375px;
left: 50%;
margin: 350px 0 0 -395px;
background: url(../img/navigation.png) no-repeat;
}

#navigation .homepage span {
display: none;
}

.homepage {
width: 140px;
height: 28px;
margin: 5px 0 5px 5px;
background: url(../img/navi_homepage.png) no-repeat;
}

#navigation .guest span {
display: none;
}

.guest {
width: 140px;
height: 28px;
margin: 15px 0 5px 5px;
background: url(../img/guest.png) no-repeat;
}

#navigation .media span {
display: none;
}

.media {
width: 140px;
height: 28px;
margin: 15px 0 5px 5px;
background: url(../img/media.png) no-repeat;
}

#navigation ul {
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: none;
}

#navigation ul li {
font-family: arial;
font-size: 14px;
font-style: italic;
color: rgb(26, 26, 26);
margin: 0;
padding: 2px 0 2px 15px;
}


a:link {
color: rgb(26, 26, 26);
text-decoration: none;
}

a:visited {
color: rgb(26, 26, 26);
text-decoration: none;
}

a:hover {
text-decoration: none;
color: rgb(26, 26, 26);
font-weight: bold;
}

a:active {
color: rgb(26, 26, 26);
text-decoration: none;
}

#header3 {
width: 468px;
height: 42px;
background: url(../img/header_band.png) no-repeat;
background-position: center;
margin: 0 auto 20px auto;
}

#header3 h3 span {
display: none;
}

#inhalt {
width: 500px;
margin: 200px 0 0 75px;
padding: 0 0 95px 0;
}

#inhalt p {
margin-left: 21px;
padding:0 28px 0 15px;
text-align: justify;
font-size: 14px;
font-style: italic;
color: rgb(26, 26, 26);
border-left: 2px solid rgb(26, 26, 26);
}

#band img {
border: 3px solid #705940;
float: left;
margin: 0 15px 0 0;
padding: 0;
}

ul img {
border: none;
margin: 0 0 0 0;
padding: 0 0 0 3px;
clear: both;
}

#band  {
width: 405px;
margin: 50px 0 0 21px;
}

#band  p  {
font-family: arial;
font-size: 14px;
font-style: italic;
text-align: left;
color: rgb(26, 26, 26);
height: 293px;
margin: 0 0 0 0;
padding: 0 0 0 0;
border: none;
}

#band span  {
font-weight: bold;
}