@charset "utf-8";
/* CSS Document */

/*Texte*/
.txt1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 12px;
}
.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 12px;
}
.txt3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 12px;
}
.unterschrift {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 11px;
}
/*links*/
a.txt1:link {
	text-decoration: none;
	color: #FFF;
}
a.txt1:visited {
	text-decoration: none;
	color: #FFF;
}
a.txt1:hover {
	text-decoration: none;
	color: #FFF;
}
a.txt1:active {
	text-decoration: none;
	color: #FFF;
}

/*Warnungen die weiter unten mit einem Sternchen angebracht werden sollen*/
.fusswarnung {
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 9px;
}

/*Zitate*/
.zitat1 {
	font-family: Arial,Helvetica,sans-serif;
	text-align: justify;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	font-size: 12px;
}
.zitat2 {
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	font-size: 12px;
}
.zitatname {
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 10px;
}

/*Nur für Eintrittsseiten gedachte*/
.button {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url(http://test1.nvdaake.de/button.jpg);
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	line-height: normal;
}
a.lnk:link {
	text-decoration: none;
	color: #FFF;
}
a.lnk:visited {
	text-decoration: none;
	color: #FFF;
}
a.lnk:hover {
	text-decoration: none;
	color: #FFF;
}
a.lnk:active {
	text-decoration: none;
	color: #FFF;
}