
body
{
  background-color: #F1DABE;
  background-image: url('../upload/hauptseite/bilder/bg.jpg');
  background-repeat: repeat-x;
  font-family: Verdana,Tahoma,Arial,sans-serif;
}

#mainframe
{
  background-color: #F1DABE;
  position: relative;
  width: 760px;
  height: 562px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  overflow: auto;
}

#kinder
{
  position: absolute;
  z-index: 4;
  left: 0px;
  top: 290px;
  cursor: pointer;
}

#jugendliche
{
  position: absolute;
  z-index: 1;
  left: 198px;
  top: 265px;
  cursor: pointer;
}

#familien
{
  position: absolute;
  z-index: 3;
  left: 398px;
  top: 222px;
  cursor: pointer;
}

#fachkraefte
{
  position: absolute;
  z-index: 2;
  left: 587px;
  top: 279px;
  cursor: pointer;
}

#extralinks
{
  position: absolute;
  z-index: 5;
  left: 365px;
  top: 539px;
  margin: 0;
  padding: 0;
  font-size: 9px;
}

#impressum
{
  position: absolute;
  z-index: 5;
  left: 675px;
  top: 540px;
  cursor: pointer;
  font-size: 9px;
  font-style: italic;
  color: #EB6F45;
}

.links
{
  background-image: url('../upload/hauptseite/bilder/links_bg.jpg');
  z-index: 10;
  width: 551px;
  left: 100px;
  top: 50px;
  text-align: left;
  overflow: hidden;
  white-space: normal;
  margin-bottom: 10px;
}

#links_impressum
{
  background-image: url('../upload/hauptseite/bilder/links_bg.jpg');
  z-index: 5;
  width: 551px;
  left: 100px;
  top: 550px;
  text-align: left;
  overflow: hidden;
  white-space: normal;
}

#impressum_text td
{
  padding: 5px;
  font-size: 10px;
}

.linklist
{
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.listlink
{
  clear: both;
  margin: 0;
  font-size: 12px;
}

.listlink img
{
  border-style: none;
  margin-right: 5px;
  margin-bottom: 5px;
}

a.linktitel
{
	text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

a.linktitel:hover
{
	text-decoration: underline;
	color: #ff0000;
}

#extralinks ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#extralinks li
{
  display: inline;
  clear: none;
  margin: 0;
  padding: 0;
  margin-right: 20px;
  font-style: italic;
}

#extralinks a
{
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-style: italic;
	text-decoration: none;
}

.morebutton
{
  position: relative;
  top: -10px;
  left: -5px;
  height: 10px;
  text-align: right;
  clear: both;
}

