<style type="text/css"> 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#kontakt  .data  {
	font-size: 10px;
	position: absolute;
	margin-left: 10px;
	margin-top: 5px;
	width: 300px;
	height: 180px;

}
#kontakt  .topic  {
	margin-left: 330px;
	position: absolute;
	font-size: 10px;
	width: 555px;
	height: 100px;
	display: inline;
}
#kontakt  .topic  p  {
	margin-top: 3px;
}
#language {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 5px;
}

#kontakt  .buttons  {
	position: absolute;
	margin-left: 590px;
	margin-top: 190px;
}
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body   {
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
}
#container
 {
	position: absolute;
	left: 0%;
	margin-left:15px;
}
#header {
	position: absolute;
	margin-left: 110px;
	width: 1024px;
	height: 105px;
}
#mail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}


#breadcrumb {
	font-size: 9px;
	padding-bottom: 5px;
	width: 1024px;
	position: absolute;
	height: 10px;
	margin-top: 105px;
	margin-left:-15px;
	background-image: url(images/background2.jpg);
	background-repeat: repeat-x;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 100px;
	padding-bottom: 15px;
	position: absolute;
	margin-top: 125px;
	height: 500px;
	background-image: none;
	background-repeat: no-repeat;
}
#mainContent  {
	position: absolute;
	width: 892px;
	margin-top: 125px;
	margin-left: 110px;
	border-left-width: 1px;
	border-left-style: dotted;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 20px;
	border-left-color: #D6D6D6;
	height: auto;
	background-image: none;
	background-repeat: repeat-x;
}
#mainContent2 {
	position: absolute;
	width: 665px;
	margin-top: 125px;
	margin-left: 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 150px;
	padding-top: 20px;
	height: 700px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* SpryMenuBarVertical.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, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 75%;
	cursor: default;
	width: 8em;
}
/* 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 same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 100px;
	background-image: url(images/background2.jpg);
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 100px;
	left: -1000em;
	top: 0;
}
.formtext2        {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: bottom;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 100px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{

}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{

}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
	background-position: center center;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: class="active";
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #A0A9D2;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLt #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
#index .index a{
	font-size: 24px;
}
#container #sidebar1 #MenuBar1 .active {
	background-image: url(images/background.jpg);
}
#container #mainContent object {
	margin-left: 150px;



}


/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #FFFFFF;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	background-image: url(images/background2.jpg);
}


/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-color: #A0A9D2;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: #E9EEFE;
	border-bottom: 1px solid #EEE;
	background-image: url(images/background.jpg);
}



/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
#container #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent TabbedPanelsContentVisible li {
}


/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	background-color: #FFFFFF;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding: 4px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}
.bildbeschriftung {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	vertical-align: text-bottom;
	color: #6F6F6F;
	background-position: bottom;
}
#frontpage_banner   {
	position: absolute;
	height: 155px;
	width: 405px;
	visibility: visible;
	margin-top: 400px;
	margin-left: 115px;
	background-repeat: no-repeat;
	background-color: 0;
}
#container #mainContent2 #frontpage_welcome {
	background-image: url(images/frontpage_logo_welcome.jpg);
	background-repeat: no-repeat;
	width: 349px;
	height: 89px;
	margin-left: 90px;
	position: absolute;
}
#container #mainContent2 #frontpage_innovationsberatung {
	position: absolute;
	height: 200px;
	width: 205px;
	margin-top: 150px;
	text-decoration: none;
	border: 0px none #FFFFFF;
	margin-left: -100px;
}
#container #mainContent2 #frontpage_managementberatung {
	position: absolute;
	height: 200px;
	width: 225px;
	margin-top: 150px;
	text-decoration: none;
	border: 0px none #FFFFFF;
	margin-left: 200px;
}
#container #mainContent2 #frontpage_itberatung {
	position: absolute;
	height: 200px;
	width: 205px;
	margin-top: 150px;
	text-decoration: none;
	border: 0px none #FFFFFF;
	margin-left: 500px;
}
.referenzen {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	display: table-column-group;
	list-style-type: none;
	text-align: left;
	height: 30px;
	width: 150px;
}

.map	{
}
#buttonbar {
	position: relative;
}
#button {
	background-color: #FFFFFF;















	-moz-user-select: none;
	-khtml-user-select: none;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family: sans-serif;
}
#button ul li {
	background-color: #FFFFFF;






	-moz-user-select: none;
	-khtml-user-select: none;
	list-style-type: none;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}
#button ul li a {
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #FFFFFF;
	list-style: none;




	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	background-image: url(images/background2.jpg);
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#button ul li a:hover {


	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #FFFFFF;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	background-image: url(images/background.jpg);
}
#button ul li a#current {

	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #FFFFFF;
	list-style: none;




	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	background-image: url(images/background.jpg);
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#liste {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	visibility: visible;
	width: auto;
	height: auto;
	left: auto;
	padding-left: 14px;
	padding-top: 14px;
}
.formtextl {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#ref {
	position: relative;
	visibility: visible;
	height: 150px;
	width: auto;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-top: 40px;
}
#ref1 {
	position: relative;
	visibility: visible;
	float: left;
	height: 100px;
	padding-right: 6px;
}
#ref2 {
	position: relative;
	visibility: visible;
	float: left;
	width: 175px;
	height: 50px;
}
#ref_copy {
	position: relative;
	visibility: visible;
	float: left;
	width: 175px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	vertical-align: bottom;
	text-align: center;
	line-height: normal;
}
#ref3 {

	position: relative;
	visibility: visible;
	float: left;
	width: 353px;
	height: 50px;
}
#ref_copy2 {

	position: relative;
	visibility: visible;
	float: left;
	width: 353px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	vertical-align: bottom;
	text-align: center;
	line-height: normal;
}
#ref_unten {

	position: relative;
	visibility: visible;
	height: 150px;
	width: auto;
	margin-top: 40px;
}
#table_padding  {
	margin-left: 50px;
}
