/* app css stylesheet */

body { background-color:#FFFFCC; }

#siteicon {
	border:0;
	width:250px;
	height:40px;
}

 .germanIcon, .englishIcon {
	background: url(../img/flagge_de_en.gif);
	display: block;
	width:20px;
	height:12px;
	text-indent:-9999px;
}
.englishIcon {
	background-position: -20px 0px;
}

.panel {
	background-color:#FFFFCC;
}
.container-fluid {
	background-color:#FFFFCC;
}

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}




