body 
{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 90%; 
	background-color: rgb(255, 245, 215); 
}

a:link    
{ 
	color : rgb( 210, 0, 0 ); 
	text-decoration: none;  
	background : transparent; 
	font-weight: bold
}
a:visited 
{ 
	color : rgb(119, 0, 0); 
	text-decoration: none;  
	background : transparent; 
	font-weight: bold
}
 a:hover   
 { 
	background : rgb(255, 221, 145); 
	color : black; 
	font-weight: bold
} 
 a:active  
 { 
	color : rgb( 210, 0, 0 ); 
	text-decoration: none;  
	background : transparent;  
	font-weight: bold
}

hr
{
	border: 0px;
	color: black;
	background-color: black;
	height: 1px;
	width: 100%;
	text-align: left;
}

/**************************************************
 * Styles fuer Schriften 
 **************************************************/

p
{
	text-align: justify;
}

h2
{
	font-size:110%;
	font-weight:bold;
}

h3
{
	font-size:110%;
	font-weight: normal;
}

p.footer 
{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 66%;  
}

td.bold  
{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 100.01%; 
	font-weight: bold; 
}

/**************************************************
 * Styles fuer Bilder 
 **************************************************/

/* Bilder rechts ausgerichtet, Text fließt drumrum */

img.right
{
	float: right;
	margin-left: 1em;
	margin-right: 0em;
	margin-top: 0;
	margin-bottom: 1em;
    border: 0px;
}

img.left
{
	float: left;
	margin-left: 0em;
	margin-right: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
    border: 0px;
}

/**************************************************
 * Styles fuer Tabellen (Stundenplan und Preise)
 **************************************************/
table.article 
{
	border: 0px; 
}

 th.article  
 {
	background-color: rgb(255, 231, 181); 
	border: 0px; 
	vertical-align: middle;  
	text-align: center; 
	font-size: 75%;  
	font-weight: bold;
	padding-bottom: 0.8em; 
	padding-left: 0.8em; 
	padding-right: 0.8em; 
	padding-top: 0.8em;
}

 td.article 
 {
	background-color: rgb(255, 221, 145); 
	border: 0px; 
	vertical-align: middle;  
	text-align: center; 
	font-size: 75%;  
	padding-bottom: 0.8em; 
	padding-left: 0.8em; 
	padding-right: 0.8em; 
	padding-top: 0.8em;
	font-weight: normal;
}


/**************************************************
 * Seiteneinteilung
 **************************************************/

div#Header 
{
	position: fixed;
	left: 0px;
	top: 0px;
	width:100%;
	height:135px;
}

div#TopMenu 
{
	position: fixed;
	left: 0em;
	top: 135px;
	width:100%;
	height:auto; 
	max-height: 60px;
	overflow: hidden; 
    background-color: rgb(255, 231, 181);
}

div#TopNoMenu 
{
	position: fixed;
	left: 0em;
	top: 135px;
	width:100%;
	height:20px; 
	overflow: hidden; 
    background-color: rgb(255, 231, 181);
	text-align: center;
}

div#LeftMenu 
{
  position: fixed;
  top: 195px;
  bottom: 35px;
  width: 13em;
  margin: 0; 
  padding: 0;
  overflow: auto;
}

div#Main
{
	position: fixed;
	top: 195px;
	left: 13em;
	right: 0px;
	bottom: 35px;
	overflow: auto;
	padding-right: 1em;
}

div#MainWithoutMenu
{
	position: fixed;
	top: 195px;
	left: 0px;
	right: 0px;
	bottom: 35px;
	overflow: auto;
	padding-left: 1em;
	padding-right: 1em;
}

div#MainOnlyTopMenu
{
	position: fixed;
	top: 195px;
	left: 0px;
	right: 0px;
	bottom: 35px;
	overflow: auto;
	padding-left: 2em;
	padding-right: 2em;
}


div#Footer 
{
    position: fixed; 
    bottom:0px; 
    height:35px;
    width:98%;
}

/**************************************************
 * Style für Top Menue
 **************************************************/

ul.TopMenu 	
{
    margin: 0; 
    padding: 0.3em;
    text-align: center;
    border: 0px;
    background-color: rgb(255, 231, 181);
}
li.TopMenu
{
	margin: 0.4em; 
	padding: 0;
	list-style: none;
	display: inline;
}

* html a.TopMenu 
{
	width:9em;
}

a.TopMenu 
{
	float: left;
	width: 9em;
	text-decoration: none; 
	font-weight: normal;
	color: rgb(196,0,0); 
	background-color: rgb(255, 231, 181);
}

a:visited.TopMenu 
{
	text-decoration: none; 
	font-weight: normal;
	color: rgb(196,0,0); 
	background-color: rgb(255, 231, 181);
}

a:hover.TopMenu
{
	color: black; 
	background-color: rgb(255, 221, 145);
}

a:active.TopMenu
{
	color: black; 
	background-color: rgb(255, 221, 145);
}

/**************************************************
 * Style für Top Menue Eintrag der aktuellen Seite
 **************************************************/

* html a.currentTM
{
	width=9em;
}


a.currentTM
{
	float: left;
	width: 9em;
	font-weight: bolder;
	color: rgb(196,0,0); 
	background-color: rgb(255, 231, 181);
}

a:visited.currentTM
{
	font-weight: bolder;
	color: rgb(196,0,0); 
	background-color: rgb(255, 231, 181);
}

a:hover.currentTM
{
	font-weight: bolder;
	color: black; 
	background-color: rgb(255, 221, 145);
}

a:active.currentTM
{
	font-weight: bold;
	color: rgb(196,0,0); 
	background-color: rgb(255, 231, 181);
}

/**************************************************
 * Style für Left Menue
 **************************************************/

ul.LeftMenu 
{
	width: 10em;
	margin: 0; 
	padding: 0.8em;
	border: 0px;
	background-color: rgb(255, 245, 215);
}
* html ul.LeftMenu 
{  /* Korrekturen fuer IE 5.x */
	width: 11.6em;
	w\idth: 10em;
	padding-left: 0;
	padd\ing-left: 0.8em;
}
li.LeftMenu
{
	text-align: center;
	list-style: none;
	margin: 0.4em; 
	padding-left: 0.3em;
	padding-right: 0.3em;
	border: 0px;
	background-color: rgb(255, 231, 181);
}

a:link.LeftMenu
{
	border: 0px;
	text-decoration: none; 
	font-weight: normal;
	color: rgb(196,0,0); 
	background-color: rgb(255, 231, 181);
}

a:visited.LeftMenu 
{ 
	border: 0px;
	text-decoration: none; 
	font-weight: normal;
	color: rgb(196,0,0); 
	background-color: rgb(255, 231, 181);
}

a:hover.LeftMenu
{
	border: 0px;
	color: black; 
	background-color: rgb(255, 221, 145);
}

a:active.LeftMenu
{
	border: 0px;
	color: maroon; 
	background-color: rgb(255, 221, 145);
}

/**************************************************
 * Style für Left Menue Eintrag der aktuellen Seite
 **************************************************/

a.currentLM
{
	font-weight: bolder;
	color: rgb(196,0,0); 
	background-color: rgb(255, 231, 181);
}

a:visited.currentLM
{
	font-weight: bolder;
	color: rgb(196,0,0); 
	background-color: rgb(255, 231, 181);
}

a:hover.currentLM
{
	color: black; 
	background-color: rgb(255, 221, 145);
}

a:active.currentLM
{
}
