@charset "utf-8";
/*------------------------------------------- begin curriculum vitae content ------------------------------------------------*/
.contentbox {
	position: absolute;
	top: 155px;
	min-width: 830px; /* Specify the min-width (368px + pictures maxwidth + 10px) */
	width: 100%;
	min-height: 550px;
	height: 550px;
	overflow: hidden;
	display: block;
	z-index: 10;
}
.content {
	min-width: 830px; /* Specify the min-width (368px + pictures maxwidth + 10px) */
}
* html .contentbox, * html .content {
	width: 830px;
}
.content img {
	margin-top: 105px;
}
#curriculum_text {
	position: absolute; /* content for searchengines! */
	left: -9999px;
	margin-top: 143px;
	width: 452px;
	font-size: 13px;
	line-height: 14px;
	display: block;
}
/*------------------------------------------- end curriculum vitae content ------------------------------------------------*/
