/* 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: "Comic Sans MS";
font-size: 100.01%;
/* background: #fff; */
color: #000;
}

/* container */
#header {
position: fixed;
top: 0;
right: 0;
left: 0;
height: 120px;
/*  opacity: 0.5;
filter: alpha(opacity=50);
-moz-opacity: 0.5;  */
}
#head {
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
background: #ffffff;
color: #000;
/* border-bottom: 1px solid #600; */
}

#menue {
position: fixed;
top: 120px;
left: 10px;
width: 150px;
padding: 10px;
background: #ffffff;
}

#content {
padding: 145px 20px 40px 200px;
/* color: #000; */
/* max-width: 700px; */
}

/* #spiegel {
max-width: 500px;
padding-left: 60px;
} */




#menue li {
list-style: none;
/* padding: 5px; */
}

/* sonstige */
img {
border: 0 none;
behavior: url("pngbehavior.htc");
}


/*  -------------------------------------
	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 #menue {
position: absolute;
width: 180px;/* wg. boxmodel */
z-index: 30;   
background: #ffffff; 
}
* html #header {
position: absolute;
width: 100%;
padding-right: 16px;/* fuer scrollbar */
z-index: 20;
}
* html #head {
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 #menue a {
width: 150px;
}
* html #menue a:visited.aktiv {
width: 150px;
background: #faeaca;
color: #a00;
}
/* IE-Wurst Ende */