body {
  padding: 15px;
  margin: 0px;
  
  background-color: #e3e3e3;
  /*background-color:#0080c0;*/
  font: normal 100.01% Helvetica, Arial, sans-serif;

  /*font-family:Verdana,Arial,Helvetica,sans-serif;*/
  color:#000000;
}
#id {
  /* Nur ein Objekt, höherwertig */
}
.class {
  /* Diverse Objekte, minderwertiger */
  /* Verwendung a.class {....}       */
}

#kopf {
  float:left;
  height: 100px;
  width: 100%;
  background-color:#ffff00;
  
  background-image: url("../images/sonnenenebel 002_100.jpg");
  /*
  background-repeat: no-repeat;
  */
  border-radius: 15px;
  -moz-border-radius: 15px;
}

#links {
  float:left;
  width:20%;
  height:80%;
  /*padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  */
  background-color:#ffcc00;
  overflow: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
}

#inhalt {
  float:left;
  width:80%;
  height: 80%;
  background-color: #ffffc6;
  /*
  background-image: url(../images/wikipedia.png);
  */background-repeat: no-repeat;
  background-attachment: scroll;
  /*background-attachment: fixed;*/
  background-position: center center;

  border-radius: 15px;
  -moz-border-radius: 15px;
}

#content {
  clear: both;
  margin: 20px;
  /*
  background-color: red; */
}

p {
  padding:10px 15px;
}

h2 {
  padding:10px 15px;
}

pre {
  font-size:12px;
  padding:10px 15px;
}
#back {
  padding:15px;
  text-align:center;
}
#back a {
  color:white;
  font-size:0.8em;
  font-weight:600;
}
.rot {
  color:red;
  font-size:1.3em;
  font-weight:bold;
}

/**************************************/
/* Vertikales Navigation              */
/**************************************/
  ul#vertNavigation {
    width: 80%;
    margin: 5%; 
	padding: 5%;
	/*background-color: red;*/
	overflow: hidden;
  }

  ul#vertNavigation li {
    list-style: none;
    margin: 10px; 
	padding: 0.3em;
	overflow: hidden;
	border-radius: 7px;
    -moz-border-radius: 7px;
  }

  ul#vertNavigation a, ul#vertNavigation span, ul#vertNavigation h2 {
    display:block;
	text-align: center;
    padding: 0.3em;
	overflow: hidden;
    text-decoration: none; 
	font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; 
	background-color: #ccc;
	border-radius: 7px;
    -moz-border-radius: 7px;
  }
  * html ul#vertNavigation a, * html ul#vertNavigation span, * html ul#vertNavigation h2 {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */
	border-radius: 7px;
    -moz-border-radius: 7px;
  }
  ul#vertNavigation a:hover, ul#vertNavigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
	border-radius: 7px;
    -moz-border-radius: 7px;
  }