#container {
  font: 11px Arial, Verdana, 'Sans Serif';
  color: #34464e;
  background: #eae9f0;
  overflow: hidden;
}
#container h3 {
  padding-bottom: 11px;
  border-bottom: 2px dotted grey;
  width: 100%;
  margin-bottom: 0;
  font: 16px Arial;
  font-weight: bold;
}
#container a {
	color: #a7072e;
}
#main {
 padding: 20px;
 /*padding-left: 25px;
 padding-right:30px;
 width: 100%!important*/
 width: 91%;
}
#right {
	padding: 2px;
}
/* Eventliste Home */
#right .lve_white {
	background: white;
	padding: 05px 20px 05px 20px;
	margin-top: 0;
	border-bottom: 3px solid #eae9f0;
}
/* Downloads */
#right table {
	background: white;
	padding: 10px;
	width: 100%;
}
/* Termine */
#right .submenu {
	background: white;
	padding: 5px 20px 5px 20px;
	margin-top: 10px;
	width: 88%;
}
#right .white_kontakt {
	background: white;
	padding: 7px 14px 7px 14px;
}
#article-18 {
	width: 430px;
}
.lve-button {
	text-decoration: none;
	background: #34464e;
	padding: 6px;
	color: white !important;
	font-weight:bold;
}
.lve-button:hover {
	background: #608085;
}
.ce_accordion .toggler:after {
    content: "(+)";
}
.ce_accordion .toggler.active:after {
    content: "(-)";
}