@charset "utf-8";

/* Hintergründe & Layout */
.shadowleft {
	background-image: url(layout/layout_02.gif);
	background-repeat: repeat-y;
}
.shadowright {
	background-image: url(layout/layout_05.gif);
	background-repeat: repeat-y;
}

/* Newsmeldungen */

.newslinie {
	background-image: url(layout/dot_beige.gif);
	background-repeat: repeat-x;
}
.newsliniedotted {
	background-image: url(layout/dot_dotted.gif);
	background-repeat: repeat-x;
}
.newstext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
.newstext a:link {
	font-weight:bold;
	color: #FF0000;
}
.newstext a:visited {
	font-weight:bold;
	color: #FF0000;
}
.newstext a:hover {
	font-weight:bold;
	color: #a9a186;
}

/* Schriftenstile */

.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.footer a:link {
	color: #FFFFFF;
	font-weight: bold;
}
.footer a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
.footer a:hover {
	color: #000000;
	font-weight: bold;
}
.fliesstext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}
.fliesstext a:link {
	font-weight:bold;
	color: #FF0000;
	line-height: 16px;
}
.fliesstext a:visited {
	font-weight:bold;
	color: #FF0000;
	line-height: 16px;
}
.fliesstext a:hover {
	font-weight:bold;
	color: #a9a186;
	line-height: 16px;
}
