  body {
    color: white; background-color: black;
    font-size: 10px;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }
 a:link { color:#EABD63; text-decoration:none;}
 a:visited { color:#EABD63; text-decoration:none;}
 a:hover { color:#F2A45B; text-decoration:none;}
 a:active { color:#EABD63;}
 a:focus { color:#EABD63;}

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 800px;
    padding: 0;
    border: none;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
  }

  h1 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	text-align: left;
  }

   h2 {
	font-size: 15px;
	color:#F2A45B;
	margin: 0px;
	padding: 0px;
	text-align: left;
  }

  ul#UeberschriftNavi {
	list-style: none;
	font-size: 12px;
	float: left;
	margin: 0;
	padding: 0px 0px 0px;
	width: 158px;
  }

  ul#Navigation {
	font-size: 12px;
	float: left;
	margin: 0;
	padding: 0px;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0em;
	width: 158px;
  }
  ul#Navigation a {
	display: block;
	padding-left: 0.2em;
	padding-right: 0.2em;
	padding-top: 0em;
	padding-bottom: 0.1em;
	margin: 0;
	text-decoration: none;
  }
  ul#Navigation a:link {
	color: white;
  }
  ul#Navigation a:visited {
    color: white;
  }
  ul#Navigation a:hover {
    color: white;
	background-color: #EABD63;
  }
  ul#Navigation a:active {
    color: white;
  }

  div#Head {
	background-color: #CCCCCC;
	height: 140px;
	background: black url(img/logo.jpg) no-repeat left bottom;
    border-top: 1px solid silver;
	margin: 0px;
	padding: 0px;
  }

  div#Projects {
	background-position: top;
	position:relative;
	float: right;
	top: -41px;
	right: -1px;
	text-align: right;
	padding-right: 1px;
	padding-left: 1px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
  }

  ul#Projects {
	width: 400px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 10px;
  }
  ul#Projects li {
	display: inline;
	list-style: none;
  }
  ul#Projects a {
	background-color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	}

  ul#Projects a:link {
    color: white; text-decoration: none;
  }
  ul#Projects a:visited {
    color: white; text-decoration: none;
  }
  ul#Projects a:hover {
    color: white; text-decoration: none;
  }
  ul#Projects a:active {
    color: white; text-decoration: none;
  }

  div#Inhalt {
	margin: 0 0 1em 158px;
	padding: 10px 1px 0px 5px;
	background-color: black;
  }
  * html div#Inhalt {

    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }

  div#Inhalt p {
    font-size: 12px;
    margin: 0em 0;
  }

  p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: black;
    border-top: 1px dashed silver;
  }

.kiteshopborder
 {
	border-bottom-color:#FFFF00;border-width:4px;border-style:solid;
 }

.kitestoreborder
 {
	background-color: #000000;
 }


