.tx-container {
/*	Gesamtcontainer - oberstes Objekt */
	overflow: auto;
	width: 540px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 20px;
	position: relative;
/*	background-color:#D1EDF8; */
	background-color:#ffffff; 
	padding: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
/*	height: 400px; */
}
.tx-trenner-ort {
/*	Zwischencontainer bei Ortswechsel */
	position: relative;
	visibility: visible;
	width: 540px;
	background-color:#DBE9F9; 
	color:#0073a4;
	font-size: 18px;
	font-weight: bold;
	padding: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-width: 0px;
	border-style: solid;
	border-color: #0073a4;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-radius: 16px;
}
.tx-trenner-ortsteil {
/*	Zwischencontainer bei Ortsteilwechsel */
	position: relative;
	visibility: visible;
	width: 540px;
	background-color:#ededed; 
	color:#3959AC;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-width: 0px;
	border-style: solid;
	border-color: #0073a4;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-radius: 12px;
}
.tx-content {
/*	Container fuer die Einzelelobjekte */
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.tx-suchinfo {
/*	background-color: #f7d7ca 83C4E2; */
	background-color: #ebe9da;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	position: relative;
}
.tx-seperator {
/*	background-color: #f7d7ca 83C4E2; */
	background-color: #ebe9da;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	position: relative;
}
.tx-image {
	border: 0px;
}
.tx-button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #DBE9F9;
	border: 1px solid #3959AC;
}
.tx-button:hover {
	color:#CC3300;
	border: 1px solid #CC3300;
}
.tx-dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	vertical-align: middle;
	position: relative;
	margin-bottom: 8px;
/*	background-color: #DBE9F9; */
/*	border: 1px solid #3959AC; */
}
.tx-checkbox {
	border: 1px #675121;
}
.tx-option {
	border: 1px #675121;
}
.tx-headtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
/*	background-color: #000000; */
}
.tx-contenttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.tx-seperatortext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.tx-smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.tx-boldtext {
	font-weight: bold;
}
.tx-smalltext {
	font-size: 11px;
}
a:link {
	color: #333333;
}
a:hover {
	color: #CC3300;
}
.tx-emptysep {
/*	background-color: #f7d7ca 83C4E2; */
	background-color: #ebe9da;
}
.tx-clearfloat {
	clear:both;
}
.tx-spaceline {
	font-size:6px;
}
body,td,th {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body,textarea {
	  scrollbar-base-color:#cccccc;
	  scrollbar-3dlight-color:#cccccc;
	  scrollbar-arrow-color:#FFFFFF;
	  scrollbar-darkshadow-color:#666666;
	  scrollbar-face-color:#cccccc;
	  scrollbar-highlight-color:#ebe9da;
	  scrollbar-shadow-color:#cccccc;
	  scrollbar-track-color:#ebe9da; 
}
.tx-input {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #ebe9da;
	width: 180px;
	border: 0px;
	padding: 3px;
	margin-bottom: 0px;
}
