/* base */

*
{
	margin: 0px;
	padding: 0px;
}
body
{
	font-family: sans-serif;
	font-size: 9pt;
	background-color: white;
	color: black;
}
table
{
	width: 100%;
	border-collapse: collapse;
}
td
{
	border-spacing: 0px;
	vertical-align: top;
}
acronym
{
	border-bottom-style: none;
}
a
{
	color: black;
	text-decoration: none;
}
img
{
	border-style: none;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-stretch: normal;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
}
h1
{
	display: none;
}

/* layout */

#menu
{
	display: none;
}
.main
{
}

/* cv */

#cv
{
	line-height: 1.2;
}
#cv .header-left
{
	white-space: nowrap;
}
#cv .header-right
{
	white-space: nowrap;
	text-align: right;
}
#cv .header-top
{
	margin-bottom: 0.8em;
	font-weight: bold;
}
#cv .header-bottom
{
}
#cv .header-bottom1
{
	margin-top: 0.3em;
}
#cv .function
{
	position: relative;
	top: 2.5em;
	left: 0em;
	right: 0em;
	width: 100%;
	text-align: center;
	height: 0em;
	text-transform: uppercase;
	font-size: 130%;
	font-weight: bold;
	word-spacing: 0.3em;
}
#cv .title
{
	margin-top: 0.8em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid black;
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
#cv .subtitle
{
	margin-top: 0.3em;
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
}
#cv .date
{
	margin-top: 0.3em;
	white-space: nowrap;
}
#cv .duration
{
	white-space: nowrap;
	font-style: italic;
}
#cv .content
{
	margin-top: 0.3em;
	margin-left: 2em;
}
#cv .company
{
}
#cv .subject
{
	font-style: italic;
	font-weight: bold;
}
#cv .language
{
	font-weight: normal;
}
#cv .details
{
	margin-left: 2em;
	font-style: italic;
}

/* hack only for IE/Win \*/
* html #cv table
{
	position: relative;
	top: -1em;
}
/* end of IE/Win hack */
