/*  Layout für Chantal Kellers Home Page */

*		{
		  margin: 0;
		  padding: 0;
		}
html, body	{
		  top: 0;
		  right: 0;
		  left: 0;
		  min-height: 100%;
		  width: 100%;
		}
body		{
		  position: absolute;
		  background-color:#FAEBD7;
		  color:#660000;
		  font-family:arial,helvetica,san-serif;
		  font-weight:normal;
		  font-size:small;
		}
#content	{
		  padding: 15px 60px 15px 180px;
		}
#spiegel p	{
		  margin-top: 20px;
		  margin-bottom: 20px;
		}
#topmenue 	{
		  display: none;
		}
body.white	{
		  background:#FFFFFF;
		}
body.greentext	{
		  background:#FFFFFF;
		  color:#003333;
		}
h2, h3, h4	{
		  font-family:arial,helvetica,san-serif; /*fantasy;*/
		  padding: 10px 0 10px 0;
		}
img		{
		  border: 0 none;
		}
ul		{
		  margin-left: 3em;
		}
.whitebox	{
		  background: #FFFFFF;
		  margin: 15px;
		  padding: 15px;
		}
.brownbox	{
		  border: thin solid brown;
		  background: #FAEBD7;
		  margin: 10px;
		  padding: 10px;
		}
.imageright	{
		  float: right;
		  margin: 15px 20px 15px 20px;
		}
.imageleft	{
		  float: left;
		  margin: 15px 20px 15px 20px;
		}
.subtitle	{
		  text-align: center;
		  font-weight: bold;
		}

a:link     	{
		  color:#006666;
		  font-family:arial,helvetica,san-serif;
		  font-weight:bold;
		  font-size:small;
		  text-decoration:none;
		}
a:visited	{
		  color:#333366;
		  font-family:arial,helvetica,san-serif;
		  font-weight:bold;
		  font-size:small;
		  text-decoration:none;
		}
a:hover		{
		  color:#32CD32;
		  text-decoration:underline;
		}
a.plain         {
		  color:#660000;
		}
a:focus		{
  		  color:#32CD32;
		  text-decoration:underline;
		}

#menue
		{
		  top: 0;
		  left: 0;
		  position: fixed;
		  width: 140px;
		  height: 100%;
		  padding: 10px;
		  color:#FFFFFF;
  		  background:#DDBB88;
		  font-family:arial,helvetica,san-serif;
		  font-weight:normal;
		  font-size:small;		
		}
#menue ul	{
		  margin-left: 0;
		}
#menue li
		{
		  list-style: none;
		  padding: 3px;
		  margin: 5px;
		  margin-left: 0;
		}
#menue a 	{
		  display: block;
		  padding: 2px;
		}
#menue a:link     	{
		  color:#FFFFFF;
		  font-weight:normal;
		  font-family:arial,helvetica,san-serif;
		  font-weight:normal;
		  font-size:small;
		  text-decoration:none;
		}
#menue a:visited	{
		  color:#FFFFFF;
		  font-weight:normal;
		  font-family:arial,helvetica,san-serif;
		  font-weight:normal;
		  font-size:small;
		  text-decoration:none;
		}
#menue a:hover		{
		  color:#FFDE00;  /*#FAEBD7;*/

		}
#menue a:focus		{
  		  color:#FFDE00;  /*#FAEBD7;*/
		}

/*  -------------------------------------
	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: 140px;/* wg. boxmodel */
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: 20;
}
* html #content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
overflow: auto;
z-index: 10;
}
* html #spiegel {
max-width: 520px;  /* statt max-width */
}
* html #switcher {
position: absolute;
z-index: 40;
}
* html #menue a {
width: 140px;
}
* html #menue a:visited.aktiv {
width: 140px;
background: #faeaca;
color: #a00;
}
/* IE-Wurst Ende */