#backTop{
background-color:rgb(255,255,255);
background-image: url(../graphics/backTop.png);
background-repeat: no-repeat;
background-position: center;
height: 67px;
/*border:thin solid black;*/
}

#backLeft{
background-color:rgb(255,255,255);
background-image: url(../graphics/backLeft.png);
background-repeat: no-repeat;
background-position: center;
height: 633px;
/*border:thin solid black;*/
}

#backRight{
background-color:rgb(255,255,255);
background-image: url(../graphics/backRight.png);
background-repeat: no-repeat;
background-position: center;
height: 633px;
/*border:thin solid black;*/
}

#backBottom{
background-color:rgb(255,255,255);
background-image: url(../graphics/backBottom.png);
background-repeat: no-repeat;
background-position: center;
height: 67px;
/*border:thin solid black;*/
}
#content{
background-image: url(../graphics/distance.png);
background-repeat: no-repeat;
width: 720px;
height: 480px;
border: 0px;
vertical-align: top;
}

a#myspace {
 margin: 35px;
 font-family: Georgia, OCR A Extended, arial;
 font-size: 13px;
 font-weight: bold;
 color: black;
 text-decoration: none;
}

a#myspace:hover{
 color: #666666;
}

ul#Navigation {
    font-family: Georgia, OCR A Extended, Arial;
    font-color: #000000;
    font-size: 16px;
    margin: 0px; padding: 0.0em;
    margin-right: 14px;
    text-align: right;
    border: 0px;
    background-color: transparent;
}
ul#Navigation div {
    list-style: none;
    display: inline;
    margin: 0.0em; padding: 0;

}

ul#Navigation a, ul#Navigation span {
    padding: 0.0em 0em;
    text-decoration: none;
    font-weight: bold;
    border: 0px;
    color: #000000;
    background-color: transparent;
}
* html ul#Navigation a, * html ul#Navigation span {
    width: 0em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
ul#Navigation a:hover{
    border: 0px;
    color: #666666;
    background-color: transparent;
}

ul#Navigation span {
    border: 0px;
    color: #969696;
    background-color: transparent;
}


/*Die Links*/

a, br.link
	{
  font-family: Georgia, OCR A Extended, Arial;
  font-size: 16px;
  font-weight: bold;
  color: black;
  text-decoration: underline;
}
