/*
---------------------------------------------------------------------------
-    TbF Verein Main Default Style                                         -
---------------------------------------------------------------------------
*/
/*
-----------------------------------------------
-    Index                                    -
-                                             -
-    1. Main Structure                        -
-    2. Nav                                   -
-    3. Forms                                 -
-    4. Tables                                -
-    5. Input Elements                        -
-    6  Fonts.                                -
-    7. Misc                                  -
-----------------------------------------------
*/

/*
-----------------------------------------------
-    Main Structure                           -
-----------------------------------------------
*/
#header               { background:      #fff url(http://www.tiere-brauchen-freunde.de/tierstiftung/tf2_gfx/tf2_header.jpg) repeat-x top left;
                      }
#nav1                 { background:      #fff url(http://www.tiere-brauchen-freunde.de/tierstiftung/tf2_gfx/tf2_header_nav.jpg) repeat-x top left;
                      }
#footer               { border-top:      2px #C20410 solid;
                      }

#header, #nav1, nav2, #content12, #footer { clear:both; }  /* (de) Absicherung korrekte Positionierung */
/*
-----------------------------------------------
    Nav
-----------------------------------------------
*/
#nav1 ul li a#active2 { background-color:#C20410;
                      }
#nav1 ul li a:hover   { background-color:#C20410;
                      }
/* Level 1 */
#nav2 ul li a#active  { background-color:#C20410;
                      }
#nav2 ul li a:hover   { background-color:#C20410;
                      }
/* Level 2 */
#nav2 li ul li a#active { background-color:#C20410;
                      }
#nav2 li ul li a      { background-color:#fcf;
                      }
#nav2 li ul li a:focus,
#nav2 li ul li a:hover,
#nav2 li ul li a:active { background-color:#C20410;
                      }

/*
-----------------------------------------------
    Forms
-----------------------------------------------
*/
fieldset              { border :         #fff 2px solid;
                      }
legend                { color:           #C20410;
                      }
/*
-----------------------------------------------
    Links
-----------------------------------------------
*/

/*
-----------------------------------------------
    Tables
-----------------------------------------------
*/

/*
-----------------------------------------------
    Input Elements
-----------------------------------------------
*/
input.button          { background:      #C20410;
                      }
/*
-----------------------------------------------
    Fonts
-----------------------------------------------
*/


/*
-----------------------------------------------
    Misc
-----------------------------------------------
*/
a                     { color: #C20410; text-decoration:underline;}
a:focus,
a:hover,
a:active              { color:#AE030E; text-decoration:underline;}


h1                    { font-size: 150%; color:#C20410; margin-top: 0.7em; }                        /* 24px */
h2                    { font-size: 120%; color:#C20410; margin-top: 1.0em; }          /* 24px */
h3                    { font-size: 100%; color:#C20410; margin-top: 1em; margin-bottom: 1em; text-align: center;}  /* 18px */
h4                    { font-size: 150%; color:#C20410; margin-top: 1em; margin-bottom: 1em; font-style: italic;}
h5                    { font-size: 100%; color:#C20410; margin-top: 1.5em; margin-bottom: 0.5em;}
h6                    { font-size: 80%; font-style:italic }  /* 14px */

ul.sitemap li ul li a { padding:        0 0 0 0px;
                        font-size:      0.9em;
                        color:          #C20410;
                        text-decoration:underline;
                      }
a:hover img.thumb     { border:             4px solid #C20410;
                      }