/* CSS Document */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
}
body {
	font-size: 12px;
	line-height: 18px;
	color: #660000;
	font-family: Verdana;
}
.headline{
	font-size: 14px;
	line-height: 20px;
	color: #660000;
	font-family: Arial;
	font-weight: bold;
}
.content{
	font-size: 13px;
	line-height: 20px;
	color: #660000;
	font-family: Arial;
}
.cnttable{
	background-color: #F5EFEF;
	background-image: url(../images/content_bottom.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.navi{
	font-size: 13px;
	font-family: Verdana;
	color: #FFFFFF;
	font-weight: bold;
}
.navi2{
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana;
	color: #FFFFFF;
}
.navi3{
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana;
	color: #600;
	background: #e0b2b2;
	padding: 2px;
	display: block;
	margin: 4px 20px 0px 0px;
	border: 1px solid #600;
}
.navi4{
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana;
	color: #fff;
	background: #94b300;
	padding: 2px;
	display: block;
	margin: 4px 20px 0px 0px;
	border: 1px solid #336600;
}
.newsticker {
	color: #660000;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

.newsticker a {
	color: #660000;
	text-decoration: none;
}

.tickerdiv {
	padding-left:123px;
	padding-top: 4px;
	height: 18px;
	clear: both;
	vertical-align:middle;
	background-color: #E0B2B2;
}

.saison_tabelle {
	margin-left: 30px;
}

.saison_box {
	font-size: 12px;
	color: #fff;
	background: transparent url("../images/bg_saison_box_content.png") left top no-repeat;
}
.saison_box_content {
	background: #a16262;
	background: transparent;
	margin: 23px 0 0 29px;
}

a.download:link, a.download:visited {
	text-decoration: none;
	color: #600;
}
a.download:hover, a.download:active, a.download:focus {
	text-decoration: underline;
	color: #600;
}

a.buchungslink:link, a.buchungslink:visited {
	display: block;
	width: 110px;
	color: #600;
	background: #E0B2B2;
	border: 1px solid #600;
	padding: 2px 10px;
	font-weight: bold;
}
a.buchungslink:hover, a.buchungslink:active {
	display: block;
	width: 110px;
	color: #600;
	background: #E0B2B2;
	border: 1px solid #600;
	padding: 2px 10px;
	font-weight: bold;
}

a.onlinebuchung:link, a.onlinebuchung:visited {
	color: #600;
}
a.onlinebuchung:hover, a.onlinebuchung:active {
	color: #600;
}


