a:link { font-weight:bold; text-decoration:none; }
a:visited { font-weight:bold; text-decoration:none; }
a:focus { font-weight:bold; text-decoration:none; }
a:hover { font-weight:bold; text-decoration:none; }
a:active { font-weight:bold; text-decoration:none; }
/*-------------------------------------------------------------------------------------------------*/
/*Bereich*/
.titelBereich
{
	width:99%;	
	background-color:#FFFFFF;	
	margin-top:5%; margin-bottom:5%;
	border:0px solid black;
}


/*Elemente des Bereiches titel*/
.titelBereich h1
{		
	border-bottom:2px solid #006400;
	font-family:sans-serif;	font-style:italic;	font-size:1.8em;	font-weight:bold;	color: #006400;
	text-align:center;
}




/*-------------------------------------------------------------------------------------------------*/
/*Bereich*/
.startseite
{
	width:99%;	
	background-color:#FFFFFF;
	padding:0px;	/* Innenabstand */
	margin:0px 0px; /*Außenabstand o/u  re/li*/	
	border:0px solid black;
	
}

/*Elemente des Bereiches Startseite*/
.startseite p
{
	border:0px solid black;
	font-family:sans-serif;	font-style:normal;	font-size:1.2em;	font-weight:bold;	color: #006400;
	text-align:center;
	margin-top:0px; margin-bottom:10px;
	
}

.startseite h3
{
	font-family:sans-serif;	font-style:italic;	font-size:0.6em;	font-weight:bold;	color: #006400;	
	text-align:center;	
	border-bottom:0px solid;
	margin:0px;
}

.startseite img
{
	border:0px;
	width:auto;
}

.startseite table
{
	width:90%;
	table-layout:fixed; /*gleichmäßige Verteilung der Spalten*/
	empty-cells:show;
	font-family:sans-serif; font-style:normal;	font-size:0.8em;	font-weight:bold;	color: #006400;
	text-align:center;	
	border:0px solid black;
}


