* {
  margin:0px;
  padding:0px;
}

html {
  height: 101%;
}  

body {
  background:white url(/bilder/kreise.png) repeat-x;
  font-family:Verdana,sans-serif;
  color:#777;
  text-align:center;
}

img {
  border:none;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,pre,table {
  margin-bottom:1em;
}

h1,h2,h3,h4,h5,h6 {
  color:#d5ff2a;
}


li {
  margin-left:2em;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration:none;
  color:#222;
}

dl dt {
  font-weight:bold;
}

dl dd {
  padding-left:4em;
}

table {
  border-collapse:collapse;
}

td {
  padding:0.2em;
  border:1px solid #d5ff2a;

}

#header {
  background:transparent url(/bilder/sophokles.png) no-repeat bottom right;
  height:170px;
  padding-top:0em; 
}

#header h1 {
  color:white;
}

#pagewrapper {
  width:50em;
  margin:0 auto;
  text-align:left;
  padding:1em;
}



#contentleft {
  background:white url(/bilder/regenbogen.jpg) no-repeat;
  float:left;
  width:14em;
  padding-top:200px;
}

#navibar {
  list-style:none;
}

#navibar li {
  margin-bottom:0.4em;
}


#navibar li a {
  color:#222;
}

#navibar li.current {
  list-style-position: outside;
  list-style-image:url(/bilder/rainbow.png); 
}


#page {
  padding-left:15em;
}


#contentright {
  float:right;
  width:8em;
  padding-top:2em;
}

ul.editbar {
  margin:0em;
}

ul.editbar li {
  font-size:smaller;
  display:inline;
  list-style:none;
  margin:0em 1em 0em 0em;
  padding:0em;
}

ul.editbar li a {
  color:#007;
}

ul.editbar * select {
  font-size:smaller;
}

#username {
  margin-left:2em;
}

#username a {
  color:#777;
}

#editor-textarea {
  width:40em;
}

#editor-comment {
  width:30em;
  display:block;
}

hr {
  color:#d5ff2a;
}

hr.h1 {
  height:1px;
}

hr.h2 {
  height:2px;
}

hr.h3 {
  height:3px;
}

hr.h4 {
  height:4px;
}


.color1 {
  color:#d5ff2a;
}

