/* clear(c)   Design by Uli Sobers::     http://free.templates.sobers.de   */

html                                    {
  scrollbar-face-color:                 #383636;
  scrollbar-highlight-color:            #484646;
  scrollbar-3dlight-color:              #383636;
  scrollbar-darkshadow-color:           #282626;
  scrollbar-shadow-color:               #141212;
  scrollbar-arrow-color:                #FF6633;
  scrollbar-track-color:                #080707;

  padding:                              0px;
  margin:                               0px;
  }

body                                    {
  color:                                #000000;
  background-color:                     #ECE6C4;
	font-family:                          Tahoma, Arial, sans-serif;
	font-size:                            13px;

  padding:                              0 0 0 0;
  margin:                               0 0 0 8;
  }

td                                      {
  color:                                #000000;
  background-color:                     #ECE6C4;
	font-family:                          Tahoma, Arial, sans-serif;
	font-size:                            13px;

  padding:                              0 0 0 0;
  margin:                               0 0 0 0;
  }

td.head                                 {
  border-left:                          none;
  border-bottom:                        solid 1px #171717;
  padding:                              0 0 0 17;
  }

/*
td.line-left                            {
  border-left:                          double #171717;
  padding:                              0 35 0 17;
  vertical-align:                       top;
  }

td.line-bottom                          {
  border-bottom:                        solid 1px #171717;
  }
*/

a:link, a:visited, a:active             {
	color:                                #171717;
	font-family:                          Tahoma, Arial, sans-serif;
	font-size:                            13px;
	text-decoration:                      underline;
  }

a:hover                                 {
	color:                                #EFEFEF;
    font-family:                          Tahoma, Arial, sans-serif;
	font-size:                            13px;
	text-decoration:                      overline;
  }

/*
td.footer                               {
	color:                                #000000;
	font-size:                            10px;
    border-left:                          double #171717;
    border-top:                           solid 1px #171717;
    padding-left:                         17px;
  }

td.footer-lft                           {
  border-top:                           solid 1px #171717;
  }

#footer a                               {
	color:                                #000000;
	font-family:                          Tahoma, Arial, sans-serif;
	font-size:                            10px;
	text-decoration:                      underline;
  }

#footer a:hover                         {
	color:                                #FFAA88;
	font-family:                          Tahoma, Arial, sans-serif;
	font-size:                            10px;
	text-decoration:                      overline;
  }
*/

/* //////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////Menue Formatierungen -- Aenderungen mit Vorsicht  ////////*/


/* MENU TEXT BACKGROUND (same as main background) */
/* ============================================== */
.container {
        width: 680px;
        padding: 0px;
        margin: 0px;
        background: #CCCC99;
}

/* LINE UNDER MENU TEXT (light red) */
/* was #FFAA88 which is the same as circle.gif
/* ================================ */
#navCircle {
        margin: 0;
        padding: 0 0 20px 0px;
        border-bottom: 1px solid #FF8080;
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #000000;
}

/* HOVERING OVER A MENU TEXT (white) */
#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
        padding-bottom: 6px;
        color: #FFFFFF;
        background: url(./grafics/circle.gif) no-repeat bottom center;
}


