body {
	background:#ffffff;
	color:#000000;
	font-family:'Verdana', 'Arial', sans-serif;
	font-size:12px;
	border: thin;
}

table, tr, td {
	font-family:'Verdana', 'Arial', sans-serif;
	font-size:12px;
	border-color:#dcdcdc; 
	/* border-color:#ff0000; */
}
h1 {
	font-size: 12px; margin-top: 0px;
}
a {
	color: #0002ff;
}
a:visited {
	color: #0000a0;
}

td.small { font-size:10px; line-height: 14px; }

/* hellgrau (Hintergrund Navigation, Tabellenlinien): #dcdcdc bzw. RGB 220, 220, 220 */
/* dunkelgrau (Text Headline etc.): #646464 bzw. RGB 100, 100, 100 */
/* mittelgrau (Buttons der aktuellen Seite, Rahmen Aktuelle) #aaaaaa, RGB 170, 170, 170 */ 

.head { color:#646464;
   background-color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
	}

/* p { margin-top:12px; margin-bottom:12px; }*/
p.kap { 
font-weight: bold; 
margin-top:20px; }
p.top {
	margin: 0px;
}

img {
	text-decoration:none;
	border: 0px none;
}

.lisq {
 list-style-type:square;
 }

/* Page Links in der Seiten-Navigation */
.pagelink a {
	font-family:'Verdana', 'Arial', sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#646464;
	background-color:#ffffff;
	text-decoration:none;}

.pagelink a:hover {text-decoration:underline; color:#ff0000; }

/* Hauptnavigation in der linken Spalte */
#mainnavi ul {
	margin: 0px; padding: 0px;
	text-align: left;
	text-indent: 10px;
}
#mainnavi li {
	list-style: none;
	margin: 0px 0px 2px 0px;
}
#mainnavi a {
	display: block;
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
	width: 125px;
	height: 12px;
	padding: 5px 5px 6px 5px;
	margin: 0px;
	text-decoration: none;
	color: #000000;
}
#mainnavi a:hover {
	background-image: url(images/button-sel.jpg);
}
#mainnavi .SEL {
	background-image:url("images/button-sel.jpg");
}
#sort {
	background-image: url(images/box.gif);
	background-repeat: no-repeat;
	width: 660px;
	height: 23px;
	margin: 2px 0 2px 0;
}
#filt {
	background-image: url(images/box.gif);
	background-repeat: no-repeat;
	width: 660px;
	height: 23px;
	margin: 0;
}
td.left {
	text-indent: 10px;
	height: 23px;
	width: 150px;
	margin: 0; padding: 0px;
}
#rahmen {
	background-image: url(images/rand_1x1.gif);
	background-repeat: repeat-y;
	width: 660px;
   margin: 0px;
	padding: 0px;
}
#fuss {
	background-image: url(images/rand_2x1.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 660px;
   margin: 0px;
	padding: 0px;
}
  
/* Auswahl des Sortierkriterium im Firmenindex */
ul#navigationsliste {
    margin:0; padding:0;
    text-align:center;
  }
ul#navigationsliste li {
    list-style:none;
    margin:0; padding:0;
    display:inline;
  }
ul#navigationsliste a, ul#navigationsliste span  {
    float:left;
    margin: 1px 0 1px 0;
    padding: 2px 1px 1px 1px;             /* top,right,bottom,left */
    width:96px;
    text-decoration:none; font-weight:normal;
    color:#000000; background-color:#ffffff;
	/* border-left: 2px solid #dcdcdc;*/
	 border-right: 2px solid #dcdcdc;
	 border-top: none;
	 border-bottom: none;
  }
ul#navigationsliste a:hover, ul#navigationsliste span {
    color:#000000; background-color:#dcdcdc;
  }

/* Auswahl Filter-Kriterium */
ul#filter {
    margin:0; padding:0;
    text-align:center;
	 width: 480px;
	  }
ul#filter li {
    list-style:none;
    margin:1px; padding:1px;
    display:inline;
  }
ul#filter a {
    text-decoration:none; font-weight:normal;
    color:#000000; background-color:#ffffff;
  }
ul#filter a:hover {
    color:#000000; background-color:#ffffff;
    font-weight:bold;
  }

#aktuell td.top{
	background-image: url(images/box-aktuell-top.gif);
	background-repeat: no-repeat;
}
#aktuell td.mitte{
	background-image: url(images/box-aktuell-mitte.gif);
	padding: 0px 10px 0px 10px;
	background-repeat: repeat-y;
}
#aktuell td.bottom{
	background-image: url(images/box-aktuell-bottom.gif);
	background-repeat: no-repeat;
}
#aktuell a {
	text-decoration: none;
	color: #0002ff;
}
#aktuell a:visited {
	text-decoration: none;
	color: #0002ff;
}

.monat {
	background-color: #dcdcdc; padding: 3px;
}
.datum {
	width: 125px;
	border-right: solid 1px #646464;
  /* border-bottom: solid 1px #646464;*/
}
.event {
	padding-left: 10px;
	/*border-bottom: solid 1px #646464;*/
}
.lastrow {
	border-top: solid 1px #646464;
}
p.top10 {
	margin-top: 10px;
}
p.bottom10 {
	margin-bottom: 10px;
}

.termine td {vertical-align: top;}

a.footer { color: #000; text-decoration: none; }
a.footer:hover { text-decoration: underline; }
