.backgr {
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-image: url(../img/sitebackground.png);
	background-position: top;
	background-color: #cccccc;
}
.normaltxt {
	font-size: 12px;
	color: #4d4d4d;
	font-family: arial, sans-serif;
	
}
.titeltxt {
	font-size: 20px;
	font-weight: bolder;
	color: #AA0000;
	font-family: arial, sans-serif;
}
.wytitel {
	font-size: 28px;
	font-weight: bolder;
	color: #FFFFFF;
	font-family: arial, sans-serif;
	line-height: 20px;
}
.menutxt {
	font-size: 12px;
	color: #aa0000;
	font-weight: bolder;
	font-family: arial, sans-serif;
	text-decoration: none;
}
a:hover.menutxt {
	font-size: 12px;
	color: #000000;
	font-weight: bolder;
	font-family: arial, sans-serif;
	text-decoration: none;
}
.menutxt2 {
	font-size: 12px;
	color: #ffffff;
	font-weight: bolder;
	font-family: arial, sans-serif;
	text-decoration: none;
}
a:hover.menutxt2 {
	font-size: 12px;
	color: #ffda17;
	font-weight: bolder;
	font-family: arial, sans-serif;
	text-decoration: none;
}
