.silvergradient {
background: rgb(211,211,211);
background: -moz-linear-gradient(left,  rgba(211,211,211,1) 0%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 56%, rgba(211,211,211,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(211,211,211,1)), color-stop(44%,rgba(255,255,255,1)), color-stop(56%,rgba(255,255,255,1)), color-stop(100%,rgba(211,211,211,1)));
background: -webkit-linear-gradient(left,  rgba(211,211,211,1) 0%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 56%,rgba(211,211,211,1) 100%);
background: -o-linear-gradient(left,  rgba(211,211,211,1) 0%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 56%,rgba(211,211,211,1) 100%);
background: -ms-linear-gradient(left,  rgba(211,211,211,1) 0%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 56%,rgba(211,211,211,1) 100%);
background: linear-gradient(to right,  rgba(211,211,211,1) 0%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 56%,rgba(211,211,211,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#d3d3d3',GradientType=1 );


}



.container {
  color: #333333;
}

.container_ek {
  padding-top: 30px;
  padding-bottom: 30px;
}

.tablekursdaten {
  background-color: transparent;
}

.tablekursdaten tr {
  background-color: transparent;
}

.tablekursdaten .tablekursdaten-highlightrow {
  background-color: #eeeeee;
}

.kursdaten_disclaimer {
  color: #666666;
  margin-top: 40px;

}

.kurse_box {
 /*   background: rgb(203,185,141);
    background: -moz-linear-gradient(-45deg,  rgba(203,185,141,1) 0%, rgba(233,226,210,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(203,185,141,1)), color-stop(100%,rgba(233,226,210,1)));
    background: -webkit-linear-gradient(-45deg,  rgba(203,185,141,1) 0%,rgba(233,226,210,1) 100%);
    background: -o-linear-gradient(-45deg,  rgba(203,185,141,1) 0%,rgba(233,226,210,1) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(203,185,141,1) 0%,rgba(233,226,210,1) 100%);
    background: linear-gradient(135deg,  rgba(203,185,141,1) 0%,rgba(233,226,210,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbb98d', endColorstr='#e9e2d2',GradientType=1 );
 */
 background: rgb(211,211,211);
background: -moz-linear-gradient(left,  rgba(211,211,211,1) 0%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 56%, rgba(211,211,211,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(211,211,211,1)), color-stop(44%,rgba(255,255,255,1)), color-stop(56%,rgba(255,255,255,1)), color-stop(100%,rgba(211,211,211,1)));
background: -webkit-linear-gradient(left,  rgba(211,211,211,1) 0%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 56%,rgba(211,211,211,1) 100%);
background: -o-linear-gradient(left,  rgba(211,211,211,1) 0%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 56%,rgba(211,211,211,1) 100%);
background: -ms-linear-gradient(left,  rgba(211,211,211,1) 0%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 56%,rgba(211,211,211,1) 100%);
background: linear-gradient(to right,  rgba(211,211,211,1) 0%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 56%,rgba(211,211,211,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#d3d3d3',GradientType=1 );

    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;

    position: relative;
    overflow: hidden;
border-radius: 0px 10px 0px 0px;
-moz-border-radius: 0px 10px 0px 0px;
-webkit-border-radius: 0px 10px 0px 0px;

font-size: 13px;

}


input.inputDate {
  width: 150px;
  padding-left: 5px;
}

input.dateVon {
  width: 150px;
  padding-left: 5px;
}

input.dateBis {
  width: 150px;
  padding-left: 5px;
}

.boxtitle_kursfinder {
  font-size: 17px;
  display: inline-block;
  padding-bottom: 10px;
}

.kursboxtablerow {
  padding-bottom: 10px;
}

.kurse_box input[type=submit] {
  background-color: #af8e64;
  color: white;
  border: 0px;
  border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
}


.printlink {
  color: #333333;
  font-size: 12px;
}

.printlink:hover {
  color: #333333;
  text-decoration: none;
}

#myChart {
  background-image: url('../resourcen/agosi-circle-10.svg');
  background-repeat: no-repeat;
  background-position: center center;
}


.nav-tabs>li>a {
  color: #666666;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-tabs>li>a:hover {
  background-color: transparent;
  
  border: 0px solid #ffffff;

  color: #333333;

}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #333333;
  background-color: transparent;
  border: 0px solid #ffffff;


background: rgb(211,211,211);
background: -moz-linear-gradient(left,  rgba(211,211,211,1) 0%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 56%, rgba(211,211,211,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(211,211,211,1)), color-stop(44%,rgba(255,255,255,1)), color-stop(56%,rgba(255,255,255,1)), color-stop(100%,rgba(211,211,211,1)));
background: -webkit-linear-gradient(left,  rgba(211,211,211,1) 0%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 56%,rgba(211,211,211,1) 100%);
background: -o-linear-gradient(left,  rgba(211,211,211,1) 0%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 56%,rgba(211,211,211,1) 100%);
background: -ms-linear-gradient(left,  rgba(211,211,211,1) 0%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 56%,rgba(211,211,211,1) 100%);
background: linear-gradient(to right,  rgba(211,211,211,1) 0%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 56%,rgba(211,211,211,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#d3d3d3',GradientType=1 );



}

.tab-content {
  border-top: 0px solid black;
}

.boxholder_detail {
  display: inline-block;
  width: 100%;
  background: rgb(211,211,211);
  background: -moz-linear-gradient(left,  rgba(211,211,211,1) 0%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 56%, rgba(211,211,211,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(211,211,211,1)), color-stop(44%,rgba(255,255,255,1)), color-stop(56%,rgba(255,255,255,1)), color-stop(100%,rgba(211,211,211,1)));
  background: -webkit-linear-gradient(left,  rgba(211,211,211,1) 0%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 56%,rgba(211,211,211,1) 100%);
  background: -o-linear-gradient(left,  rgba(211,211,211,1) 0%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 56%,rgba(211,211,211,1) 100%);
  background: -ms-linear-gradient(left,  rgba(211,211,211,1) 0%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 56%,rgba(211,211,211,1) 100%);
  background: linear-gradient(to right,  rgba(211,211,211,1) 0%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 56%,rgba(211,211,211,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#d3d3d3',GradientType=1 );
}


.boxholder_detail .subheader {
  font-size: 20px;
}

.boxholder_detail .spaltennamemain , .boxholder_detail .spaltennamemainalt, .boxholder_detail .spaltennamemainwert, .boxholder_detail .spaltennamemainaltwert {
  font-size: 13px;
}


.nav-tabs {
  border: 0px solid #ffffff;
}

.page_body_box_right_middle_content a {
	color: red;
}