/*BEGIN Global*/
  body {
    margin:0px;
    background: #04043c url(bg.png) repeat-x 0 140px;
    color: #BCD;
    font-size:17px;
    font-family:Times New Roman;
  }
  a {
    color: #409fff;
    text-decoration:underline;
  }
  a:hover {
    color: #409fff;
    text-decoration:none;
  }
  h1 {
    color:#CC3300;
    font-size:28px;
  }
  h2 {
    color: #585858;
    text-decoration: underline;
    font-size:22px;
    font-variant: small-caps;
  }
  .border {
    box-shadow:0px 1px 5px 1px #000, 0px 0px 0px 1px #fff;
      -moz-box-shadow:0px 1px 5px 1px #000, 0px 0px 0px 1px #fff;
      -webkit-box-shadow:0px 1px 5px 1px #000, 0px 0px 0px 1px #fff;
    border-radius:2px;
      -moz-border-radius:2px;
    behavior: url(/style/PIE.htc);
  }
/*END Global*/


/*BEGIN Header*/
  #header-left {
    height:140px;
    width:50%;
    float:left;
    background:url(header-left.jpg) right repeat-x;
  }
  #header-middle {
    height:140px;
    width:700px;
    margin: 0 auto;
    position:relative;
    top:-140px;
    background: url(header-middle.jpg) no-repeat;
    font:22px arial;
    color: #CC3300;
    padding:20px;
  /*  line-height:2;*/
    letter-spacing:0.1em;
    text-align:center;
  }
  #header-right {
    height:140px;
    width:50%;
    margin-left:50%;
    background:url(header-right.jpg) repeat-x;
  }
/*END Header*/


/*BEGIN Menü*/
  #menu {
  /*    position:fixed;*/
  /*  top: 150px;*/
    margin-top:-160px;
    width:180px;
    background: rgba(255,255,255,0.5);
    background: linear-gradient(top, 
		rgba(255,255,255,0.4) 0%, 
		rgba(255,255,255,0.5) 5%, 
		rgba(255,255,255,0.5) 95%, 
		rgba(255,255,255,0.4) 100%);
    background: -moz-linear-gradient(top, 
		rgba(255,255,255,0.4) 0%, 
		rgba(255,255,255,0.5) 5%, 
		rgba(255,255,255,0.5) 95%, 
		rgba(255,255,255,0.4) 100%);
    -pie-background: linear-gradient(top,
		rgb(100, 100, 122) 0%, 
		rgb(129, 129, 157) 5%, 
		rgb(129, 129, 157) 95%, 
		rgb(100, 100, 122) 100%);
    background: -webkit-gradient(linear, center top, center bottom,
		color-stop(0%, rgba(255,255,255,0.4) ),
		color-stop(5%, rgba(255,255,255,0.5) ),
		color-stop(95%, rgba(255,255,255,0.5) ),
		color-stop(100%, rgba(255,255,255,0.4) ) );
    border-radius: 0 10px 10px 0;
      -moz-border-radius-topright:10px;
      -moz-border-radius-bottomright:10px;
    margin-bottom:-5px;
    /*margin-top:-5px;*/
    text-align:center;
    font-size:12px;
   box-shadow:0px 1px 5px 1px #000, 0px 0px 2px 1px #fff;
      -moz-box-shadow:0px 1px 5px 1px #000, 0px 0px 1px 1px #fff;
      -webkit-box-shadow:0px 1px 5px 1px #000, 0px 0px 1px 1px #fff;
   padding-top:10px;
   padding-bottom:5px;
   behavior: url(/style/PIE.htc);
  }
  #back {
    color:#2c2c2c;
    font-size:14px;
    text-decoration:none;
  }
  #imgBack {
    border:none;
  }
  .menuItemText a {
    color: #2c2c2c;
    text-decoration:none;
    vertical-align:middle;
    line-height:16px;
    font:12px arial;
    letter-spacing:0.1em;
    padding:5px;
    font-weight:bold;
  }
  .menuItemTextSelected a {
    color: #cc3300;
    text-decoration:none;
    vertical-align:middle;
    line-height:16px;
    font:12px arial;
    letter-spacing:0.1em;
    padding:5px;
    font-weight:bold;
  }
  .menuItemText a:hover
  {
    color: #FFFFFF;
  }
  .menuItem {
    text-align:left;
    height:28px;
    margin:5px;
    padding-top:4px;
    border-bottom-style:solid;
    border-bottom-color:#585858;
    border-bottom-width:1px;
  }
  .menuItemSelected {
    text-align:left;
    height:28px;
    margin:5px;
    padding-top:4px;
    border-bottom-style:solid;
    border-bottom-color:#585858;
    border-bottom-width:1px;
  }
  .menuItemLast {
    /* Wie .menuItem, aber ohne border */
    text-align:left;
    height:28px;
    margin:5px;
    padding-top:4px;
  }
  .menuItemSelectedLast {
    /* Wie .menuItemSelected, aber ohne border */
    text-align:left;
    height:28px;
    margin:5px;
    padding-top:4px;
  }
  .menuItemIcon {
    float:left;
    position:relative;
    top:-5px;
    padding:2px;
    padding-right:5px;
    border:none;
    height:24px;
  }
/*END Menü*/


/*BEGIN Rubriken*/
  #rubriken {
    background-color: #767684;
    color: #2c2c2c;
    margin-bottom:10px;
/*    border-style:solid;
    border-width:1px;
    border-color: #2c2c2c;*/
    border-radius:3px;
      -moz-border-radius:3px;
   box-shadow:0px 1px 5px 1px #000, 0px 0px 1px 1px #fff;
      -moz-box-shadow:0px 1px 5px 1px #000, 0px 0px 1px 1px #fff;
      -webkit-box-shadow:0px 1px 5px 1px #000, 0px 0px 1px 1px #fff;
   behavior: url(/style/PIE.htc);
  }
  #rubriken a, #rubriken a:link, #rubriken a:visited {
    color: #2c2c2c;
  }
  .verticalRubricEntry {
    margin:5px;
  }
/*END Rubriken*/


/*BEGIN Inhalt*/
  #content {
    position:absolute;
    left:190px;
    top:148px;
    height:auto;
    width:auto;
    margin:-20px auto;
    margin-right:10px;
    padding-bottom:10px;
    text-align:justify;
  }
  .bodyText {
    font:11px arial;
    color:#99CCFF;
    line-height:20px;
    letter-spacing:.1em;
    margin-top:0px;
  }
  .detailText {
    font:11px arial;
    color:#ffffff;
    line-height:16px;
    letter-spacing:.1em;
  }
  .smallText {
    font:10px arial;
    color:#99CCFF;
  }
/*END Inhalt*/


/*BEGIN Footer*/
  #footer {
    position:absolute;
    border-top:solid 1px #585858;
    top:100%;
    left:0%;
    width:100%;
    text-align:center;
    margin:10px auto 5px;
    color:#585858;
  }
/*END Footer*/
