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_termine.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);
}

#termine {
width: 430px;
margin: 0 0 50px 21px;
padding: 15px 10px 15px 10px;
font-family: arial;
font-size: 14px;
background-color: rgb(225, 188, 139);
color: rgb(26, 26, 26);
border: 1px dotted;
}

#termine ul {
margin-top: 20px;
}

#termine li {
list-style: none;
}

#termine span{
font-weight: bold;
}

.kursiv {
font-style: italic;
text-align: right;
}