@charset "UTF-8";
/* CSS Document */

	<style type="text/css">
	@import url(http://fonts.googleapis.com/css?family=Droid+Sans);	
	* {
		margin: 0;
		padding: 0;
	}
	body {
	font-family: 'Abel', sans-serif;
	color: #FFF;
	background-color: #000;
	background-image: url(http://edition13.ch/kollerdirect/bilder/background.jpg);
	background-size: 100%;
	background-attachment: fixed;
	}
	img {
	border-style: none;
	margin: 0 0 0px 0;
	}



	img.logo {
		height: 41px;	
	}
	h1 {
	font-size: 150px;
	font-weight: normal;
	margin: 20px 0 0 20PX;
	line-height: 120px;
	color: #FFF;
	}
	h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0 26px 20px;
	line-height: 25px;
	color: #FFF;
	}
	
	h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 60px 0 10px 0;
	line-height: 25px;
	color: #FFF;

	}
	
	p {
		font-size: 2em;
		line-height: 130%;
	}
	a:link {
		text-decoration: none;
	}
	a, a:visited {
		color: #fff;
		text-decoration: none;
	}
	a:hover {
		color: #fff;
		text-decoration: underline;
	}
	.content {
	width: 500px;
	line-height: 30px;
	text-align: left;
	float: left;
	font-weight: bold;
	position: fixed;
		}
		
	.portfolio {
	width: 760px;
	line-height: 30px;
	text-align: left;
	margin: 100px 0 0 500px;
		}	
		

		
	</style>
