body, html {
	margin: 0;
	padding: 0;
	width: 100%;

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #876F59;
	background:#150E06;
background-image: url(Bilder/bg.jpg);
background-repeat:no-repeat;

}






#txt
{
font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #F59711;
}



#txt1
{
font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #EC5317;
}




#txt2
{
font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996B53;
}


a:link
{
color:#F59711;
text-decoration:none;
font-size: 11px;
}

a:visited
{
color:#F59711;
text-decoration:none;
font-size: 11px;
}

a:active
{
color:#F59711;
text-decoration:none;
font-size: 11px;
}

a:hover
{
color:#EC5317;
text-decoration:none;
font-size: 11px;
}



