/* styles fuer: Faux Frames */

* {
margin: 0;
padding: 0;
}
html, body { 
top: 0;
right: 0;
left: 0;
min-height: 100%;
width: 100%;
}
body { 
position: absolute;
font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
font-size: 86%;
line-height: 1.5;
background: url(../images2/bg3.jpg);
background-repeat: repeat-y;
/*background: #fff;*/
color: #000;
}

/* container */
#header {
position: fixed;
top: 0;
right: 0;
left: 0;
height: 120px;
}
#head {
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
background: #000 url('../images2/himmel2.jpg') no-repeat top right;
color: #000;
border-bottom: 1px solid #600;
}
#head h1 {
color: #AEAEAE;
text-shadow: 1px 1px 1px #0af;
text-align: center;
font-size: 64px;
font-family: "New Century Schoolbook";
font-style: oblique;
z-index: 200;
}
#menue {
position: fixed;
top: 130px;
left: 10px;
width: 180px;
padding: 10px;
}

#listing {
position: fixed;
top: 130px;
right: 0px;
width: 14%;
padding: 10px;
}

#content {
padding: 120px 50px 40px 240px;
color: #000;
}
#spiegel {
max-width: 80%;
}

#footer {
position: fixed;
bottom: 0;
right: 0;
left: 0;
height: 30px;
}
#foot {
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 30px;
background: #eae4f9;
color: #e0d0b0;
border-top: 1px solid #600;
z-index: 100;
}

/* ==== Formate === */
/* menue und links */
a {
text-decoration: none;
background: transparent;
color: #600;
border-bottom: 1px solid #600;
}

#menue li {
list-style: none;
padding: 5px;
}
/*#menue li a {
background: #BFBFBF;
}*/

#listing li {
list-style: none;
padding: 1px;
}
/*#menue li li {
padding: 0;
}
#menue li ul a {
margin-left:5px;
padding:0;
}*/

#menue a, #listing a {
display: block;
padding: 1px 0 1px 5px;
background: #BFBFBF;
color: #600;
border: 3px solid;
border-color: #9F9F9F #6F6F6F #6F6F6F #9F9F9F;
}
#menue a:visited {
background: #BFBFBF;
color: #300;
}
#menue a:hover,
#menue a.aktiv,
#menue a:hover.aktiv {
padding: 1px 0 1px 8px;
background: #888;
color: #E6E6FA;
border: 3px solid;
border-color: #6F6F6F #9F9F9F #9F9F9F #6F6F6F;
}
#menue a:hover,
#menue a:hover.aktiv {
padding: 1px 0 1px 8px;
background: #e5e5e5;
color: #000;
border: 3px solid;
border-color: #6F6F6F #9F9F9F #9F9F9F #6F6F6F;
}

#menue a.aktiv,
#menue a:hover.aktiv {
font-weight: bold;
cursor: default;
}
table {
    border: 1px solid #666666;
    margin-top: 5px;
    padding: 0;
    width: 100%;
    line-height: 1.5;
    font-size: 100%;
}
th {
    background-color: #E0E0E0;
    border: 1px solid #AAAAAA;
    color: #000000;
    font-weight: bold;
    padding: 0 5px;
    text-align: left;
}
td p {
    margin: 0;
    padding: 1px;
}
td {
    border: 1px solid #BFBFBF;
	padding: 0 5px 0 5px;
}

/* Text-Formate */
h1 {
padding: 5px 0 0 20px;
background: transparent;
color: #e0d0b0;
}
h2,
h3,
h4 {
padding: 10px 0 10px 0;
background: transparent;
color: #666;
}
p li {
/*font-size: 80%;
vertical-align: center;*/
}
#spiegel p {
margin-bottom: 10px;
}
#foot p {
text-align:right;
margin-right: 100px;
padding: 3px 0 0 20px;
font-size: 120%;
background: transparent;
color: #777;
}
p.topper {
padding: 20px 0;
}

/* sonstige */
img {
border: 0 none;
}
#poem {
position: fixed;
top: 4px;
left: 420px;
opacity:0.95;
height:640px;
margin-top:0;
border-top: 3px solid #7F7F7F;
border-left: 3px solid #7F7F7F;
border-right: 4px solid #ccc;
border-bottom: 4px solid #ccc;
z-index: 600;
}
.invis, hr {
display: none;
}
code {
font-family: 'Courier New', Verdana, Helvetica, Arial, sans-serif;
font-size: 100%;
background-color: #transparent;
color: #939;
}
