* {
margin:0;
padding:0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin:0.5em 0;
}
li,dd {
margin-left:1em;
}
fieldset {
padding:.5em;
}

body {
font-size:76%;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.3;
background-image: url(../img/bg_verlauf.jpg);
background-repeat: repeat-x;
background-color: #ddd;
}

img {border: 0px;}

a { color: #666;}

#wrap {
position:absolute;
width: 800px;
left: 50%;
text-align:left;
margin-left: -400px;
background-color: #ededed;
height: 100%;
}


  #Teil1 { border: 0px dotted green;
    width: 800px;
    height: 300px;
    background-color: #fff;
    }

  #Teil2 { border: 0px dotted yellow;
    float: left;
    width: 800px;
    }

  #Teil3 { border: 0px dotted red;
    clear: both;
    width: 800px;
    bottom: 0px;
    position: fixed;
    }

  #Bereich1 { border: 0px dashed silver;
    background-color: #fff;
    float: left;
    height: 40px;
    }

  #Bereich2 { border: 0px dashed silver;
    background-color: #fff;
    float: right;
    height: 40px;
    margin-right: 10px;
    
    }

  #Bereich3 { border-top: 1px solid gray;
    background-color: #ededed;;
    }

  #Bereich4 { border: 0px dashed silver;
    margin: 3px 0pt 1.2em;
    float: left;
    width: 15em;
    background-color: #ededed;
    }

  #Bereich5 { border: 0px dashed silver;
    margin: 10px 12em 1em 16em;
    padding: 0pt 1em;
    width: 400px;
    }

  #Bereich6 { border: 0px dashed silver;
    margin: 10px 0pt 1.1em;
    float: right;
    width: 175px;
    background-color: rgb(238, 238, 238);
    }

  #Bereich7 { border: 0px dashed silver;
    margin: 0pt 0pt 1.1em;
    background-color: rgb(238, 238, 238);
    text-align: center;
    font-size: 76%;
    line-height: 2.0em;
    }

/-------- Joomla CSS -------------
buttonheading { border: 0px;}

.contentheading {
   color: #060;
   font-weight: bold;
}

.menu li {
  list-style: none;
  display:block;
  padding-top: 3px;
  padding-bottom: 6px;
  padding-left: 20px;
  margin-top: 2px;
  font-size: 14px;
  background-color: #ededed;
  border-bottom: 1px #666 solid;
}

.menu li a{
  text-decoration: none;
  color: #666;
}

.menu li a:hover{
  text-decoration: none;
  font-weight: bold;
  color: #333;
}

.menu li#current a{
  text-decoration: none;
  font-weight: bold;
  color: #060;
}
