html, body
{
	margin: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 100%;
	background-color: #FFF;
	height: 99,5%;
	/*border-right: 2px #FFF solid;*/
	/*border-bottom: 3px solid #fff;*/
	padding: 0;
	background-image: url(../bilder/index/mobile+punkte.gif);
}
#bottomLine
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
}
#rightLine
{
	position: absolute;
	top: 0;
	right: 0;
	width: 3px;
	height: 99%;
	background-color: #fff;
}

#kasten
{
	position: absolute;
	top: 260px;
	left: -2px;
}
div#startnav
{
	position: absolute;
	top: 92px;
	left: 4px;
}
#startnav ul
{
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
#startnav ul li
{
	margin-left: 10px;
	display: inline;
}
#startnav a:link, #startnav a:visited
{
	padding-left: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background-image: url(../bilder/icons/link-icon-w.jpg);
	background-repeat: no-repeat;
	background-position: 0 center;
	letter-spacing: 0.1em;
}
#startnav a:hover
{
	color: #3E0015;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../bilder/icons/link-icon-rbb.jpg);
	background-repeat: no-repeat;
	background-position: 0 center;
}