html, body
{
	width: 100%;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	background-image: none;
	background-color: white;
	color: black;
}

p
{
	color: black;
}

ul
{
	color: black;
	list-style-type: square;
	margin-top: 5px;
	margin-left: 30px;
}

h1
{
	font-size: 12px;
	color: black;
	font-weight: bold;
	margin-bottom: -12px;
}

.specitem
{
	color: black;
}

.specitemdata
{
	color: black;
}

.specTrennlinie
{
	background-color: #5A6988;
}

.haendlerZelle
{
	background-color: #ffffff;
}

.haendlerZelle td
{
	padding-bottom: 0.75em;
}

/**/
#bodytext
{
	color: black;
}

#view
{
	text-align: left;
	margin: 85px auto 0 auto;
	position: relative;
	background-image: none;
	background-color: white;
}


#littleprojector
{
	display: none;
}


#specs
{
	display: none;
}


#image
{
	display: none;
}


#title
{
	display: none;
}


#printversion
{
	display: none;
}


#navigation
{
	display: none;
}


#lastnavigation
{
	display: none;
}


#footer
{
	display: none;
}


#content a
{
	color: black;
	text-decoration: underline;
	background: url(images/navi_pfeil_black.gif) no-repeat;
	background-position: 0px 5px;
	padding-left: 6px;
}

#content a.none
{
	background: none;
	padding-left: 0px;
}