/* ------------------------------------------------ */
/* Stylesheet BEGIN */
/* font für alle */
p, span, div, a, h1, li {
	font-family: Verdana, sans-serif;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}

pre {
	background-color: #EFEFEF;
}

li {
	font-style:italic;
}
/* ------------------------------------------------ */
/* Klassen */
.text {
	font-size: 12px;
	color: #000066;
}

.text1 {
	font-size: 14px;
	color: #000066;
}

.text2 {
	font-size: 12px;
	color: #669999;
}

.warn {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}

.headline {
	font-size: 12px;
	color: #669999;
}

.content {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #669999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/* ------------------------------------------------ */
/* Links */
a.text:hover {
	color: #99CCCC;
}
a.text2:hover {
	color: #000066;
	background-color:#99CCCC;
}
a.headline:hover {
	color: #000066;
	background-color: #99CCCC;
}
a.Suchform{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color: #FFFFFF;

}
a.Suchform:visited{
	color: #FFFFFF;
}
/* Stylesheet END */
/* ------------------------------------------------ */
