body {
	font: 13px Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	line-height:140%;
	color: #3f3f3f;
	text-align: left; 
	background-color:#f0f0f0;
}

#container {
	width:780px;
	margin: 0px auto; 
	padding:60px 70px;
	background-color:#fff;
}

#leftcolumn {
	float:left;
	width:205px;
}

#main {
	float:right;
	width:502px;
}

#logo {
	text-align:right;
	margin-bottom:40px;
}

.work {
	margin-bottom:60px;
	border:1px solid #ddd;
	position:relative;
	width:500px;
	height:350px;
	background-color:#ccc;
}

.bubbeltext {
	text-align:center;
	font-size:13px;
	position:absolute;
	top:140px;
	width:175px;
	left:162px; 
}

	.bubbeltext span {
		display:block;
		text-transform:uppercase;
		font-size:15px;
	}

a {
	text-decoration:underline;
	color:#93D538;
}

a:hover {
	text-decoration:underline;
}

p {
	padding:0 0 1.5em;
	margin:0;
}

img {
	border:0;
}

h1 {
	font-size:25px;
	font-weight:normal;
	margin:0 0 15px;
	letter-spacing:-1px;
	line-height: 1em;
}

h2 {
	font-size:18px;
	font-weight:normal;
	margin:10px 0 10px;
}

#footer,
#footer a {
	color:#d3d3d3;
}

.clearfloat {
	clear:both;
	height:0;
    line-height: 0px;
}