html, body{
	background-color:#efefef;
	text-align:center;
	margin:0px;
	padding:0px;
}

#main{
	text-align:left;
	background-color:#e3e3e3;
	width:900px;
	border:1px white solid;
	margin:0px auto 0px auto;	
	height:auto;
}
#main #content{
	background-color: white;
	width: 874px;
	margin: 13px 13px 0px 13px;
	padding:0px
	height:auto;
	background-repeat: no-repeat;
}

#main #content #inhalt{
	padding:0px 0px 0px 100px;
	width:630px;
	height:auto;
	float:left;
}
#main #content #inhalt p{
	color:#2D2D2D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:22px 0px 15px 0px;
	width:400px;
}
#main #content #inhalt img{
	border:0px;
	display:block;
}
#main #content #inhalt #niederlassungen{
	width:auto;
	height:auto;
	margin:20px 0px 0px 25px;
	float:left;
}
#main #content #inhalt #niederlassungen a{
	padding:0px 0px 10px 0px;
	margin:0px 40px 50px 0px;
	display:block;
	float:left;
	text-decoration:underline;
}
#main #content #inhalt #niederlassungen a img{
	border:0px;
}
#main #navi3{
	margin:6px 13px 4px 13px;
	padding:0px;
	width:874px;
	height:9px;	
	font-size:9px;
	line-height:9px;
	text-align:right;
}
#main #navi3 a.navpoint{
	height:9px;
	font-size:9px;
	line-height:9px;
	text-decoration:none;
	width:auto;
	margin-right:15px;
}
#main #navi3 a.navpoint img{
	border:0px;
}

div#showimage {
  position: absolute;
  width: 626px;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -313px;
  /*display: none;*/
  z-index: 9;
  border: 10px solid #ccc;
}
div#dragbar {
  width: 100%;
  height: 25px;
  background: #fff;
}
div.dragmain {
  width: 100%;
  height: 180px;
  background-color:#fff;
  overflow: hidden;
}
div.dragmain img {
  border: none;
}
div.dragbottom {
  width: 100%;
  height: 25px;
  background: #fff;
  color: #000;
  overflow: hidden;
}
div.dragbottom p {
  font-size: 10px;
  padding: 5px;
  margin: 0;
}
.close {
  position: relative;
  margin: -15px -15px 0 0;
  color: #e20000;
  float: right;
  padding: 0;
  font-weight: bold;
  display: block;
  height: 22px;
  width: 22px;
  text-indent: -9999em;
  background: transparent url('/wp-content/themes/smart/images/closebox.gif') no-repeat 0 0;
}
