/* FONTS */
span {
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
}

span.breadt {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
}

span.title {
	font-family: Trebuchet MS, Arial;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

span.content {
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	color: #000000;
}

span.infotext {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	color: #000000;
}

span.datecss {
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	color: #000000;
}

/* IFRAME */
.iframe {
	overflow-x: hidden;
	height: 500px;
}

/* HYPERLINKS DEFAULT */
a:link {
	font-family: Trebuchet MS, Arial; 
	font-size: 13px; 
	color: #336698;
	text-decoration: underline;
}
a:active {
	font-family: Trebuchet MS, Arial; 
	font-size: 13px; 
	color: #336698; 
	text-decoration: underline;
}
a:visited {
	font-family: Trebuchet MS, Arial; 
	font-size: 13px; 
	color: #336698; 
	text-decoration: underline;
}
a:hover {
	font-family: Trebuchet MS, Arial; 
	font-size: 13px; 
	color: #91b9e5; 
	text-decoration: underline;
}

/* HYPERLINKS BREADCRUMB */
a.bread:link {
	font-family: Trebuchet MS, Arial; 
	font-size: 11px; 
	color: #336698;
	text-decoration: underline;
}
a.bread:active {
	font-family: Trebuchet MS, Arial; 
	font-size: 11px; 
	color: #336698; 
	text-decoration: underline;
}
a.bread:visited {
	font-family: Trebuchet MS, Arial; 
	font-size: 11px; 
	color: #336698; 
	text-decoration: underline;
}
a.bread:hover {
	font-family: Trebuchet MS, Arial; 
	font-size: 11px; 
	color: #f4c125; 
	text-decoration: underline;
}

/* HYPERLINKS LINKS */
a.links:link {
	font-family: Trebuchet MS, Arial; 
	font-size: 13px; 
	color: #91b9e5;
	text-decoration: none;
}
a.links:active {
	font-family: Trebuchet MS, Arial; 
	font-size: 13px; 
	color: #91b9e5; 
	text-decoration: none;
}
a.links:visited {
	font-family: Trebuchet MS, Arial; 
	font-size: 13px; 
	color: #91b9e5; 
	text-decoration: none;
}
a.links:hover {
	font-family: Trebuchet MS, Arial; 
	font-size: 13px; 
	color: #f4c125; 
	text-decoration: none;
}

/* HYPERLINKS ARTICLES */
a.articles:link {
	font-family: Trebuchet MS, Arial; 
	font-size: 12px; 
	color: #336698;
	text-decoration: underline;
}
a.articles:active {
	font-family: Trebuchet MS, Arial; 
	font-size: 12px; 
	color: #336698; 
	text-decoration: underline;
}
a.articles:visited {
	font-family: Trebuchet MS, Arial; 
	font-size: 12px; 
	color: #336698; 
	text-decoration: underline;
}
a.articles:hover {
	font-family: Trebuchet MS, Arial; 
	font-size: 12px; 
	color: #f4c125; 
	text-decoration: underline;
}

/* HYPERLINKS ACTIVE */
a.aktiv:link {
	font-family: Trebuchet MS, Arial; 
	font-size: 13px; 
	color: #f4c125;
	text-decoration: none;
}
a.aktiv:active {
	font-family: Trebuchet MS, Arial; 
	font-size: 13px; 
	color: #f4c125; 
	text-decoration: none;
}
a.aktiv:visited {
	font-family: Trebuchet MS, Arial; 
	font-size: 13px; 
	color: #f4c125; 
	text-decoration: none;
}
a.aktiv:hover {
	font-family: Trebuchet MS, Arial; 
	font-size: 13px; 
	color: #91b9e5; 
	text-decoration: none;
}

/* IMAGES */
a img { 
	border: 0px; 
	border: none;
}
img { 
	border: 0px; 
	border: none;
}

a {
	outline: none; 
}
