#container {
	width: 780px; 
	height: 100%; 
	margin: 0 auto; 
	font-family: 'Raleway', sans-serif;
}

#logo {
	width: 780px; 
	float: left; 
	margin-top: 20px;
}

#content {
	float: left; 
	width: 780px;
}

#top {
	float: left; 
	width: 780px; 
	padding: 30px 0;
}

#projekte {
	float: left; 
	width: 90px; 
	height: 270px; 
	background: #282828; 
	color: white; 
	text-align: center; 
	padding-top: 10px; 
	font-size: 13pt;
}

#p_left {
	border-right: 1px solid #282828; 
	float: left; 
	width: 294px; 
	height: 260px; 
	margin-left: 30px; 
	padding: 10px;
}

#p_right {
	float: left; 
	width: 295px; 
	height: 260px; 
	margin-left: 30px; 
	padding: 10px;
}

#kontakt {
	float: left; 
	width: 90px; 
	height: 220px; 
	background: #282828; 
	color: white; 
	text-align: center; 
	padding-top: 10px; 
	font-size: 13pt; 
	margin-top: 20px;
}

#kontaktdaten {
	margin-top: 20px; 
	float: left; 
	width: 640px; 
	height: 220px; 
	margin-left: 30px; 
	padding: 10px; 
	line-height: 18pt;
}

#content .link a {
	display: block; 
	color: black; 
	text-decoration: none; 
	padding: 5px 0 5px 5px; 
	margin-top: 5px;
}

#content .link a:hover {
	display: block;
	color: white; 
	background: #282828; 
	text-decoration: none; 
}