/*
CSS-File für neumeister.ch
Autor: Silvia Trüssel silvia.truessel@zugermedia.ch
*/

/* Allgemeine Textformatierungen */

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #6a75a3;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #6a75a3;
	font-style: oblique;
	font-weight: normal;
	text-decoration: none;
}


/* Tabellenformatierungen */


/* Link-Einstellungen */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration:none;
	color: #546472;
	font-weight: bolder;
}
a:active { color: #546472}
a:hover { color: #333333}

a.footer { font-family: arial, helvetica, sans-serif; font-size: 7pt; text-decoration:none; color: #405D87}
a.footer:active { color: #333333 }
a.footer:hover { color: #333333}

a.nav { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #CC0000}
a.nav:active { color: #333333 }
a.nav:hover { color: #333333}
.pagetitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	color: #6A75A3;
	text-decoration: none;
	background-repeat: no-repeat;
}
.textschwarz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
.rahmen {
	border: 1px solid #3333CC;
}

