/* 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: Verdana, 'Courier New',Helvetica, Arial, sans-serif;
font-size: 100.01%;
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(../img/bg3.jpg);
background-repeat: repeat-y;
padding: 80px 50px 40px 220px;
color: #000;
}
#spiegel {
max-width: 650px;
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: 0.9px;
}
#menue a {
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 */
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: 70%;
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: Verdana, 'Courier New',Helvetica, Arial, sans-serif;
font-size: 100%;
background-color: #transparent;
color: #939;
}
#dbTable {
font-family: Verdana, 'Courier New',Helvetica, Arial, sans-serif;
font-size: 80%;
}

/*  -------------------------------------
	Extrawuerste fuer IEs
	WICHTIG: IE6 muss in den Quirks-Modus
	gesetzt werden, um die Anweisungen zu
	'position:' richtig auszufuehren!
*/
* html, 
* html body {
overflow: auto
bottom: 0;
height: 100%;
}
* html #menue {
position: absolute;
width: 180px;/* wg. boxmodel */
z-index: 30;    
}
* html #header, 
* html #footer {
position: absolute;
width: 100%;
padding-right: 16px;/* fuer scrollbar */
z-index: 20;
}
* html #head,
* html #foot {
height: 100%;
position: static;
z-index: 20;
}
* html #content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
overflow: auto;
z-index: 10;
}
* html #spiegel {
width: 520px;/* statt max-width */
}
* html #switcher {
position: absolute;
z-index: 40;
}
* html #menue a {
width: 150px;
}
* html #menue a:visited.aktiv {
width: 150px;
background: #faeaca;
color: #a00;
}
/* IE-Wurst Ende */
