body,p,div,td,th,input,textarea,li,ul,ol,dl {
	font-family: Arial;
	font-size: 12px;
	color: #870102;
	text-decoration: none;
}

/*
ul {
	padding-left: 85px;
	padding-right: 25px;
}
*/

.headline1{
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #870102;
	text-decoration: none;
	padding-left: 55px;
}
.headline2{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #870102;
	text-decoration: none;
	padding-left: 60px;
}
p.content{
	font-family: Arial;
	font-size: 12px;
	color: #870102;
	text-decoration: none;
	padding-left: 85px;
	padding-right: 25px;
}
td.content {
	padding-top: 15px;
}
a.navigation{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #870102;
	text-decoration: none;
	padding-left:10px;
}
.content{
	font-family: Arial;
	font-size: 12px;
	color: #870102;
	text-decoration: none;
}
.teaser{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #870102;
	text-decoration: none;
}
.bold{
	font-weight: bold;
}
.small{
	font-size: 10px;
}
.medium{
	font-size: 11px;
}
.big{
	font-size: 14px;
}
.white{
	color: #FFFFFF;
}
.grey{
	color: #666666;
}
.rlayer {
	visibility: hidden;
	overflow: visible;
	position: absolute;
	clip: rect( );
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
.border {
	border: 1px solid #dddddd;
}

/* Sitemap-Layout */
.sm-level1 {
	width: 100px;
	height: 20px;
	padding:0px 5px 0px 7px;
	background-color: #F8E4E4;
/*	background-image: url(images/arrow_white_next.gif);
	background-position: right;
	background-repeat: no-repeat;
*/	color: #870102;
	font-weight: bold;
}

.sm-level2 {
	width: 100px;
	height: 20px;
	padding:0px 5px 0px 17px;
	background-color: #ffffff;
	color: #870102;
	font-weight: bold;
}

.sm-level3 {
	width: 100px;
	height: 20px;
	padding:0px 5px 0px 32px;
	background-color: #ffffff;
	color: #870102;
	font-weight: normal;
}



