/* zentrale Designs für alle Seiten in deiner HP 
   wichtig ist: alle befehle innerhalb der cssdatei müssen absolut fehlerfrei notiert
   werden, ansonsten funktionieren alle Befehle nicht*/


/* jede Seite hat ein Body   */
body {
   margin-top:10px;
   background-image:url("images/design/deko/bg_stein1.jpg");
   /* background-color:#E0D3A8;      /* hintergrundfarbe der Seite */
}


#tbmain {
  height:520px;
  width:920px;
}

#tbmain,tbmain.td{
  /*background-color: red;  */      /* hintergrundfarbe der haupttabelle */

  border-right-width:1px;
  border-right-style:dotted;
  border-color: black;
  border-left-width:1px;
  border-left-style:dotted;
  border-color: black;
  border-top:0 none; 
  border-bottom:0 none; 
}


#tdheader { 
 height: 120px;
 width:920px;
 background-image:url(images/bnr/bnr_eigen/bnr_hauptseite.jpg);
}

#tdmenuleft {
  vertical-align:top;
  width:160px; 
}  

#tdinhalt {
 font-family: Calligraph421 BT,Comic Sans MS,Arial;
 font-size: 14pt;
 background-image:url("images/design/deko/bg_elfe_sw1.jpg") ;
 background-repeat:no-repeat;
 background-position:top right;
 width: 790px;
 vertical-align:top;
 padding-top:10px;
 padding-left:10px;
  
}

#seitentitel {
   font-size:18pt; 
   font-weight:bold;

   position: relative; width:700px; height:30px; z-index:1;
}


#fusszeile {
 /* background-image:url(images/design/bg_fusszl1.gif); */
 font-family: Calligraph421 BT,Comic Sans MS,Arial;
 font-size: 8pt;
 text-align:center;
  height :20px;
  background-color:  #321A52; 
  
}


#wurfkalender {
   width:300px;
   border:none;
   border-style:solid;
}


/* Menübuttons definieren */
#nav_willkommen {
  background-image: url("images/but/bnr-willkommenb.jpg");
}
#nav_uebermich {   
  background-image: url("images/but/bnr-ich.jpg");
}
#nav_homepage {                             
  background-image: url("images/but/bnr-homepage.jpg");
}
#nav_usteddys {                             
  background-image: url("images/but/bnr-usteddys.jpg");
}
#nav_chteddys {                             
  background-image: url("images/but/bnr-chteddys.jpg");
}
#nav_liebespaare {                             
  background-image: url("images/but/bnr-paare.jpg");
}
#nav_nachwuchs {                             
  background-image: url("images/but/bnr-wuerfe.jpg");
}
#nav_abgabetiere {                             
  background-image: url("images/but/bnr-abgabe.jpg");
}
#nav_ausgezogen {                             
  background-image: url("images/but/bnr-ausgezogen.jpg");
}
#nav_unvergessen {                             
  background-image: url("images/but/bnr-unvergessen.jpg");
}
#nav_fantasynamen {                             
  background-image: url("images/but/bnr-namen.jpg");
}
#nav_fremdtiere {                             
  background-image: url("images/but/bnr-fremdtiere.jpg");
}
#nav_linkliste {                             
  background-image: url("images/but/bnr-links.jpg");
}
#nav_gaestebuch {                             
  background-image: url("images/but/bnr-gaestebuch.jpg");
}
#nav_kontakt {                             
  background-image: url("images/but/bnr-kontakt.jpg");
}
#nav_wurfkalender {                             
  background-image: url("images/but/bnr-kalender.jpg");
}