﻿/*
Website by gyselroth* - Agentur fuer digitale Medien und Print. :: www.gyselroth.com
*/

/* ---------------------------------------------------------------------------------------- layout */

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #000;
	text-align: center;
}
#body {
	background-color: #000;
}
#content {
	width: 860px;
	text-align: left;
	margin-top: 70px;
}
#footer {
	width: 700px;
	margin-bottom: 10px;
}
img {
	border: 0;
}
table {
	font-size: 11px;
}
p {
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 80px 0 80px;
	line-height: 1.5em;
	text-align: center;
}
.small {
	font-size: 9px;
	margin: 0;
	text-align: left;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #fff;
	border-bottom: 1px solid #999;
}
a.imglink:hover {
	border: 0;
}
