/* 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, Helvetica, Arial, sans-serif;
font-size: 100.01%;
background: #ffffff;
color: Black;
}

/* 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: #E59E18;
color: #ff0000;
border-bottom: 1px solid #600;
}

#navig {
position: fixed;
top: 0px;
left: 0px;
width: 145px;
padding: 10px;
background-color: #AED123;
height: 100%;
border-right: thin solid #6B8E23;
}

#content {
background: White;
background-repeat: repeat-y;
padding: 30px 50px 40px 240px;
color: #000;
}
#inhalt {
max-width: 500px;
padding-left: 40px;
}

#footer {
position: fixed;
bottom: -1px;
right: 0;
left: 0;
height: 30px;
}
#foot {
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 30px;
background: #8BBA2C;
color: #990000;
border-top: 1px solid #600;
z-index: 100;
}

#refer {
	visibility: hidden;
	display: none;
}

#switcher {
position: fixed;
top: 10px;
right: 20px;
z-index: 100;
}

/* ==== Formate === */
/* menue und links */
a {
text-decoration: none;
background: transparent;
color: #006400;
border-bottom: 0px solid #600;
}
td,th,address,blockquote
{ 
font-family:Verdana,Arial; 
font-size:10pt	 
}
#navig li {
list-style: none;
padding: 5px;
}
#navig a {
display: block;
padding: 1px 0px 2px 5px;
background: #89B72D;
color: #004F01;
border: 1px solid;
border-color: #ccc #000 #000 #ccc;
}
#navig a:visited {
background: #A6C274;
color: #300;
}
#navig a:hover,
#navig a.aktiv,
#navig a:hover.aktiv {
padding: 2px 0px 1px 6px;
background: #8DAC55;
color: #FFD700;
border: 1px solid;
border-color: #000 #ccc #ccc #000;
}
#navig a.aktiv,
#navig a:hover.aktiv {

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: #336600;
}
h2,
h3,
h4 {
padding: 10px 0 15px 0;
background: transparent;
color: #666;
}
p, li {
font-size: 80%;
line-height: 120%;
}
#inhalt p {
margin-bottom: 10px;
}
#foot p {
padding: 5px 0 0 20px;
font-size: 70%;
background: transparent;
color: #ccff00;
text-decoration: none;
}
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: #ff3300;
}

/*  -------------------------------------
	Extrawuerste fuer IEs
	WICHTIG: IE6 muss in den Quirks-Modus
	gesetzt werden, um die Anweisungen zu
	'position:' richtig auszufuehren!
*/
* html, 
* html body {
overflow: hidden;
bottom: 0;
height: 100%;
}
* html #navig {
position: absolute;
top: 0px;
width: 140px;/* wg. boxmodel */
padding-left: 0px;
z-index: 30;    
}
* html #header, 
* html #footer {
position: absolute;
width: 100%;
padding-right: 16px;/* fuer scrollbar */
z-index: 40;
}
* html #head,
* html #foot {
height: 100%;
position: static;
z-index: 50;
}
* html #content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
overflow: auto;
z-index: 10;
}
* html #inhalt {
width: 500px;/* statt max-width */
}
* html #switcher {
position: absolute;
z-index: 60;
}
* html #navig a {
width: 140px;
}
* html #navig a:visited.aktiv {
width: 140px;
background: #DFECC5;
color: #a00;
}
* html #refer {
	visibility: hidden;
	display: none;
}
/* IE-Wurst Ende */
