body
{
	font-family: "Lucida Grande", ARIAL, Helvetica, Helv, Swiss, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 62.5%;
	color: black;
	line-height: 1.6em;
	background-color: #DEDEDE;
}

#zentriert_index
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 762px;
	height: 568px;
	margin-left: -381px;
	margin-top: -295px;
	border: 0px #999999 solid;
	padding: 0px;
	background-color: white;
}

#spalte-logo-navi
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 345px;
	height: 569px;
	border: 0px #999999 solid;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#navi-bilder
{
	position: absolute;
	top: 320px;
	left: 0px;
	width: 345px;
	height: 100px;
	border: 0px #999999 solid;
	padding: 0px;
	margin: 0px;
}

#spalte-bilder
{
	position: absolute;
	top: 0px;
	left: 360px;
	width: 227px;
	height: 569px;
	border: 0px #999999 solid;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#spalte-navi
{
	position: absolute;
	top: 470px;
	left: 600px;
	width: 100px;
	height: 80px;
	border: 0px #999999 solid;
	padding: 0px;
	margin: 0px;
	vertical-align: text-bottom;
}

p { 
	font-size: 1.0em;
	padding: 0;
	margin: 0;
}

a:link
{
	color: #961e04;
	text-decoration: none;
}
a:visited
{
	color: #961e04;
	text-decoration: none;
}
a:link:hover { text-decoration: underline; }
a:visited:hover { text-decoration: underline; }


a#song:link
{
	color: #999;
	text-decoration: none;
}
a#song:visited
{
	color: #999;
	text-decoration: none;
}
a#song:link:hover { text-decoration: underline; }
a#song:visited:hover { text-decoration: underline; }


a#mail:link
{
	color: #999;
	text-decoration: none;
}
a#mail:visited
{
	color: #999;
	text-decoration: none;
}
a#mail:link:hover { text-decoration: underline; }
a#mail:visited:hover { text-decoration: underline; }


/* Internet Explorer made webmasters going mad with this bug! every line with double line break was dropped cause of letter-spacing */
br {
clear: left;
letter-spacing:normal;
}
