
body {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0;
	background: url(bilder/bani-b.jpg) no-repeat top right; 
}

h1,
{
font-size: 16px;
}

h2,
{
font-size: 14px;
}

h3
{font-size: 0.8em
}
h1 
{
	color: red;
}

h2
{
	color: navy;
}
h3
	{
	color: black;
	}
	
.absatzimpressum
{
font-weight:bold;
color: black;
}
  .mitte {
  text-align:center;
  }
  
  .klein
  {
  font-size:0.8em;
  }
  .fett {
  font-weight:bold;
  }

/*Menü oben*/
#menue {
width: 85%; 
border: 1px;
height: 30px; 
padding: 0.4em;
padding-top: 2.0em;
text-align: center;
border-bottom-width: medium; silver;

}

#menue ul {
list-style-type: none;
margin-top: 25px;
padding: 0;
text-align: center;
}

#menue li {
display: inline;
margin: 0.5em;
font-size: 13pt;

}

#menue a {
text-decoration:none;
}

/*Menü seitlich*/
#menue2 {
  position: absolute;
	border: 1px solid silver; 
	padding: 0.6em; 
	height: auto;
	width: 22%;
	right: auto;
	top: 69px;
	left: 5px;
	bottom: auto;	
	font-size: 11pt;
}

#menue2 li {
list-style-image: url(bilder/einepfotekleinrauch.jpg);

margin: 1em 0;
}


}

#menue2 a {
text-decoration:none;

}

#menue a {
text-decoration:none;
font-size:1em;
line-height: 16px;
}

/*Inhalt*/
#inhalt
{
  position: relative;
	padding: 0.4em;
	border: 1px;
	height: auto;
	width: 64%;
	left: 26%;
	top: 5px;
	font-size:0,8em;
}


/* Fuß*/
#fuss {
position: relative;
	padding: 0.9em;
	border: 1px;
	height: auto;
	width: 64%;
	left: 26%;
	top: 15px;
	font-size:0,8em;
background-color: gold; color: black;
}


/*Aufzaehlung im footer*/

#aufzaehlung

{
list-style-image: url(bilder/einepfoteklein.jpg);
margin: 1em 0;

}


/*Pseudoformate - Links*/

a:link { font-weight:bold;
color:#443989;
text-decoration:none }

a:visited { font-weight:normal; 
color:#00008b; 
text-decoration:none }

a:hover { font-weight:bold; 
color:red; 
text-decoration:underline; 
background-color: #f0f8ff; }

a:active { font-weight:bold; 
color:blue; 
text-decoration:underline; 
background-color: #f0f8ff; }


/*Absatzunterdrückung Impressum*/

.display
	.ohne
	{display:inline;}


/*Tabelle Stundenplan*/

table
 	{
	border: solid 3px silver;
	text-align: center;
	width: 98%;
	margin: 30px;
	padding: 10px;
	font-size: 0.8em;
	font-weight: lighter;
	}
	
td 	{
	border: solid 1px silver;
	text-align: center;
	height: 50px
	}	


.Tabelle{
			
			width: 50%;

	text-align:center;
	margin:auto; 
		 }
.Tabelle td{
			height: 100px;
			}
th 	{
	vertical-align: top;
	}

.va1	{
		vertical-align: top;
		}
.va2	{
		vertical-align: middle;
		}
.va3	{
		vertical-align: bottom;
		}


