.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.menuweiss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;

}

.footerneu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;

}

.lastupdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;

}

.content {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.ueberschriftkasten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/*a:link { font-weight:normal; text-decoration:none; color: #000000; }
#a:hover { font-weight:normal; text-decoration:underline }
#a:active { font-weight:bold; text-decoration:none } */

/* Der folgende Abschnitt wurde von Lars Oliver Mautsch am 12.12.2004 eingeführt */

/* links bleiben schwarz */
a.blacklink {
 color: #000000;
 background-color: transparent;
 text-decoration: none;
 } 

 /* links bleiben schwarz  */
a.blacklink:visited {
 color: #000000;
 background-color: transparent;
 text-decoration: none;
 } 
 
/* links bleiben schwarz  */ 
a.blacklink:hover {
 color: #000000;
 background-color: transparent;
 text-decoration: none;
 } 
 
/* links bleiben schwarz  */
a.blacklink:active {
 color: #000000;
 background-color: transparent;
 text-decoration: none;
 } 

/* links bleiben schwarz und unterstrichen */ 
 a.blacklinkus {
 color: #000000;
 background-color: transparent;
 text-decoration: underline;
 } 

/* links bleiben schwarz und unterstrichen */ 
a.blacklinkus:visited {
 color: #000000;
 background-color: transparent;
 text-decoration: underline;
 } 

/* links bleiben schwarz und unterstrichen */ 
 a.blacklinkus:hover {
 color: #000000;
 background-color: transparent;
 text-decoration: underline;
 } 
 
/* links bleiben schwarz und unterstrichen */
 a.blacklinkus:active {
 color: #000000;
 background-color: transparent;
 text-decoration: underline;
 } 

/* links bleiben white und unterstrichen */ 
 a.whitelinkus {
 color: #FFFFFF;
 background-color: transparent;
 text-decoration: underline;
 } 

/* links bleiben white und unterstrichen */ 
a.whitelinkus:visited {
 color: #FFFFFF;
 background-color: transparent;
 text-decoration: underline;
 } 

/* links bleiben white und unterstrichen */ 
 a.whitelinkus:hover {
 color: #FFFFFF;
 background-color: transparent;
 text-decoration: underline;
 } 
 
/* links bleiben white und unterstrichen */
 a.whitelinkus:active {
 color: #FFFFFF;
 background-color: transparent;
 text-decoration: underline;
 } 

