@charset "utf-8";
/* CSS Document */

#content .startArea h1.title {
	display: none;
}

.startAreaBoxes {
	margin-bottom: 30px;
}

.startAreaBoxes .startAreaBoxSeperator {
	background-image: url("images/bg_seperator.png");
	background-repeat: no-repeat;
	background-position: top center;
	width: 21px;
}

.startAreaBoxes .startAreaBox1 {
	background-image: url("images/box_startarea_1.png");
}
.startAreaBoxes .startAreaBox2 {
	background-image: url("images/box_startarea_2.png");
}
.startAreaBoxes .startAreaBox2, .startAreaBoxes .startAreaBox1 {
	background-repeat: no-repeat;
	width: 311px;
}

.startAreaBoxes .startAreaBox2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.startAreaBoxes .startAreaBox2 ul li {
	margin: 0;
	margin-left: 15px;
	margin-bottom: 3px;
	padding: 0;
	padding-left: 20px;
	padding-bottom: 3px;
	background-image: url("../../images/layout/submenu_level_x.gif");
	background-repeat: no-repeat;
	background-position: 5px center;
	font-weight: bold;
	border-bottom: 1px solid #aaaaab;
}
.startAreaBoxes .startAreaBox2 ul li.last {
	border: none;
}
.startAreaBoxes .title {
	margin: 0;
	height: 40px;
	padding-left: 85px;
	padding-top: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
