* {
	margin: 0;
	padding: 0;
}

li {
	display: block;
	margin-bottom: 9px;
}

img {
	margin-bottom: 20px;
}

body {
  
  background-position: center;
  background-repeat: no-repeat;
  font-family: Arial,Helvetica,sans-serif;
  background-color: #666666;
  font-size: 0.8em;
}

p {
    margin-bottom: 0.3em;
}

.background {
  background-image: url(/background.php);
}

.seite {
    margin-bottom: 5px;
    /*background-color: #ffffff;*/
    /*color: #000000;*/
    margin: 0 0 5px;
    /*text-decoration: none;*/
    padding: 2px 9px;
    width: 400px;
}

li.seite {
	background-color: #ffffff;
}

li.seite a {
	color: #000000;
	text-decoration: none;
}

#content {
    margin-top: 50px;
    margin-left: 25px;
    float: left;
    width: 500px;
    /*color: #000000;*/
}

#content.fulltext {
	margin-left: 200px;
}

#content.fulltext div {
    padding: 0.5em 1px;
    margin-bottom: 5px;
    background-color: #ffffff;
}

#content.seite div {
    padding: 0.4em 1px;
	background-color: #ffffff;
    margin-bottom: 5px;

}

#navi {
    top: 50px;
    left: 25px;
    float: left;
    color: #000000;
    width: 150px;
	position:fixed;
}

/* Faktor= 40 */
#menu {
    margin-left: 7%;
    margin-top: 50px;
    width: 450px; /*Faktor*11+10*/
    float: left;
}

.box {
  border: 1px solid #ffffff;
  color: #ffffff;
  float: right;
  margin-top: -1px;
  margin-right: -1px;
  padding-left: 1px;
  text-decoration: none;
}

.box:hover {
  background-color: #FFFF00;
  color: #000000;
}

#navi .box:hover {
    background-color: #ffffff;
}

/* Faktor * wX */
.box.w3 {
    width: 120px;
}

.box.w4 {
    width: 160px;
}

.box.w7 {
    width: 280px;
}

/* Faktor * hX */
.box.h1 {
	height: 40px;
}

.box.h1-5 {
    height: 60px;
}

.box.h2 {
	height: 80px;
}

.box.h3 {
	height: 120px;
}

.box.h5 {
	height: 200px;
}

/* Abstand in die laenge */
.box.wc2 {
    padding-right: 2px;
}

/* Abstand in die Breite */
.box.hc2 {
    padding-bottom: 1px;
}

.box.hc3 {
    padding-bottom: 2px;
}

/* Markierte Box*/
.box.mark {
  background-color: #FFFF00;
  color: #000000;
}
