.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;
	color: #ffa800;
	font-size : 16px;
}

.unterUeberschrift {
	display : inline;
	color: #fce4b5;
	font-size : 12px;
}

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

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

.kkviewTH2 {
	background-color: #ffa800;
	color: #ffffff;
	
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 2px;
}

.kkviewTHLink {
	color: #ffffff;
}

.kkviewTHLink:hover {
	color: #484848;
}

.kkviewTD { 
	color: #484848;
	background-color: #ffeecc;
	
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 2px;
}

.kkviewTD1 {
	color: #484848;
	background-color: #fce4b5;
	
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 2px;
}

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

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

.kkviewForm {
	display:inline;
}

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

/* ... */
.kkviewDetailTH {
	background-color: #fce4b5;
	color: #484848;
	font-weight: bold;
	
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 2px;
}

.kkviewDetailTHLink {
	color: #ffffff;
	text-decoration: none;
}

.kkviewDetailTHLink:hover {
	color: #ffffff;
	font-weight: bold;
}

.kkviewDetailTD {
	color: #484848;
	background-color: #ffeecc;
	font-family : Verdana, sans-serif;
	
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 2px;
}

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

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

.mini_table {
  	width: 222px;	
	border: 0;
}

.mini_titel {
	background-color: #1587df;
	color: #ffffff;
    font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	padding-left: 11px;
	padding-top:2px;
	font-weight: bold;
}

a.mini_detail_link{
	font-weight: normal;
	font-size: 11px;	
	text-decoration: none;
}

a.mini_detail_link:hover{
	color: #df9404;
}

a.mini_link{
	color:#1187df;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	padding-left:10px;
}

a.mini_link:hover{
	color:#df9404;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	padding-left:10px;
}

.mini_datum{
	font-weight: bold;
	font-size: 12px;
}

.mini_abstand{
	padding-left:10px;
	padding-bottom:5px;
	padding-top:2px;
}

/* "statisches" Menü */
.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 : #ffa800;
	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 : #484848;
}

/* 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; 
}

	



