#apDiv17 {
	position:absolute;
	left:579px;
	top:357px;
	width:198px;
	height:182px;
	z-index:2;
	border: 1px solid #CCCCCC;
	background-image: url(bilder/Folien02.jpg);
}
.Stil9 {
	color: #C04100;
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#apDiv1 {
	position:relative;
	left:auto;
	top:auto;
	width:1026px;
	height:770px;
	z-index:1;
	right: auto;
	bottom: auto;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#apDiv2 {
	position:absolute;
	left:1px;
	top:1px;
	width:1023px;
	height:210px;
	z-index:2;
	background-image: url(bilder/fotospecial.jpg);
}
#apDiv3 {
	position:absolute;
	left:11px;
	top:749px;
	width:1004px;
	height:20px;
	z-index:2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#apDiv4 {
	position:absolute;
	left:800px;
	top:220px;
	width:210px;
	height:250px;
	z-index:1;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #EBEBEB;
}
#apDiv5 {
	position:absolute;
	left:800px;
	top:485px;
	width:210px;
	height:250px;
	z-index:2;
	background-color: #EBEBEB;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#apDiv6 {
	position:absolute;
	left:15px;
	top:220px;
	width:763px;
	height:123px;
	z-index:1;
	border: 1px solid #CCCCCC;
}
#apDiv7 {
	position:absolute;
	left:15px;
	top:357px;
	width:545px;
	height:378px;
	z-index:2;
	border: 1px solid #CCCCCC;
}
#apDiv8 {
	position:absolute;
	left:579px;
	top:558px;
	width:198px;
	height:176px;
	z-index:2;
	border: 1px solid #CCCCCC;
	background-attachment: scroll;
	background-image: url(bilder/Folien01.jpg);
}
#apDiv9 {
	position:absolute;
	left:14px;
	top:17px;
	width:992px;
	height:76px;
	z-index:2;
	visibility: visible;
}


/* 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 */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* 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: 10pt;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 10.6em;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}
/* 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: 11em;
	position: absolute;
	left: -1000em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #33C;
	border-right-color: #33C;
	border-bottom-color: #33C;
	border-left-color: #33C;
}
/* 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: 11em;
	z-index: 100;
	height: 1.7em;
}
/* 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;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0.5em 0.75em;
	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: #33C;
	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: #33C;
	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(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(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(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(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;
}
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
.Stil1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Stil2 {
	font-size: 13px;
	font-weight: normal;
}
#apDiv10 {
	position:absolute;
	left:6px;
	top:0px;
	width:459px;
	height:34px;
	z-index:2;
}
#apDiv11 {
	position:absolute;
	left:599px;
	top:0px;
	width:399px;
	height:38px;
	z-index:3;
}
.Stil3 {font-size: 13px}
body {
	background-color: #EBEBEB;
}
.Stil4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#apDiv12 {
	position:absolute;
	left:10px;
	top:175px;
	width:196px;
	height:74px;
	z-index:2;

}
#apDiv13 {
	position:absolute;
	left:10px;
	top:10px;
	width:190px;
	height:21px;
	z-index:2;
}
.Stil5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#apDiv14 {
	position:absolute;
	left:10px;
	top:10px;
	width:190px;
	height:150px;
	z-index:2;
	background-image: url(bilder/telefonmaus.jpg);
}
.Stil7 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; }
#apDiv15 {
	position:absolute;
	left:10px;
	top:17px;
	width:190px;
	height:25px;
	z-index:2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #C04100;
}
#apDiv16 {
	position:absolute;
	left:10px;
	top:46px;
	width:190px;
	height:250px;
	z-index:2;
}
#apDiv18 {
	position:absolute;
	left:206px;
	top:1px;
	width:342px;
	height:380px;
	z-index:2;
}
.Stil10 {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
