

body {background-image:url('images/background/rice.jpg')  ; 
	background-color:#FFFFFF ; text-color:#FFFFFF ; 
	
	font-family:Arial,Benguiat Bk BT;}

/*Seitenkopf*/
h1 {font-size: 3em;font-weight:bold; font-style:italic;color:#00008B;}

/*kapitelueberschrift*/
h2 {font-size: 2.5em;font-weight:bold;font-style:normal;color:#00008B;}

/*Berichtueberschrift*/
h3 {font-size: 2em; color:#00008B;font-weight:600;font-style:normal;}
/*Fotobeschreibung*/
h4 {font-size:1.2em;color:#00008B;font-weight:bold;font-style:normal;}

/*Schriftdefinition*/
p{font-size:1em; line-height:1.5em;color:#000000;font-weight:600;}
a{font-size:1em; line-height:1.5em;color:#00008B;font-weight:700;}
a.infoh{font-size:1em; line-height:1.5em;color:#FF0000;font-weight:700;}
/* Schriftgrad für Tabellen*/
p.tab{font-size:1em;line-height:1.5 em; color:#000000;font-weight:600}
p.tab2{font-size:1.3em;line-height:1.5 em; color:#000000;font-weight:700}
p.foto{font-size:1.5em;line-height:1.5 em; color:#000000;font-weight:bold}
/* Schriftgrad für wichtige Mitteilungen*/
p.wichtig{font-size:1.5em; color:#FF0000;font-weight:700;}

/*Schriftgrad für aktuelle Infos*/
p.infoh{font-size:1.4em; color:#FF0000;font-weight:700;}
p.infoh1{font-size:1.4em; color:#00008B;font-weight:700;}
p.info2{font-size:1.0em; color:#FF0000;font-weight:700;}
p.info3{font-size:1.3em; color:#00008B;font-weight:700;}

p.formb{font-size:1.3em; color:#00008B;font-weight:700;}
/*Navigation*/ 
/*Hauptliste*/
ul.hauptnavi {	list-style-type:none;
				margin:0;
				padding:0;
				font-size:1em;}

ul.hauptnavi li{padding-left:2em; margin-bottom:0.2em; }

ul.hauptnavi li a {display:block;
				width:11em;
				padding:0.2em 0.5em;
				text-decoration:none;
				font-weight:bold;
				color:#00008B;
				border:1px solid #000000;}
ul.hauptnavi li a.current	{background-color: #778899;}
ul.hauptnavi li a:hover	{color: #800000;}

ul.subnav	{	list-style-type:none;
			margin:0 1em;
			padding:0;}
	
ul.subnav li a  {	display:block;
				width:9em;
				padding:0.1em 0.5em;
				text-decoration:none;
				font-weight:normal;
				color:#F0FFFF;
				border:0px;
				border-left:1px dotted #999999;
				border-bottom:1px dotted #999999;}
ul.subnavi li a.current	{background-color: #D6DFEC;}	
ul.subnavi li a:hover	{color: #800000;}			
			
