h1 { color: #3c3; font-size: 15px; font-family: Arial, sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
h3 { color: #3c3; font-size: 13px; font-family: Arial, sans-serif; font-weight: bold; }
ul {padding-right:10px;list-style-image:url("bullet-green.gif");}
input {border: solid 1px #d9d86e;background:#31372B;color: #3c3;}
textarea {border: solid 1px #d9d86e;background:#31372B;color: #3c3;}
a {color: #3c3;}
a:hover {color:#3EF33E;}
.noborder {border:none;}
table {border-collapse:collapse;background:#31372b;margin:5px;color:#d9d86e;border:1px solid #31372b;padding:10px;}
td {font-size: 0.7em;border: solid 1px #d9d86e;}
img {border:none;}
/*
textarea {
scrollbar-base-color: #31372b;
scrollbar-face-color: #31372b;
scrollbar-shadow-color: #d9d86e;
scrollbar-highlight-color: #31372b;
scrollbar-arrow-color: #d9d86e;
scrollbar-3dlight-color: #d9d86e;
scrollbar-darkshadow-color: #31372b;
}

body {
scrollbar-base-color: #31372b;
scrollbar-face-color: #31372b;
scrollbar-shadow-color: #d9d86e;
scrollbar-highlight-color: #31372b;
scrollbar-arrow-color: #d9d86e;
scrollbar-3dlight-color: #d9d86e;
scrollbar-darkshadow-color: #31372b;
}
*/

/* box layout */

.boxwrap   { width: 760px; margin-left: auto; margin-right: auto; }

.boxbody   { width: 610px; float: left;  }
.boxcenter { width: 460px; float: right; padding-top:30px;min-height:400px;}
.boxleft   { width: 150px; float: left; }
.boxright  { width: 150px; float: right; }
.boxheader { width: 100%;  clear: both;  }
.boxfooter { width: 100%;  clear: both;  }


.boxclear  { clear: both; line-height: 0px }

/* ie hack: */
     .iehackwrap { text-align: center;  }
     .boxwrap    { text-align: justify; }

/* box style */

.boxwrap   { background: transparent url("mainBackground2.gif") repeat-y top left; }

.boxheader { background: transparent url("top_background.jpg") no-repeat top center; height:133px;}
.boxfooter { background: transparent url("bottom2.jpg") no-repeat top center; height:30px; }
.boxcenter { background: transparent url("main_top.jpg") no-repeat top center;}
.boxleft   { background: transparent; }
.boxright  { background: transparent; }

div { margin: 0px; padding: 0px; }

/* formatting */
body     { background-color: #31372B; color: #d9d86e; margin: 0px; padding: 0px; margin-top:20px;  margin-bottom:20px;}
.boxwrap { text-align: justify; margin-bottom: 2em; }

h1 { padding: 2px 10px; margin: 0px;}
h3 { padding: 2px 10px; margin: 0px;}
p  { padding: 5px 10px; margin: 0px;}

/* style */
body { font-family : Arial, Helvetica, sans-serif; font-size: 1.1em;}
/* form {font-size: 0.7em;} */

p, li  { font-size: 0.7em; }
.boxfooter p { font-size: 0.7em; text-align: center; }

.comment { border: 1px solid red; margin: 1em; padding: 0.5em; background: #fff; }
h1 span  { font-weight: normal; }

#scrolling div.boxleft, #scrolling div.boxright
   { overflow: auto; height: 4em;}


/* NAVIGATION */

ul#navigation {
    width: 142px;
    margin: 0px; padding: 0px;
    margin-left:7px;
    border: 0px solid black;
    background: #6E713E;
    list-style-image:none;
  }
  * html ul#navigation {  /* Korrekturen fuer IE 5.x */
    width: 123px;
    w\idth: 123px;
    padding-left: 0;
    padd\ing-left: 0;
    m\argin-left:0px;
  }
  ul#navigation li {
    list-style: none;
    margin: 0em; padding: 0;
  }

  ul#navigation a {
    display:block;
    padding: 0.2em;
    text-decoration: none; font-weight: bold;
    border-top: 1px solid #B3B253;
    /* border-left-color: white; border-top-color: white; */
    color: #d9d86e; background-color: #6e713e;
    /* padding-left: 0;*/
    padd\ing-left: 0.5em;
  }
  * html ul#navigation a {  /* Breitenangaben nur fuer IE */
    width: 135px;
    w\idth:134px;
  }
  ul#navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: #6e713e; background-color: #d9d86e;
  }
