/* 
   Haupt-CSS für AZ-Terraristik
   zuletzt geändert am 20. Februar 2009 durch kju
*/


/* Übergeordnete Einstellungen */
* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

pre {
  font-family: Courier New, Courier, mono;
}

img {
  border: 0;
}

iframe {
  border: 0;
  margin: 0;
  padding: 0;
}

a, a:link, a:visited, a:active, a:hover {
  color: #f60;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.clearleft {
  float: left;
  clear: left;
}


/* Seite */
body {
  background: url(/files/terraristik_headgrafik.gif) top left no-repeat;
  font-size: 11px;
  padding: 166px 0 0 5px;
}


/* Äußere Box die nicht umbrochen werden dard */
#outerbox {
  width: 965px;
}

#page-13 #outerbox,
#page-30 #outerbox {
  width: 1015px;
}


/* Menüspalte;
   weitere Deklarationen in menu.css */
#linkespalte {
  float: left;
  width: 158px;
}

#echse {
  margin: 60px 0 0 20px;
}


/* Rechte Spalte = Content + Xtra-Boxen */

#rechtespalte {
  float: left;
}


/* Content-Spalte */
#content {
  float: left;
  width: 596px;
}

#page-13 #content,
#page-30 #content {
  width: 646px;
}


/* Xtra-Spalte; 
   weitere Deklarationen in xtra.css */
#xtra {
  float: left;
  width: 186px;
  margin-left: 12px;
}


/* Footer-Bereich;
   siehe auch menueunten.css */
#footer {
  float: left;
  margin-top: 35px;
}

#navbar {
  background: url(/files/terraristik_doppellinie.gif) repeat-x;
  height: 26px;
  width: 794px;
  margin-bottom: 25px;
}

#navicons {
  float: left;
  padding-top: 1px;
}


#footer-copyright {
  float: left;
  width: 450px;
}
 
#footer-adresse1 {
  float: left;
  width: 200px;
  padding-top: 10px;
}

#footer-adresse2 {   
  float: left;
  padding-top: 10px;
}

/* Linkleiste */
#linkleiste {
  float: left;
  margin: 25px 0 20px 100px;
}
