body 
{
	color:#FFFFFF;
	border:thin none #feb207;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-attachment: fixed;
	height: 600px;
	width: 955px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-top-color: #FFFFFF;
	position: absolute;
	text-align: left;

}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
	text-decoration:none;
	margin-top: 0px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #feb207;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

#inhalt
{
	background:#FFFFFF;
}

#kopfzeile 
{
	background:#ffffff;
	color:#000000;
	font:bold 22px Arial, Helvetica, sans-serif;
	padding:5px 0px 5px 0px;
	text-align:right;
}

#navigation 
{
	color:#ffffff;
	background:#999999;
	padding:0px 0px 0px 0px;
	margin:auto auto;
	text-align:left;
	border-top:0;
	border-bottom:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 0;
}

#navigation a 
{
	margin: auto auto;
	color:#ffffff;
	background:#999999;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align:center;
	width:100%;
	height:20px;
	display:block;
	padding:6px 0px 0px 0px;
	/*text-shadow: black 5px 4px 6px;*/
}

#navigation a:hover 
{
	color:#000000;
	background:#feb207;
	display:block;
}

#navigation a:active {
	color:#000000;
	background:#feb207;
	display:block;
}

#navigation a.selected {
	color:#000000;
	background:#feb207;
	display:block;
}

#banner
{
	padding:5px 0px 5px 0px;
}

#navigation_left 
{
	color:#999999;
	background:#ffffff;
	padding:10px 5px 5px 5px;
	margin:0;
	text-align:left;
	vertical-align:top;
	border-top:0;
	border-bottom:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 0;
	border-bottom-style: none;
	width: 150px;
	border-right-style: solid; border-right-width: 1px; border-right-color: #CCCCCC;
	
}

#navigation_left a 
{
	color:#999999;
	background:#ffffff;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align:center;
	width:150px;
	display:block; 
	text-align: left;
	border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #CCCCCC;
}

#navigation_left a:hover 
{
	color:#000000;
	background:#CCCCCC;
	display:block;
}

#navigation_left a:active {
	color:#000000;
	background:#D6D6D6;
	display:block;
}

#navigation_left a.selected {
	color:#000000;
	background:#D6D6D6;
	display:block;
	font-weight:bold;
}

#navigation_left a.rubrik {
	color:#000000;
	background:#feb207;
	display:block;
	font-weight:bold;
}

#chronik
{
	padding:10px 0px 10px 10px;
	color:#000000;
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

#chronik a
{
	color:#feb207;
	font-size:11px;
	text-decoration:none;
	float:right;
}

#chronik a:hover 
{
	color:#000000;
	font-size:11px;
	text-decoration:none;
	float:right;
}

#chronik a:visited 
{
	color:#feb207;
	font-size:11px;
	float:right;
}

#produkt
{
	padding:10px 0px 10px 10px;
	color:#000000;
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

#produkt a
{
	color:#000000;
	font-size:11px;
	text-decoration:none;
	text-align:left;
}

#produkt a:hover 
{
	color:#000000;
	font-size:11px;
	text-decoration:underline;
	text-align:left;
}

#produkt a:visited 
{
	color:#000000;
	font-size:11px;
	text-align:left;
}

#fusszeile 
{
	color:#808080;
	background:#FFFFFF;
	font:normal 11px Arial, Helvetica, sans-serif;
	padding:10px 10px 10px 10px;
	text-align:center;
	border-top-style: solid; border-top-width: 5px; border-top-color: #feb207;
}

#fusszeile a 
{
	color: #000000;
	text-decoration : none;
	font:bold 11px Arial, Helvetica, sans-serif;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#fff;
    color:#fff;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#fff}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; right:10em; width:15em;
    border:none;
    background-color:#fff; color:#fff;
    text-align: center}
