.ContentHolder {
	text-align: center;
}
.CopyrightNotice {
	font-family: Arial; 
	font-size: 12px;
	padding-left: 13px;
	text-decoration: overline;
	text-align: center;
}
.ContentTable {
	border: 1px solid white;
	background-color: #FFE61E;
	color:black;
}
.ContentTd img {
	border: 1px solid black;
	margin:2px;
}
.MenuTd {
	background-color: #F6DC00;
}
.MenuPunktTd {
	background-image:url(images/menupunktbg.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	font-family:Arial;
	width:83px;
	height:22px;
	text-align:center;
	cursor:pointer;
}
.MenuPunktTdSelected {
	background-image:url(images/menupunktbgselected.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	font-family:Arial;
	width:83px;
	height:22px;
	text-align:center;
	cursor:pointer;
}
.MenuPunktTdOnmouseover {
	background-image:url(images/menupunktbgonmouseover.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	font-family:Arial;
	width:83px;
	height:22px;
	text-align:center;
	cursor:pointer;
	color:black;
}
.MenuPunktTd a {
	color:black;
	text-decoration:none;
	cursor:pointer;
}
.MenuPunktTdSelected a {
	color:black;
	text-decoration:none;
	cursor:pointer;
}
.MenuPunktTdOnmouseover a {
	color:black;
	text-decoration:none;
	cursor:pointer;
}
body {
	background-color: #020147;
	margin:0px;
	margin-top:8px;
	font-family:Arial;
	font-size:12px;
	color:#020147;
}
td {
	font-family:Arial;
	font-size:12px;
	color:#020147;
font-weight:normal;
}
h1 {
	font-size:18px;
}

a.newslink { color: #020147; text-decoration: none; }
a.newslink:hover { text-decoration: underline; }

#bannere { width: 468px; height: 60px; margin: 5px auto 10px auto; overflow: hidden; background: #fff; }
#bannere img { border: 0; margin: 0; }
