body {
	margin: 0px;
	background: #85AAC7;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {
	font-size: 12px;
	margin: 10px 0px 10px 0px;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 117px;
	background: url('bg_header.jpg') repeat-x;
}

#logo_laeppche {
	position: absolute;
	left: 310px;
	top: 12px;
}

#menu_top {
	position: absolute;
	left: 0px;
	top: 117px;
	width: 1000px;
	/*	width: 100%; */
	height: 85px;
	background: url('bg_menu_top.jpg') no-repeat left bottom;
}

	#menu_top ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

		#menu_top ul li {
			margin: 0px;
			padding: 0px;
			float: left;
		}

			#menu_top ul li a {
				display: block;
				height: 87px;
				font-size: 12px;
				font-weight: bold;
				color: #00213F;
				text-decoration: none;
				text-align: center;
				border-top: 1px solid #00213F;
				padding-top: 2px;
				background: white;
			}

			/* ## Feineinstellung für Hauptnavigation */
			#menu_top ul li a#unternehmen { width: 163px; background: url('menu_unternehmen.jpg') no-repeat; }
			#menu_top ul li a#unternehmen:hover { background: url('menu_unternehmen_hover.jpg') no-repeat; }
			
			#menu_top ul li a#produkte { width: 162px; padding-right: 1px; background: url('menu_produkte.jpg') 0px 0px no-repeat; }
			#menu_top ul li a#produkte:hover { background: url('menu_produkte_hover.jpg') no-repeat; }
			
			#menu_top ul li a#service { width: 153px; background: url('menu_service1.jpg') 0px 0px no-repeat; }
			#menu_top ul li a#service:hover { background: url('menu_service_hover1.jpg') no-repeat; }
			
			#menu_top ul li a#shop { width: 149px; padding-right: 1px; background: url('menu_shop.jpg') 0px 0px no-repeat; }
			#menu_top ul li a#shop:hover { background: url('menu_shop_hover.jpg') no-repeat; }
			
			#menu_top ul li a#news { width: 154px; background: url('menu_news.jpg') 0px 0px no-repeat; }
			#menu_top ul li a#news:hover { background: url('menu_news_hover.jpg') no-repeat; }
			
			#menu_top ul li a#kontakt { width: 206px; padding-left: 11px; background: url('menu_kontakt.jpg') 0px 0px no-repeat; }
			#menu_top ul li a#kontakt:hover { background: url('menu_kontakt_hover.jpg') no-repeat; }

#content {
	margin: 202px 0px 30px 0px;
	width: 1000px;
	height:563px;
	background: #FFFFFF url('content_bg.gif') repeat-y /*783px 0px*/;
	padding: 0px 0px 10px 0px;
	font-size: 11px;
	color: #00213F;
	z-index:1;

}

#content_box {
	float: left;
	width: 360px;
	padding: 15px 10px 10px 10px;
	line-height: 16px;
}

#content p { margin: 10px 0px 10px 0px; }
#content a { color: #00213F; font-weight: bold; }
#content a:hover { text-decoration: none; }
#content img.floatleft { margin: 0px 10px 10px 0px; float: left; }

#teaser {
	position: absolute;
	left: 815px;
	top: 217px;
	width: 180px;
	font-size: 11px;
	color: #00213F;
	line-height: 16px;
}

#teaser p { margin: 10px 0px 15px 0px; }
#teaser p.no_margin { margin: 10px 0 0 0; }
#teaser a { color: #00213F; font-weight: bold; }
#teaser img { margin: 0; }

#teaser ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}

#teaser li {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
}

#teaser ul li a {
	display: block;
	background: url('point.gif') no-repeat 0px 3px;
	padding: 0 0 0 14px;
}

#sidebar {
	position:absolute;
	top:775px;
	width: 100%;
	height: 20px;
	border-top: 15px solid #0B1435;
	padding: 5px 0 0 0;
	font-size: 11px;
	color: #00213F;
	text-align: center;
}

#sidebar a {
	font-size: 11px;
	font-weight: bold;
	color: #00213F;
	display: inline;
	line-height: 15px;
}

#sidebar a:hover { text-decoration: none; }

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#zertifikat {position:relative; top: 85px; right:4px; z-index:0;}
#callbutton{padding:3px 0px 4px 10px;}
#flaggen{width: 30px; float: left; padding-top:23px;}
#flaggen img{margin: 2px 0 10px 0;}
#footer{float:left; padding-top:15px;}

.gal_nopoint {
  color:black;
  font-weight:bold;
  font-size:12px;
  padding-left: 0px;
  background-image:none;
  text-decoration:none;
  border:none;
}

