@charset "UTF-8";
/*----------------------------------RUNDBOX.css-----------------------------------*/
div {
	margin:0px, 0px, 0px, 0px;
}

.ro {
	background:url(roundedbox_ro.gif) top right no-repeat;
}

.lo {
	background:url(roundedbox_lo.gif) top left no-repeat;
}

.ru {
	background:url(roundedbox_ru.gif) bottom right no-repeat;
}

.lu {
	background:url(roundedbox_lu.gif) bottom left no-repeat;
}

.inhalt {
	margin:0;
	padding:2.5em 2.5em 3.5em 2.5em;
}

.inhalt p {
	margin:0;
	padding:0;
}
/*----------------------------------lightbox.css-----------------------------------*/
/*----------------------------------lightbox.css-----------------------------------*/
/*----------------------------------lightbox.css-----------------------------------*/
/*----------------------------------lightbox.css-----------------------------------*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
	
#lightbox img{ 
	width: auto;
	height: auto;
	}
	
#lightbox a img{ 
	border: none;
	}

#outerImageContainer{ 
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
	
#imageContainer{ 
	padding: 10px; 
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center; 
	line-height: 0;
	}
	
#hoverNav{
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10; 
	}
	
#imageContainer>#hoverNav{
	left: 0;
	}
	
#hoverNav a{
	outline: none;
	}
	
#prevLink, #nextLink{
	width: 49%; 
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA);
	/* Trick IE into showing hover */ 
	display: block; 
	}
	
#prevLink {
	left: 0; 
	float: left;
	}
	
#nextLink {
	right: 0;
	float: right;
	}
	
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
	}
	
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
	}
	
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif; 
	background-color: #fff; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%	;
	}

#imageData{
	padding:0 10px; color: #666;
	}
	
#imageData #imageDetails{
	width: 70%; float: left; text-align: left;
	}
	
#imageData #caption{
	font-weight: bold;	
	}
	
#imageData #numberDisplay{
	display: block; 
	clear: left;
	padding-bottom: 1.0em;	
	}
	
#imageData #bottomNavClose{ 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em; 
	outline: none;
	}	 	

#overlay{
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90;
	width: 100%; 
	height: 500px; 
	background-color: #000; 
	}

/*----------------------------------SPRYMENUEBARHORIZONTAL-----------------------------------*/
/*----------------------------------SPRYMENUEBARHORIZONTAL-----------------------------------*/
/*----------------------------------SPRYMENUEBARHORIZONTAL-----------------------------------*/
/*----------------------------------SPRYMENUEBARHORIZONTAL-----------------------------------*/
/*----------------------------------SPRYMENUEBARHORIZONTAL-----------------------------------*/
/*----------------------------------SPRYMENUEBARHORIZONTAL-----------------------------------*/
/*----------------------------------SPRYMENUEBARHORIZONTAL-----------------------------------*/
/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
/* 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 */
ul.MenuBarHorizontal
{
	margin: 0 2 0 1;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 881px;
	padding-left: 111px;
}
/* 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;
	width: 9em;
	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: 13em;
	position: absolute;
	left: -1000em;
}
/* 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: 13em;
}
/* 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

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

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 2px 5px;
	color: #333;
	text-decoration: none;
}
/* 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: #909;
	color: #FFF;
}
/* 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: #909;
	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.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../../fewo-eulenstube/SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../../fewo-eulenstube/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.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../../fewo-eulenstube/SpryAssets/SpryMenuBarDownHover.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.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../../fewo-eulenstube/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.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}



/*----------------------------------GENERAL-----------------------------------*/
/*----------------------------------GENERAL-----------------------------------*/
/*----------------------------------GENERAL-----------------------------------*/
/*----------------------------------GENERAL-----------------------------------*/
/*----------------------------------GENERAL-----------------------------------*/
/*----------------------------------GENERAL-----------------------------------*/
/*----------------------------------GENERAL-----------------------------------*/
/*----------------------------------GENERAL-----------------------------------*/
BODY
{
	MARGIN: 0px 0px 0px;
	scrollbar-face-color: #DCE2EE;
	scrollbar-shadow-color: #DCE2EE;
	scrollbar-highlight-color: #DCE2EE;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	padding: 0px;
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 12px;
	line-height: 1.5em;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;

}

/*----------------------------------LINKS-----------------------------------*/

a {
  color: #666666;
  text-decoration: none;
}

a:hover {color: #E1B936;}

a:img, img {border: none;} 

a.link {
	font-size : 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
	color : #666666;
	line-height : 12px;
}

a.link:hover  {
	font-size : 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
	color : #CB0D0F;
	line-height : 12px;
}

/*----------------------------------Tabelle-----------------------------------*/

td {
	background-repeat: no-repeat;
	vertical-align: text-top;
	vertical-align: top; /* neu */
}
	
.td-teamnme{
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom:0px;
}

.td_kunde {
	background-repeat: no-repeat;
	vertical-align:middle;
}

/*----------------------------------Texte-----------------------------------*/

.textfeld {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	background-color: #FFF; 
	border: 1px #000000 solid
	}
	
.textfeld2 {  
	font-family: Verdana,Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	background-color: #909; 
	border: 1px #000000 solid
	}

.bodytxt-team {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	LINE-HEIGHT: 17px;
	margin-left: 10px;
	margin-right: 35px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	z-index: 1
	
	}
	
.bodytxt {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	LINE-HEIGHT: 17px;
	margin-left: 15px;
	margin-right: 22px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	z-index: 1
	}
	
.bodytxt-design {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	LINE-HEIGHT: 17px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	z-index: 1
	}
	
.bodytxtagb {
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	LINE-HEIGHT: 12px;
	margin-left: 15px;
	margin-right: 22px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	
	}
	
.bodytxtprple {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #909; 
	text-decoration: none;
	LINE-HEIGHT: 14px; 
	margin-left: 18px; 
	margin-right: 22px;
	margin-top: 20px;
	}

.Topminus10 {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	LINE-HEIGHT: 17px;
	margin-left: 15px;
	margin-right: 22px;
	margin-top: -10px;
	margin-bottom: 5px;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	}

.Rechtsbund {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	LINE-HEIGHT: 17px;
	margin-left: 15px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
}

.bodytxtcentered {
	text-align: center;
}
/*----------------------------------Formate-----------------------------------*/

.padding2010 { 
	margin-left:20px; 
	margin-right:10px;
	margin-top: 20px;
	margin-bottom: 10px;
	LINE-HEIGHT: 50px; 
	}
	
.bg {
	background-repeat:no-repeat;
	background-position:top;
	}
	
.bg2 {
	background-repeat:no-repeat;
	background-position:top;
	padding-left:20;
	padding-right:10;
	}

/*------------------------------------DIVSTYLES------------------------------------*/
/*------------------------------------ROHFORMAT------------------------------------*/
#apDiv1 {
	position: absolute;
	width: 99%;
	height: 99%;
	overflow: auto;
	z-index: 10000;
	visibility: visible;
	margin-left: 15px;
	margin-top: 5px;
}

#main {
  width: 888px;
  position: absolute;
  left: 50%;
  margin-left: -444px;
}

/*--------------------------------INHALT---------------------------------*/

#menu {
	/* margin-left: 111px;
	margin-right: 111px;
	width: 666px; */
	margin-left: 2px;
	margin-right: 1px;
	width: 880px;
	height: 25px;
	background-color:#EEE;
	/*background-image: url(../images/line.png);*/
	background-repeat: no-repeat;
	margin-top: -7px;
}


#logo {
  width: 881px;
  margin-left: 2px;
  margin-right: 1px;
  height: 150px;
  background-repeat: no-repeat;
 /* margin-top: -12px; */
  margin-top: 2px;
}

#bg-top {
	background-image: url(../images/td_top.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	background-color:white;
	width:300px;
	height:100%;
	}
	
#bg-scale {
	background-image: url(../images/td_main.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	background-color:white;
	width:300px;
	height:100%;
	}


/*------------------------------------LINE------------------------------------*/

#line_Seite {
	margin-left: 2px;
	margin-right: 1px;
	width: 881px;
	height: 2px;
	background-color:#909;
	/*background-image: url(../images/line.png);*/
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-bottom: 0px;
	}
	
	
#line_oben {
	margin-left: 11px;
	margin-right: 11px;
	width: 866px;
	height: 2px;
	background-color:#909;
	/*background-image: url(../images/line.png);*/
	background-repeat: no-repeat;
	margin-top: 40px;
	}
	
#line_unten {
		margin-left: 11px;
	margin-right: 11px;
	width: 866px;
	height: 1px;
	background-color:#909;
	/*background-image: url(../images/line.png);*/
	background-repeat: no-repeat;
	margin-top: 20px;
	}

/*----------------------------------CONTENT-----------------------------------*/


#content {	
	width: 866px;
	color: #666666;
	text-align: left;
	margin: 15px 10px 10px 10px;
	
}

#content ul {margin-top: 0px;}
#content ul li {margin-left: -10px;}

* html #content {margin-top: 0px;}        /*IE6 Hack*/

.form_send_button {
  border: #E1B936 solid 1px;
  background-color: white;
  color: #E1B936;
  height: 2em;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}

* html .form_send_button {width: 11em;}     /*IE6 Hack*/
html * .form_send_button {width: 11em;}     /*IE7 Hack*/


/*----------------------------------FOOTER------------------------------------*/

#footer {
	margin-left: 110px;
	margin-right: 110px;
	width: 660px;
  height: 2em;
  color: #666666;
  font-size: 12px;
  padding-top: 5px;
}

* html #footer {margin-top: -15px;}         /*IE6 Hack*/

#footer_left {
  float: left;
  width: 179px;
  text-align: left;
}

#footer_right {
  float: right;
  width: 179px;
  text-align: right;
}
#Rechtsbund {
	text-align: right;
}
.aufzaehlung {
	font-size: 9px;
}
.aufzaehlung {
	font-weight: bold;
}
.bodytxt-centered {
	text-align: center;
}

