/********positionierung*********/



div#de
{
	position: absolute;
	visibility: visible;
	left: 40px;
	top: 350px;
	width: 300px;
	z-index: 1;

}

div#en
{
	position: absolute;
	visibility: visible;
	left: 390px;
	top: 350px;
	width: 300px;
	z-index: 1;

}

div#bild
{
	position: absolute;
	visibility: visible;
	left: 40px;
	top: 70px;
	width: 420px;
	z-index: 1;

}
div#download
{
	position: absolute;
	visibility: visible;
	left: 480px;
	top: 70px;
	width: 200px;
	z-index: 1;

}

/********stilisierung*********/

body
{
	font-size: 12px;
	line-height: 16px;
	color: #111111;
	background: #000000;
	color: #FFFFFF;
}

h1
{
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	line-height: 24px;
	color: #D6F4FC;
	margin-top: 20px;
	margin-bottom: 8px;
	margin-left: 10px;
}

h2
{
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	color: #D6F4FC;
	margin-top: 0px;
	margin-bottom: 10px;
}


p
{
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 11px;
	line-height: 15px;
}

p.list
{
	display: list-item;
	margin-left: 15px;
}

p.bildunterschrift
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #111111;
	margin-top: 4px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}


a, a:link, a:visited
{
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #FFC925;
	text-decoration: none;
}

a:active, a:hover
{
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}

a.drunter, a.drunter:link, a.drunter:visited
{
	font-family: Palatino, Garamond, Bembo, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFC925;
	text-decoration: none;
}

a.drunter:active, a.drunter:hover
{
	color: #D6F4FC;
	text-decoration: none;
	font-style: normal;
}


img	{
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}


