body
{
	margin: 10px 40px 40px 40px;
	background-color: #0F1B28;
}

p
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #677372;
}

#main
{
	width: 90%;
	display: block;
}

#head
{
	position: relative;
	width: 100%;
	height: 65px;
	overflow: hidden;
}

#hnav
{
	position: relative;
	width: 100%;
	height: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

#content
{
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 25px;
}

#footer
{
	display: none;
	width: 100%;
	margin-top: 10px;
}

#leftarrow
{
	width: 30px;
	height: 30px;
	cursor: pointer;
}

#rightarrow
{
	width: 30px;
	height: 30px;
	cursor: pointer;
}

#preview
{
	text-align: center;
	width: 100%;
}

#hnav a
{
	height: 20px;
	display: block;
	background-repeat: no-repeat;
	float: left;
}

#hnav span { display: none; }
#hnav-vita { width: 37px; background-image: url(../img/site/hnav/hnav-vita_off.jpg); }
#hnav-impressum { width: 84px; background-image: url(../img/site/hnav/hnav-impressum_off.jpg); }
#hnav-vita:hover { width: 37px; background-image: url(../img/site/hnav/hnav-vita_on.jpg); }
#hnav-impressum:hover { width: 84px; background-image: url(../img/site/hnav/hnav-impressum_on.jpg); }

.caption
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #66717F;
}

.headline
{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #677372;
}

.bio
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 25px;
	text-align: justify;
	margin-top: 75px;
}


/* previous styles*/
td
{
	text-align: left;
	vertical-align: top;
}

.address
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #004c4c;
	line-height: 12px;
	text-align: center;
	background-color: #F0F0F0;
}

a:link
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #677372;
	text-decoration: none;
}

a:visited
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #677372;
}

a:hover
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ff6d00;
	text-decoration: none;
}

a:active
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #ff6d00;
}

/* experimental styles */

#left {
	left:0px;
	background:transparent url(../img/site/btnNavL.jpg) no-repeat scroll center;
}				

#right { 
	left: 520px;
	background:transparent url(../img/site/btnNavR.jpg) no-repeat scroll center;
} 			

.clicklink {
	position:absolute;
	display:block;
	height:200px;
	width:50px;
	top:200px;
	z-index:2;
	opactiy:1;
}

