/* 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: #fff;
color: #000;
}

/* container */
#header {
position: fixed;
top: 0;
right: 0;
left: 0;
height: 70px;
}
#head {
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
background: #862811;
color: #000;
border-bottom: 1px solid #600;
}

#menue {
position: fixed;
top: 90px;
left: 10px;
width: 150px;
padding: 10px;
}

#content {
background: #e0d0b0 url(../images/bg3.jpg);
background-repeat: repeat-y;
padding: 80px 50px 40px 240px;
color: #000;
}
#spiegel {
max-width: 500px;
padding-left: 60px;
}

#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: #862811;
color: #e0d0b0;
border-top: 1px solid #600;
z-index: 100;
}

#switcher {
position: fixed;
top: 10px;
right: 20px;
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 a {
display: block;
padding: 1px 0 2px 5px;
background: #d0c0a0;
color: #600;
border: 1px solid;
border-color: #ccc #000 #000 #ccc;
}
#menue a:visited {
background: #d0c0a0;
color: #300;
}
#menue a:hover,
#menue a.aktiv,
#menue a:hover.aktiv {
padding: 2px 0 1px 6px;
background: #faeaca;
color: #a00;
border: 1px solid;
border-color: #000 #ccc #ccc #000;
}
#menue a.aktiv,
#menue a:hover.aktiv {
font-weight: bold;
cursor: default;
}

#switcher a {
margin-right: 5px;
padding: 1px 5px 1px 5px;
background: #e0d0b0;
color: #600;
border: 1px solid;
border-color: #ccc #000 #000 #ccc;
}
#switcher a:hover {
padding: 1px 4px 1px 6px;
background: #f0e0c0;
color: #a00;
border: 1px solid;
border-color: #000 #ccc #ccc #000;
}

/* Text-Formate */
h1 {
padding: 5px 0 0 20px;
background: transparent;
color: #e0d0b0;
}
h2,
h3,
h4 {
padding: 10px 0 15px 0;
background: transparent;
color: #666;
}
p, li {
/*font-size: 80%;
line-height: 140%;*/
}
#spiegel p {
margin-bottom: 10px;
}
#foot p {
padding: 5px 0 0 20px;
font-size: 80%;
background: transparent;
color: #e0d0b0;
}
p.topper {
padding: 20px 0;
}
#switcher p {
padding: 2px 0;
}

/* sonstige */
img {
border: 0 none;
}
.invis, hr {
display: none;
}
code {
font-family: 'Courier New', Verdana, Helvetica, Arial, sans-serif;
font-size: 100%;
background-color: #transparent;
color: #939;
}

