.content-wrapper-landing {
	width: 1005px;
	/* padding-bottom: 20px; */
	position: relative;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;	
}
	.content-wrapper-landing .footer{
		height:30px;
		clear:both;
	}
	.content-wrapper-landing .borders{
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		background-image: url(/custom-files/resources/1.0/css/img/border.png);
		background-repeat: repeat-y;
		background-position: center 0;
		width: 1005px;
		position: relative;
	}

.landingspagina-component {
	float:left;
	width:501px;
	margin-bottom:20px;
	position:relative;
	}

	.landingspagina-component .landingspagina-pictogram{
		float:left;
		margin-left: 100px;
		#margin-left: 50px;
		width: 100px;
	}

	.landingspagina-component .landingspagina-list{
		/* margin-left: 54px;
		float: left; */
		margin-right: 60px;
		float: right;
		width: 210px;
	}
		.landingspagina-list .landingspagina-titel{
			color: #cc0000;
			font-size: 1.3em;
		}
		.landingspagina-list .landingspagina-titel a{
			color: #cc0000;
		}
		.landingspagina-list li {
			margin-bottom: 4px;
		}
		.landingspagina-list a {
			/* color: #555555; */
			color: #000000;
			text-decoration: none;
		}
		.landingspagina-list a:hover {
			color: #cc0000;
			text-decoration: underline;
		}

		
.content-wrapper-landing .landingRechts {display:block; width:502px; float:right; _overflow:hidden;}
.content-wrapper-landing .landingLinks {display:block; width:502px; float:left; _overflow:hidden;}
br.clear {float:none; clear:both;}
