/* base */

*
{
	margin: 0;
	padding: 0;
}
body
{
	margin: 10px;
	font-family: sans-serif;
	font-size: 80%;
	vertical-align: top;
	text-align: left;
	background-color: #eee;
	color: black;
	cursor: default;
}
table
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
td
{
	vertical-align: top;
}
acronym
{
	border-bottom-style: none;
}
acronym:hover
{
	border-bottom-style: dotted;
	cursor: help;
}
a
{
	color: black;
	text-decoration: none;
	cursor: pointer;
}
a:hover
{
	text-decoration: underline;
}
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
{
	margin: 20px 0;
}
.main
{
	width: 750px;
	margin: 0 auto;
	padding: 15px;
}


/* menu */

#menu li
{
	display: inline;
	margin: 0 5px;
	list-style-type: none;
}
#menu a
{
	padding: 0.5em;
	text-decoration: none;
	font-weight: bold;
	background-color: #0bb1e3;
	color: #ddd;
}
#menu a:hover
{
	text-decoration: none;
	background-color: #ffd02c;
	color: white;
}


/* cv */

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

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