/* CSS definition file containing sitestyle stylesheets */

 body {
    color: white; background-color: black;
    font-size: 100.01%;
    font-family: TimesNewRoman, Arial, sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center  /* Zentrierung im Internet Explorer */
  }

.div #Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 0;
    background: #ffffff url( "hintergrund.gif" ) repeat-y;
    border: 1px solid red 
  }

  h1 {
    font-size: 1.5em;
    margin: 0; padding: 0.3em;
    text-align: center;
    background: #fed url( "../../../src/logo.gif" ) no-repeat 100% 45%;
    border-bottom: 1px solid red
  }

  ul #Navigation {
    font-size: 0.83em;
    float: left; width: 200px;
    margin: 0 0 1.2em; padding: 0
  }
  ul #Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em
  }
 ul #Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold
  }
  ul #Navigation a:link {
    color: black; background-color: red
  }
  ul #Navigation a:visited {
    color: #666; background-color: white
  }
  ul #Navigation a:active {
    color: white; background-color: gray
  }

  div #Inhalt {
    margin: 0 0 1em 220px;
    padding: 0 1em
  }
  * html div #Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0
  }
  div #Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: navy
  }
  div #Inhalt p {
    font-size: 1em;
    margin: 1em 0
  }

  p #Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #fed;
    border-top: 1px solid red
  }
.nof_GlasgowTealSilverNavbar26-Regular
{
	font-family : verdana;
	font-size : 10;
	font-weight : 700;
	font-style : normal;
	color : #000000
}
.nof_GlasgowTealSilverNavbar26-Rollover
{
	font-family : verdana;
	font-size : 10;
	font-weight : 700;
	font-style : normal;
	color : #000000
}
.nof_GlasgowTealSilverNavbar26-Highlighted
{
	font-family : verdana;
	font-size : 10;
	font-weight : 700;
	font-style : normal;
	color : #000000
}
.nof_GlasgowTealSilverNavbar26-HighlightedRollover
{
	font-family : verdana;
	font-size : 10;
	font-weight : 700;
	font-style : normal;
	color : #fffffa
}
.nof_GlasgowTealSilverNavbar25-Regular
{
	font-family : verdana;
	font-size : 10;
	font-weight : 700;
	font-style : normal;
	color : #fffffa
}
.nof_GlasgowTealSilverNavbar25-Rollover
{
	font-family : verdana;
	font-size : 10;
	font-weight : 700;
	font-style : normal;
	color : #183a72
}
.nof_GlasgowTealSilverNavbar25-Highlighted
{
	font-family : verdana;
	font-size : 10;
	font-weight : 700;
	font-style : normal;
	color : #454545
}
.nof_GlasgowTealSilverNavbar25-HighlightedRollover
{
	font-family : verdana;
	font-size : 10;
	font-weight : 700;
	font-style : normal;
	color : #183a72
}
ul #Navigation a:hover {
    color: black; background-color: #eee
  }
  