/* äöüß */

body {
	margin:				0px;
	padding:			0px;

	font-size:			10pt;
	background-color:		#FFFFFF;
	color:				#000000;
}

form {
	margin-top:			0px;
	margin-bottom:			0px;
}

input {

	font-size:			10pt;
	background-color:		#DDDDDD;
	border-width:		1px;
	border-style:		solid;
	border-top-color:	#000000;
	border-left-color:	#000000;
	border-right-color:	#CCCCCC;
	border-bottom-color:	#CCCCCC;
}
input:hover {
	background-color:		#EDEDED;
}
input:focus {
	background-color:		#FEFFD9;
}

select {

	font-size:			10pt;
	font-weight:			normal;
	height:				17px;
	background-color:		#DDDDDD;
	border-width:		1px;
	border-style:		solid;
	border-top-color:	#000000;
	border-left-color:	#000000;
	border-right-color:	#CCCCCC;
	border-bottom-color:	#CCCCCC;
}
select:hover {
	background-color:		#EDEDED;
}
select:focus {
	background-color:		#FEFFD9;
}

textarea {

	font-size:			10pt;
	background-color:		#DDDDDD;
	border-width:		1px;
	border-style:		solid;
	border-top-color:	#000000;
	border-left-color:	#000000;
	border-right-color:	#CCCCCC;
	border-bottom-color:	#CCCCCC;
}
textarea:hover {
	background-color:		#EDEDED;
}
textarea:focus {
	background-color:		#FEFFD9;
}

optgroup {

	font-size:			10pt;
	font-weight:			bold;
	font-style:			normal;
	background-color:		#CCCCCC;
}

option {

	font-size:			10pt;
	font-weight:			normal;
	background-color:		#DDDDDD;
}

.submit-buttons {

	font-size:			10pt;
	color:				#000000;
	width:				92px;
	height:				21px;
	background-color:		#DDDDDD;
	border-width:			2px;
	border-style:			solid;
	border-top-color:		#FAFAFA;
	border-left-color:		#FAFAFA;
	border-bottom-color:		#547DBF;
	border-right-color:		#EEEEEE;
}
.submit-buttons:hover {
	color:				#000000;
	width:				92px;
	background-color:		#EDEDED;
	border-width:			2px;
	border-style:			solid;
	border-top-color:		#FAFAFA;
	border-left-color:		#FAFAFA;
	border-bottom-color:		#547DBF;
	border-right-color:		#EEEEEE;
}
.submit-buttons:active {
	color:				#000000;
	width:				92px;
	background-color:		#D0D0D0;
	border-width:			2px;
	border-style:			groove;
	border-top-color:		#547DBF;
	border-left-color:		#EEEEEE;
	border-bottom-color:		#FAFAFA;
	border-right-color:		#FAFAFA;
}

.submit-buttons-red {

	font-size:			10pt;
	color:				#000000;
	width:				92px;
	height:				21px;
	background-color:		#FF9999;
	border-width:			2px;
	border-style:			solid;
	border-top-color:		#FAFAFA;
	border-left-color:		#FAFAFA;
	border-bottom-color:		#547DBF;
	border-right-color:		#EEEEEE;
}
.submit-buttons-red:hover {
	color:				#000000;
	width:				92px;
	background-color:		#FFAAAA;
	border-width:			2px;
	border-style:			solid;
	border-top-color:		#FAFAFA;
	border-left-color:		#FAFAFA;
	border-bottom-color:		#547DBF;
	border-right-color:		#EEEEEE;
}
.submit-buttons-red:active {
	color:				#000000;
	width:				92px;
	background-color:		#FF8888;
	border-width:			2px;
	border-style:			groove;
	border-top-color:		#547DBF;
	border-left-color:		#EEEEEE;
	border-bottom-color:		#FAFAFA;
	border-right-color:		#FAFAFA;
}

.submit-buttons-green {

	font-size:			10pt;
	color:				#000000;
	width:				92px;
	height:				21px;
	background-color:		#C0D88C;
	border-width:			2px;
	border-style:			solid;
	border-top-color:		#FAFAFA;
	border-left-color:		#FAFAFA;
	border-bottom-color:		#547DBF;
	border-right-color:		#EEEEEE;
}
.submit-buttons-green:hover {
	color:				#000000;
	width:				92px;
	background-color:		#D0E89C;
	border-width:			2px;
	border-style:			solid;
	border-top-color:		#FAFAFA;
	border-left-color:		#FAFAFA;
	border-bottom-color:		#547DBF;
	border-right-color:		#EEEEEE;
}
.submit-buttons-green:active {
	color:				#000000;
	width:				92px;
	background-color:		#ACC46B;
	border-width:			2px;
	border-style:			groove;
	border-top-color:		#547DBF;
	border-left-color:		#EEEEEE;
	border-bottom-color:		#FAFAFA;
	border-right-color:		#FAFAFA;
}

hr {
	border:				solid;
	border-width:			1px;
	border-color:			#547DBF;
}

h1 {
	font-size:			18pt;
	color:				#686868;
}

h3 {
	font-size:			12pt;
	color:				#686868;
}

.headline {
	font-size:			10pt;
	letter-spacing:			1px;
	color:				#FFFFFF;
}

a {

	font-size:			10pt;
	color:				#1E9651;
	text-decoration:		underline;
}

a:hover {
	font-size:			10pt;
	color:				#FFFFFF;
	background-color:		transparent;
	text-decoration:		none;
}

.img-list {
	margin:				15px;
	border:				solid;
	border-width:			2px;
	border-color:			#686868;
}

.img-list-red {
	margin:				4px;
	border:				solid;
	border-width:			3px;
	border-color:			#FF0000;
}

.img-normal {
	border:				solid;
	border-width:			3px;
	border-color:			#547DBF;
}

.img-logo-border {
	border:				solid;
	border-width:			2px;
	border-color:			#000000;
}

.img-banner-border {
	border:				solid;
	border-width:			1px;
	border-color:			#000000;
}

.red {
	color:				#FF0000;
	text-decoration:		underline;
}

.judicial-sale {
	text-align:			center;
	font-size:			10pt;
	font-weight:			bold;
	letter-spacing:			2px;
	color:				#F5F5FF;
	background-color:		#FF0000;
	padding:			4px;
}

.red-bg {
	background-color:		#FF0000;
	padding:			4px;
}

.red-noline {
	color:				#880000;
}

.memo-line {
	margin-left:			4px;
	margin-top:			12px;
	color:				#880000;
}

.font-white {

	font-size:			10pt;
	color:				#1E9651;
}

.object-counter {

	font-size:			10pt;
	color:				#1E9651;
}

.white-only {
	color:				#F0F1BB;
}

.grey {
	background-color:		#F0F1BB;
}

.dark-grey {
	background-color:		#CCCCCC;
}

.notice-green {
	font-weight:			bold;
	color:				#EEEEEE;
	background-color:		#ACC46B;
	padding:			4px;
}

.notice-red {
	font-weight:			bold;
	color:				#EEEEEE;
	background-color:		#F34949;
	padding:			4px;
}


.white {
	color:				#EEEEEE;
}
.white:hover {
	color:				#555555;
	background-color:		#2F5697;
}

.card-zoom-button {
	background-color:		#F0F1BB;
}

.card-border {
	background-color:		#F0F1BB;
}




.button-green-top {

	font-weight:			bold;
	font-size:			10pt;
	letter-spacing:			2px;
	color:				#FFFFFF;
	background-color:		#1E9651;
	padding-left:			10px;
}
.button-green {

	font-size:			9pt;
	background-color:		#EEEEEF;
	padding-left:			10px;
}
.button-green-a {

	font-size:			9pt;
	color:				#555555;
	text-decoration:		none;
}
.button-green-a:hover {

	font-size:			9pt;
	color:				#555555;
	background-color:		#2F5697;
	text-decoration:		none;
}





.startpage-head {

	font-weight:			bold;
	font-size:			10pt;
	color:				#F0F1BB;
	background-color:		#BA9100;
}
.startpage-fields {

	font-size:			9pt;
	color:				#F0F1BB;
	background-color:		#DBC171;
}
.startpage-fields-a {

	font-size:			9pt;
	color:				#F0F1BB;
	text-decoration:		none;
}
.startpage-fields-a:hover {

	font-size:			9pt;
	color:				#F0F1BB;
	background-color:		#BA9100;
	text-decoration:		none;
}
.img-border {
	border-style:			dashed;
	border-width:			3px;
	border-color:			#BA9100;
}



.table-header {

	font-weight:			bold;
	font-size:			11pt;
	color:				#FFFFFF;
	background-color:		#1E9651;
}
.table-header1 {

	font-weight:			bold;
	font-size:			10pt;
	color:				#EEEEEE;
	background-color:		#5D8BD4;
}
.table-header-green {

	font-weight:			bold;
	font-size:			10pt;
	color:				#EEEEEE;
	background-color:		#ACC46B;
}
.table-field1 {

	font-size:			10pt;
	color:				#1E9651;
	background-color:		#EEEEEF;
}
.table-field2 {

	font-size:			10pt;
	color:				#1E9651;
	background-color:		#EEEEEF;
}
td, th {
	vertical-align:			top;
}
td.bottom, th.bottom {
	vertical-align:			bottom;
}


.statistic-field1 {

	font-size:			10pt;
	color:				#555555;
	background-color:		#C5F27D;
	text-align:			right;
}
.statistic-field2 {

	font-size:			10pt;
	color:				#555555;
	background-color:		#F2E97D;
	text-align:			right;
}
.statistic-field3 {

	font-size:			10pt;
	color:				#555555;
	background-color:		#F2D57D;
	text-align:			right;
}



.input-img-button {
	width:				100px;
	height:				20px;
	border-width:			0px;
	border-style:			none;
}
.input-img-button1 {
	width:				100px;
	height:				20px;
	border-width:			0px;
	border-style:			none;
	background-color:		transparent;
}
.input-img-button2 {
	width:				100px;
	height:				20px;
	border-width:			0px;
	border-style:			none;
	background-color:		transparent;
}

.small {
	font-size:			8pt;
}

.roadmap {
	margin:				10px;
	border-style:			solid;
	border-width:			2px;
	border-color:			#547DBF;
}

.spacer {
	margin:				10px;
}

.firefighter {
	background-color:		#FF0000;
	color:				#FFFFFF;
}

.police {
	background-color:		#348F34;
	color:				#FFFFFF;
}

.hard-left {
	position:			absolute;
	top:				-30000px;
	left:				-30000px;
	color:				#EEEEEE;
}

.notice-yellow {
	font-weight:			bold;
	color:				#FFFF00;
	background-color:		#FF0000;
	padding:			4px;
}

