

/*---------------------------------------------------*/
/*---Der zentrierte Container für die index Seiten---*/
#index_mittig{
position: absolute; 
top: 50%; 
left: 50%; 
width: 750; 
height: 460; 
margin-left: -375; 
margin-top: -235; 
}
/* endet hier */

/*----------------------------------------------------*/
/*---Der Inhaltscontainer für alle Seiten---*/
#inhalt {
padding:15px;
margin:0px;
border:0px;
width:100%;
font:12px Arial;
color:#000000;
background-image: url(htg_kachel.jpg);
background-color:#ffed00;
}
/*---endet hier---*/


/*-----------------------------------------------------*/
/*---Der Footer Container für alle Seiten---*/
#footer {
padding:15px;
margin:0px;
border:0px;
width:100%;
text-align:right;
font: bold 16px Arial;
color:#000000;
background-image: url(htg_unten.jpg);
background-repeat: no-repeat;
background-color:#ffed00;
}
/*---endet hier---*/
/*------------------------------------------------------*/



/*-----------------------------------------------------*/
/*---Der Container für die Navigation---*/
#nav {
padding:5px;
margin:0px;
border:0px;
text-align:left;
font:12px Arial;
color:#000000;
background-color:#ffed00;
width:100%;
}
/*---endet hier---*/
/*------------------------------------------------------*/


/*----------------------------------------------------*/
/*---Der Inhaltscontainer die Kleintierseiten---*/
#inhalt_kleintier {
padding:15px;
margin:0px;
border:0px;
width:100%;
font:12px Arial;
color:#000000;
background-image: url(htg_kachel_kleintier.jpg);
background-color:#ffed00;
}
/*---endet hier---*/


/*-----------------------------------------------------*/
/*---Der Footer Container die Kleintierseiten---*/
#footer_kleintier {
padding:15px;
margin:0px;
border:0px;
width:100%;
text-align:right;
font: bold 16px Arial;
color:#000000;
background-image: url(htg_unten_kleintier.jpg);
background-repeat: no-repeat;
background-color:#ffed00;
}
/*---endet hier---*/
/*------------------------------------------------------*/

/*----------------------------------------------------*/
/*---Der Inhaltscontainer für die Fisch Seiten---*/
#inhalt_fisch {
padding:15px;
margin:0px;
border:0px;
width:100%;
font:12px Arial;
color:#000000;
background-image: url(htg_kachel_fisch.jpg);
background-color:#ffed00;
}
/*---endet hier---*/


/*-----------------------------------------------------*/
/*---Der Footer Container für die Fisch Seiten---*/
#footer_fisch {
padding:15px;
margin:0px;
border:0px;
width:100%;
text-align:right;
font: bold 16px Arial;
color:#000000;
background-image: url(htg_unten_fisch.jpg);
background-repeat: no-repeat;
background-color:#ffed00;
}
/*---endet hier---*/
/*------------------------------------------------------*/

/*----------------------------------------------------*/
/*---Der Inhaltscontainer für die Vogel Seiten---*/
#inhalt_vogel {
padding:15px;
margin:0px;
border:0px;
width:100%;
font:12px Arial;
color:#000000;
background-image: url(htg_kachel_vogel.jpg);
background-color:#ffed00;
}
/*---endet hier---*/


/*-----------------------------------------------------*/
/*---Der Footer Container für die Vogel Seiten---*/
#footer_vogel {
padding:15px;
margin:0px;
border:0px;
width:100%;
text-align:right;
font: bold 16px Arial;
color:#000000;
background-image: url(htg_unten_vogel.jpg);
background-repeat: no-repeat;
background-color:#ffed00;
}
/*---endet hier---*/
/*------------------------------------------------------*/





/*----------------------------------------------------------------------*/
/* Die Links */
a:link, a:visited, a:active
{color:#009835;text-decoration:underline;}
a:hover
{color:#ffed00;background-color:#009835;text-decoration:underline;}
/*----------------------------------------------------------------------*/




/*------------------------------------------------------------------------*/
/* Der Tabellenteil */
table {
font:12px Arial;
color:#000000;
}
/*------------------------------------------------------------------------*/



/*-----------------------------------------------------*/
/*---Formularsachen---*/

input
   { background-color:#ffed00; color:#009835;  }

.bereich
   { width:150px; border:1px solid #009835; }
.button
   { background-color:#009835; color:#ffed00; width:150px; border:1px solid #ffed00; }
.button_sortiment
   { background-color:#009835; color:#ffed00; width:120px; border:1px solid #ffed00; }
.button_sortiment_hund
   { background-color:#009835; color:#ffed00; width:150px; border:1px solid #ffed00; }


/*---enden hier---*/
/*------------------------------------------------------*/





