/* 


	normal.css enthält allgemeine Formatierungen
	bspw. Schriften, Schriftgrößen, -farben, 
	Rahmen usw.


*/
/* Allgemeine Formatierungen, dateiweit 					-------------------------------------------	*/
html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Geneva, Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 11px;
	color: #50505A;
}
.clearFloat {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
table, tbody, tr {
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
td {
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
a {
	color: #265E79;
	text-decoration: none;
}
a:visited {
	color: #547281;
}
a:hover, a.selected {
	text-decoration: underline;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#imageButtons {
	margin: 200px 5px 0 10px;
}
#imageButtons a {
	margin: 0 5px 0 0;
}

#descTitle {
	width: 168px;
	height: 100px;
	float: left;
}
h1 {
	font-size: 20px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	font-weight: normal;
}
#bio2 {
	margin-left: 100px;
	margin-right: 70px;
	text-align: left;
}
#bio2 p {
	width: 200px;
	height: 150px;
	margin: 0px;
	margin-right: 15px;
	padding: 0px;
	overflow: hidden;
	float: left;
}
table#images td {
	width: 602px;
	height: 602px;
	text-align: center;
	vertical-align: middle;
}