body {
	font-family: 'Lucida Grande',LucidaGrande,Lucida,Helvetica,Arial,sans-serif;
	font-size: 0.9em;
	line-height:1.3em;
	background: #a7a4a5 repeat-x url("../img/background.jpg");
}

.notvisible {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0;
	height:0;
	overflow:hidden;
	display:inline;
}

.nospace {
	margin-bottom:0;
	margin-top:0;
}

#center {
	background: #ffffff repeat-x url("../img/background2.jpg");
	color:#888888;
	margin-left:auto;
	margin-right:auto;
	margin-top:3em;
	width:50em;
}

#content{
	float:left;
	margin-left:30px;
}

#hcard-Matthias-Stolt{
	margin-top:20px;
}

#links{
	margin-bottom:2em;
}

#decoration{
	float:right;
	margin:20px;
}

#stopper{
	clear:both;
}


.personaldescription {
	margin-bottom: 2em;
}

.vcard {
	margin-bottom: 2em;
}

.vcard .fn {
	color:#000000;
	background: transparent;
	font-size: 2em;
}

.vcard .title{
	
}
.vcard .role{
	font-weight: bold;
}

h1, h2 {
	font-size:1em;
}

h2 {
	font-style: italic;
}

#decoration{
	margin-left:30px;
}

#decoration img{
	margin-bottom:4px;
	border: 2px solid #cccccc;
}

#links ul{
	margin:0;
	padding:0;
}
#links li{
	display:inline;
	margin-left:0;
	margin-right:0.5em;
	padding:0;
}

a{
	text-decoration: underline;
	color:#777777;
}

a:hover{
	text-decoration: underline;
	color:#555555;
}


