/* CSS Document */

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-image:url(../images/borduere_breit.gif);

	background-position:top;
	background-repeat:repeat-x;
	text-align: center;
}

#divContainer {
	position: relative;
	width: 942px;
	margin: 0px auto;
	text-align: left;
}
	#divLogo {
		position: relative;
		float: left;
		width: 312px;
		height: 79px;
	}
	#divServiceLinks {
		position: relative;
		float: right;
		width: 312px;
		height: 79px;
		text-align: right;
	}
	#divHeader {
		position: relative;
		clear: both;
		width: 942px;
		height: 386px;
		text-align: right;
		background-image: url(../images/headerhoch_bg.jpg);
		background-position: 0px 22px;
		background-repeat: no-repeat;
	}
	#divNav {
		position: relative;
		float: left;
		width: 170px;
		margin-bottom: 30px;
	}
	#divContent {
		position: relative;
		float: right;

		width: 726px; 
		background-image:url(../images/bg_home.gif);
		margin-bottom: 30px;
	}
#divFooter {
	clear: both;
	width: 100%;
	height: 34px;
	margin-top: 30px;
	background-image:url(../images/borduere_unten.gif);
	background-position: top;
	background-repeat:repeat-x;
	text-align: center;
}
	#divFooterContent {
		position: relative;
		margin: 0px auto;
		width: 942px;
		height: 34px;
		text-align: right;
	}


#formSuchfeld {
	width: 91px;
	background-color: #ebf7f8;
	border: 1px solid #f2f2f2;
}


.aNav {
	display: block;
	border-bottom: 1px solid #ffffff;
	height: 30px;
	font-size: 12px;
	color: #ffffff;
	background-color: #17c5db;
	text-decoration: none;
	padding: 16px 0px 0px 12px;
}

.aNav:hover {
	color: #000000;
}

.aNavMO {
	display: block;
	border-bottom: 1px solid #ffffff;
	height: 30px;
	font-size: 12px;
	color: #000000;
	background-color: #17c5db;
	text-decoration: none;
	padding: 16px 0px 0px 12px;
}

.aSubNav {
	display: block;
	border-bottom: 1px solid #ffffff;
	height: 30px;
	font-size: 12px;
	color: #ffffff;
	background-color: #17c5db;
	text-decoration: none;
	padding: 16px 0px 0px 12px;
}

.aSubNav:hover {
	color: #000000;
}

.aSubNavMO {
	display: block;
	border-bottom: 1px solid #ffffff;
	height: 30px;
	font-size: 12px;
	color: #000000;
	background-color: #17c5db;
	text-decoration: none;
	padding: 16px 0px 0px 12px;
}

.slidePanelHeader {
	cursor: pointer; 
}

.tooltipArtikel {
	background-image:url(../images/shadow.png);
	padding: 20px;
	height: 380px;
	width: 380px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
}
#tooltip h3, #tooltip div { margin: 0; }

.slideShowPageLinks {
	display: none;
}

.kartenTeaser {
  width: 262px;
  background-image: url(../images/bg_karte_teaser_unten.gif);
  background-color: #dbf5f8;
  background-position: bottom;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 10px;
}


