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;
}

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

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_kontakt.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: 0 0 50px 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);
}

form {
width: 500px;
height: 500px;
margin: 0 0 0 0;
}

fieldset {
width: 430px;
border: none;
border-left: 2px solid rgb(26, 26, 26);
margin: 0 0 0 21px;
}

fieldset label {
font-family: arial;
font-style: italic;
font-size: 14px;
color: rgb(26, 26, 26);
}

fieldset #betreff {
width: 300px;
margin: 0 0 5px 0;
font-size: 14px;
background-color: rgb(225, 188, 139);
border: 1px dotted rgb(26, 26, 26);
}

fieldset #name {
width: 300px;
margin: 0 0 5px 5px;
font-size: 14px;
background-color: rgb(225, 188, 139);
border: 1px dotted rgb(26, 26, 26);
}

fieldset #email {
width: 300px;
margin: 0 0 5px 8px;
font-size: 14px;
background-color: rgb(225, 188, 139);
border: 1px dotted rgb(26, 26, 26);
}

fieldset textarea {
margin: 10px 0 0 0;
padding: 0 0 0 0;
width: 352px;
background-color: rgb(225, 188, 139);
font-family: arial;
font-size: 14px;
resize: none;
border: 1px dotted rgb(26, 26, 26);
}

.button {
padding: 5px 7px 5px 5px;
font-weight: bold;
margin-left: 125px;
margin-top: 12px;
}

.eingaben li {
list-style: none;
margin: 8px 0 0 -18px;
}

.status {
margin: 20px auto 0 auto;
padding: 0;
width: 240px;
font-family: arial;
font-size: 15px;
font-weight: bold;
letter-spacing: 3px;
color: rgb(26, 26, 26);
text-align: center;
}

p span {
font-weight: bold;
}