@charset "UTF-8";
/* moved by compressor */
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

/* RESET */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size:14px;
  /*font-size: 100%;*/
}

ol, ul {
  list-style: none;
}


h1 {font-size: 1.5em;line-height: 1.4em;padding-bottom: 0.5em;}
h2 {font-size: 1.4em;line-height: 1.4em;padding-bottom: 0.5em;}
h3 {font-size: 1.3em;line-height: 1.3em;padding-bottom: 0.5em;}
h4 {font-size: 1.2em;line-height: 1.2em;padding-bottom: 0.5em;}
h4 {font-size: 1.1em;line-height: 1.2em;padding-bottom: 0.5em;}
h5 {font-size: 1.0em;line-height: 1.2em;padding-bottom: 0.5em;}
h6 {font-size: 1.0em;line-height: 1.2em;padding-bottom: 0.5em;}



/* style.css for fightforkids.org */

/* general stuff */

a:link    { color: #e00000; text-decoration: none; }
a:visited { color: #ca0000; text-decoration: none; }
a:hover   { color: #ff0000; text-decoration: underline; }
a:active  { color: #700000; text-decoration: none; }

body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11pt;
  margin:0;
  overflow: scroll;
  overflow-x:auto;
}

tbody {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11pt;
}

#wrapper{
  width:767px; height:500px; 
  position:absolute; left:50%; 
  margin-left:-383px; 
  margin-top:0;
  padding-top:0;
  /*border-width:1px; border-color:#F3F1B4; border-style:solid; */
}

h1 { color: #000040; }



#header-inner{
  background-image:url('../../../fileadmin/private/styles/images/header.jpg');
  width: 767px;
  height: 249px;
  border-top: 1px solid #fff;
}



#home-link{
  position: absolute;
  display: block;
  top: 35px;
  left: 10px;
  height: 45px;
  width: 340px;
  text-indent:-9999px;
  color: white;
}

#upperMenu{
  position: absolute;
  left: 415px;
  width:351px;
  height: 18px;
  list-style: none;
  
}

#middleMenu{
  position: absolute;
  top: 131px;
  left: 501px;
  width: 265px;
  height: 22px;
  color: #fff;
}



#middleMenu li{
  float: left;
  width: 73px;
  margin-top: 2px;
  padding-left: 15px;
}


#middleMenu li a{
  font-color: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#upperMenu ul {
  position: relative;
  z-index: 2;
}

#upperMenu ul li{
  background-image: url(/fileadmin/template/images/Main_Header_Menu.jpg);
  background-repeat:no-repeat;
  float: left;
  padding-left:13px;
  margin-left: 10px;
  margin-top: 2px;
  height: 17px;
  display: block;
}

#upperMenu ul li:hover{
  background-image: url(/fileadmin/template/images/square.gif);
}

#upperMenu ul li a{
  color: #0a5eff;
  font-weight:  bold;
  border-left: 1px solid #9a9a9a;
  padding-left: 3px;
  padding-top: 5px;
  display:    block;
  cursor:     pointer;
  font-size: 10px;
  height: 11px;
  
}

#upperMenu ul li ul{
  position:    absolute;
  top:      -999em;
  width:      10em;  
  background: 0;   
  padding: 0;
  margin: 0;
}

#upperMenu ul li:hover ul{
  top:      20px; /* match top ul list item height */
  z-index:    99;
  background-color: #fff;
  border: 1px solid rgb(113,113,113);  
  margin-top: -1px;
}

#upperMenu ul li:hover li {
  padding: 0;
  margin: 0;
  background: 0;
  background-color: #fff;
  border-bottom: 1px solid rgb(85,85,85);  
  width: 100%;
  height:1.5em;
}

#upperMenu ul li a:hover{
  text-decoration: none;
}

#upperMenu ul li li a,
#upperMenu ul li li a:hover{
  text-decoration: none;
  border: 0;
  padding-left: 5px;
  padding-bottom: 5px;
}

#upperMenu ul li li a:hover{
  background-color: rgb(84,134,207);
  color: #fff;
}

/*li { list-style-type: square; }*/
/*ul { color: #0066FF; list-style-type: square; }*/
/*ol { color: #0066FF; }*/

#title  { font-size: 13pt; font-weight: bold; color: #d00000; }
#title2 { font-size: 13pt; font-weight: bold; color: #000; text-align: center; }
#title3 { font-size: 12pt; font-weight: bold; color: #000; }

.minimenu {
  font-size: 8pt;
  text-align: justify;
  padding: 1em;
}

#small { font-size: 8pt; }

#contact_us {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13pt;
  text-align: center;
  /*margin: 10pt;*/
}

#floatrightimage {
  float: right;
  text-align: center;
  margin-left: 10pt;
  margin-bottom: 4pt;
}

#floatleftimage {
  float: left;
  text-align: center;
  margin-right: 10pt;
  margin-bottom: 4pt;
}

.master_content {
  width:767;
  padding:0;
  margin:0;
}

.sidebar {
  width: 145px;
  padding: 0.5em 0;
  float:left;
  margin-right: 10px;
}

.middle_column {
  width: 612px;
  min-height:300px;
  padding: 1em 0;
  font-size: 11pt;
  float:left;
}


.news {
  margin: 2em 0 0 0;
}

.navigation_linear {
  /*border: 1px dashed red;*/
  /*text-align: right;*/
  /*float: right;*/
  margin: 5pt 0;
  padding: 0;
  position: absolute;
  left: 650px;
  width: 8em;
}

.free_reports {
  margin: 2em 0 0 0;
}

.footer-box{
  text-align: center;
  color: #666666;
  font-size: 9pt;
  margin-top:35px;
}

.footer-box a{
  text-align: center;
  color: #666666;
  font-size: 9pt;
  padding: 2pt;
}

.videos {
  /*padding: 4pt 0 0 0;*/
}

.clear{
  clear:both;
}

#footer .widget ul {
  list-style: none;
}


#footer  .widget ul li{
  list-style: none;
  display: inline;
  border-left: 2px solid;
}


#footer  .widget ul li:first-child{
  border:0;
}

#footer .widget ul li a{
  margin-right: 5px;
  margin-left: 5px;
  color: #ff0000;
}


#subMenuWrapper ul li{
  padding: 5px 0px;
}


#subMenuWrapper ul{
  padding:0;
  padding-left:5px;

}


#subMenuWrapper  a{
  line-height: 0.9em;
}


#subMenuWrapper ul ul{
  padding-left:10px;
  margin-bottom: 10px;
}

#leftContent{
  margin-top: 40px;
  
}

#leftsidebar a:link    { color: #000069; }
#leftsidebar a:visited { color: #000069; }
#leftsidebar a:hover   { color: #000069; }
#leftsidebar a:active  { color: #000069; }

#leftsidebar {
  font-weight: bold;
}

table
{
    border-collapse: collapse;  'cellspacing' equivalent 
}

table td, table th
{
    padding: 0; /* 'cellpadding' equivalent */
}


.weiter, 
.weiter:hover{
    text-decoration: none;
    background-image:url('../../../fileadmin/private/styles/images/heading_more.gif');
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -5px;
    padding-left: 60px;
    padding-top: 10px;
  
}

.align-right{
    text-align: right;
  
}


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

.text-image-right{
    float: right;
    padding: 3px 3px 10px 8px;
}

.text-image-left{
    float: left;
    padding: 3px 8px 10px 3px;
  
}


.middle_column ul{
    list-style: disc;
    margin-left: 15px;
}

.middle_column ol{
    list-style: decimal;
    margin-left: 15px;
}

/* Image with captions */
.caption-container-right{
    float: right;
    font-size: 80%; 
    font-style: italic;
    text-align: center;
    padding-bottom:0.5em;
    margin-left:5px;
}


.caption-container-left img,
.caption-container-right img{
    padding: 2px;
}


.caption-container-left{
    float: left;
    font-size: 80%; 
    font-style: italic;
    text-align: center;
    padding-bottom:0.5em;
    margin-right:5px;
}




.arrow{
  background-image: url('../../../fileadmin/private/styles/./images/arrows.gif') !important;
  background-repeat: no-repeat !important;
  background-position: 97% 50% !important;
  z-index:15;
 
}

.middle_column table{
  margin: 5px 0;
}

.middle_column #borders td,
.middle_column #borders th{
  padding: 5px;
  border: 1px solid black;
}




#menu-wrapper{
  width: 767px;
  height: 22px;
  background-image: url('../../../fileadmin/private/styles/./images/verlauf.png');
  background-repeat: repeat-y;
  border-top: 1px solid  #fff;
}

/*** ESSENTIAL STYLES ***/
#menu, #menu * {
  list-style:    none;
  color: white;
}
#menu {
  position: relative;
  z-index: 2;
}
#menu ul {
  position:    absolute;
  top:      -999em;
  width:      20em; /* left offset of submenus need to match (see below) */
}
#menu ul li {
  width:      100%;
}
#menu li:hover {
  visibility:    inherit; /* fixes IE7 'sticky bug' */
}
#menu li {
  float:      left;
  position:    relative;
}
#menu a {
  display:    block;
  position:    relative;
  cursor:     pointer;
  height: 18px;
  padding: 2px 5px;
  text-decoration:none;
}

#menu > li > a {
  font-size: 12px;
  border-left: 1px solid #fff;  
}



#menu li:hover ul{
  left:      0;
  top:      2.5em; /* match top ul list item height */
  z-index:    99;
}
ul#menu li:hover li ul {
  top:      -999em;
}
ul#menu li li:hover ul {
  left:      10em; /* match ul width */
  top:      0;
}
ul#menu li li:hover li ul {
  top:      -999em;
}
ul#menu li li li:hover ul {
  left:      10em; /* match ul width */
  top:      0;
}

/*** DEMO SKIN ***/


#menu a:focus, #menu a:hover, #menu a:active {
  background: rgb(94,150,223);
}

#menu li {
  /*margin-top: 7px;*/
  padding-right: 2px;
}

  /* Second Level Buttons */

#menu li ul {
  margin-top: -14px;
  border: 1px solid rgb(119,119,119);
  padding-right: 1px;
  cursor: pointer;
}

#menu li ul ul {
  margin-top: -1px;
  margin-let: 1px;
}

#menu li li {
  margin-top: 0;
  padding-right: 0;
  border-left: 1px solid rgb(255,255,255);
  background-image: none;
  cursor: pointer;
  background-color: rgb(94,150,223);
  font-size:10px;
  height:20px
  position: absolute;
}

.border{
  border-right: 1px solid rgb(85,85,85);  
  border-bottom: 1px solid  rgb(85,85,85);
}

#menu li li:first-child {
  border-top: 1px solid rgb(255,255,255);
}

#menu li li a {
  text-align: left;
  font-size: 11px;
  padding: 4px 5px 0px 5px;
  cursor: pointer;
}

#menu li li a:focus, #menu li li a:hover, #menu li li a:active {
  background: white; /*rgb(94,150,223);*/
  color: rgb(0,0,98)
}

#menu li li li {}
#menu li:hover {
  outline:    0;
}