body {
  background    : #787668;
  font-family   : arial, helvetica, verdana;
  margin        : 0px;
}

img {
  margin        : 0px;
  padding       : 0px;
}

#content img, #contentinline img {
  margin        : 0 10 5 0;
}

#leftspace {
  background    : url(/images/bgrnd_left.gif) repeat-y #7aa526;
}

#rightspace {
  background    : #d3c995;
}

#topspace {
  background    : #f0f6e3;
  height        : 85px;
}

#footspace {
  background    : #9d2900;
  border-top    : 1px solid #FFFFFF;
}

#mainspace {
  background    : #ffffff;
}

/* ####### HEADER FORMAT ####### */
#sitetitle {
  width         : 640px;
  height        : 70px;
  background    : url(/images/siteheadline.gif) no-repeat 30px;
}

#sitetitleright {
  width         : 180px;
  height        : 50px;
  background    : #c4d0a2;
  text-align    : center;
 
}

#mainnavi {
  width         : 640px;
  height        : 35px;
  background    : url(/images/bgrnd_navi.gif) repeat-x;
  border        : 1px solid #FFFFFF;
}

#mainnaviright {
  width         : 180px;
  height        : 35px;
  line-height   : 35px;
  background    : #557f00;
  border-top    : 1px solid #FFFFFF;
  border-bottom : 1px solid #FFFFFF;
}

#mainnaviright form {
  padding       : 0px;
  margin        : 0px;
}

#mainnaviright input {
  border        : 1px solid #000000;
  font-size     : 12px;
}


#mainnavishaddow {
  height        : 7px;
  background    : url(/images/shaddow_1.png) repeat-x #FFFFFF;
}

#mainnavirightshaddow {
  height        : 7px;
  background    : url(/images/shaddow_1.png) repeat-x #d3c995;
}


/* ####### MENUE FORMAT ####### */

#header {
  float         : left;
  width         : 608px;
  font-size     : 0.8em;
  background    : #8cb638 url("/images/bgrnd_navi.gif") repeat-x bottom;
  border        : 1px solid #FFFFFF;
  line-height   : normal;
  padding-left  : 30px;
  }

#header ul {
  margin        : 0;
  padding       : 0;
  list-style    : none;
  height        : 35px;
  }

#header li {
  float         : left;
  margin        : 0;
  padding       : 0;

  }

#header a {
  float         : left;
  display       : block;
  text-decoration:none;
  font-weight   : normal;
  color         : #f7ffe6;
  border-left   : 1px solid #a7ce4c;
  border-right  : 1px solid #85a842;

  line-height   : 35px;
  padding       : 0px 10px 0px 10px;


  }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */

#header a:hover {
  background    : url("/images/bgrnd_navi_hover.gif");
  color         : #FFFFFF;
  }

#header #current {
  background    : url("/images/bgrnd_navi_current.gif");
  }

#header #current a{
  background    : url("/images/bgrnd_navi_current.gif");
  color         : #e8ffae;

  }

/* ####### SUBNAVI FORMAT ####### */

#subnavihead {
  height        : 25px;
  line-height   : 25px;
  vertical-align: middle;
  background    : url(/images/bgrnd_subnavihead.gif);
  padding-left  : 20px;
  font-size     : 0.8em;
  font-weight   : bold;
  color         : #f7ffe6;
}

#subnavi {

  width         : 170px;
  font-size     : 0.8em;
  border-top    : 1px solid #c7e580;
  margin-left   : 10px;
  }

#subnavi ul {
  margin        : 0;
  padding       : 0;
  list-style    : none;
  }

#subnavi li {
  margin        : 0px;
  padding       : 0px;
  border-bottom : 1px solid #c7e580;
  }

#subnavi a {
  display       : block;
  text-decoration:none;
  font-weight   : normal;
  color         : #f7ffe6;
  line-height   : 35px;
  height        : 35px;
  padding-left  : 10px;
  background    : url("/images/bgrnd_subnavi.gif");
  }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#subnavi a {float:none;}
/* End IE5-Mac hack */

#subnavi a:hover {
  background    : url("/images/bgrnd_subnavi_hover.gif");
  color         : #FFFFFF;
  }

#subnavi #current {
  background    : url("/images/bgrnd_navi_current.gif");
  }

#subnavi #current a{
  background    : url("/images/bgrnd_navi_current.gif");
  color         : #e8ffae;
  }



/* ####### CONTENT FORMAT ####### */
#content  {
  width         : 580px;
  margin        : 30px;
  font-size     : 0.7em;
}

#content table, #content div, #content td {
  font-size     : 12px;
  color         : #555555;
}



#content a:link, #content a:visited {
  text-decoration : none;
  color           : #2B42AF;
}

#content a:visited {
  text-decoration : none;
  color           : #47548F;
}

#content a:hover {
  text-decoration : underline;
  color           : #002DFF;
}

.contentbotnav {
  width         : 100%;
  text-align    : right;
  margin-top    : 5px;
  border-top    : 1px solid #F5F5F5;
}

.blocksatz {
  text-align    :justify;
}

h1 {
  font-size     : 1.4em;
  color         : #9d2900;
  border-bottom : 1px dashed #9d2900;
}

h2 {
  font-size     : 1.3em;
  color         : #555555;
  border-bottom : 1px dotted #BBBBBB;
  margin        : 25 0 15 0;
}

h3 {
  font-size     : 1.0em;
  color         : #555555;
}

/* ####### INLINER FORMAT ####### */

#contentinline  {
  width         : 580px;
  font-size     : 0.8em;
  color         : #555555;
  margin-top    : -12px;
}

* html #contentinline  {
  width         : 580px;
  font-size     : 0.8em;
  color         : #555555;
  margin-top    : 0px;
}

.inlinertop {
  background    : #baac68;
  font-size     : 0.8em;
  font-weight   : bold;
  color         : #FFFFFF;
  padding       : 5px;
}

#inlinerbgrnd {
  background    : #d3c995;
}

.inliner, .inliner td{
  font-size     : 0.75em;
  color         : #4F4722;
}


#contentinline h1 {
  font-size     : 1.3em;
  color         : #9d2900;
  border-bottom : 1px dashed #9d2900;
}

.linkimg2 {
  background-image: url(/images/link2.gif);
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 15px;
}

.inliner a:link, .inliner a:visited {
  font-size     : 1em;
  color         : #7c2200;
}

.inliner a:hover {
  font-size     : 1em;
  color         : #000000;
}


/* ####### LINK FORMAT ####### */

.linkimg {
  background-image: url(/images/link.gif);
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 15px;
}

.linkliste {
  font-size     : 1.05em;
  margin-left   : 40px;
  padding       : 0px;
  }

.linkliste li {
  margin        : 0 0 0 40 !important;
  padding       : 0 0 10 0 !important;
  list-style-type : none !important;
  list-style-image: url(/images/link.gif) !important;
  background-image: none !important;
  }





/* ####### FOOTER FORMAT ####### */
#footernavarea {
  margin-left   : 210px;
  color         : #FFFFFF;
  line-height   : 30px;
  vertical-align: middle;
}

a.footernav:link, a.footernav:visited {
  color         : #FFFFFF;
  text-decoration : none;
  font-size     : 0.8em;
  margin-right  : 15px;
}

/* ####### FORMULAR FORMAT ####### */

input, textarea, select {
  border        : 1px solid #BBBBBB;
  background    : #F5F5F5;
}


#content ul {
  padding             : 0px;
  margin              : 0px;
}

#content ul li {
  padding-left        : 10px;
  list-style          : none;
  background-image    : url(/images/liste1.gif);
  background-repeat   : no-repeat;
  background-position : 0 6px;
}

#content ul * li {
  padding-left        : 10px;
  margin-left         : 10px;
  list-style          : none;
  background-image    : url(/images/liste2.gif);
  background-repeat   : no-repeat;
  background-position : 0 6px;
}

#content ul ul * li {
  padding-left        : 10px;
  margin-left         : 20px;
  list-style          : none;
  background-image    : url(/images/liste2.gif);
  background-repeat   : no-repeat;
  background-position : 0 6px;
}


/* -------------------------------- */
/* ---     PNG Alpha für IE     --- */
/* -------------------------------- */

img {
  behavior: url("/pngbehavior.htc");
}


/* ------------------------------------------- */
/* ###    Abstände in allen Variationen    ### */
/* ------------------------------------------- */

.mtop2    {margin-top:      2px;}
.mtop5    {margin-top:      5px;}
.mtop10   {margin-top:     10px;}
.mtop15   {margin-top:     15px;}
.mtop20   {margin-top:     20px;}
.mtop25   {margin-top:     25px;}

.mbot2    {margin-bottom:   2px;}
.mbot5    {margin-bottom:   5px;}
.mbot10   {margin-bottom:  10px;}
.mbot15   {margin-bottom:  15px;}
.mbot20   {margin-bottom:  20px;}
.mbot25   {margin-bottom:  25px;}
.mbot45   {margin-bottom:  45px;}

.mleft2   {margin-left:     2px;}
.mleft5   {margin-left:     5px;}
.mleft10  {margin-left:    10px;}
.mleft15  {margin-left:    15px;}
.mleft20  {margin-left:    20px;}
.mleft25  {margin-left:    25px;}
.mleft30  {margin-left:    30px;}

.mright2  {margin-right:    2px;}
.mright5  {margin-right:    5px;}
.mright10 {margin-right:   10px;}
.mright15 {margin-right:   15px;}
.mright20 {margin-right:   20px;}
.mright25 {margin-right:   25px;}
.mright30 {margin-right:   30px;}

.ptop2    {padding-top:     2px;}
.ptop5    {padding-top:     5px;}
.ptop10   {padding-top:    10px;}
.ptop15   {padding-top:    15px;}
.ptop20   {padding-top:    20px;}
.ptop25   {padding-top:    25px;}
.ptop30   {padding-top:    30px;}

.pbot2    {padding-bottom:  2px;}
.pbot5    {padding-bottom:  5px;}
.pbot10   {padding-bottom: 10px;}
.pbot15   {padding-bottom: 15px;}
.pbot20   {padding-bottom: 20px;}
.pbot25   {padding-bottom: 25px;}
.pbot30   {padding-bottom: 30px;}

.pleft2   {padding-left:    2px;}
.pleft5   {padding-left:    5px;}
.pleft10  {padding-left:   10px;}
.pleft15  {padding-left:   15px;}
.pleft20  {padding-left:   20px;}
.pleft25  {padding-left:   25px;}
.pleft30  {padding-left:   30px;}

.pright2  {padding-right:   2px;}
.pright5  {padding-right:   5px;}
.pright10 {padding-right:  10px;}
.pright15 {padding-right:  15px;}
.pright20 {padding-right:  20px;}
.pright25 {padding-right:  25px;}
.pright30 {padding-right:  30px;}

.pall2    {padding:         2px;}
.pall5    {padding:         5px;}
.pall10   {padding:        10px;}
.pall15   {padding:        15px;}
.pall20   {padding:        20px;}
.pall25   {padding:        25px;}
.pall30   {padding:        30px;}

.meta {
  position          : absolute; 
  top               : 0px; 
  left              : -2000; 
  width             : 6px; 
  height            : 6px; 
  overflow          : hidden; 
  z-index           : 0;
}
