html, body {
	margin:0px 0px 0px 5px;
	padding:0px;
}

form {
	display:inline;
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h5, h6, p, div {
	margin:0px;
	padding:0px;
}

#header {
	position:relative;
	height:123px;
	width: 990px;
}

#header_logo{
  background-image : url(../img/layout/header_logo.gif);
  height: 76px; 
  width: 976px;
  position: absolute;
}

#header_menu_part{
  background-image : url(../img/layout/header_menu_part.gif);
  height: 47px;
  width: 976px;
  top: 76px;
  position: absolute;
}

#menu {
  position: absolute;
  top: 36px;
  left: 1px;  
  
width: 100%;
//background: #00FF00;
z-index: 10000px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 130px;
float: left;
}

#menu a, #menu h2{
//font: bold 11px/16px arial, helvetica, sans-serif;
font: normal 10px arial, sans-serif;
display: block;
//border-width: 1px;
//border-style: solid;
border-color: #FFF #FFF #FFF #FFF;
border-width: 1px;
border-style: solid;
margin: 0;
padding: 3px 0px;
}

#menu h2 {
color: #fff;
background: #b2d94c;
//text-transform: uppercase;
}

#menu a {
color: #000;
background: #b2d94c;
text-decoration: none;
}

#menu a:hover {
color: #EEEEEE;
background: #097CBF;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


#kategorie{
  position:absolute;
  top: 82px;
  left: 300px;
  width: 500;
  height: 25px;
}

#footer {
  clear:left;
  background:#efefef;
  textalign:center;
  background-image : url(../img/layout/footer.gif);
  height: 38px;
  width: 976px;
}

#sitemap {
  position:relative;
  top:4px;
  left: 30px;
}

#leftcolumn {
  float:left;
  width: 258px;
  background-color: green;
}

.menupoint{
  padding : 7px 7px 7px 0px;
  border-top : 1px solid White;
}

.menupunkt3{
  padding : 2px;
  border-top : 1px solid White;
}

#content {
 width: 976px;
}

#rightcolumn {
  position:absolute;
  left: 790px;
  float:left;
  padding-left: 5px
}

#centercolumn {
  position:relative;
  float:right;
  width: 707px;
}

#map {
  position: relative;
  left:20px;
  top:15px;
  width:640px;
  height:384px;
}

#zoomer {
   position: absolute;
   left:645px; top:0px;
}

#ruler {
   position: absolute;
   left:0px; top:356px;
}

#suche {
  position:relative;
  left: 0px;
  top: 0px;
}
