/*body*/
BODY {
	margin: 0px;
	background-color: #400303;
	background-image : url(bilder/background.jpg);
	background-repeat : repeat-x; 
		background-position: 100% 0%;
	}	



/*text*/

.text {
	/*padding: 25px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d0d0d0;
	font-weight: normal;
	line-height: 14px;	
}

/*links*/
.navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	display: block;
	background-image: url(bilder/navi_background.gif);
	background-repeat: repeat-y;
}
a.nv {
	color: white;
	text-decoration: none;
	padding-left: 32px;
	background: url(bilder/navi_button.gif) no-repeat 0px 0px;
	display: block;
	height: 19px;
	line-height: 19px;
}
a.nv:hover {
	background: url(bilder/navi_button.gif) no-repeat 0px -19px;
}
a.txt {
	text-decoration: underline;
	color: #EEC9AA;
	font-weight: bold;
	background-image : url(bilder/arrow.gif);
	background-repeat : no-repeat;
	padding-left : 12px;
	background-position : bottom left;
}
a.txt:hover{
	text-decoration: none;
	color: #EEC9AA;
}
a.textlink {color: white; }
a.textlink:link { text-decoration: underline; }
a.textlink:visited { text-decoration: underline; color: white; }
a.textlink:hover { text-decoration: none; color: #E1A027; }
a.textlink:active { text-decoration: underline; color: white; }

.Stil1 {font-size: 10px}