/* homepage - extra-formate */

ul#menu li a,
a.home {
	color: white;
}

ul#menu li a:link,
a.home:link
{
	color : white;
}

ul#menu li a:visited,
a.home:visited
{
	/*color : #CCCCCC;*/
	color : white;
}

ul#menu li a:hover,
a.home:hover
{
	color : #FF9900;
}

ul#menu li a:active,
a.home:active
{
	color : #FF9900;
}
td.homekasten {
	color: #CCCCCC;
	padding: 3px;
	border: #CCCCCC dotted 1px;
	border-top: none;
}
td.newskasten {
	color: white;
	padding-top: 20px;
}
h2.newshead {
	font-size: 110%;
	font-weight: bold;
	color: #004577;
	background: #4C7CA0 url(../art/bg_newskasten_h2.gif) no-repeat left top;
	padding: 5px 5px 2px 5px;
	margin: 0px;
}
ul.news {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.news li {
	border-bottom: #CCCCCC dotted 1px;
}
a.news {
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 95%;
	background: transparent url(../art/bullet_or.gif) no-repeat;
	background-position: 2 4;
	padding: 3px 3px 3px 12px;
}
a.news:hover {
	color: #FF9900;
	font-weight: normal;
	font-size: 95%;
	background: #0C4E7D url(../art/bullet_or.gif) no-repeat;
	background-position: 2 4;
}
a.news:visited {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 95%;
}
a.news:active {
	color: #FF9900;
	font-weight: normal;
	font-size: 95%;
}
h2.banner-top {
	font-size: 100%;
	font-weight: bold;
	color: white;
	background: #FF9b3b url(../art/bg-h2-banner-top.gif) no-repeat left top;
	padding: 1px 2px 2px 12px;
	margin: 0px;
	border: none;
	/*width: 168px;*/
}
a.banner-image img,
a.banner-image:hover img,
a.banner-image:visited img,
a.banner-image:active img {
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	display: block;
}
.banner-bottom {
	/*font-size: 110%;
	font-weight: bold;*/
	color: white;
	background: #FF9b3b url(../art/bg-banner-bottom.gif) no-repeat left bottom;
	padding: 5px 5px 2px 12px;
	margin: 0px;
}
.banner-bottom a {
	display: block;
	color: white;
	font-weight: normal;
	font-size: 95%;
	background: transparent url(../art/bullet-delta.gif) no-repeat;
	background-position: 0px 4px;
	padding: 0px 3px 3px 10px;
}
.banner-bottom a:hover {
	color: #004577;
	font-weight: normal;
	font-size: 95%;
	background: transparent url(../art/bullet-delta.gif) no-repeat;
	background-position: 0px 4px;
}
/*.banner-bottom a:visited {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 95%;
}
.banner-bottom a:active {
	color: #FF9900;
	font-weight: normal;
	font-size: 95%;
}*/