body {
	font: 12px Arial, Helvetica, sans-serif;
}

hr {
	background: url(../bilder/hr.png) center no-repeat;
	border: none;
	margin: 25px 0 25px 0;
}

#text ul {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}

#text ul li {
	background: url(../bilder/bullet.png) top left no-repeat;		
	margin: 0;
	padding: 3px 0 0 18px;
}

*html #text ul li {
	background: url(../bilder/bullet.png) top left no-repeat;		
	padding: 3px 0 2px 1.7em;
	margin: 0;
	height: 1%;
}

#text a, #text a:visited {
	text-decoration: none;
	color: #1F41A2;
	background: transparent url(../bilder/linkout-na.png) no-repeat left;
	font-variant: small-caps;
	padding-left:15px;
	margin: 0 3px 0 3px;
}

#text a:hover, #text a:active {background: transparent url(../bilder/linkout-a.png) no-repeat left; color: #941E1E;}

#text a.noimg {
	text-decoration: none;
	color: #1F41A2;
	background: transparent;
	font-variant: small-caps;
	padding-left:0px;
	margin: 0 3px 0 3px;
}

#text a:hover.noimg, #text a:active.noimg {background: transparent; color: #941E1E;}

#text a:hover.noimg {
	background: transparent;
}

#text a.noimg img {
	border: 0 none;
	vertical-align: middle;
	padding-top: 1px;
}

#text blockquote {
	background: #D2D4CD url(../bilder/bquote.png) no-repeat top left;
	padding: 15px 0 0 50px;
	margin: -15px 0 0 0;
	font-style: italic;
}

#copy {
	font-size: 90%;
}

#copy a, #copy a:visited {
	text-decoration: none;
	font-variant: small-caps;
	color: #D06800;
	background-color: transparent;
}

#copy a:hover, #copy a:active {color: #8B0000;}


#text ul li.fl {background: url(../bilder/bullet-fl.png) top left no-repeat;}
#text ul li.dn {background: url(../bilder/bullet-dn.png) top left no-repeat;}


