/*
        Farben
        hellbraun = #CCCC99;
        dunkleres braun = #999933;
*/
body {
  margin-top:0pt;
  margin-bottom:0pt;
  margin-left:0pt;
  margin-right:0pt;
}

a:link, a:visited {
  color : #336633;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 14px;
  text-decoration : underline;
}
a:hover, a:focus {
  color : #999933;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 14px;
  text-decoration : underline;
}
a:active {
  text-decoration : underline;
}
a:visited {
  color : #999933;
}

h1 {
  color: #999933;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 24px;
  font-style : normal;
  font-weight : bold;
  display:inline;
}
h2 {
  color: #999933;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 16px;
  font-style : normal;
}
h3 {
  color: #999933;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 16px;
}
p, td, ul, .HighlightedText {
  font-size : 14px;
  font-family : arial, sans-serif;
}
.HighlightedText {
  font-weight : bold;
}
td {
  vertical-align:top;
  padding-left: 5px;
}
br {
  line-height:20px;
}
ul {
  /*list-style-type : circle;*/
}

table {
  border-collapse:collapse;
  margin:0.7em;
  width:95%;
}
img{
  border-width : 0px;
}
hr {
  width:500px;
  background-color:#CCCC99;
  color:#CCCC99;
  height:2px;
  text-align:center;
  border:none;
}

/***************** SONSTIGES *****************/
#Banner{
  background-image:url("../styles/green-banner.gif");
  background-repeat:no-repeat;
  height : 100px;
}
#History {
  color : #666600;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 10px;
  text-align : right;
  margin-right : 20px;
}
#Content {
  vertical-align : top;
  margin: 0 0 0 122px;
}
#Footer {
  text-align : center;
  font-size : 5px;
  font-family : arial, sans-serif;
  clear: both;
  margin: 10px, 10px, 10px, 10px;
}
#Footer a {
  text-align : center;
  font-family : arial, sans-serif;
  clear: both;
  margin: 10px, 10px, 10px, 10px;
}
#MenuEnde {
  background-image:url("../styles/green-menu-ende.gif");
  background-repeat:no-repeat;
  height: 56px;
}

#Navi {
  float:left;
  width:118px;
}
div#Navi {
  background-color:#CCCC99;
}
div#Navi li {
  list-style:none;
  line-height:120%;
  /*border-bottom:1px solid #999933;*/
}
div#Navi ul {
  padding:0px;
  margin:0px;
}
div#Navi form {
  margin:0px;
}
div#Navi .MenuTitle {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : bold;
  color : #FFFFCC;
  background-color : #999933;
  text-decoration : none;
  text-indent : 0.5em;
  padding-left: 0px;
}
div#Navi a:link, div#Navi a:visited, div#Navi a:active{
  color : #336633;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  text-decoration : none;
  padding-left : 1em;
}
div#Navi a:hover, div#Navi a:focus, div#Navi #SelectedLink {
  border-left : 5px solid #999933;
  padding-left : 7px;
}
/******************* TABELLEN ************/
.BorderTable, .BilderTable, .TitelTable {
  font-size : 14px;
  font-family : arial, sans-serif;
  vertical-align : top;
  border-width : 1px;
  border-style : solid;
  /*border-color : #CCCC99;*/
  border-color : #000000;
  empty-cells : show;
}

.admin-cell-1, .admin-cell-0 {
  border-width : 1px;
  border-style : solid;
  border-color : #000000;
}
.admin-cell-1, .admin-navigation-1 {
  background : #E0E0E0;
}
.admin-cell-0, .admin-navigation-0 {
  background : #C0C0C0;
}
.BilderTable {
  text-align : center;
  vertical-align : middle;
  empty-cells : show;
}
.TitelTable, .admin-header, .admin-search, .admin-filter {
  background-color : #CCCC99;
  font-weight : bolder;
}
