* {
  font-family: Geneva,Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #555555;
}

li {
  list-style-type: circle;
}

body {
  background-color: #DDDDBB;#CCB899;
 /* background-image: url(kariert4.jpg);
*/}

html{
  margin:0px 0px 0px 0px; 
  padding:0px 0px 0px 0px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  color:#fff;  
/*  background-image:url(bg_body2.jpg); 
*/  background-position:center;     
  height:100%;
}
body{
  margin:0px 0px 0px 0px; 
  padding:0px 0px 0px 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color:#fff;  
/*  background-image:url(bg_body2.jpg);
  background-position:center top;
  background-repeat:no-repeat;
*/  height:100%;
}
 
a {
  color: #BB6020;
  border-bottom: 1px dotted;
  border-bottom-width: 1px;
}

a:hover {
  color: #CC7030;
  border-bottom: 1px;
  border-bottom-width: 1px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

#BunteLeiste {
  background-color: #BB8800;
}

#Inhalt {
  background-color: #ffffff;#eeeecc;
}

th, td {
  padding: 5px;
}

table.sortable thead {
  background-color: #ebe8ba;#DDDDBB;#eee; /*header*/
}

table.sortable tbody {
  background-color: #ffffff;#f5f5ca; /*gerade Zeilen*/
}

table.sortable tbody tr.odd {
  background-color: #f5f5ca; #fdfddc; /*ungerade Zeilen*/
}

