body {
  font-family: 'Times New Roman', Verdana, Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  margin: 0px;
  background-color: #f2f2f2;
}


/*mother-container, contains logo, navi, content and footer */

#mother1 {
  text-align: left;
  margin: 10px auto 0 auto;
  /*width: 57.6em;*/
  width:  920px;
  border: solid 1px maroon;
  border-bottom: none;
  color: #003300;
  background-color: white;
  background-image: url(bilder/bgmother1.jpg);
  background-position: 0 -60px;
}



#mother2 {
  text-align: left;
  margin-top: 10px; margin-left: auto; margin-right: auto; margin-bottom: 10px;
   /*width: 57.6em;*/
  width:  920px;
  border: solid 1px maroon;
  border-bottom: none;
  color: #003300;
  background-color: white;
  background-image: url(bilder/bgmother2.jpg);
  background-position: 0 100px;
  /*background-image: url(hintergrund1.jpg);*/
}




/*Box für Kopf, nähere Details unter h1 weiter unten*/
#head {
width: 100%;
height: 140px;
position: relative;
}


#logo {
position: absolute;
left: 0;
top: 0;
width: 308px;
height: 140px;
margin: 0;
padding: 0;

border-bottom: 1px maroon solid;
}

#logo img {
position: absolute;
right: 0;
top: 0;	
border:  none;
border-bottom: 1px solid maroon;
}

.logo-text1 {
	text-align: center;
	font: bold 25px Times;
	position: absolute;
	left: 185px;
	top: 30px;
	background-color: transparent;
	}

.logo-text2 {
	text-align: center;
	font: bold 25px Times;
	position: absolute;
	left: 110px;
	top: 100px;
	letter-spacing: 2px;
	background-color: transparent;	
	}


.slide_img {
position: absolute;
left: 308px;
top: 0;
width: 612px;
height: 140px;
margin: 0;
padding: 0;
border-bottom: 1px maroon solid;
}



/*Box für Navigationsspalte:*/
#navi {
  float: left;
  /*width: 9.4em;*/
  width: 120px;
  color: #003300;
  background-color: transparent;
  margin-top: 40px;
  padding: 0 0 0 5px;
/*  border: 1px dotted maroon;*/
/*background-image: url(bilder/hintergrund.jpg);*/
}


/*Box für Hauptspalte:*/
#main {
  float: right;
  /*width: 47em;*/
  width:  750px;
  font-family: Verdana, Helvetica, sans-serif;
  color: maroon;
  background-color: transparent;
/*  border-left: solid 1px silver; */
  padding:0;
/*  background-image: url(bilder/hintergrund.jpg);*/
}


/* Fußzeile */
#footer {
  font-size: 0.8em;
  width: 100%;
  text-align: left;
  color: maroon;
  padding: 2px;
  background-color: transparent;
  clear: both;
}

#footer div.cool {
  margin-left: 8px;
  /*text-indent: 10px;*/
}


div.navifoot {
margin: 30px 0 30px 305px;
padding: 5px 0 0 0;
text-align: center;
width: 550px;
border-top: 1px maroon solid;
}







/*Rahmen für Buttons:*/
.linkbox {
width: 12.5em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;
font-variant: small-caps;
font-weight: bold;
margin-bottom: 5px;
border-style: solid;
border-color: maroon;
border-width: 1px;
border-bottom-width: 2px;
border-bottom: 2px;
background-color: white;
padding: 3px;
color: #003300;
}








/*DREI DIVs für Bilder mit Fensterlink u. Bildunterschrift*/

div.bilddiv1 {
text-align: center;
margin: 5px 0 0 0;
padding:0;
}

div.bilddiv2 {
text-align: center;
font-size: 0.7em;
margin: 4px 0 0 0;
padding: 0;
}

/*Bildunterschrift:*/
div.bilddiv3 {
font-family: Times, Verdana, Arial, Helvetica, sans-serif;
font-size:10pt; 
line-height:140%;
padding: 5px 0 5px 0;
text-align: center;
font-style: normal;
font-weight: normal; 
color: maroon;
background-color: transparent;
margin:0 0 10px 0;
padding: 0;
/*background-color: #ffff99;*/
}


/*Bildunterschrift:*/
div.bild {
font: 0.8em/1.3 Times, Verdana, Arial, Helvetica, sans-serif;
margin: 0.3em;
padding: 0;
text-align: center;
vertical-align: middle;
font-style: normal;
font-weight: normal; 
color: maroon;
background-color: transparent;
/*background-color: #ffff99;*/
}

.bildtext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 500;
text-align: center;
line-height: 20px;
color: maroon;
background-color: transparent;
/*background-color: #ffff99;*/
}



a:link {
text-decoration: underline;
color: #003300; 
background-color: transparent;
  }

a:visited {
border: none;
text-decoration: underline;
color: #003300;
background-color: transparent;
  }

a:hover {
border: none;
text-decoration: none;
color: red;
background-color: transparent;
  }

a:active {
border: none;
text-decoration: none;
color: red; background-color: transparent;
  }





div#navi a {
display: block;
}


div#navi a:link {
    text-decoration: none;
    color: maroon;
}

div#navi a:visited {
    color: maroon;
    text-decoration: none; 
}

div#navi a:hover {
    text-decoration : none; 
    color: red; 
} 

div#navi a:active {
    color: red; 
    text-decoration: none;
} 


/*span im Navibereich, um den Link der aktiven Seite mit ROT zu kennzeichnen.*/
#navi span {
color: red;
}





/*class intern1 für Navi im footer*/
a.intern1:link, a.intern1:visited {
color: maroon;
text-decoration: none;
}

a.intern1:hover, a.intern1:active {
color: red;
text-decoration: underline;
}




#zahlenmenue {
font-weight: 800;
font-size: 70%;
margin: 45px auto 35px auto;
text-align: center;
width: 70%;
padding: 2px;
font-family: Verdana, Arial, Helvetica, sans-serif;
border: solid 1px maroon; 
color: maroon;
background-color: transparent;
}

.zahlenmenue {
font-weight: 800;
font-size: 70%;
margin: 45px auto 35px;
text-align: center;
width: 90%;
padding: 2px;
font-family: Verdana, Arial, Helvetica, sans-serif;
border: solid 1px maroon; 
color: maroon;
background-color: transparent;
}


/*zus&auml;tzliche Formatierung für Zahlenmenue - aktiver Link -*/
#zahlenmenue span {
color: red;
text-decoration: none;
}


/*zus&auml;tzliche Formatierung für Zahlenmenue - aktiver Link -*/
.zahlenmenue span {
color: red;
text-decoration: none;
}


/*class intern2 für Zahlenlinks zu den Unterseiten*/
a.intern2:link, a.intern2:visited {
color: maroon;
text-decoration: underline;
font-weight: 800;
font-size: 100%;
}

a.intern2:hover, a.intern2:active {
color: red;
text-decoration: none;
font-weight: 800;
font-size: 100%;
}









/*class intern1 für h1 head Daniel Schmahls Katzenseiten*/
a.intern3:link, a.intern3:visited {
color: #a34000;
text-decoration: none;
}

a.intern3:hover, a.intern3:active {
color: #a34000;
text-decoration: none;
}



/*class intern4 */
a.intern4:link, a.intern4:visited {
color: black;
text-decoration: underline;
}

a.intern4:hover, a.intern4:active {
color: red;
text-decoration: none;
}




#ibox {
background-color: #cdcdcd;
/*background-image: url(../iframe01/bgmother1.jpg);*/
color: white;
text-align: center;
margin: 40px auto 70px auto;
width: 45em;
border: 1px solid maroon;
}

.bgbildseiten {
background-color: #cdcdcd !important;
}

/*Kasten für Hauptüberschrift Startseite:*/
h1.startseite{
width: 100%;
font-family: Times, Verdana, Arial,
Helvetia, sans-serif;
letter-spacing: 3px;
text-align: center;
font-size: 45px;
font-weight: bold;
font-variant: normal;/*small-caps;*/
margin: 0;
padding: 20px 0 20px 0;
color: #a34000;
/*background-image: url(bilder/bgh1_1.jpg); für Startseite
background-image: url(bilder/bgh1_2.jpg); evtl. für die anderen Seiten*/
background-color: transparent;
/*background-color: #a34000; *//*maroonähnlich*/
}


/*Kasten für Hauptüberschrift andere Seiten:*/
h1.andere{
width: 100%;
font-family: Times, Verdana, Arial,
Helvetia, sans-serif;
letter-spacing: 3px;
text-align: center;
font-size: 45px;
font-weight: bold;
font-variant: normal;/*small-caps;*/
margin: 0;
padding: 20px 0 20px 0;
color: #a34000;
background-color: transparent;
background-image: url(bilder/bgh1_1.jpg); /*evtl. für die anderen Seiten*/

/*background-color: #a34000; *//*maroonähnlich*/
}





/*Kasten für Zwischenüberschriften:*/
h2 {
text-align: center;
margin: 40px auto 40px auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13pt;
text-transform: uppercase;
padding: 5px;
color: white;
background-color: #a34000;
width: 300px;
}


h3 {
text-align: center;
margin: 10px auto 10px auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: maroon;
width: 600px;
}


div.klick {
text-align: center;
margin: 10px auto 10px auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: red;
width: 20em;
}







/*Einf&uuml;hrungszeile oben*/
h4.einfuehrung {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: 800;
text-align: center;
line-height: 1.4;
margin: 0 5px 35px 5px;
color: maroon;
background-color: transparent;
/*background-color: #ffff99;*/
}


/*Überschrift bei Tier-Infos*/
h5 {
text-align: center;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 500;
text-align: center;
line-height: 20px;
color: maroon;
background-color: transparent;
/*background-color: #ffff99;*/
}



p.tierinfo {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 500;
text-align: left;
line-height: 20px;
margin-left: 40px;
margin-right: 40px;
margin-bottom: 60px;
text-align: justify;
color: maroon;
background-color: transparent;
/*background-color: #ffff99;*/
}





/*Formatierung für die Bilderleiste bei den iframes*/
.klein {
margin: 0 1px 3px 0;
}




img {
border: 1px solid maroon;
}


/*Infokastenzeile auf der Startseite*/
.kasten {
margin: 0em 0 1em 8.7em;
text-align: center;
font-size: 0.9em;
width: 20em;
padding: 3px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: 800;
border-style: dotted; 
border-width: 3px;
border-color: red;
color: maroon;
background-color: white;
}




/*Kasten auf Impressumseite)*/
.kastenimpressum {
margin: 0 auto 40px auto;
text-align: center;
font-size: 0.7em;
width: 300px;
padding: 2px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: 500;
border-style: solid; 
border-width: 1px;
border-color: maroon;
color: maroon;
background-color: transparent;
}



/*Kasten für besondere Themen, z.B. Hinweise auf Urheberrechte*/
.kastenbreit {
margin-left: 50px;
margin-bottom: 0.5em;
text-align: center;
font-size: 0.7em;
width: 600px;
padding: 2px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: 500;
border-style: solid; 
border-width: 1px;
border-color: maroon;
color: maroon;
background-color: transparent;
}




/*u.a. zur Tabellenzentrierung in main-div*/
.center {
text-align: center;
}


div.center {
text-align: center;
margin: 0 auto 0 auto;
}


/*DIV in td zur Bildkommentierung - siehe auch class="bild"*/
td div {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: 700;
text-align: left;
line-height: 1.5;
color: maroon;
background-color: transparent;
/*background-color: #ffff99;*/
margin-bottom: 20px;
}


/*Tabellen f&uuml;r Bilder*/
table, th, td {
font-size: 0.9em;
text-align: center;
vertical-align: middle;
border: 2px solid maroon;
border-collapse: collapse;
border: none;
}


/*Tabellen f&uuml;r Bilder*/
th, td {
text-align: center;
padding: 2px;
vertical-align: middle;
border: 1px solid maroon;
border: none;
}





/*Tabellen auf Link-Seite*/
table.rahmen,th.rahmen, td.rahmen {
text-align: left;
border-width: 1px;
border-color: maroon;
border-style: solid;
border-collapse: collapse;

}

/*Tabellen auf Linkseite*/
th.rahmen, td.rahmen {
text-align: left;
border-width: 1px;
padding: 10px 0 10px 5px;
}