#startblocks_container {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 550px;
}

#startblocks_container #startblocks {
	display: block;
	height: 80px;
	background: url(../images/startmenu_full.png) bottom right no-repeat;
	margin: 10px 0 0 0;
	position: relative;
}
 
#startblocks .startblock {
	float: left;
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 80px;
	width: 121px;
	padding: 0 6px;
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 1px solid #fff;
}

#startblocks_container .startblock span {
	display: none;
}
 
#startblocks_container #startblock_wordpress {
	background: url(../images/startmenu_wordpress.png) left bottom no-repeat;
}

#startblocks_container #startblock_typo3 {
	background: url(../images/startmenu_typo3.png) left bottom no-repeat;
}

#startblocks_container #startblock_firefox {
	background: url(../images/startmenu_firefox.png) left bottom no-repeat;
}

#startblocks_container #startblock_tools {
	background: url(../images/startmenu_tools.png) left bottom no-repeat;
	border-right: 0;
	margin-right: -20px;
}

#latestoswork {
	width: 553px;
	height: 82px;
	background: url(../images/bg_latestoswork.png) left top no-repeat;
	overflow: hidden;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

#latestoswork #latestoswork-inner {
	margin: 10px 0 0 15px;
	width: 522px;
	height: 62px;
	overflow: hidden;
}

#latestoswork ul {
	width: 520px;
}

#latestoswork ul, #latestoswork li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#latestoswork li {
	width: 553px;
	height: 82px;
	overflow: hidden;
}

#latestoswork li img {
	border: solid 1px #D1D1D1;
}

#prevBtn, #nextBtn { 
	display: block;
	width: 16px;
	height: 16px;
}

#prevBtn a, #nextBtn a {  
	display: block;
	width: 16px;
	height: 16px;
}

#nextBtn {
	position: relative;
	margin-top: -17px;
	margin-left: 540px;
}

#prevBtn {
	position: relative;
	margin-top: -50px;
	margin-left: -3px;
}

div.discontinued {
	width: 553px;
	height: 82px;
	background: url(../images/bg_latestoswork.png) left top no-repeat;
	overflow: hidden;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	font-size: 1em;
	line-height: 18px;
	color: #0066cc;
	text-align: center;
	font-family: 'Nobile', sans-serif;
}

div.discontinued .discontinued-de, div.discontinued .discontinued-en, div.discontinued h3 {
	font-size: 700;
	font-style: italic;
}

div.discontinued h3 {
	font-size: 1.5em;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 14px;
	margin-bottom: 3px;
}

div.discontinued .discontinued-en {
	color: #666;
}