BODY {
	background-color : #99cccc; /** Helgrün */ 	/* dazu dann #669999  */
	
}

/* Syntax hints **

Deklaration border-style ist zwingend wenn man weitere Attribute definieren will wie zB abgerundete Ecken.

*/

/* *** Tabelle *** */

table.seite {
	vertical-align:top;
	width:100%;
	border: 0;}


th, td {
  border: 0;
}

/* *** Menü Links *** */

a:hover {
	   color: white;
	
}


a.menue:link { 
    color: black;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border-style:ridge;
	border-color: #669999;
	border-width:5px;
	border-radius: 8px;
	padding:5px;
	background-image: radial-gradient(white, #99cccc, #669999);
	}

a.menue:visited {
	color: black;
border-color: #669999;
}

a.menue:hover {color:white;
   border-color: white;
   }


a.menue:active {
	opacity:0.1;}


/* *** Externe Links *** */

a.extern:link {color:black;
	font-size:10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline; 
	}

a.extern:hover {color:yellow;
	font-size:10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline; }

a.extern:visited {color:black;
	font-size:10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline; }



/* *** Div Formate *** */
.buttonlinks {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

.buttonrechts{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:right;}

.bildmitte{
	
	text-align:center;
}


/* *** Absatzformate *** */


.rechts { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
	font-size:10pt;
	text-align:right; }

.zentriert { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align : center; }


.normal { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
	font-size:10pt;
	text-align : justify; }


.ueberschrift{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
	font-size:18pt;
	text-align : center;}


.ueberschrift2{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
	font-size:12pt;
	text-align : justify;}


.titel{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:1%;
	/** background-color: #f2e6ff; **/
	 background-color:#669999;
	color: #black;
	font-size:20pt;
	font-weight:bold;
	text-align : center; 
	border-style: ridge;
	border-color: #669999;
	background-color:#99cccc;
	border-width:5px;
	border-radius: 8px;
	padding:5px; 
	background-image: radial-gradient(white, #99cccc, #669999);
	}



.untertitel{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
              color: black;
              font-size:12pt;
              text-align : center; }

/* *** Inlineformate *** */

.kursiv {font-style:italic; }