html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #8a979b;
}

h1 {
	font-size: 1.8em;
	margin: auto 0 20px auto;
	text-align: left;
}

#contentbox {
	font-family: Helvetica, Arial, 'Trebuchet MS', Verdana, sans-serif;
	font-size: 1.1em;
	color: #000;
	width: 850px;
	margin: 100px auto auto auto;
	padding: 30px;
	background: #FFF;
	background: url(http://www.yannicglowitz.de/images/fb-tl_sw2.jpg) top right no-repeat #fff;
	height: 215px;
}

#box_bottom {
	margin: 0 auto;
	width: 300px;
}	

a:link {
	font-family: Helvetica, Arial, 'Trebuchet MS', Verdana, sans-serif;
	text-decoration: underline;
	color: #000;
}

a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: underline;
	color: #000;
}

#box_bottom p {
	margin: 0;
}

#box_bottom p a:link {
	font-family: Helvetica, Arial, 'Trebuchet MS', Verdana, sans-serif;
	text-decoration: none;
	color: #FFF;
	font-size: .6em;
}

#box_bottom p a:visited {
	text-decoration: none;
	color: #FFF;
}

#box_bottom p a:hover {
	text-decoration: underline;
	color: #FFF;
}

#box_bottom p a:active {
	text-decoration: underline;
	color: #FFF;
}

address {
	font-style: normal;
}

abbr:hover {
	cursor: help;
}
