html, body{
	height:100%;
}
.format{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 23px;
	color:#333;
}
div.titel{
	/*font-family: Georgia, "Times New Roman", Times, serif; /* "Courier New", "Lucida Console", Courier, monospace */
	font-size: 40px;
	line-height: 37px;
	padding-bottom:20px;
	border-bottom:2px solid #cccccc;
	margin-bottom:15px;
}
#fotoTitel{
	font-size: 30px;
	padding-bottom:5px;
	border-bottom:2px solid #cccccc;
	margin-bottom:5px;
	letter-spacing:1px;
}
div.sub{
	font-size: 20px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px dashed #bbbbbb;
	margin-bottom:5px;
}
span.subsub{
	font-size:14px;
	font-weight:normal;
	font-style:italic;
}
/*.note{
	font: 9px Verdana, Arial;
}*/

a:link, a:visited{
	color:#0033cc;
	text-decoration:none;
}
a:hover, a:active{
	color:#0033cc;
	text-decoration:underline;
}

img.thumb1{
	margin:0px 5px 5px 0px;
	border:2px solid #fff;
}
img.thumb2{
	margin:0px 7px 5px 0px;
	border:2px solid #cccccc;
	cursor:pointer;
}