/**
 * Position of the menu itself
 */
	
ul#menu {
  text-align: right;
  width: 15em;
  float: left;
  margin: 0;
  padding: 0;
}

/**
 * STANDARD ITEMS
 * outerboxes
 */

ul#menu li {
  font-size: 1.7em;
  list-style: none;
  list-style-position: outside;
  margin-top: 0.1em;
  line-height: 1.4em;
}

/**
 * STANDARD ITEMS
 * innerboxes
 */

ul#menu a, ul#menu span{
  font-family: "Arial", sans-serif;
  background-color: #000;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  line-height: inherit;
  padding-left: 0.2em;
  padding-right: 0.2em;
  padding-top: 0.07em;
  padding-bottom: 0.1em;
}

.bestelmenu {
  font-size: 1.7em;
  list-style: none;
  list-style-position: outside;
  margin-top: 0.1em;
  line-height: 1.4em;
}

.bestelmenu{
  font-family: "Arial", sans-serif;
  background-color: red;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  line-height: inherit;
  padding-left: 0.2em;
  padding-right: 0.2em;
  padding-top: 0.07em;
  padding-bottom: 0.1em;
}

/**
 * TOP ITEM
 * outerbox
 */

ul#menu li:first-child {
  font-size: 5em;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 0.05em;
  background-color: #000;
  padding-right: 0.1em;
	
  }

/**
 * TOP ITEM
 * innerbox
 */

ul#menu li:first-child a{
  letter-spacing: 0.2em; 
  background-color: transparent;
  padding: 0;
}

/**
 * ADDTHIS ITEM
 * outerbox
 */

ul#menu #addthis{
  font-size: 16px;
  padding: 0;
  margin-top: 0.2em;
  background-color: #FFFFFF;
}


/**
 * ADDTHIS ITEM
 * innerbox
 */

ul#menu #addthis a{
  padding: 0;
  background-color: #FFFFFF;
  }