body   
{
    background: #FFFFFF;
    font-size: .80em;
    font-family: "Verdana", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a
{
    text-decoration: underline;
    color: #FF9900;
}

a:hover
{
    text-decoration: underline;
    color: #AA0000;
}

a:active
{
    color: #FF0000;
}

/* HEADINGS   
----------------------------------------------------------*/

p, li, ul
{
    color: #333333;
    margin-top: 5px;
    margin-bottom: 2px;
}

h1, h2, h3, h4, h5
{
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    margin-top: 0px;
}

h1
{
    font-variant: small-caps;
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-variant: small-caps;
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-variant: small-caps;
    font-size: 1.2em;
}

/* this is a Small Text */
h4
{
    font-size: 0.9em;
}

/* this is a Message */
h5
{
    font-size: 1.2em;
    color: #006600;
    background-color: #AAFFAA;
    padding: 10px; 
    border: 1px dashed #006600; 
}

/* this is a Error message */
h6
{
    font-size: 1.2em;
    color: #990000;
    background-color: #FFFF00;
    padding: 10px; 
    border: 1px dashed #990000; 
}



/*  NAVIGATION Hauptmenü  */

  ul#Navigation {
    margin: 0px; padding: 0px;
    text-align: center;
  }
  
  ul#Navigation li {
    list-style-type: none;
    display: inline;
    margin: -2px;
    margin-right: -3px;
  }
 
  ul#Navigation a, ul#Navigation span {
    margin: 0px;
    margin-left: 0px;
    border-right: 1px solid #aa0000;  
    padding: 0px;
    padding: 8px;    
    padding-left:30px;    
    padding-right:30px; 
    text-decoration: none; 
    font-weight: bold;
    color: #EEEEEE; 
    display: inline-block;
    height: 19px;
    background: url(/images/_cleverKM/NavBarNormal.jpg) no-repeat center top; 
  }
  
  ul#Navigation a#NavigationFirstItem{
    background: url(/images/_cleverKM/NavBarNormal.jpg) no-repeat left; 
  }

  ul#Navigation a#NavigationFillerItem{
    width: 175px;
  }

  ul#Navigation a#NavigationLastItem{
    border-right: 0px;  
    background: url(/images/_cleverKM/NavBarNormal.jpg) no-repeat right; 
    text-align: right;
  }

  ul#Navigation a:hover, ul#Navigation span {
    color: white; 
    background: url(/images/_cleverKM/NavBarHover.jpg) no-repeat center; 
  }
 
  ul#Navigation a:hover#NavigationFirstItem, ul#Navigation span {
    background: url(/images/_cleverKM/NavBarHover.jpg) no-repeat left; 
  }

  ul#Navigation a:hover#NavigationLastItem, ul#Navigation span {
    background: url(/images/_cleverKM/NavBarHover.jpg) no-repeat right; 
  }
