

BODY {
    FONT-FAMILY: Verdana,Helvetica,sans-serif;
    FONT-SIZE: 85%;
    background-color: #FFDEB3;
  }

/* td erbt NICHT von body */

TD {
    FONT-FAMILY:Verdana,Helvetica,sans-serif;
    FONT-SIZE: 85%;
  }

/* classes for use in td  ... erbt von td  */

.blockborder {
    background-color: #FFB656;
  }


.blocktitle {
    FONT-WEIGHT: bold;
    background-color : #FFCE8C;
  }


.blockcontent {
    background-color: #FFDEB3;
  }

/* header erben von body bzw. td, also 140% von 85% '*/

H1 {
    FONT-SIZE: 140%;
    FONT-WEIGHT: bold;
    margin-top : 8px;
    margin-bottom : 6px;
    TEXT-DECORATION: none;
  }


H2 {
    FONT-SIZE: 120%;
    FONT-WEIGHT: bold;
    margin-top : 4px;
    margin-bottom : 2px;
  }


H3 {
    FONT-SIZE: 100%;
    FONT-WEIGHT: bold;
    margin-top : 4px;
    margin-bottom : 0px;
  }


H4 {
    FONT-Size: 85%;
    FONT-WEIGHT: bold;
    margin-top : 0px;
    margin-bottom : 0px;
  }

/* a erbt vom parent */

A:link {
    color: Maroon;
    text-decoration: underline;
  }


A:visited {
    color: Maroon;
    text-decoration: underline;
  }


A:active {
    color: #cc6633;
    text-decoration: underline;
  }


A:hover {
    color: #cc6633;
    text-decoration: none;
  }

/* invisible link */

.hiddenlink {
	FONT-SIZE:100%;
   }
   
.hiddenlink:link {
     	text-decoration: none;
     	color:Black;
   }
   
.hiddenlink:visited {
     	text-decoration: none;
     	color:Black;
   }
   
.hiddenlink:active {
     	text-decoration:none;
     	color:Black;
   }
   
.hiddenlink:hover {
     	text-decoration:underline;
     	color:Black;
   }

/* plain text in navigation */

.nav {
    FONT-SIZE:80%;
}

div.nav a:link {
	color:maroon;
	text-decoration:none;
}

div.nav a:visited {
	color: Black;
    	text-decoration: none;
}


div.nav a:active {
    	color: #cc6633;
    	text-decoration: underline;
}


div.nav a:hover {
    	color: #cc6633;
    	text-decoration: underline;
}

/* title links in navigation*/

.navtitle:link {
    FONT-SIZE: 80%;
    text-decoration: none;
    color:Black;
  }


.navtitle:visited {
    FONT-SIZE: 80%;
    text-decoration: none;
    color: Black;
  }


.navtitle:active {
    FONT-SIZE: 80%;
    text-decoration: none;
    color:Black;
  }


.navtitle:hover {
    FONT-SIZE: 80%;
    text-decoration: none;
    color: #cc6633;
  }

/*common links in navigation */

.navlink {
	font-size: 80%;
	color:maroon;
	text-decoration:none;
}

.navlink:link {
    	text-decoration: none;
}


.navlink:visited {
    color: Black;
    text-decoration: none;
}


.navlink:active {
    	color: #cc6633;
    	text-decoration: underline;
}


.navlink:hover {
    	color: #cc6633;
    	text-decoration: underline;
}

/* f�r opera 5.12: links lieber mit x-small ! */

.txt4pic {
    font-size: 90%;
    font-style: italic;
  }


IMG.big {
	display: block;
	margin-left: auto; margin-right:auto;
	margin-top: 10; margin-bottom: 10;
	float: none;
  }

.medlight  	{	background-color : #FFCE8C;}
.darklight  	{	background-color : #FFB656;}
.medlightbold  	{	background-color : #FFCE8C;	font-weight : bold;	}
.darklightbold  {	background-color : #FFB656;	font-weight : bold;	}

.silent { font-style:inherit; }

