@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #313030;
	color: white;
	font: 100.01% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
a img {
	border: 0;
}

/* Links
----------------------------------------------- */
a:link,
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: white;
}
a:hover,
a:focus {
	color: white;
	outline: none;
	text-decoration: underline;
}

/* Layout
----------------------------------------------- */
.foto {
	background: url(gfx/bg_foto.gif) no-repeat;
	margin: 40px 0 0 0;
	padding: 30px;
}
#vcard {
	margin: 30px auto 0 auto;
	width: 685px;
}
#vcard h1 {
	background: url(gfx/sven-bernert.gif) no-repeat;
	height: 26px;
	margin: 8px 0 0 133px;
	text-indent: -200em;
	position: absolute;
	width: 418px;
}
#vcard p {
	font-size: .83em;
	margin: .1em 0 1em 0;
	text-align: center;
}
