body
{
 	font-family: Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #414141;
	background-color: #ffffff;
}

/* html-elements */
h3
{
	font-family: Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #414141;
	margin-bottom: 15px;
}

h4
{
	font-family: Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #414141;
	margin-bottom: 10px;
}

p
{
	margin-bottom: 15px;
}

a
{
	font-weight: bold;
	color: #07d1cf;
	text-decoration: none;
}

a:visited
{
	color: #23a09f;
	text-decoration: none;
}

img
{
	border: none;
}

ul
{
	padding: 0px;
	margin-left: 15px;
}

li
{
	list-style-type: disc;
}
.smallprint
{
	font-size: 9px;
}
/* id-elements */
#content
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1100px;
	/*background-color: #FFFF00;*/
}

#logo
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

#about
{
	position: relative;
	top: 20px;
	left: 0px;
	width: 255px;
	float: left;
	color: #414141;
	/*background-color: #FF0000;*/
}

#contact
{
	position: relative;
	top: 20px;
	left: 0px;
	width: 255px;
	float: left;
	color: #414141;
	/*background-color: #FFFF00;*/
}

#social
{
	position: relative;
	top: 20px;
	left: 0px;
	width: 255px;
	float: left;
	color: #414141;
	/*background-color: #FFFF00;*/
}

#work
{
	position: relative;
	top: 20px;
	left: -50px;
	float: left;
}
/* class-elements */

.highlight
{
	color: #23a09f;
}

.clearFloat
{
	clear: both;
}