body {
	background-color: #272727;
	margin-top: 50px;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.text_weiss_klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
}
.text_weiss_klein a:link, .text_weiss_klein a:visited, .text_weiss_klein a:active, .text_weiss_klein a:hover {
	color: #FFF;
}
.text_weiss_klein a:hover {
	text-decoration: none;
}

.text_schwarz_klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
.text_grau_klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}
ul.partner, ul.partner li ul {
	margin-left: 0px;
	padding-left: 20px;
	list-style: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
ul.partner li ul li {
	margin-top: 15px;
}
body,td,th,ul li ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	line-height: normal;
	}
.Stil3 {
	font-size: 18px;
	line-height: 18px;
}
.Stil4 {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}
.klein_weiss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
}
.klein_schwarz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #333333;
}
.dhonishow img.start_img {
	width:450px;
	height:auto;
}
.massiv {
	margin:30px 0px 30px 0px;
	line-height:130%;
	font-weight:normal;
}
.sitemap {
	background-color:#000;
	padding:15px 0px 15px 30px;
	border-top:2px solid #272727;
}
.sitemap a {
	display:block;
	font-size:10px;
	line-height:1.3em;
	text-align:left;
}
.sitemap .col {
	width:170px;
	min-height:20px;
	float:left;
}


/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
.menuHolder {
	width:900px;
	background-color:#000;
}
.menuHolder .languages {
	padding-top:12px;
	padding-right:5px;
	float:right;
}
.menuHolder .languages a {
	display:inline-block;
	padding:5px;
	text-align:center;
}

ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
}
ul.MenuBarHorizontal li {
	margin:0px;
	padding:0px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	/*width: 11.5em;*/
	position: absolute;
	left: -1000em;
	overflow:visible;
	background-color:#000;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
/*
ul.MenuBarHorizontal ul li
{
	width: 11.5em;
}
*/
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/
ul.MenuBarHorizontal li a {
	display:block;
	cursor:pointer;
	background-color:#000;
	color:#ccc;
	text-decoration:none;
/*	padding:14px 0px 5px 5px;*/
	font-size:16px;
	line-height:1em;
	margin:0px 10px 0px 0px;
	padding:18px 0px 14px 5px;
	width:80px;
}
ul.MenuBarHorizontal a.menuGfx {
	margin:0px;
	width:auto;
	padding:8px 30px 16px 10px;
}
/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
ul.MenuBarHorizontal ul li {
	float:none;
	display:block;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal ul li a
{
	display: block;
	cursor: pointer;
	background-color: #000000;
	color: #CCCCCC;
	text-decoration: none;
	font-size:12px;
	width:130px;
	padding:5px;
	margin:0px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus,
{
	background-color:#fff;
	color:#000;
}
/* Menüeinträge, die keinen :hover-Effekt haben sollen */
ul.MenuBarHorizontal li.nohover a:hover, ul.MenuBarHorizontal li.nohover a:focus {
	/*cursor: default;*/
	background-color:#fff;
	color:#000;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover,
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover,
ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	background-color:#fff;
	color:#000;
}
ul.MenuBarHorizontal a.menuGfx:hover,
ul.MenuBarHorizontal a.menuGfx.MenuBarItemSubmenuHover {
	background-color:#000;
}
