.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: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
}

.kkviewTH {
	background-color: #FC430F;
	color: #FFFFFF;
	
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
}

.kkviewTH2 {
	background-color: #FC430F;
	color: #FFFFFF;
	
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
}

.kkviewTHLink {
	background-color: #FC430F;
	color: #FFFFFF;
}

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

.kkviewTDNU { /* Linie nur unten */
	color: #000000;
	background-color: #FFFFFF;
	
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.kkviewTitle {
	color: #FF4B04;
	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: #FC430F;
	color: #FFFFFF;
	
	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: #FC430F;
	color: #FFFFFF;
}

.kkviewDetailTD {
	color: #000000;
	background-color: #FFFFFF;
	
	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;
	background-color: #FFFFFF;
	
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.kkviewDetailTDNR {
	color: #000000;
	background-color: #FFFFFF;
	
	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; 
}
#sperrmuellform h2 {
	color: #FC430F;
	font-size: 14px;
}
#boerselink {
	color: #ac0909;
	font-weight: bold;
	font-size: 12px;
}
#alertbox {
	background-image: url("layout2/alert.png");
	margin-left: -31px;
	margin-right: -11px;
	padding-top: 34px;
	padding-right: 50px;
	padding-left: 50px;
	height: 450px;
	background-repeat: no-repeat;
}
#intro {
    border: 1px solid #F8DA45;
    background: #FDF18B;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#alertbox > h2 {
	color: #0149a3;
	text-align: center;
}
#alertbox p {
	margin: 10px auto;
	line-height:13px;
}
#alertbox li {
    padding-bottom: 8px;
}
#form-container {
	background-color: #f6f4f4;
	border: 1px solid #c5c5c5;
	padding: 0 15px;
}
#form-container > h3 {
	background: #fb2208; /* Old browsers */
	background: -moz-linear-gradient(top, #fb2208 0%, #fb2f0a 23%, #fd5e15 77%, #fe6c18 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb2208), color-stop(23%,#fb2f0a), color-stop(77%,#fd5e15), color-stop(100%,#fe6c18)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fb2208 0%,#fb2f0a 23%,#fd5e15 77%,#fe6c18 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fb2208 0%,#fb2f0a 23%,#fd5e15 77%,#fe6c18 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fb2208 0%,#fb2f0a 23%,#fd5e15 77%,#fe6c18 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fb2208 0%,#fb2f0a 23%,#fd5e15 77%,#fe6c18 100%); /* W3C */
	color: #fffefe;
	text-align: center;
	padding: 8px;
	margin-top: 0;
	margin-left: -15px;
	margin-right: -15px;
}
#form-container > h4 {
	color: #FC430F;
	font-size: 14px;
}
#required {
	float: right;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}
#form-container table {
	width: 100%;
}
#form-container .label {
	width: 30%;
}
#form-container .fullinput {
	width: 99%;
}
#strasse,#strasse_adresse {
	width: 280px;
}
#inputhaus {
	width: 72px;
}
#inputhaus_adresse {
	width: 79px;
}
#plz,#plz_adresse {
	width: 49px;
}
#ort {
	width: 285px;
}
#ort_adresse {
	width: 292px;
}
#bemerkung {
	width: 99%;
}
#labelbemerkung {
	vertical-align: top;
}
#form-container > hr {
	border: 0;
	height: 0;
	border-top: 1px solid #d6d4d3;
	border-bottom: 1px solid #fbfafa;
}
#adresse {
	color: #FC430F;
	font-weight: bold;
}
#form-container input[type="submit"] {
	border: 0;
	background: url("layout2/sperrmuell-button-background.png") #ff6b37;
	background: -moz-linear-gradient(top, #ff6b37 0%, #ff622e 18%, #ff4712 51%, #ec3300 74%, #dc2300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6b37), color-stop(18%,#ff622e), color-stop(51%,#ff4712), color-stop(74%,#ec3300), color-stop(100%,#dc2300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff6b37 0%,#ff622e 18%,#ff4712 51%,#ec3300 74%,#dc2300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff6b37 0%,#ff622e 18%,#ff4712 51%,#ec3300 74%,#dc2300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff6b37 0%,#ff622e 18%,#ff4712 51%,#ec3300 74%,#dc2300 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff6b37 0%,#ff622e 18%,#ff4712 51%,#ec3300 74%,#dc2300 100%); /* W3C */
	padding: 5px 5px;
	border-radius: 15px;
	color:#fff;
	font-size:16px;
	width:350px;
	cursor:pointer;
	box-shadow: 1px 1px 25px #999999;
	margin-bottom: 15px;
	margin-top: 5px;
}
#input-hausnr {
    width: 69px!important;
}
#sperrmuellform {
    margin-bottom: 250px;
}
#hr-breit {
    border-top-width: 2px!important;
    border-bottom-width: 2px!important;
}