/**
 * Design. (c) Jason Earl, 2005, Virtual Function
 *
 * "tableless" design known to work (and tested) on Mozilla, and IE 6.
 * Should also work KHTML (Konqueror and Safari)
 */


/* -----------------------------------------------------------
            Generic
----------------------------------------------------------- */
.neues{
  top:-14px;
  left:146px;
  position:absolute;
  margin:0px;
  padding:0px;
  letter-spacing: 0.1em;
}

.neues.p {
  margin: 0px;
  padding: 0px;
}
.sidenavi {
  margin:3px 2px 0px 2px;
  padding:3px 0px 7px 3px;
  border-bottom: 1px dotted #ffffff;
  
  
}
.sidenaviUl {
  margin:0px;
  padding:0px;
  list-style: none;
}

div#heading div {
    clear: left;
    margin:0px;
    padding:0px;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: left;
  }

  ul#Navigation li {
    list-style: none;
    float: left;
    width: 9.3em;
    position: relative;
    margin: 0.2em; padding: 0;

   }
  
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.2em; left: 0;


  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.4em;
    lef\t: -0.4em;
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin: 0em 0em 0em 0em;
    padding: 0;
    text-align:left;
    
  }

ul#Navigation a {
    color: #DADADA;
    
    padding: 0px;
    text-decoration: none;
    margin:0;
    text-transform: uppercase;
    font-weight: 200;
    font-family: Arial;
    font-size: 10px;
    width: 9.3em;
    
   
    
  }
ul#Navigation .naviClear {

    color: #DADADA;
    display: block;
    padding: 0px;
    text-decoration: none;
    margin:0;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Arial;
    font-size: 9px;
 

}
ul#Navigation .subnavigation {
    color:#999999;
    text-transform: lowercase;
    font-weight: 300;
    font-family: Arial;
    font-size: 10px;

}

  * html ul#Navigation a, * html ul#Navigation span {  /* nur fuer IE erforderlich */
    width: 100%;
    w\idth: 6.4em;
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
   }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
   }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
   
  }


body {
  background:#131313;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  font-family: Arial;
  
  
}

a:link,
a:visited {

  font-weight: bold;
  text-decoration: none;
  color: #777777;
  border: 0px;
}

a:hover {
  /*border-bottom: #131313 1px solid;*/
}

.topLine {
    
  background: url('../images/top_line.gif') no-repeat;
  background-position: 0px -2px;
  width:845px;
  height: 30px;
  margin: 0 auto;
}
.pageWrapper {
  padding-top:5px;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:0px;
  /*margin: 0 10%;*/
  width: auto;
  min-width: 620px;
  top:30px;
    
}

/** Uncomment below for liquid width (expands and contracts with brwoser window width
*/
.pageWrapper {
  margin: 0 auto;
  background:#ffffff;
  width: 845px;
  min-width: 620px;
}


/* extension to page wrapper */
#main {
  
  /* IE Hack. Set this to right colour for now */
  background:#ffffff;
  padding-top:0px;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:5px;
  width: 845px;


}
* html #main {  /* Korrektur fuer den IE 5 und 6 */
      padding-left:4px;
  padding-right:4px;
}
div#bodyWrap {
  background: url('../images/back_top.jpg') no-repeat;
  min-height:600px;

}
div#bodyWrap {
  padding-top: 10px;
  width: auto;
  min-width: 770px;
  
}

img.product,
.product img {
  border: 1px solid #225F82;
  margin: 12px 8px 4px 8px;
}

.content .product {
  text-align: center;
}

.subBarInner p {
  margin: 8px 8px 2px 8px;
  padding: 0;
}

.product {
  font-weight: bold;
  color: #0B70CE ! important;
}

div.wide3 {
  width: 33%;
  float: left;
  text-align: center;
}

input[type=text],
input[type=button],
input[type=submit],
select,
textarea
{
  background: #F6F9FB;
  border: 1px solid #777777;
}

/* -----------------------------------------------------------
          Headers ( h* style )
----------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.twrss_head_channel
{
  margin: 8px 16px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.08em;
}

h3 {
  font-size: 11px;
  color: #777777;
  padding-bottom: 4px;
  border-bottom: 1px dotted #777777;
  font-weight: bold;
  font-family: Arial;
  letter-spacing: 0.5em;
  margin-left:20px;
}

h1 {
  font-size: 14px;
  color: #79B51C;
  padding-left: 0px;
  padding-bottom: 4px;
  border-bottom: 1px solid #79B51C;
  font-weight: bold;
  font-family: Arial;
  letter-spacing: 0.5em;
  margin-left:20px;
}
h1 span {
  float: right;
  color: #69839B;
}

/* -----------------------------------------------------------
          View Controllers
----------------------------------------------------------- */

.clear {
  clear: both;
}

.hide, #oldBrowserNotice,
.ieSixCharDupBug {
  display: none;
}

/* -----------------------------------------------------------
          Page Header(s) and Footer
----------------------------------------------------------- */

#header {
  background-color: #1E1F23;
  background-image: url(../images/spalten.gif);
  background-position: 165px top;
  background-repeat: repeat-y;
  height: 170px;
  /*margin-right: -2px;  Box model adjustment*/
  width: 845px;
}

#header #logo {
  width: 171px;
  float: left;
  background: url('../images/audio_exclusive.gif') no-repeat #1E1F23;
  margin: 0px;
  height: 152px;
  position: absolute;
  z-index: 100;
}

#header #logo h1 {
  display: none;
}

#heading {
  width: 590px;  
  position: absolute;
  margin-left: 178px;
  height: 182px;
}

* html #heading .head {
  margin-right: -4px; /* Extra 2px due to IE Box model */
}

#heading .top,
#heading .sub {
  
  margin: 10px 10px 0 0;
  float: left;
  width: auto;
  text-align: left;
  padding: 0px;
  position: absolute;
  z-index: 120;

}
#heading .top{
  padding-top:4px;
  margin-top:0px;
  
}
#heading .sub {
  margin-top:15px;
  left:428px;
  border: 1px dotted #595959;
  width:197px;
  padding:5px;
  
  color:#666666;
  font-family: Arial;
  font-size: 10px;
}
#heading .subright {
  left:642px;
  float: left;
  width: auto;
  text-align: left;
  width: 20px;
  height: 170px;
  border-left:1px solid #ffffff;
  border-right: 4px solid #4A7900;
  background: #79B51C;
  position: absolute;
  z-index: 120;
}
/*
#heading a:link,
#heading a:visited,  {
  color: #696A6C;
  margin-left: 0px;
  margin-right: 48px;
  text-transform: uppercase;
  font-weight: bold;

}

*/
#heading a:hover {
  /*border-bottom: #ffffff 1px solid;*/
}

#heading .sub {
  clear: left;
}

#footer {
  
  padding: 4px;
  color: #ffffff;
  background: #ffffff url('../images/bg5.gif');
  font-size: 9px;
  text-align: center;
  letter-spacing: 0.1em;
  
  
}
#footer a:link,
#footer a:visited {
  color: #ffffff;
  font-size: 9px;
}


/* --------------------- Menüs -------------------- */

#navmenu,
#navmenu li {
display: inline;
list-style-type: none;
float:left;
}

#submenu,
#submenu li  {
  float:none;
  list-style-type: circle;
  margin-left:15px;
}

#navmenu li.cur a,
#submenu li.cur-sub a {
  /*border-bottom: #ffffff 1px solid;*/
}


/* -----------------------------------------------------------
            Layout Controls
----------------------------------------------------------- */

/* --------------------- Common to both -------------------- */

#mainInner,
div.subBarInner,
div.subTitleInner {
  z-index: 2;
  width: 100%;
  border-right: #FFF 2px solid;

}

div.content {
  border-width: 0;  /* Fix print/v4 borders issue */
  
}

div.contentTitle{
  color:#777777;
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
    
}
#mainOuter div.left,
#mainOuter div.right,
#mainOuter div.content,
div.subBarInner div.content,
div.subBarInner div.right,
div.subTitleInner div.content,
div.subTitleInner div.right {
  /* For Sub elements of #mainOuter AND div.subBarInner */
  float: left;
  position: relative;
  z-index: 10;
  overflow: visible;  /* fix for IE italics bug */
  
}
#mainOuter div.left {
  height: 100%;
}

/* --------------------- The Sub Bar Piece -------------------- */

div.subBarOuter,
div.subTitleOuter {
  z-index: 1;
  border-style: solid;
  border-color: #eeeeee;
  border-width: 0;
}

div.subBarInner div.right,
div.subTitleInner div.right {
  float: right;
  width: 20em;
  margin: 0 -20em 0 1px;
}

div.subBarInner div.content,
div.subTitleInner div.content {
  margin: 0 -1px; /* Ensure floating */
  width: 100%;
}

/* --------------------- The Main Bar Piece -------------------- */

#mainOuter {
  z-index: 1;
  border-left: 15em #ffffff solid;
  border-right: 8px #79B51C solid;
  height: 100%;

}
#mainOuterStart {
  z-index: 1;
  margin:0;
  
  border-right: 4px #79B51C solid;
}

#mainInner {
  border-left: 2px solid #FFF;
  background: #ffffff;
  height: 100%;
}

#mainOuter .content {
  margin: 0 -1px;  /* Ensure floating */
  width: 100%;

  
}
#mainOuterStart .contentstart {
  margin: 0;  /* Ensure floating */
  float: left;
  width:330px;
  text-align: left;
  padding-left:10px;
  position: relative;
  margin:0;
  z-index: 232;  
}

#mainOuter .right {
  /* Not used for now */
  float: right;       /* Possiblity for NN4 layout */
  width: 15em;
  margin: 0 -15em 0 1px;  /* Column position */
}

#mainOuterStart .leftstart {
  width:493px;
  padding-left: 0;  /* Column position */
  float: left;
  
  text-align: left;
  
  position: relative;
  margin:0;
  z-index: 233;
}

#mainOuter .left {
  width: 15em;
  margin: 0 1px 0 -15em;  /* Column position */
  height: 100%;
}

/* -----------------------------------------------------------
          Decoration Fix-up Pieces
----------------------------------------------------------- */

div.gap {
  border-top: 2px solid #FFF;
  background: #EEEEEE;
  position: relative;
}

html>body .mozclear {
  border-bottom: 1px solid white;  /* help mozilla recognize empty  clearing element */
  margin-bottom: -1px;                  /* compensate for 1px space used by border */
}

/* -----------------------------------------------------------
            Fix BugIE :-|
----------------------------------------------------------- */

* html #mainInner, * html div.subBarInner, * html div.subTitleInner {
  position: relative;  /* fix a render bug in IE under certain conditions */
}

* html div.gap {
  margin-right: -4px;
}

* html #mainOuter {
  border-right: 4px #0B70CE solid;
}

.leftInside,
.titleSide,
#mainInner .left div.button1,
#mainInner .left div.button2 {
  margin-left: -2px;
  margin-right: 2px;
  
}


/* -----------------------------------------------------------
          Sub Bar (Thing under header)
----------------------------------------------------------- */

div.subBarInner {
  background: #EEEEEE  url('../images/bg2.gif');
  padding-top: 0px;
  padding-bottom: 0px;
}

div.subBarInner span {
  display: block;

}

div.subBarOuter,
div.subTitleOuter {
  
  border-right-width: 22.1em;
}

div.subTitleOuter div.right,
div.subBarOuter div.right {
  text-align: center;
}

div.subTitleOuter {
  border-color: #eeeeee;
}

div.subTitleInner {
  background: #EEEEEE url('../images/bg1.gif');
  padding: 0px;
  margin: 0px;
  color: #131313;
}

/* -----------------------------------------------------------
              Main Bar
----------------------------------------------------------- */

.titleSide,
.titleMain {
  padding: 6px 8px 4px 16px;
  border-bottom: 1px solid #FFF;
  letter-spacing: 0.1em;
  height: 12px;
  
}

.titleSide {
  background: #1E1F23 repeat-y left url('../images/title1.gif');
  color: #FFF;
  margin-bottom: 12px;
  font-size: 11px;
  padding-left: 24px;
}

.titleMain {
  background: #EEEEEE;
  font-size: 10px;
  text-align:right;
}

.titleMain a:link,
.titleMain a:visited {
  color: #79B51C;
}

.rootline { }

.right p,
.content p {
  color: #707070;
  line-height: 1.2em;
  letter-spacing: 0em;
  padding: 0 16px 8px 16px;
  font-family: Arial;

}


.contentstart p {
  color: #707070;
  line-height: 1.2em;
  letter-spacing: 0em;
  padding: 0;
  font-family: Arial;
}


#mainInner .left ul {
  list-style-type: none;
  margin: 0 0 12px 12px;
  padding: 0;
}

#mainInner .left ul li {
  margin: 8px 8px 8px 0px;
  border-left: #17181A 1px solid;
  padding-left: 10px;
}

ul.dotted,
li.select {
  list-style-type: square;
  color: #40A3FE;
  margin-left: 52px;
}

.left .active a:link,
.left .active a:visited {
  font-weight: bold;
  color: #79B51C;
  list-style-type: square;
  
}
.left .first a:link,
.left .first a:visited {
  color: #131313;
}

#mainInner .left ul.dotted {
  list-style-type: square;
}

#mainInner .left input {
  color: #000;
}

#mainInner .left div.button1,
#mainInner .left div.button2 {
  width: 100%;
  color: #DCDCDC;
  border: 0 none;
  /*border-top: #FFF solid 2px;*/
  padding: 0;
}

#mainInner .left div.button1 a:link,
#mainInner .left div.button1 a:visited,
#mainInner .left div.button2 a:link,
#mainInner .left div.button2 a:visited {
  margin: 0 0 0 24px;
  font-size: 12px;
  font-weight: bold;
}

#mainInner .left div.button1 {
  background: url('../images/bg1.gif') #ffffff;
  border-bottom: #FFF solid 2px;
}

#mainInner .left div.button2 {
  border-bottom: #fff solid 2px;
  background: url('../images/bg1.gif') #ffffff;
  margin-top: -11px;
  height: 100%;
  
}
.button2 {
  
  border-top: 2px solid #777777;
}

/* ---------- TYPO3 Klassen ---------- */

.twrss_head_channel {
  font-size: 18px;
  color: #164677;
  padding-bottom: 4px;
  border-bottom: 1px solid #4C95D6;
}

#twrss_table {
  Margin-Top: 0px;
  Margin-Right: 0px;
  Margin-Left: 0px;
}
.twrss_bodytext {
  Margin-Left: 15px;
}

.csc-sword {
  background-color: #7487A1;
}

.csc-mailform {
border: 0px;
margin-left: 15px;
width: 90%;
}


/* Menu / Sitemap, "Sitemap" */
.csc-sitemap { margin-left:10px; width: 80%; }
.csc-sitemap li { list-style-type: none; text-indent: 2em; padding-top: 5px; padding-bottom: 5px; }
.csc-sitemap li li { margin-left:0px; }
.csc-sitemap li li li { margin-left:0px; }
.csc-sitemap li li li li { margin-left:0px; }
.csc-sitemap li A { color: #79B51C; }
.csc-sitemap li A:hover { text-decoration: none; }
.csc-sitemap li A:visited { color:#79B51C; }
.csc-sitemap li li A { color:#79B51C; }
.csc-sitemap li li A:hover { text-decoration: none; }
.csc-sitemap li li A:visited { color:#79B51C; }
.csc-sitemap li li li A { color:#79B51C; }
.csc-sitemap li li li A:hover { text-decoration: none; }
.csc-sitemap li li li A:visited { color:#79B51C; }
.csc-sitemap li li li li A { color:#79B51C; }
.csc-sitemap li li li li A:hover { text-decoration: none; }
.csc-sitemap li li li li A:visited { color:#79B51C; }

