/* Mein Seite - Ilch CMS Angaben */

.a
{
color: #C4C4C4;
}
td
{
font-family: Verdana,Arial;
font-size: 12px;
color: #ccc;
}
a
{
color: #C4C4C4;
font-family: Verdana,Arial;
font-size: 12px;
text-decoration: none;
}
a:hover
{ color:#ce4444;
text-decoration: none;

}
::-moz-selection { /* Code for Firefox */
   background: #8B7355 none repeat scroll 0% 0%;
   color: #FFF;
}

::selection {
   background: #CE none repeat scroll 0% 0%;
   color: #FFF;
}
a.box
{color: #fff;
font-family: Verdana,Arial;
font-size: 12px;
text-decoration: none;
}
a.box:hover
{color: #810000;
text-decoration: none;
font-weight: none;
}
.Chead
{background-color:#272727;
color: #E5E5E5;
font-family: Verdana, Arial;
font-size: 12px;
}
.Cnorm
{
background-color:#262626;
color: #ccc;
}
.Cmite
{background-color:#191919;
color:#ccc;
}
.mite
{background-color: #E5E5E5;
color:#2f2f2f;
}
.Cdark
{background-color:#222222;
color: #810000;
font-family: Verdana, Arial;
font-size: 12px;
}
.smalfont
{
color: #FFFFFF;
font-size: 12px;
text-decoration: none;
}
.border
{
background-color: #333;
}
hr
{
height: 1px;
border: solid #333 1px;
border-top-width: 1px;
width: 100%;
}
select
{
color: #2f2f2f;
background-color: #E5E5E5;
font: 11px  Verdana, Arial;
border-color: #111111;
border-width: 1px;border-style: double;
font-weight: normal;
text-decoration: none;
}
legend
{
font-size: 12px;
font-weight: normal;
color: #E5E5E5;
}
/* Auswahl, Eingabefeld, Textfeld (Definiert das wo man etwas reinschreibt oder auswaehlen kann)*/
input, textarea, select {
    color: #cccccc;
    font: 12px Verdana;
    border-color: #585858;
          border-width: 1px;
    border-style: solid;
    font-weight: none;
    text-decoration: none;
    background-color: #151515;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;}
}


/* Klassen für das Userprofil*/

.usc { height:18px; color:#666;}
.fra { height:18px; color:#CCC; line-height:18px; font-size:12px; background:#333;}
.fra:first-letter { color:#C00; font-weight:normal;  font-family: desdemona-black; font-size:24px;}
.aga { height:18px; color:#CCC; line-height:18px; background:#666;}
.ava { font-size:10px; color:#C00; text-align:center;}

/* Klassen für das Userprofil ENDE*/

/* ######################## */
/* button */
/* ######################## */
.buttonplatz {
right:2px;
position:fixed;
top:5px
}
.buttonstyle {
display:inline-block;
width:100px;
height:40px;
text-align:center;
background:#191919;
color:cccccc;
text-shadow: 1px 1px 0 #000000;
border: 1px solid #494949;
line-height:20px;
font-family: Verdana, Arial, Helvetica,
font-size: 11px
}
.buttonplatz:hover {
color:#ffffff;
border: 1px solid #ffffff
}

@font-face {
    font-family: desdemona-black;
    font-weight: normal;
    font-style: normal;
    src: url('font/desdemona-black.otf');
}

@font-face {
    font-family: creepy;
    font-weight: normal;
    font-style: normal;
    src: url('font/creepy.ttf');
}


.download_wertung_container {
  height:100%;
  width:100%;
  margin-left: -1px;
  position: relative;
}

.download_wertung_container.list {
  border-bottom: 2px solid #333;
}

.download_wertung {
  height: 100%;
  text-align: center;
}

.download_wertung.low {
background: #db3a27;
border-color: #c73321 #b12d1e #8e2418;
background-image: -webkit-linear-gradient(top, #ea8a7e, #e15a4a 70%, #db3a27);
background-image: -moz-linear-gradient(top, #ea8a7e, #e15a4a 70%, #db3a27);
background-image: -o-linear-gradient(top, #ea8a7e, #e15a4a 70%, #db3a27);
background-image: linear-gradient(to bottom, #ea8a7e, #e15a4a 70%, #db3a27);

}

.download_wertung.mid {
background: #f2b63c;
border-color: #f0ad24 #eba310 #c5880d;
background-image: -webkit-linear-gradient(top, #f8da9c, #f5c462 70%, #f2b63c);
background-image: -moz-linear-gradient(top, #f8da9c, #f5c462 70%, #f2b63c);
background-image: -o-linear-gradient(top, #f8da9c, #f5c462 70%, #f2b63c);
background-image: linear-gradient(to bottom, #f8da9c, #f5c462 70%, #f2b63c);

}

.download_wertung.high {
background: #85c440;
border-color: #78b337 #6ba031 #568128;
background-image: -webkit-linear-gradient(top, #b7dc8e, #99ce5f 70%, #85c440);
background-image: -moz-linear-gradient(top, #b7dc8e, #99ce5f 70%, #85c440);
background-image: -o-linear-gradient(top, #b7dc8e, #99ce5f 70%, #85c440);
background-image: linear-gradient(to bottom, #b7dc8e, #99ce5f 70%, #85c440);

}

.download_wertung_text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  left:0;
  right: 0;
  width: 70px;
  color: #000000;
  font-weight: normal;
}

.download_wertung_text div {
  position: relative;
  text-align:center;
  color: #000;
}

h4 {
font-family: desdemona-black;
font-size: 18px;
color: #FFFFFF;
}