.text
{
	font-size : 11px;
	font-family : arial, helvetica, verdana;
	font-weight : normal;
	font-style : normal;
	color : #333333;
	text-decoration : none;
}

.textbold, em, b
{
	font-size : 11px;
	font-family : arial, helvetica, verdana;
	font-weight : bold;
	font-style : normal;
	color : #333333;
	text-decoration : none;
}

.textitalic, i
{
	font-size : 11px;
	font-family : arial, helvetica, verdana;
	font-weight : normal;
	font-style : italic;
	color : #333333;
	text-decoration : none;
}

.textfound
{
	font-size : 11px;
	font-family : arial, helvetica, verdana;
	font-weight : normal;
	font-style : normal;
	color : #006600;
	text-decoration : none;
}

.pfad
{
	font-size : 11px;
	font-family : arial, helvetica, verdana;
	font-weight : normal;
	font-style : normal;
	color : #999999;
	text-decoration : none;
}

.oben
{
	font-size : 11px;
	font-family : arial, helvetica,verdana;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration : none;
}

.small
{
	font-size : 10px;
	font-family : arial, helvetica, verdana;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration : none;
}

.smalllink
{
	font-size : 10px;
	font-family : arial, helvetica, verdana;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration : underline;
}

.smalllink:hover
{
	font-size : 10px;
	font-family : arial, helvetica, verdana;
	font-weight : normal;
	font-style : normal;
	color : #333333;
	text-decoration : underline;
}

.link
{
	font-size : 11px;
	font-family : arial, helvetica, verdana;
	font-weight : normal;
	font-style : normal;
	color : #666666;
	text-decoration : underline;
}

.link:hover
{
	font-size : 11px;
	font-family : arial, helvetica, verdana;
	font-weight : normal;
	font-style : normal;
	color : #333333;
	text-decoration : underline;
}

a
{
	font-size : 11px;
	font-family : arial, helvetica, verdana;
	font-weight : normal;
	font-style : normal;
	color : #666666;
	text-decoration : underline;
}

a:hover
{
	font-size : 11px;
	font-family : arial, helvetica, verdana;
	font-weight : normal;
	font-style : normal;
	color : #333333;
	text-decoration : underline;
}

.headline
{
    COLOR: #404678;
    FONT-FAMILY: arial, helvetica, verdana;
    FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}

.menue
{
	font-size : 11px;
	font-family : arial, helvetica, verdana;
	font-weight : normal;
	font-style : normal;
	color : #393939;
	text-decoration : none;
	padding : 1px;
}

.menue:hover
{
	font-size : 11px;
	font-family : arial, helvetica, verdana;
	font-weight : normal;
	font-style : normal;
	color : #666666;
	text-decoration : none;
	padding : 1px;
}

.selected
{
	font-size : 11px;
	font-family : arial, helvetica, verdana;
	font-weight : normal;
	font-style : normal;
	color : #FFFFFF;
	text-decoration : none;
	padding : 1px;
}

.selected:hover
{
	font-size : 11px;
	font-family : arial, helvetica, verdana;
	font-weight : normal;
	font-style : normal;
	color : #CCCCCC;
	text-decoration : none;
	padding : 1px;
}

.sub {
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	color: #000000;
	font-weight : normal;
	font-style : normal;
	width: 80px;
}

.subnwlt {
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	color: #000000;
	font-weight : normal;
	font-style : normal;
	width: 300px;
} 

.go {
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	background: #FFFFFF;
	color: #000000;
	font-weight : normal;
	font-style : normal;
	width: 25px;
}

ul {
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	background: #FFFFFF;
	color: #333333;
	font-weight : normal;
	font-style : normal;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: circle;
	list-style-position: outside;
}

ol {
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	background: #FFFFFF;
	color: #333333;
	font-weight : normal;
	font-style : normal;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: decimal;
	list-style-position: outside;
}