
body
{
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
}

.worldPortfolio
{
	position: absolute;
	width: auto;
	height: auto;
	top: 37px;
	left: 3701px;
	padding-right: 8px;
}

a.blackbox
{
	width: 70px;
	height: 31px;
	background-color: #000;
	text-align: center;
	padding: 10px;
	padding-top: 37px;
	text-decoration: none;
	color: #000;
}
	a.blackbox:hover
	{
		color: #fff;
	}

.posieFixPortfolio, .posieFixLegal
{
	position: fixed;
	width: auto;
	height: auto;
	top: 522px;
	left: 1px;
	padding: 18px;
	padding-bottom: 0;
	margin: 0;
	font-size: 13px;
	letter-spacing: 8px;
	line-height: 18px;
	border: 1px solid #000;
	border-right: none;
	border-bottom: none;
}
	.posieFixPortfolio a, .posieFixLegal a
	{
		color: #000;
		background-color: #fff;
		text-decoration: none;
		border: 1px solid #000;
		margin: -19px;
		padding: 8px;
		cursor: pointer;
	}
	.posieFixPortfolio a:hover, .posieFixLegal a:hover
	{
		color: #fff;
		background-color: #000;
	}
	.posieFixLegal
	{
		top: 565px;
		left: 37px;
		border-top: none;
		font-size: 8px;
	}

.posieFixAdress
{
	position: fixed;
	width: auto;
	height: auto;
	top: 393px;
	left: 69px;
	padding: 8px;
	padding-right: 13px;
	margin: 0;
	cursor: help;
	font-size: 8px;
	letter-spacing: 8px;
	line-height: 18px;
	border-left: 1px solid #000;
}
	.posieFixAdress:hover
	{
		font-size: 18px;
		letter-spacing: -0.8px;
		border: 1px solid #000;
		background-color: #fff;
		z-index: 8888;
	}

.posieDrag
{
	position: absolute;
	width: auto;
	height: auto;
	padding: 8px;
	padding-right: 13px;
	margin: 0;
	background-color: #000;
	color: #fff;
	cursor: move;
}
	.posieDrag h1
	{
		font-size: 18px;
		letter-spacing: -3px;
 		padding: 0;
 		margin: 0;
		clear: both;
	}
	.posieDrag a
	{
		text-decoration: none;
		color: #fff;
	}
		.posieDrag a img
		{
			border: none;
		}
		.posieDrag a:hover
		{
			background-color: fff;
			color: #000;
		}

.posieFixSiegerfoto
{
	position: fixed;
	top: 20px;
}
	.posieFixSiegerfoto img
	{
		border: none;
	}