/*---------------------------------Body-----------------------------*/
body {
    color: black; background-color:#f0ca7e;
    font-size: 0.8em;
    font-family:arial;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
}

a:hover {
}

/*---------------------------------Titelleiste---------------------*/

span#logogif{
	position:absolute;
	top: 10px;left: 20px;
	width: 200px;height:130px;
	background-image:url(logo.gif);
  	background-repeat:no-repeat;
}

span#borderTop1{
	position:absolute;
	top: -20px;left: 0px;
	width: 100%;height: 20px;
	background-image:url(balken2.gif);
}

span#borderTop2{
	position:absolute;
	top: 150px;left: 0px;
	width: 100%;height: 20px;
	background-image:url(balken.gif);
}
	
div#LogoHintergrund{
	position:absolute;
	top:20px;left:0px;
	width: 1000px;height: 150px;
	min-width:1000px;
	text-align: left;
	font-size: 1.5em;
	background-color: #dba846;
}

div#LogoHintergrund h2{
	font-size: 14px;
	position:absolute;
	top:55px;left:230px;
	color: #98592a;
	font-weight: light;
}
div#LogoHintergrund h1{
	font-family:lucida sans unicode;
	position:absolute;
	top:15px;left:230px;
	font-size: 18px;
	color: #632f09;
}

/*---------------------------------Navigation------------------------*/

  ul#Navigation {
    position:absolute;
    top:190px;left:0px;height:800px;
    width: 150px;
    margin: 0; padding: 0.2em;
    text-align: left;font-size:0.8em;
    border: 1px solid black;
    background-color: #dba846;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 150px;
    w\idth: 150px;
    padding-left: 0;
    padd\ing-left: 0.2em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0.2em; padding: 0;
  }

  ul#Navigation div {
        padding: 0.1em;
        font-weight: bold;
        border: 1px solid black;
        border-left-color: white; border-top-color: white;
            color: #632f09; background-image:url(balken2.gif);
  }
    * html ul#Navigation div {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 8.8em;
    }

  ul#Navigation a {
    display:block;
    padding: 0.1em;
    text-decoration: none; font-weight: light;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: #632f09; background-image:url(navNorm.gif);
  }
  
  * html ul#Navigation a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 8.8em;
  }

  ul#Navigation p {
        height: 8px;
  }

  ul#Navigation a:hover {
        border: 1px solid black;
        border-left-color: white; border-top-color: white;
            color: #632f09;background-image:url(navBen.gif);
  }
* html ul#Navigation a:hover {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 8.8em;
}

/*--------------------------------------Inhalt------------------------*/

div#Inhalt{
    position:absolute;
    background-color:#f0ca7e;
    text-align:left;
    top:200px;left:170px;
    width: 820px;
    cursor:url(gkspopi.gif), url(gkspopi.ico), url(gkspopi.cur), auto;
}

table#uebersicht {
    top: 20px;
    width: 800px;
}

td#uebersicht {
    width: 250px;
}
