@charset "utf-8";
/* CSS Document */

#content {
	display: none;
}

#startpageContent {
	position: relative;
	float: left;
	width: 900px;
	height: 424px;
	background: url(../images/startpage_bg.jpg) no-repeat left top;
}

#startpageContent #top {
	position: absolute;
	top: 24px;
	left: 40px;
	width: 540px;
	height: 248px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
}

#startpageContent #bottom {
	position: absolute;
	top: 290px;
	left: 40px;
	width: 860px;
}

#startpageContent #bottom dl {
	float: left;
	width: 246px;
	margin: 0 40px 0 0;
	padding: 0;
	color: #fff;
}

#startpageContent #bottom dt {
	margin: 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
}

#startpageContent #bottom dd {
	margin: 0;
	padding: 0;
}

#startpageContent #bottom dd.content {
	height: 80px;
	overflow: hidden;
}

#startpageContent #bottom dd.readMore {

}

#startpageContent #bottom dd.readMore a {
	padding-right: 12px;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	color: #ff6600;
	background: url(../images/orange_dbl_arrow.gif) no-repeat right 0.5em;
}

#startpageContent #bottom dd.readMore a:hover {
	text-decoration: underline;
}

#startpageContent #bottom dd td {
	font-size: 100%;
	border-bottom: 1px solid #fff;
}


