body{
    margin:0px;
    background-color:#64b71d;
    font-size: small;
}
#banner{
    height:110px;
    width:800px;
    float: left;
    background-image: url(images/kante3.png);
    _background-image: url(images/kante4.png);
    background-repeat: no-repeat;
    text-align: right;
    background-position: right;
    padding: 60px 0px 0px 0px;
    margin: 0px;
}
#content{
    font-family:Verdana, Geneva, sans-serif;
    float:left;
    overflow: hidden;
    width: 792px;
}
#header{
    background-color:#71BEE8;
    height:170px;
    background-image: url(header.php);
    background-repeat: no-repeat;
    background-position: left;
}
#logo{
    height:170px;
}
#logo img{
    padding-top: 10px;
    padding-right:15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
#middle{
    padding:0px 5px 5px 5px;
    overflow: hidden;
}
#navi{
    color: #feffd7;
    background-color:#F90;
    height:25px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #666;
    border-bottom-color: #666;
    padding-left:10px;
    padding-right:10px;
    font-family:Verdana, Geneva, sans-serif;
    padding-top: 5px;
    font-weight: bold;
    font-size: 14px;
    _overflow: hidden;
}
#navi a{
    color:#feffd7;
    text-decoration:none;
}
#page{
    background-color:#FFD900;
    width:1001px;
    margin-left:auto;
    margin-right:auto;
    height:auto;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #666;
    border-right-color: #666;
    border-bottom-color: #666;
    border-left-color: #666;
}
#sidebar{
    width:198px;
    clear:right;
    float: right;
    font-family: Verdana, Geneva, sans-serif;
    font-size: small;
}
.kasten{

    width:247px;
    height:315px;
    float:left;
    margin-right: 5px;
    margin-top: 5px;
    border: 1px solid #F90;
    color: #64b71d;
    overflow: hidden;
    padding: 5px;
    background-color: #feffd7;
    font-weight: bold;
}
.kasten a,.kasten2 a,.kasten3 a{
    color: #64b71d;
}
.kasten img,.kasten2 img,.kasten3 img{
    border:none;
    height: 200px;
}
.kasten img{
    width: 247px;
}
.kasten2 img{
    width: 511px;
}
.kasten3 img{
    width: 775px;
}

.kasten2{
    font-size: small;
    width:511px;
    height:315px;
    float:left;
    margin-right: 5px;
    margin-top: 5px;
    border: 1px solid #F90;
    color: #64b71d;
    overflow: hidden;
    padding: 5px;
    background-color: #feffd7;
    font-weight: bold;
}
.kasten3{
    font-size: small;
    width:775px;
    height:315px;
    float:left;
    margin-right: 5px;
    margin-top: 5px;
    border: 1px solid #F90;
    background-color: #feffd7;
    color: #64b71d;
    overflow: hidden;
    padding: 5px;
    font-weight: bold;
}
.kastenbild{
    height:200px;
    padding-bottom:5px;
}
.kastentext{
    height: 97px;
    overflow: hidden;
    font-size: small;
}
.kastenlink{
    text-align:right;
    height: 13px;
    line-height: 11px;
    font-size: small;
}
.kastenlink a{
    color: #64b71d;

}
.name{
    color:#FF0;
    font-family:"Comic Sans MS", cursive;
    font-size:26px;
    font-weight:bold;
    padding-right:40px;
    text-align: right;
}
.name a{
    color:#FF0;
    text-decoration:none;
}

.sbkasten {
    font-size: small;
    border: 2px solid #FF0;
    margin-top: 5px;
    background-color:#F90;
    overflow: hidden;
    padding: 2px;
    color: #FFF;
    margin-bottom: 5px;
}
.sbkasten a{
    color: #FFF;
}
.sbkasten img{
    border:none;
}

.sbtop {
    font-size:16px;
    font-weight: bold;
}
#nav{
    list-style:none;
    position:relative;
    z-index:5000;
    height: 25px;
    padding:0;
    margin: 0;
}
#nav li.top{
    float:left;
    display:block;
    padding-right: 2px;
    height: 25px;
}
#nav li a.top_link {
    display:block;
    float:left;
    height:25px;
    line-height:33px;
    color:#ccc;
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
    padding:0 0 0 12px;
    cursor:pointer;
}
#nav li a.top_link span {
    float:left;
    display:block;
    padding:0 24px 0 12px;
    height:25px;
}
#nav li a.top_link span.down {
    float:left;
    display:block;
    padding:0 24px 0 12px;
    height:25px;
}

#nav li:hover a.top_link {
    color:#feffd7;
}

/* Default list styling */

#nav li:hover {position:relative; z-index:2000;}

#nav li:hover ul.sub
{
    left:1px;
    top:25px;
    padding:3px;
    white-space:nowrap;
    height:auto;
    z-index:3000;
    background-color: #F90;
    overflow: visible;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #666;
    border-bottom-color: #666;
    border-left-color: #666;
    width: auto;
    color: #feffd7;
    _width: 200px;
}
#nav li:hover ul.sub li
{
    display:block;
    height:18px;
    font-size:11px;
    float:left;
    line-height:18px;
    font-weight:bold;
    clear: left;
}
#nav li:hover ul.sub li a
{
    font-weight:normal;
    display:block;
    font-size:11px;
    height:18px;
    line-height:18px;
    text-indent:5px;
    color:#feffd7;
    text-decoration:none;
}
#nav li:hover ul.sub li a:hover 
{
    color:#feffd7;
    background-color: #64b71d;
}
#nav li:hover ul.sub li a.fly:hover
{
    color:#feffd7;
}


#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{
    left:90px;
    top:-4px;
    padding:3px;
    white-space:normal;
    z-index:4000;
    height:auto;
}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{
    color:#feffd7;
    border-color:#fff;
} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{
    color:#000;
} 
ul.slideshow {
    list-style:none;
    width:190px;
    height:150px;
    overflow:hidden;
    position:relative;
    margin:0;
    padding:0;

}	

ul.slideshow li {
    position:absolute;
    left:0;
    right:0;
}

ul.slideshow li.show {
    z-index:500;
}

ul img {
    border:none;
}


#slideshow-caption {
    width:190px;
    height:25px;
    position:absolute;
    bottom:0px;
    left:0;
    color:#FFF;
    background:#000;
    z-index:500;
    overflow: hidden;
}

#slideshow-caption .slideshow-caption-container {
    padding:5px 10px;
    z-index:1000;
}

#slideshow-caption h3 {
    margin:0;
    padding:0;
    font-size:14px;
}

#slideshow-caption p {
    margin:5px 0 0 0;
    padding:0;
}
.TierList{
    padding-top:20px;
    padding-bottom: 20px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    height: inherit;
}
.tiere {
    float: left;
    width: 145px;
    margin:5px;
    text-align: center;
    text-decoration:none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #F90;
    background-color: #feffd7;
    height: 170px;
    overflow: hidden;
}
.tiere a{
    color: #64b71d;
    text-decoration:none;
}
.tiere a:hover{
    color: #64b71d;
    text-decoration:underline overline;
}
.tiere img {
    width: 145px;
    height: 145px;
    border-bottom-style:none;
    border-bottom-width:0px;
    text-decoration: none;
    border:none;
}
.tierespalte {
    clear: none;
    float: none;
}

.Descr {
    margin-top: 20px;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
}
.Deckel {
    background-position:left;
    background-image: url(images/lof.bmp);
    background-repeat:no-repeat;
    background-color:#64b71d;
    height: 20px;
}
.Oben {
    background-position:right;
    background-image: url(images/rof.bmp);
    background-repeat:no-repeat;
    font-weight: bold;
    height: 17px;
    padding-top: 3px;
    color: #FFF;
}
.Boden {
    background-position:left;
    background-image: url(images/luf.bmp);
    background-repeat:no-repeat;
    background-color: #64b71d;
    height: 20px;
}
.Unten {
    background-position:right;
    background-image: url(images/ruf.bmp);
    background-repeat:no-repeat;
    font-weight: bold;
    height: 17px;
    padding-top: 3px;
}
.Unten a{
    color: #FFF;

}
.Mitte {
    text-align:left;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
    text-align: justify;
}
.Data {
    width:225px;
    float:left;
    padding-left: 5px;
    margin-top: 5px;
    color: #000;
}
.Databox {
    height:50px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    padding-bottom:5px;
}
.fett {
    font-weight:bold;
    color: #64b71d;
}
.Abstand {
    float:none;
    clear: right;
    margin-bottom:15px;
}
.Linie {
    border-bottom: 1px solid #64b71d;
    width: 680px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    margin-top: 5px;
}
.Tier{
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding:10px;
    text-align: center;
    background-color: #feffd7;
    border: 1px solid #F90;
    overflow:hidden;
    color: #64b71d;
}
.Tiername{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}
#Tierbilder{
    min-width: 400px;
    min-height: 300px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
#Tierbild{
    border: 1px solid #F90;
    background-position: center;
    background-repeat: no-repeat;
}
.Tierbildbuttons{
    height:20px;
    border-left: 1px solid #F90;
}
.Tierbildbuttons div{
    height:20px;
    width: 20px;
    text-align: center;
    border: 1px solid #F90;
    background-color: #FFF;
    border-bottom: none;
    border-left:none;
    float: left;
    font-weight: bold;
}
.Tierbildbuttons div img{
    border: none;
    padding-top:2px;
}
.Tierbildbuttons div:hover{
    background-color: #64b71d;
    color: #FFF;
}
.Zusatz {
    font-size: small;
    color:#F00;
}
.headline{
    color:#64b71d;
    text-align:center;
    font-weight: bold;
    font-size: xx-large;
}

.subheadline {
    text-align:center;
    font-weight: bold;
    font-size: large;
}

.Text{
    border: 1px solid #F90;
    background-color: #feffd7;
    color:#333333;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding:10px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    text-align:justify;
    height: inherit;
    overflow: hidden;
}
.Text a{
    color:#333333;
    text-decoration:underline;
    font-weight: bold;
}
.Text a:hover{
    color: #64b71d;
    text-decoration:none;
}
.Text img{
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.Abstand {
    float:none;
    clear: right;
    margin-bottom:15px;
}
.Eintrag {
    margin-bottom:10px;
}
.Zeit {
    float:right;
    height: 15px;
}
.Homepage {
    float:right;
    height: 35px;
}
.EintragName {
    float:left;
    font-weight:bold;
}
.gruen {
    color:#64b71d;
}
.FormuLinie {
    border-bottom: 1px solid #64b71d;
    width: 480px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    margin-top: 15px;
}
.GBLinie {
    border-bottom: 1px solid #64b71d;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    margin-top: 35px;
}
.eintragen{
    color:#64b71d;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.formbox {
    width: 600px;
}
.reihe {
    height: 20px;
    padding: 2px 0px;
    margin-bottom: 5px;
}
.reihe2 {
    height: 35px;
    padding: 2px 0px;
    margin-bottom: 5px;
}
.label {
    float: left;
    width: 270px;
    text-align: right;
    padding-top: 3px;
    padding-right: 5px;
}
.feld {
    clear: right;
    padding-top: 2px;
    float: right;
    width: 300px;
    text-align: left;
}
.textfeld {
    clear: right;
    float: right;
    width: 260px;
    text-align: left;
    padding-top: 3px;
}
.knopf {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
}
.checkbox{
    float:left;
    width:20px;
}
.checkboxtext{
    float:left;
    width:570px;
}
.List{
    border: 1px solid #F90;
    background-color: #feffd7;
    color:#333333;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding:10px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    height: inherit;
}

.Suchbox{
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding:10px;
    text-align: center;
    background-color: #feffd7;
    border: 1px solid #F90;
    overflow:hidden;
    color: #64b71d;
}
.Suchergebnisse{
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding:20px;
    background-color: #feffd7;
    border: 1px solid #F90;
    overflow:hidden;
    color: #000;
}
.Suchueberschrift{
    font-weight: bold;
    font-size: large;
    color: #64b71d;
}
.Suchfeld{
    width:200px;
}
.Suchcaptcha{
    width:300px;
    margin-left: auto;
    margin-right: auto;
}
.Suchbutton{
    border: 1px solid #F90;
    background-color: #64b71d;
    color: #FFF;
}
.Suchkasten{
    padding-top: 10px;
    padding-bottom: 10px;
}
.Suchkasten div {
    padding-top: 3px;
}
.Suchkasten div a{
    color:inherit;
}
#listticker {
    height: 15px;
    float:left;
    border:0;
    margin:0;
    padding:0;
}
#listticker li a{
    color: #64b71d;
    border:0;
    margin:0;
    padding:0;
    padding-left: 4px;
    list-style:none;
    margin-bottom: 10px;
    list-style:none;
    color: #64b71d;
    font-weight: bold;
    overflow:hidden;
}
#newsbar{
    width: 781px;
    background-color: #feffd7;
    border: 1px solid #F90;
    margin-top: 5px;
    padding:2px;
    overflow:hidden;
}
#newsbarlink{
    float:right;
    color: #64b71d;
    font-weight: bold;
    padding-right: 4px;
}
