.sitemap-us {
	font-size : 12px;
}

.sitemap-link {
	font-size : 12px;
}

/* Hervorhebung bei den Volltextsuchen */
.kkMark {
	font-weight : bold;
	color : green;
	border-bottom-color: green;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	
}

/* Klassen für Bildunterzeile ala Spiegel (s. templates/imgtmpl/...) */
.assetalignleft {margin:0 8px 6px 0; page-break-inside: avoid;}
.assetalignright {margin:0 0 6px 8px; page-break-inside: avoid;}
.assetaligncenter {margin: 6px auto 6px auto; page-break-inside: avoid;}
.assetalign	{page-break-inside: avoid;}
.bu {margin:0; padding:2px; font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;}
.bt {background-color : #e7e7e7;}

/* Standard Klassen für die Datenbanklisten (News, Veranstaltungen, usw.) */
/* Überschrift auf Detailseite */
.ueberschrift {
	display : inline;
}

.unterUeberschrift {
	display : inline;
}

/* Liste */
.kkviewTABLE {
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 3px;
	
	border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 3px;
}

.kkviewTH {
	color: #ffffff;
	font-weight: bold;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 3px;
	background-color: #246919;
}

.kkviewTH2 {
	background-image : url(layout/tabelle-hg.gif);
	background-repeat : repeat-x;
	color: #000000;
	
	border-bottom-color: #9a9a9a;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	border-right-color: #9a9a9a;
	border-right-style: solid;
	border-right-width: 1px;
}

.kkviewTHLink {
	color: #ffffff;;
}

.kkviewTD {
	color: #000000;
	font-family : Verdana, sans-serif;
	background-color: #eefab4;
	
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 3px;
}

.kkviewTDNU { /* Linie nur unten */
	color: #000000;
	font-family : Verdana, sans-serif;
	
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

.kkviewTitle {
	color: #246919;
	display:inline;
}

.kkviewForm {
	display:inline;
}

/* Detail */
.kkviewDetailTABLE {
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
}

.kkviewDetailTH {
	background-color: #ffff99;
	color: #000000;
	
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
}

.kkviewDetailTHLink {
	background-color: #ffff99;
	color: #000000;
}

.kkviewDetailTD {
	color: #000000;
	font-family : Verdana, sans-serif;
	
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
}

.kkviewDetailTDNU { /* Linie nur unten */
	color: #000000;
	font-family : Verdana, sans-serif;
	
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.kkviewDetailTDNR {
	color: #000000;
	font-family : Verdana, sans-serif;
	
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
}



/* "statisches" Menü */
.statMenueGTD {
	background-image : url(layout/gemeinde_sub.gif);
	background-repeat : repeat-y;
}
.statMenueRTD {
	background-image : url(layout/rathaus_sub.gif);
	background-repeat : repeat-y;
}
.statMenueLTD {
	background-image : url(layout/leben_sub.gif);
	background-repeat : repeat-y;
}
.statMenueUTD {
	background-image : url(layout/urlaub_sub.gif);
	background-repeat : repeat-y;
}
.statMenueWTD {
	background-image : url(layout/wirtschaft_sub.gif);
	background-repeat : repeat-y;
}

.statMenueLink {
	color: #000000;
	text-decoration : none;
}

.statMenueCurrentLink {
	color: #000000;
	text-decoration : underline;
}

.statMenueMarkedLink {
	color: #000000;
	text-decoration : underline;
	font-weight : bold;
}

/* Rathaus: Lebenslagen, Mitarbeiter, A-Z */
.rathausHeadline {
	background-color : #0C5A9A;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #FFFFFF;
	padding-left : 5px;
}

.rathausHeadline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #525252;
}

.rathausHeadlineLink {
	color : #FFFFFF;
}
.rathausHeadlineLink:Hover {
	color : #eaeaea;
}

/* visual step display */
table.wizard {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed; 
}
td.wizard, td.wizardcurrent {
	border-top: 2px solid rgb( 192, 192, 192 );
	border-bottom: 2px solid rgb( 192, 192, 192 );
	padding: 5px; 
}
td.wizard {
	background-color: rgb( 240, 240, 240 );
	color: black; 
}
td.wizardcurrent {
	background-color: #c0d0f0;
	color: black; 
}

	


