html {
  margin: 0; padding: 0;
  width: 100%;
}

img {
  border:none;
}


body {
  margin: 0; padding: 0;
  width: 800px;
  font-family: Arial, sans-serif;
  font-size: 10pt;
} 

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  font-size: 14pt;
  font-weight: bold;
}

p {
 margin: 0;
 padding: 0;
 margin-bottom: 8px;

}

a, a:link, a:visited, a:active {
	color: rgb(179,0,66);
}

ul.menu, ul.menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.verticalmenu li {
  display: inline;
}

#page {
  padding-top: 155px;
}

.fixfloat {
  line-height: 0;
  font-size: 0;
  clear: both;
}

/*
 * Head image and text for printing and accessibility 
 */
#head {
  display: none;
}

#head img {
	display: none;
}

/*
 * Head graphic
 */
#top {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 850px;

  height: 135px;
  background-image: url('../images/headbg.jpg');
  background-repeat: no-repeat;
  background-color: rgb(255, 255, 255);
} 

/*
 * Level 1 menu (main menu)
 */
#menul1 {
  position: fixed;
  top: 100px;
  left: 200px;
  font-weight: bold;
  font-style: italic;
  font-size: 10pt;
}

#menul1 li {
  padding-right: 5px;
  padding-left: 10px;
  border-left: 1px solid rgb(179, 0, 66);
}

#menul1 li.first {
  padding-left: 0px;
  border-left: none;
}

#menul1 a, #menul1 a:link, #menul1 a:active, #menul1 a:visited {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

#menul1 a:hover {
  /*color: rgb(179, 0, 66);*/
  border-bottom: 1px solid rgb(179, 0, 66);
}

#menul1 .active a, #menul1 .active a:link, #menul1 .active a:active, #menul1 .active a:visited {
  color: rgb(179, 0, 66);
}

/*
 * Level 2 menu (submenu)
 */
#submenu {
	position:fixed;
  float: left;
  margin-top: 15px;
  margin-left: 35px;
  width: 165px; 
}

#menul2 {
  font-size: 9pt;
  font-weight: bold;
}

#menul2 li {
  margin-bottom: 14px;
}

#menul2 a, #menul2 a:link, #menul2 a:active, #menul2 a:visited {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

#menul2 a:hover {
  /*color: rgb(179, 0, 66);*/
  border-bottom: 1px solid rgb(179, 0, 66);
}

#menul2 .active a, #menul2 .active a:link, #menul2 .active a:active, #menul2 .active a:visited {
  color: rgb(179, 0, 66);
}


/*
 * Content area 
 */
#content {
  margin-left: 200px;
  width: 600px;
  min-height: 400px;
  margin-bottom: 40px;
}

/*
 * Intro
 */
#intro {
  width: 978px;
  height: 580px;
  position: absolute;
  margin-left: -489px;
  margin-top: -290px;
  top: 50%;
  left: 50%;
  background-image: url('../images/introbg.jpg');
  background-repeat: no-repeat;
}

#intro-a94 {
  float: right;
}

#intromenu {
  position: absolute;
  left: 558px;
  top: 375px;
}

#intromenu li {
  padding-left: 11px;
  background-image: url('../images/bluedot.gif'); 
  background-repeat: no-repeat;
  background-position: 0px 6px;
  margin-bottom: 3px;
}

#intromenu a, #intromenu a:link, #intromenu a:active, #intromenu a:visited {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
}

#intromenu a:hover {
  color: rgb(179, 0, 66);
}

ul, ol {
  padding: 0;
  margin: 0;
  margin-left: 8px;
}
li {
  padding: 0;
  margin: 0;
}


table {
	width: 100%;
	border-collapse: collapse;
	border-spacing:0px;
}

th {
	border: 1px solid black;
	background-color: #A6BDDB;
	padding:3px;
}

td {
	border: 1px solid black;
	padding:3px;
}

 .ce-text h1 {
  font-size: 10pt;
 width: 594px;
 padding: 3px;
 margin-top:15px;
background-color: rgb(204, 204, 204);
}
 .ce-text table td{
	border:none;
	vertical-align:top;
}

 .ce-text p {
	padding:0px;
	padding-bottom:5px;
	margin:0px;
}
table.contenttable {
	width:100%;
	vertical-align:top;
	border:0px;
}
table.contenttable td {
	width:33%; 
	vertical-align:top;
	border:0px;
}

.tx-ttaddress-pi1 .org {
	font-weight:bold;
}
.tx-ttaddress-pi1 table {
	width:100%;
}
.tx-ttaddress-pi1 td {
	width:33%;
}
.datepicker {
	text-align:right;
	margin:5px;
}


.ortsplan .image div { display: inline; width: 140px; height: 140px; }
.ortsplan .image { width: 285px; height: 285px; float: left; }
.ortsplan .text { margin-left: 290px; }

.align-center { text-align: center; }
.align-right {text-align: right; }
.align-justify {text-align: justify; }


/**
 * Extension CAL
 */
.month-header {
  float: right;
}

.month-header .month-header-prev {
  float: left;
}

.month-header .month-header-sel { 
  float: left;
  text-align: center;
  display: inline;
}

.month-header .month-header-sel form {
  display: inline;
}

.month-header-select p {
  padding: 0; margin: 0;
  padding-top: 5px;
}

.month-header-next {
  float: left;
}

.event-item {
  clear:left;
  border-top: 1px solid black;
  padding-top: 5px;
  height: 65px;
}

.odd {
  background-color: rgb(240,240,240);
}

.even {
  background-color: rgb(250,250,250);
}

.oldevent {
  color: rgb(150,150,150);
}

.event-item .event-item-date {
  width: 95px;
  float: left;
  margin-left: 5px;
}


.event-item .event-item-title {
  width: 480px;
  margin-left: 120px;
}

.event-item .event-item-title h3 {
  font-size: 10pt;
  font-weight:bold;
  padding: 0;
  margin: 0;
}

.event-item .event-item-location {
  width: 480px;
  margin-left: 120px;
  font-style: italic;
}

.event-item .event-item-organiser {
  width: 480px;
  margin-left: 120px;
  font-style: italic;
}



