@charset "utf-8";

#top #wrapper {
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

/* flasharea */
#flashArea {
	height: 480px;
	background-image: url(../images/flash_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 920px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/* main */
#top #main { padding-bottom: 30px; }

/* whatsnew */
.whatsNew {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 890px;
	background-image: url(../images/whatsnew_bg.gif);
	background-repeat: repeat;
	background-position: center top;
}

.whatsNew h2 {
	margin-bottom: 10px;
	height: 35px;
	text-indent: -9999px;
	background-image: url(../images/whatsnew_head.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.whatsNew ul {
	padding-right: 20px;
	padding-left: 10px;
	background-image: url(../images/whatsnew_foot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}

.whatsNew ul li {
	font-size: 93%;
	color: #ffffff;
	margin-bottom: 0.2em;
}

.whatsNew ul li span {
	font-weight: bold;
	color: #fcab10;
	margin-right: 1em;
}

.whatsNew ul li a { color: #FFFFFF; }
.whatsNew ul li a:hover {
	color: #FFFFFF;
	background: #333333;
	text-decoration: none;
}

/* linkarea */
#linkArea { padding: 5px 5px 20px; }

#linkArea ul {
	display: block;
	overflow: hidden;
}
*html #linkArea ul { zoom:1; }

#linkArea ul li {
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
}

#top #footer {
	background-image: url(../images/foot_bg.jpg);
	height: 35px;
}

#top #footer p { padding-top: 5px; }


#top #linkArea .link-mailmagazine { margin-bottom: 0px; }
