html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Helvetica, Trebuchet, Arial, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #FFFFFF;
}
#homeTitle {
	top: 150px;
	background-image: url(_images/home_streifen.gif);
	background-repeat: repeat-x;
	position: relative;
	height: 24px;
}
#homeTitle img {
	border-left-width: 16px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 16px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 16px;
	z-index: 5;
}
a {
	text-decoration: none;
}
a.cv {
	top: 0px;
	position: absolute;
	font-size: 1px;
	width: 100%;
	height: 8px;
	left: 0px;
	z-index: 2;
}
a.cv:hover {
	background-color: #FF00AA;
	height: 24px;
	z-index: 1;
	background-image:  url("cv/images/cv_cv.gif");
	background-repeat: no-repeat;
	background-position: 250px 50%;
}
a.portfolio {
	top: 8px;
	position: absolute;
	font-size: 1px;
	width: 100%;
	height: 8px;
	left: 0px;
	z-index: 2;
}
a.portfolio:hover {
	background-color: #00BBFF;
	top: 0px;
	height: 24px;
	z-index: 1;
	background-image:  url("portfolio/images/portfolio_portfolio.gif");
	background-repeat: no-repeat;
	background-position: 250px 50%;
}
a.contact {
	top: 16px;
	position: absolute;
	font-size: 1px;
	width: 100%;
	height: 8px;
	left: 0px;
	z-index: 2;
}
a.contact:hover {
	background-color: #19FF00;
	top: 0px;
	height: 24px;
	z-index: 1;
	background-image:  url("contact/images/contact_contact.gif");
	background-repeat: no-repeat;
	background-position: 250px 50%;
}
#note {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	top: 200px;
	left: 30px;
	font-size: 84%;
	color: #333;
}
