/* Styles auf der Site */

/* allgemeine Links */
a {
	color : #980000;
	font-family : Arial, sans-serif;
	font-size : 13px;
	letter-spacing : 1px;
	text-decoration : none;
}

a:hover {
	font-family : Arial, sans-serif;
	font-size : 13px;
	letter-spacing : 1px;
	text-decoration : underline;
}

.toplink {
	color : #ffffff;
	font-family : Arial, sans-serif;
	font-size : 13px;
	letter-spacing : 1px;
	line-height : 15px;
	text-decoration : none;
}

.toplink:hover {
	color : #ffffff;
	font-family : Arial, sans-serif;
	font-size : 13px;
	letter-spacing : 1px;
	line-height : 15px;
	text-decoration : underline;
}

h1
{
	font-size: 14px;
	font-family : Arial, sans-serif;
	color : #000000;
	font-weight : normal;
	line-height : 14px;
	letter-spacing : 4px;
	font-variant:small-caps;
	margin-bottom : 0px;
	
}

.text {
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 13px;
	line-height : 20px;
	letter-spacing : 1px;
	text-decoration : none;
	margin-top : 15px;
	margin-bottom : 0px;
}

.text_signum {
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 13px;
	line-height : 10px;
	letter-spacing : 1px;
	text-decoration : none;
	font-style : italic;
	margin-top : 10px;
	margin-bottom : 20px;
}

.text_white {
	color : #ffffff;
	font-family : Arial, sans-serif;
	font-size : 13px;
	line-height : 15px;
	text-decoration : none;
}
