@charset "utf-8";
/***************************************************************************************/
/*
Titel:    Standardstyles fuer Bildschirmmedien
Autor:    Stephan Schindel, Computer-Rundum
Created:  06.11.2014
Updated:  06.11.2014 14:32

Inhalt:   - Erklaerung

menu-right.css
*/
/***************************************************************************************/
/* @import url("NAME_DER_DATEI.css");*/

/*###############################GLOBALE EINSTELLUNGEN#################################*/
/* default styles for extension "tx_EXTENSION" */


/*************************/
/* Menü im Content Right */
/*************************/
#content_right ul {
  padding: 0;
}
#content_right ul.csc-menu-1 {
  margin: 0;
  margin-top: 29px;
  margin-left: 16px;
  z-index: 97;
  clear: left;
  list-style: none;
}
/* Link Tag 1. Menuebene */
#content_right ul.csc-menu-1 li {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #000;
  height: 20px;
  width: 144px;
  line-height: 19px;
  font-size: 11px;
  background-image: linear-gradient(to bottom, #EFEFEF 60%, #CECECE 100%);
  border: 1px solid #bfbfbf;
  border-radius: 3px;
}
#content_right ul.csc-menu-1 li:hover {
  font-weight: bold;
  background-image: linear-gradient(to bottom, #CECECE 40%, #EFEFEF 100%);
  border: 1px solid #bfbfbf;
  border-radius: 3px;
}
#content_right ul.csc-menu li a:link {
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}
#content_right ul.csc-menu li a:visited {
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}
#content_right ul.csc-menu li a:hover {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

#content_right ul.csc-menu li a:active {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}



