body {
    margin:0;
    padding:0;
    font-family:Arial,Helvetica,sans-serif;
    background: url(./img/background.gif) repeat #ffff66;
}
/*
Keine Container anzeigen, die nur fuer den Druck bestimmt sind
*/
.print_only {
    display: none;
}
/*
Container fuer den eigentlichen Inhalt
*/
#page-container {
    position: absolute;
    top: 240px;
    left: 150px;
    width:801px;
    margin: 0;
    padding:0;
    background:url(./img/background_Content.gif) top left repeat-y #ffffff;
}
/*
Dauerbilder
*/
#header-left {
    position: absolute;
    top: 0;
    left: 0;
    width:150px;
    height:240px;
    margin:0;
    padding:0;
    background-image: url(./img/header-left.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
#header-top {
    position: absolute;
    top: 48px;
    left: 150px;
    width: 801px;
    height: 150px;
    margin: 0;
    padding: 0;
    background-image: url(./img/header-top.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
#header-middle {
    position: absolute;
    top: 0;
    left: 150px;
    width: 801px;
    height: 48px;
    margin: 0;
    padding: 0;
    background-image: url(./img/background_nav1.gif);
}
#header-bottom {
    position: absolute;
    top: 198px;
    left: 150px;
    width:801px;
    height:42px;
    background:url(./img/header-bottom.gif) no-repeat;
}
#nav1 {
    position: absolute;
    top: 24px;
    left: 175px;
    height: 24px;
    width: 751px;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
#nav1 ul {
    list-style-type:none;
    font-size: 12px;
    font-weight:bold;
    margin:0px;
    padding:0px;
}
#nav1 li {
    display:inline;
    margin:0;
    padding:0;
}
/*
Allgemeines Verhalten (Navigation 1)
*/
#nav1 a {
    float:left;
    display:block;
    width: 62px;
    text-decoration: none;
    padding: 6px 0;
    margin: 0;
    color:#3F5780;
    text-align: center;
    background-color: transparent;
}
/*
Link und bereits besuchter Link (Navigation 1)
*/
#nav1 a[href*="klaus-hueser.php"] 
{
    width: 82px;
}
#nav1 a[href*="ausbildung.php"]
{
    width: 82px;
}
#nav1 a[href*="seminare.php"]
{
    width: 82px;
}
#nav1 a[href*="beratung-therapien.php"] 
{
    width: 133px;
}
#nav1 a:link,
#nav1 a:visited {
}
/*
Aktiver und gerade gewaehlter Link (Navigation 1)
*/
#nav1 a:active,
#nav1 a:hover {
    background-image: url(img/white-62.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
#nav1 a:active[href*="klaus-hueser.php"],
#nav1 a:hover[href*="klaus-hueser.php"]
{
    background-image: url(img/white-82.gif);
}
#nav1 a:active[href*="ausbildung.php"],
#nav1 a:hover[href*="ausbildung.php"]
{
    background-image: url(img/white-82.gif);
}
#nav1 a:active[href*="seminare.php"],
#nav1 a:hover[href*="seminare.php"]
{
    background-image: url(img/white-82.gif);
}
#nav1 a:active[href*="beratung-therapien.php"],
#nav1 a:hover[href*="beratung-therapien.php"]
{
    background-image: url(img/white-133.gif);
}
/*
Link fuer die aktuell angezeigte Seite (Navigation 1)
*/
#nav1 .menu-parent a:link,
#nav1 .menu-parent a:visited,
#nav1 .menu-current a:link,
#nav1 .menu-current a:visited
{
    background-image: url(img/white-62.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
#nav1 .menu-parent a:link[href*="klaus-hueser.php"],
#nav1 .menu-parent a:visited[href*="klaus-hueser.php"],
#nav1 .menu-current a:link[href*="klaus-hueser.php"],
#nav1 .menu-current a:visited[href*="klaus-hueser.php"]
{
    background-image:url(img/white-82.gif);
}
#nav1 .menu-parent a:link[href*="ausbildung.php"],
#nav1 .menu-parent a:visited[href*="ausbildung.php"],
#nav1 .menu-current a:link[href*="ausbildung.php"],
#nav1 .menu-current a:visited[href*="ausbildung.php"]
{
    background-image:url(img/white-82.gif);
}
#nav1 .menu-parent a:link[href*="seminare.php"],
#nav1 .menu-parent a:visited[href*="seminare.php"],
#nav1 .menu-current a:link[href*="seminare.php"],
#nav1 .menu-current a:visited[href*="seminare.php"]
{
    background-image:url(img/white-82.gif);
}
#nav1 .menu-parent a:link[href*="beratung-therapien.php"],
#nav1 .menu-parent a:visited[href*="beratung-therapien.php"],
#nav1 .menu-current a:link[href*="beratung-therapien.php"],
#nav1 .menu-current a:visited[href*="beratung-therapien.php"]
{
    background-image:url(img/white-133.gif);
}


/*
Inhaltsblock
*/
.content {
    width:800px;
    padding:0;
    margin:0;
}
/*
Linker Block, fuer Navigation
*/
.content-left {
    display:block;
    float: left;
    width: 200px;
    margin: 25px 0px 0px 25px;
    padding: 0;
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE6*/;
}

/*
Rechter Block, fuer den eigentlichen Inhalt
*/
.content-right {
    float: right;
    width: 500px;
    margin: 35px 45px 0px 25px;
    padding: 0;
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE6*/;
}
/*
Navigation 2
*/
.nav2 {
    width:175px;
    margin:0;
    padding:0;
    text-indent: 15px;
    font-size: 12px;
    line-height: 34px;
    background: url(./img/off.gif);
}
.nav2 ul {
    margin:0;
    padding:0;
    list-style: none;
}
.nav2 li {
    margin:0;
    padding:0;
}
.nav2 a {
    display:block;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    color:#3F5780;
    text-decoration: none;
    padding:0;
    margin:0;
    font-weight: bold;
}
.nav2 a:link,
.nav2 a:visited {
}
.nav2 a:hover,
.nav2 a:active {
    background-image: url(./img/on.gif);
    color: #ffffff;
}
/*
Link fuer die aktuell angezeigte Seite (Navigation 2)
*/
.nav2 .menu-parent a:link,
.nav2 .menu-parent a:visited,
.nav2 .menu-current a:link,
.nav2 .menu-current a:visited {
    background-image: url(./img/on.gif);
    color:#ffffff;
}
.pic-kh {
    width:175px;
    height:206px;
    margin:50px 0 0 0;
    padding:0;
}
.pic-adress {
    width:175px;
    height:124px;
    margin:50px 0 0 0;
    padding:0;
}

/*
Fusszeile
*/
.footer {
    clear:both;
    width:100%;
    padding:0;
    height:80px;
    background:url(./img/footer.gif) no-repeat;
    font-size:12px;
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE6*/;
}
