body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	background-image: url("images/tit_fond.gif");
	scroll: yes;	
	scrollbar-base-color:#666666;
	scrollbar-3dlight-color:#FFF2B8;
	scrollbar-arrow-color:#ffffff;
	scrollbar-darkshadow-color:#FFF2B8;
	scrollbar-face-color:#AA001A;
	scrollbar-highlight-color:#FFF2B8;
	scrollbar-shadow-color:#FFF2B8;
	scrollbar-track-color:#FFF2B8;
	overflow: auto;
}
body, tr, td {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #000000;
}
body.popup {
	background: #ffffff;
	margin: 12px;
	text-align: center;
}
a {
	color: #AA001A;
}
h1 {
	font-family: Times New Roman, Times, Serif;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
h2 {
	font-family: Times New Roman, Times, Serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
}
.inputbox {
	width: 100%;
	border: 1px solid #666666;
}
.no-width-change {
  width: auto !important;
}
.smalltext {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.menubar {
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 190px;
	height: 100%;
	background: #FFF2B8;
	z-index: 1;
}
.menulink {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
.menulinkactive {
	font-size: 13px;
	color: #AA001A;
	text-decoration: none;
}
.markerspace {
	width: 170px;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 15px;
}
.titlebar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background: #AA001A;
	z-index: 10;
}
.titletext {
	font-family: Times New Roman, Times, Serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	border: 0px solid #000000;
}
.newsbar {
	position: absolute;
	top: 100px;
	left: 771px;
	width: 190px;
	background: #FFF2B8;
	color: #666666;
	z-index: 1;
	text-align: left;
}
.content {
	position: absolute;
	top: 100px;
	left: 202px;
	width: 557px;
	padding-bottom: 30px;
	z-index:1;
	text-align: left;
}
.trennlinie {
	position: absolute;
	top: 130px;
	left: 190px;
	width: 581px;
	height: 1px;
	background: #666666;
	overflow: hidden;
	z-index:1;
}
.wichtig {
	color: #AA001A;
	font-weight: bold;
}
.bezirke {
	color: #AA001A;
	font-weight: bold;
}
#header {
	width: 557px;
	height: 30px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	padding-top: 7px;	
}
.topic {
	color: #AA001A;	
}
table.basic {
	border: 1px solid #000000;
	border-collapse: collapse;
}
tr.basic {
	background: #FFF2B8;
	font-weight: bold;
}
td {
	border: 1px solid #000000;
}
td.noborder {
	border: 0px solid #000000;
}
table.no-border,
table.no-border td,
table td.no-border {
  border: none !important;
}
table.light-border,
table.light-border td {
  border: none;
}
table.light-border td {
  border-bottom: 1px solid #cecece;
}
table th {
  text-align: left;
}
table.light-border th,
table.light-border td {
  padding: 5px;
}
.logofond {
	text-align: center;
	background-color: #ffffff;
}

.noDisplay {
  display:none;
}

  /* event calendar elements */
  .events-list h2,
  .events-detail h2 {
    background: #ffffff url('/images/bg-events-header.png') left top no-repeat;
    font: 22px/100% normal normal normal Arial, Helvetica, sans-serif;
    padding: 12px 0 10px 65px;
    text-transform: uppercase;
  }

  .events-list h2 {
    padding: 12px 0 30px 65px;
  }

  .events-detail h2 span.subtitle {
    display: block;
    width: 397px;
    padding: 0 5px 0 0;
    text-align: right;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
  }

  .events-list tr td {
    padding-bottom: 20px;
  }

  .events-list .event-list-date {
    padding-left: 55px;
  }

  .events-list .event-list-item {
    padding-left: 10px;
  }

  .events-list .event-list-item .detail-link {
    font-size: 0.8em;
    color: #666675;
  }