html, body 
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	margin: 0px;
	background-color: #939397;
	text-align: center;
}

.abstand
{
	height: 50%;
	margin-bottom: -265px;
	float: left;
}

#container
{
	width: 882px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	margin: auto;
	text-align: left;
		clear: left;
}

table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#projekte
{
	border-top: 2px solid #ffffff;
	margin-bottom: 5px;
}

#projekte img
{
	border: 1px solid #ffffff;
	padding: 10px;
}


#text_ecr, #text_kranhaus1, #text_silo
{
	color: #ffffff;
	padding: 10px;
	padding-left: 20px;
	margin-bottom: 5px;
}
#text_ecr
{
	background-color: #1E3A79;
}

#text_silo
{
	background-color: #CA000E;
}

#text_kranhaus1
{
	background-color: #504F55;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

a
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin-left: 1px;
}

a:hover
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

#dp
{
	text-align: center;
	padding-bottom: 10px;
	color: #939397;
}

#kranhaus1
{
	font-size: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 22;
	display: none;
}