html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #8a979b;
}

h1 {
	text-transform: uppercase;
	font-size: 1.3em;
	margin: 0;
	text-indent: -8000px;
	background: #fff url(http://www.yannicglowitz.de/images/sz.gif);
	width: 142px;
	height: 17px;
}

#contentbox {
	font-family: Helvetica, Arial, 'Trebuchet MS', Verdana, sans-serif;
	font-size: .75em;
	color: #000;
	width: 760px;
	margin: 100px auto auto auto;
	padding: 20px;
	background: #FFF;
}

#box_bottom {
	margin: 0 auto;
	width: 800px;
}	

#contentbox p a:link {
	font-family: Helvetica, Arial, 'Trebuchet MS', Verdana, sans-serif;
	text-decoration: underline;
	color: #000;
}

#contentbox p a:visited {
	text-decoration: underline;
	color: #000;
}

#contentbox p a:hover {
	text-decoration: none;
	color: #000;
}

#contentbox p a:active {
	text-decoration: underline;
	color: #000;
}

#box_bottom p {
	float: right;
	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;
}