html, body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 100.01%;
text-align: center; /* fuer IE */
}
* {
margin: 0;
padding: 0;
}
#gesamt{
margin: 0px;
width: 800px;
height: 600px;
}
/* inhalt-Bereich */
#inhalt {
position: absolut;
color: #FFFFFF;
margin: 0px 0px 0px 0px;
padding: 0px 0px 10px 0px;
text-align: center;
}
#inhalt .zitat{
color: #FFFFFF;
font-size: 80%;
text-align: center;
line-height: 110%;
margin: 40px 40px 10px 40px;
font-weight: bold;
}
#inhalt .zitat-von{
color: #900;
font-size: 80%;
text-align: center;
line-height: 110%;
font-style: italic;
}
#inhalt p{
font-size: 80%;
line-height: 140%;
margin: 0px 40px 10px 40px;
}
#inhalt h1 {
font-size: 120%;
letter-spacing: 6px;
background-color: transparent;
color: #ffffff;
margin: 25px 0px 15px 0px;
}
#inhalt h2 {
background-color: transparent;
color: #900;
font-size: 100%;
margin: 25px 0px 0px 320px;
letter-spacing: 2px;
line-height: 140%;
text-align: left;
}
/* Navigation */
ul#navigation {
background-repeat:no-repeat;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-align: center;
}
ul#navigation {
list-style-type: none;
margin: 0px 0px 0px 0px;
text-align: center;
font-weight: bold;
color: #ffffff;
}
ul#navigation li {
display: inline;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
ul#navigation li a {
text-decoration: none;
font-size: 80%;
font-weight: bold;
color: #fff;
margin: 0px 0px 0px 0px;
padding: 4px 6px 6px 6px;
border-right: 3px solid #ffffff;
}
ul#navigation .strich {
border-left: 3px solid #ffffff;
margin: 0px 0px 0px 0px;
padding: 2px 0px 2px 0px;
}
ul#navigation li a:hover {
background-color: #ffffff;
color: #900900;
}
#rechtesgif{
text-align: center;
margin: 25px 0px 0px 0px;
}