
/* ---------- Allgemein ---------- */

html, body {
	overflow-y: scroll;
	height: 100%;
	margin: 0;
	text-align: center;
	background-color: #000;
}

/* ---------- Fonts ---------- */

* {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
}

h2 {
	color: #333;
	font-size: 28px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

/* ---------- Links ---------- */

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}

/* ---------- Table ---------- */

table.referenzen td {
	width: 33%;
	color: #FFF;
	font-weight: normal;
}

table.referenzen span {
	color: #999;
	padding: 0 0 100px 0;
	font-weight: normal;
}

/* ---------- Divs ---------- */

#center {
	text-align: left;
	width: 660px;
	margin: 100px auto;
}