* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* ################################ Basis ################################# */

#container {
	position:relative;
	top: 0px;
	left: 0px;
	margin: auto;
	width: 1050px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	min-height: 500px;
}

a {
	outline: none;
}

.clear {
	clear: both;
}

.png {
	behavior: url(iepngfix.htc);
}

#spalte-links {
	float:left;
	width: 300px;
	padding-left: 38px;
	padding-top: 63px;
	padding-right: 30px;
}

#spalte-rechts {
	float:left;
	width: 620px;
	padding-top: 37px;
	padding-right: 60px;
}

.navi {
	margin-right: 32px;
	border: 0;
}

/* ################################ Newsbereich ################################# */

small {
	font-size: 10px;
}

.headline {
	font-size: 14px;
	font-weight: bold;
}

.singlenews {
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000;
}

.more {
	font-size: 10px;
	color: #ed1c22;
	text-decoration: none;
}

/* ################################ Inhalt ################################# */

#project {
	position: relative;
	left: 20px;
}

#vor, #weiter {
	float: left;
	width: 47px;
	height: 319px;
}

#laptop {
	float: left;
	background-image: url(images/laptop.png);
	width: 494px;
	height: 319px;
	position: relative;
	left: 47px;
}

#laptop img {
	position: relative;
	top: 30px;
	left: 70px;
}

#beschreibung {
	border-top: 1px dotted #000;
	padding-top: 5px;
}

#beschreibung p {
	line-height: 18px;
	margin-bottom: 8px;
}

.ueberschrift {
	position: relative;
	left: 80px;
}

#beschreibung .more {
	color: #ed1c22;
	text-decoration: none;
	font-size: 11px;
}

#beschreibung .more:hover {
	text-decoration: underline;
}

/* ################################ Referenzen ################################# */

.referenz {
	text-align: center;
	float: left;
	margin-right: 30px;
}

.imagelink {
	height: 109px;
	display: block;
	border: 1px dotted #000;
	padding: 2px;
}

/* ################################ Footer ################################# */

#footer {
	margin-top: 50px;
	border-top: 1px dotted #000;
	margin-left: 38px;
	width: 973px;
	padding-top: 3px;
	padding-bottom: 30px;
}
