@charset "UTF-8";
/* CSS Document */

.mittig {
	margin-left:auto;
	margin-right:auto;
	margin-top: -60px;
}
.adress {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}
.text_main {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}
.frame_audio {
	height: 20px;
	width: 170px;
}
.linkformat1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: red;
}

/* definitionen für die klasse .linkformat1 --> Bilder */
.linkformat1 a:link {
	color: #FFF;
	text-decoration: underline;
}
.linkformat1 a:visited {
	color: Black;
	text-decoration: line-through;
}
.linkformat1 a:hover {
	color: #CCC;
	text-decoration: none;
}
.linkformat1 a:active {
	color: #999;
	text-decoration: none;
}



/* definitionen für die klasse .linkformat2 */

.linkformat2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFF;
}
.linkformat2 a:link {
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}
.linkformat2 a:visited {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}
.linkformat2 a:hover {
	color: Green;
	font-weight: bold;
	text-decoration: underline overline;
}
.linkformat2 a:active {
	color: Olive;
	font-weight: bold;
	text-decoration: line-through;
}

