﻿.site {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; text-decoration: none; text-align: justify; background-color: #000000; border: 1px #FFFFFF solid; cursor: hand}
.link { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #FF9900}
.mainmenu {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: none}
.zagol {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #FF9900}
.content { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; text-decoration: none; text-align: justify}
.navLinks1{
	background-color: #124558;
	text-align : center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #EEEEEE;
	font-weight : bold;
	height : 25px;
	width : 160px;
	cursor : pointer;
	border : 1px solid Black;
}
.navLinks{
	background-color: #124558;
	text-align : center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #EEEEEE;
	font-weight : bold;
	height : 25px;
	width : 160px;
	cursor : pointer;
	border-bottom : 1px solid Black;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
}
.fliesstext{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	line-height : 17px;
}

/*********************************************************************** 
Code von Rene
Formatierung fÃ¼r Links
WICHTIG: Die Reihenfolge der 4 Klassen, darf NICHT verÃ¤ndert werden
***********************************************************************/
/* Link im ruhenden Zustand */
a:link {
	color: #800000;
}

/* Link im mouseover Zustand */
a:hover {
	
	color: #000000;
}

/* Link im geklickten Zustand */
a:active {
	color: #800000;
}
