body {
	font-family: Arial;
	font-size:10pt;
	margin: 30px 180px;
	width:620px; 
	background:url(images/qb.png) no-repeat fixed;
}
h1 {
	margin:0px 0px 30px 30px;
}
h2 {
	font-size:14pt;
	cursor:pointer;
	clear:both;
	margin:5px 0px 5px -20px;
	padding:4px 10px;
	border-bottom: 3px solid #ccc;
	border-right: 3px solid #ccc;
}
#first { background-color:#F90; }
#second { background-color:#69F; }
#third { background-color:#9C3; }
#fourth { background-color:#FF6; }
#fifth { background-color:#C6C; }
#sixth { background-color:#99F; }


h3 {
	font-size:13pt;
	display:none;
	cursor:pointer;
	margin:3px 0px 3px -10px;
	padding:4px 10px;
	background-color:#ddd;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
}
h4 {
	font-size:12pt;
	display:none;
	cursor:pointer;
	margin:10px 5px 2px 0px;
	padding:2px 10px;
	background-color:#eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
h5 {
	font-weight:bold;
	cursor:pointer;
	font-size:11pt;
	display:none;
	margin:20px 5px 5px 30px;
}
h6 {
	font-size:10pt;
	display:none;
	margin:5px;
	padding:5px 10px;
}
p {
	display:none;
	margin:2px 2px 2px 30px;
}

img {
	border: 0px;
}

a { 
	text-decoration:none;
}
a:link { color:#069; }
a:hover { 
	text-decoration:underline;
}
a:active { color:#069; }
a:focus { color:#069; }
a:visited { color:#069; }

.addons {
	background-color:#eee;
	padding:5px 0px;
}

.visible {
	display:block;
}

/* pseudo tag for javascript use */	
.hidden {
}

#businesscard {
	display:block;
}
#portrait {
	float:right;
	clear:none;
	margin-right:20px;
	margin-bottom:0px;
}
#cv {
	list-style-type:none;
	margin:10px 25px;
	padding:5px;
}
#cv li {
	padding:5px;
}
.wichtig {
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
}
