/* general styles and layout tables */

body
{
    font-family: Verdana;
    color: black;
    font-size: smaller;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
    padding-left: 0px;

}

.seitenhintergrund
{
    height: 100%;
    width: 100%;
    background-image: url(/images/hg_links.gif);
    background-repeat: repeat-y;
    background-attachment: scroll;

}
h1
{
	font-size: 16px;
	color: #91AED0;
}

h2
{
	font-size: 12px;
	
}

ul.mainmenu li {
  display: inline;
  margin-right: 40px;
}

.menu {
    top: 130px;
    z-index: 2;
}

ul.mainmenu {
  margin-top: -39px;
  padding-left: 10px;
  padding-top: 0px;
}

ul.mainmenu li a {
  text-decoration: none;
  color: #ffffff;
}

#header {
  background: url(/images/hg_oben.gif) repeat-x;
  width: 100%;
  height: 190px;
}
#header-kreis {
  background: url(/images/kreis.gif) no-repeat;
  margin-left: 190px;
  width:20px;
  height: 8px;
}

#header-image {
  background: url(/images/index_01.jpg) no-repeat;
  width: 770px;
  height: 171px;
}

#header-image-it {
  background: url(/images/index_01it.jpg) no-repeat;
  width: 770px;
  height: 171px;
}

#left-col {
  float:left;
  width: 200px;
}
#content {
  padding-top: 15px;
  margin-left: 220px;
}

.header-row {
  background-color:#91AED0;
  background-image:url(/images/header_rowBg.gif);
  height: 26px;
}

.headercell {
  padding: 3px;
}
.rs1 {
  border-bottom: 1px solid #dddddd;
  height: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
}
table.stellen {
  font-size: 10px;
}
td.filtercell select {
  font-size: 9px;
}
.lb1 {
  float: left;
  width: 160px;
}