/*
Theme Name: TV-Steinrausch Template
Theme URI: http://www.tv-steinrausch.de/
Description: Template fuer die Homepages des TV-Steinrausch based on a Tutorial by thally.
Version: 1.0
Author: Patrick Selzer
Author URI: http://www.spring.de/~leo/
*/

    a[href]:link    {color:#9bcca2;text-decoration:none;} /* noch nicht besuchte Ziele */
    a[href]:visited {color:#9bcca2;text-decoration:none;} /* besuchte Ziele */
    a[href]:hover   {color:#9bcca2;text-decoration:underline;} /* Verweise bei "MouseOver" */
    a[href]:active  {color:#9bcca2;text-decoration:underline;} /* Angeklickte Verweise */
    a[href]:focus   {color:#9bcca2;text-decoration:underline;} /* Verweise, die Fokus erhalten */
    /* for ie */
    a:link    {color:#9bcca2;text-decoration:none;} /* noch nicht besuchte Ziele */
    a:visited {color:#9bcca2;text-decoration:none;} /* besuchte Ziele */
    a:hover   {color:#9bcca2;text-decoration:underline;} /* Verweise bei "MouseOver" */
    a:active  {color:#9bcca2;text-decoration:underline;} /* Angeklickte Verweise */
    a:focus   {color:#9bcca2;text-decoration:underline;} /* Verweise, die Fokus erhalten */

    h1 {font-size:2em;}
    h2 {font-size:1.5em;}
    h3 {font-size:1.2em;}

    body {
      color: black;
      background-color: #026a1e;
      font-size: 100.01%;
      font-family: Areal;
      margin: 0; 
      padding: 0;
    }

    div#header {
      font-size: 1em;
      margin: 1em 1em 0 1em;
      padding: 0.5em;
      text-align: center;
      background-color: #026a1e;
      border:1px solid #9bcca2;
      color:white;
    }

    div#footer {
      clear: both;
      font-size: 0.9em;
      margin: 0 1em 1em 1em;
      padding: 0.5em;
      text-align: center;
      background-color: #026a1e;
      border:1px solid #9bcca2;
      color:white;
    }
  
    div#menue {
      font-weight:bolder;
      font-size: 0.91em;
      float: left;
      width: 13em;
      margin: 1em 0 1em 1em;
      padding: 0em;
      background-color:#026a1e;
      border:1px solid #9bcca2;
      color:white;
    }
    div#menue ul {
      margin-left: 0.5em;
      list-style-position:outside;
      padding: 0em;
    }
    div#menue li {
      list-style: none;
      margin: 0;
      padding: 0.2em;
    }
  
    div#content a[href]:link    {color:#026a1e;text-decoration:underline;} /* noch nicht besuchte Ziele */
    div#content a[href]:visited {color:#026a1e;text-decoration:underline;} /* besuchte Ziele */
    div#content a[href]:hover   {color:#026a1e;text-decoration:underline;} /* Verweise bei "MouseOver" */
    div#content a[href]:active  {color:#026a1e;text-decoration:underline;} /* Angeklickte Verweise */
    div#content a[href]:focus   {color:#026a1e;text-decoration:underline;} /* Verweise, die Fokus erhalten */
    /* for ie */
    div#content a:link    {color:#026a1e;text-decoration:underline;} /* noch nicht besuchte Ziele */
    div#content a:visited {color:#026a1e;text-decoration:underline;} /* besuchte Ziele */
    div#content a:hover   {color:#026a1e;text-decoration:underline;} /* Verweise bei "MouseOver" */
    div#content a:active  {color:#026a1e;text-decoration:underline;} /* Angeklickte Verweise */
    div#content a:focus   {color:#026a1e;text-decoration:underline;} /* Verweise, die Fokus erhalten */
    div#content {
      margin: 0.5em 1em 1em 13.5em;
      padding: 0.5em;
      background-color:#ffffff;
      border:1px solid #9bcca2;
    }

    div#contenttitle {
      background-color:#9bcca2;
      border:1px solid #9bcca2;
      margin: 1em 1em 0.5em 13.5em;
      padding: 0.5em;
      text-align:center;
    }
    div#contenttitle b {
      font-size:1.2em;
    }
  
