#sp-sprachauswahl {
background-color: #eee;
border-bottom: 1px solid #ddd;
}

.mod-languages {
    border: none;
    float: right;
}

.mod-languages img {
    border: none;
    float: right;
    line-height: 16px;
    height: 16px;
    margin: 3px 0 0 8px;
}



/* MODULES ------------------------------------------------ */

h3._modheader {
  background-color: #e31e24;
  color: #ffffff;
  padding: 5px 0 5px 10px;
}

/* Tabellen -------------------------------------------------- */


table tr:nth-child(even) {background: #eeeeee;}
table tr:nth-child(odd) {background: #FFF;}

table td {padding: 4px 10px; line-height: 25px;}
/*table {width: 80%;}*/

table tr:nth-child(odd) a {
  background: url(../images/pdf-grau.png); 
  padding-left: 30px; 
  line-height: 25px; 
  height: 25px; 
  display: block; 
  background-repeat: no-repeat;
}



table tr:nth-child(even) a {
  background: url(../images/pdf-weiss.png); 
  padding-left: 30px; 
  line-height: 25px; 
  height: 25px; 
  display: block; 
  background-repeat: no-repeat;
}


/* INHALTE ------------------------------------------ */

p.name {
  font-size: 20px;
  line-height: 120%;
}

p.name span {
  font-weight: bold;
  font-size: 12px;
}


/* SIDEBAR NAVIGATION ------------------------------------------ */

#sp-right {margin-bottom: 30px;}

#sp-right li {margin-bottom: 1px; border-bottom: 1px solid #eeeeee;}

li.current a {background: #eeeeee; color: #e31e2a!important;}