@charset "utf-8";
/* Startpage */

.contentStart {
	background: transparent;
}
.startPage .pageActions {
	left: 829px;
	right: auto;
	top: 129px;
}
.startPage .header {
	left: 1px;
	margin-bottom: 0;
}
.startPage h1 {
	color: #000;
	font-size: 3em;
	margin: 22px 0 0 38px;
}

.startPage .banner {
	height: 76px;
	left: 58px;
	position: absolute;
	top: 224px;
	width: 440px;
}
.startPage .banner a
{
	color:#000;
	text-decoration:none;
}
.startPage .banner a img
{
	float:left;
	margin-right:2px;
}
.startPage .banner a strong {
	display: block;
	font-size: 1.8em;
	line-height: 1em;
	margin-top:15px;
	padding-bottom: 5px;
}
.startPage .banner a span {
	background: url('../../images/icnLink.gif') no-repeat 0 3px;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 10px;
}
.startPage .banner a:hover span {
	color: #B00;
}
.ospWorking, 
.ospRetired {
	height: 218px;
	left: 52px;
	position: absolute;
	top: 335px;
	width:305px;
	z-index: 1;
}
.ospRetired {
	left: 362px;
}
.ospWorking .ospBackground {
	background: url('../../images/bgOspWorking.png') no-repeat 0 0;
	height: 218px;
	left: 0;
	position: absolute;
	top: 0;
	width: 305px;
	z-index: 2;
}

.ospRetired .ospBackground {
	background: url('../../images/bgOspRetired.png') no-repeat 0 0;
	height: 218px;
	left: 0;
	position: absolute;
	top: 0;
	width: 305px;
	z-index: 2;
}
a.ospHead {
	background: url('../../images/bgOspHead.png') no-repeat 0 0;
	color: #FFF;
	display: block;
	height: 21px;
	left: 7px;
	padding: 10px 5px 6px 28px;
	position: absolute;
	text-decoration: none;
	top: 24px;
	width: 199px;
	z-index: 3;
}
a.ospHead:hover {
	background-position: 0 -50px;
}
a.ospHead span {
	font-size: 1.3em;
	font-weight: bold;
}
.startPage .listing{
	left: 24px;
	position: absolute;
	top: 85px;
	z-index: 3;
}

.startPage .listing li{
	list-style: none;
	padding-bottom: 8px;
	width: 140px;
}
.startPage .listing li a{
	background: url('../../images/icnLink.gif') no-repeat 0 3px;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 5px 15px;
	text-decoration: none;
	display: block;
}
.startPage .listing a:hover {
	color: #B00;
}