@charset "utf-8";

*{
	margin:0;
	padding:0;
	border:0;
}

body {
	background:url(img/bg_body.jpg) repeat-y #b3b3b3;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333;
}

a:link{
	color:#150fd3;
	text-decoration:none;
}


a:visited{
	color:#150fd3;
	text-decoration:none;
}

a:hover{
	color:#150fd3;
	text-decoration:underline;
}

h1{
	font-size: 24px;
}

h2{
	font-size: 18px;
}

.myclear{
	clear:both;
	overflow:hidden;
	height: 1px;
}

.sidebar {
	width: 215px;
	padding: 20px;
	float: left;
}

.content {
	width: 800px;
	float: left;
	padding: 20px;
}

.navigation{
		margin-top: 50px;
		font-size: 16px;
}

.navigation li{
	list-style:none;
	margin-bottom: 20px;
}

.navigation a:link{
		color:#FFF;
		font-size: 16px;
}

.navigation a:link{
		color:#FFF;
		text-decoration: none;
}

.navigation a:visited{
		color:#FFF;
		text-decoration: none;
}

.navigation a:hover{
		color:#FFF;
		text-decoration: underline;
}

.impressum {
		position:absolute;
		bottom:20px;
		font-size:9px;
}

.textbox {
		width: 250px;
		float: left;
		margin-left: 40px;
		text-align: left;
}

.textbox_g{
		width: 760px;
		padding: 20px;
		clear:both;
		border-top: 1px solid #555;
		border-bottom: 1px solid #555;
}

.picbox {
		float: left;
		width: 182px;
}

.partnerbox {
		width: 600px;
		margin: auto;
		display:block;
		clear: both;
		height: 180px;
		margin-bottom: 40px;
}

.pinner {
		width: 300px;
		height: 180px;
		float: left;
}

.projectbox{
	height: 120px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 40px;
}

.projectthumb{
	float: left;
	width: 150px;
}

.projectshort{
	width: 200px;
	float: left;
	margin-left: 50px;
}

.projectshort2{
	width: 200px;
	float: left;
	margin-left: 50px;
}

.detailpic{
	width: 250px;
	float: left;
	margin-right: 40px;
}

.idetails{
	width: 400px;
	float: left;
}

.beschreibung{
	clear: both;
	padding: 40px 0;
}

.zusatzpics{
	height: 150px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
