html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background:#a31e39;* #fff;
	font-size:76%;
	font-family: arial, georgia, palatino linotype, times new roman, serif;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
}

#head {
	text-align: left;	
	top:0; 
	left:0; 
	display:block; 
	width:100%; 
	height:95px; 
	background:#a31e39; * #EEEE11; * #99FF33; * #ee1; *#000; 
	* background: #EEEE11; * #99FF33; * #ee1; *#000; 
	background-position:0 0; 
	background-repeat:no-repeat; 
	font-family: times new roman, arial ;
	* font-size:3em;  
	font-style:italic;
	font-weight:bold;
	overflow:hidden; 
	color: white;

}

#head

#head.mytext{
	position: absolute;
	top:0; 
	left:50px; 
	display:block; 
	width:100%; 
	color: blue; *red;
}

#head td {
	font-style:italic;
	color:white;

}

#foot {
	position:absolute; 
	margin:0; 
	bottom:0; 
	left:0; 
	display:block; 
	width:100%; 
	height:2em; 
	font-size:1em; 
	z-index:5; 
	overflow:hidden; 
	background: #D0D0D0;*#455c5a;* #A7C942; * #EEEE11; * #99FF33; *rgb(76,76,76); 
	color:#000;
	clear:both; 
}

#content {
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:100px; 
	bottom:50px; 
	left:200px; 
	right:0; 
	background:#eee;
}

#Intro {
	margin: 0 6em 0 0;
	overflow:auto; 
	position:absolute; 
	top:100px; 
	bottom:50px; 
	left:205px; 
	right:0;  
	z-index:3; 
	font-family: monotype corsiva, times new roman, arial ;
	font-size:2em;
	font-weight: bold;
	background:darkgray;*#D0D0D0;
	color:white;
}

#Inhalt {
	margin: 0 6em 0 0;
	overflow:auto; 
	position:absolute; 
	top:100px; 
	bottom:50px; 
	left:205px; 
	right:20px;  
	z-index:3; 
	font-family: times new roman, arial ;
	font-size:1.5em;
	background:lightgray;*#D0D0D0;
	color:black;
}

#Inhalt h1{
	font-style:italic;
	color:black;
}

#left {
	position:absolute; 
	left:0; 
	top:100px; 
	bottom:50px; 
	width:200px; 
	background: #eee; * #CCFF00; * rgb(255,255,0) *#99FFCC; * rgb(99,76,76); 
	font-size:1.2em; 
	z-index:4; 
	overflow:auto; 
	background-repeat:no-repeat;
	
}

#right {
	float: right; 
	width: 140px;
	position:absolute; 
	right:0; 
	top:100px; 
	bottom:50px; 
	background: #eee; *#D0D0D0; * #CCFF00; * rgb(255,255,0) *#99FFCC; * rgb(99,76,76);
}

 
 /*
#right {
	width:12em; 
	font-size: 0.9em;
    float: right; 
    margin: 0; padding: 20px;
    border: 1px dashed silver; 
	background-color: #afe; 
	background-image:url(src/EinLandarzt.JPG);
	
}
*/

/* my Navi */

  ul#Navigation {
    font-size: 0.83em;
    float: left; width: 15em;
    margin: 5px; padding: 0;
    border: 1px solid #a31e39; *green; * solid silver; * #98bf21;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
    text-decoration:none; 
  }
  ul#Navigation a:link {
    color: black; background-color: #ffe;
  }
  ul#Navigation a:visited {
    color: black; background-color: #eee;
  }
  ul#Navigation a:hover {
    color: white; background-color: #a31e39; * #A7C942; * green; #ee1; * red;
  }
  ul#Navigation a:active {
    color: white; background-color: green;
  }
  ul#Navigation no:active {
      color: grey; background-color: white;
    }
