@CHARSET "ISO-8859-1";

h1 {
	font-family: HeroRegular;
	font-size: 21px;
	font-weight: normal;
	color: #8a0000;
	text-decoration: none;
	padding-top: 0;
	margin-top: 0;
}

h3 {
	font-family: HeroRegular;
	font-size: 15px;
	font-weight: normal;
	color: #606060;
	text-decoration: none;
	margin-bottom: 2px;
}

#download {
	background-color: #eaeaea;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	height: 95px;
}

#home_news,#home_termine {
	background-image: url(../img/bg_grey.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 115px;
}

#home_news h3,#home_termine h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #000000;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#home_news .ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: wrap;
	height: 65px;
	-moz-binding: url("bindings.xml#ellipsis");
}

#home_news,#home_termine {
	font-family: Arial;
	font-size: 14px;
}

#home_news a:link,#home_news a:visited {
	font-family: HeroRegular;
	text-decoration: none;
	color: #ffffff;
}

#home_termine a:link,#home_termine a:visited {
	text-decoration: none;
	color: #000000;
}

#home_news a:hover {
	text-decoration: none;
	color: #a40000;
}

#home_termine h3 {
	padding-left: 22px;
	background-image: url(../img/forward_white.png);
	background-repeat: no-repeat;
	background-position: center left;
}

#navigation {
	font-family: HeroRegular;
	font-size: 12px;
}

#download h3 {
	margin: 0;
}

a.backward:link,a.backward:visited,a.backward:hover {
	font-family: HeroRegular;
	font-size: 15px;
	background-image: url(../img/backward.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 22px;
	padding-top: 5px;
	padding-bottom: 4px;
	text-decoration: none;
}

a.forward:link,a.forward:visited,a.forward:hover {
	font-family: HeroRegular;
	font-size: 15px;
	background-image: url(../img/forward.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 22px;
	padding-top: 5px;
	padding-bottom: 4px;
	text-decoration: none;
	color: #000000;
}

a.forward:hover,a.backward:hover {
	text-decoration: underline;
	color: #a40000;
}
