/* EDITOR */
#error {
	/*background-color: #FCFFB1;
	border: 1px solid #F29400;
*/
  width:  99%;
	background-color: #eeeded;
	border: 1px solid red;
}
#msg {
	/*background-color: #FCFFB1;
	border: 1px solid #F29400;
*/
  width:  99%;
	background-color: #eeeded;
	border: 1px solid green;
}


div.footer {
	/*position: absolute;
	bottom: 0px;
*/
	width:  99%;
	height: 36px;
	background: #fff;
	border-top: 0px solid #a0bbde;
	padding: 0;
	margin: 0;
	text-align: center;
	color: gray;
	font-size:11px;
}
div.footer a {
	color: gray;
	text-decoration: underline;
}
div.footer a:hover {
	color: #002272;
	text-decoration: underline;
}

.label {
	background-color: transparent;
	color: #454545;
	font-weight: bold;
	text-align: right;
	border: 0px inset Gray;
	padding: 2px 6px;
}
#dbx_page_break {
	border: 2px dashed Fuchsia;
	width: 98%;
	height: 2px;
	display: block;
}
#dbx_col_break {
	border: 2px dashed deeppink;
	width: 98%;
	height: 2px;
	display: block;
}
h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
}
h3 {
	color: #002272;
	letter-spacing: 0.5px;
}
h1 {
  background-color:#002272;
  color:#FFFFFF;
  font-size:12px;
  margin: 0px;
}
h2 {
	font-size: 136%
}
h3 {
	font-size: 126%
}
h4 {
	font-size: 116%
}
h5 {
	font-size: 106%
}
h6 {
	font-size: 96%
}
.flexme {
	background-color: transparent;
}
.shadow {
	background-color: transparent;
}
.small_logo {
	font-size: 90%;
}
.big_logo {
	font-size: 110%;
}
.form {
	border: 0px inset Gray;
	padding: 0px;
	margin: 0px;
}
.header {
	background-color: transparent;
	color: Black;
	font: bold;
	border: 0px inset;
	padding: 2px;
}
.footer {
	color: silver;
	border: 0px inset;
	font: normal;
}
.right {
	text-align: right;
	margin-right: 10px;
}
.red {
	color: Red;
}
.green {
	color: Lime;
}
.dbxView {
	border: 0px inset;
}
.link_button {
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	border-top: 1px solid Maroon;
	border-bottom: 2px solid Maroon;
	border-left: 1px solid Maroon;
	border-right: 2px solid Maroon;
	background: Red;
	background-color: Red;
}
.link_button a {
	text-align: center;
	text-decoration: none;
	color: yellow;
}
.scrollbox100p300px {
	background: #EDF0F5;
	overflow: auto;
	width:  99%;
	height: 300px;
	border: 1px inset;
	border-right:2px inset;
	padding: 2px;
	display: block;
	visibility: visible;
	empty-cells: show;
}
.scrollbox100p140px {
	background: #EDF0F5;
	overflow: auto;
	width:  99%;
	height: 140px;
	border: 1px inset;
	border-right:2px inset;
	padding: 2px;
	display: block;
	visibility: visible;
	empty-cells: show;
}
.scrollbox100p120px {
	background: #EDF0F5;
	overflow: auto;
	width:  99%;
	height: 120px;
	border: 1px inset;
	border-right:2px inset;
	padding: 2px;
	display: block;
	visibility: visible;
	empty-cells: show;
}
.scrollbox100p40px {
	background: #EDF0F5;
	overflow: auto;
	width:  99%;
	height: 40px;
	border: 1px inset;
	border-right:2px inset;
	padding: 2px;
	display: block;
	visibility: visible;
	empty-cells: show;
}
.scrollbox100p60px {
	background: #EDF0F5;
	overflow: auto;
	width:  99%;
	height: 60px;
	border: 1px inset;
	border-right:2px inset;
	padding: 2px;
	display: block;
	visibility: visible;
	empty-cells: show;
}
.scrollbox100p80px {
	background: #EDF0F5;
	overflow: auto;
	width:  99%;
	height: 80px;
	border: 1px inset;
	border-right:2px inset;
	padding: 2px;
	display: block;
	visibility: visible;
	empty-cells: show;
}
.submit {
	/* den Submit-Button */
  width:101px;
	height: 19px;
	border: 1px solid #002272;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	background-color: #002272;
	color: #FFFFFF;
	line-height: normal;
	text-align: center;
	padding-left:10px;
	padding-right:10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.submit:hover {
	
	
	color: #002272;
	background-color: #b2bcd4;
	text-decoration: none;
	font-weight: bold;
}
.submit1 {
	/* den Submit-Button */
    width:99%;
	height: 19px;
	border: 1px solid #002272;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	background-color: #b2bcd4;
	color: #002272;
	line-height: normal;
	text-align: center;
	padding-left:10px;
	padding-right:10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.submit1:hover {
	color: #FFFFFF;
	background: #002272;
	text-decoration: none;
	font-weight: bold;
}
.submit2 {
	/* den Submit-Button */
    width:100%;
	height: 19px;
	border: 1px solid #002272;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	background-color: #b2bcd4;
	color: #002272;
	line-height: normal;
	text-align: center;
	padding-left:10px;
	padding-right:10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.submit2:hover {
	color: #FFFFFF;
	background: #002272;
	text-decoration: none;
	font-weight: bold;
}
.submit3 {
	/* den Submit-Button */
    width:99%;
	height: 19px;
	border: 1px solid #002272;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	background-color: #b2bcd4;
	color: #002272;
	line-height: normal;
	text-align: center;
	padding-left:10px;
	padding-right:10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.submit3:hover {
	color: #FFFFFF;
	background: #002272;
	text-decoration: none;
	font-weight: bold;
}
.button {
	display: block;
	height: 14px;
	border: 1px solid #002272;
	padding: 2px;
	text-align: center;
		color: white;
}
a.button {
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: white;
	background-color:#002272;
}
a.button:link {
	color: #002272;
	background-color: #b2bcd4;
	text-decoration: none;
}
a.button:visited {
	color: #002272;
	background-color: #b2bcd4;
	text-decoration: none;
}
a.button:hover {
	color: #FFFFFF;
	background-color: #002272;
	text-decoration: none;
}
a.button:active {
	color: #FFFFFF;
	background-color: #002272;
	text-decoration: none;
}
/*div.button {
	color: #000;
	background-color: #ddf;
	width: 120px;
	text-align: center;
	padding: 2px;
}
*/
input.w98 {
	width:  94%;
}
select.w98 {
	width: 98%;
}
.tinput {
	width:  97%;
}
/*.w98 {
	width:  98%;
}*/
.w1 {
	width:  44%;
}
.w90 {
	width: 90%;
}
.w99 {
	width: 99%;
}
.display_form {
	width: 100%;
}
.display_erg {
	color: #454545;
}

.display_erg_buttons {
	width: 99%;
}
.display_form td {
}
.dbx_evalerr {
	border: 1px solid #ff0000;
	background-color: rgb(252,233,233);
}
.highlight {
	color: #E17000
}
th {
	font-size: 12px;
	background-color: #002272;
	color: #FFFFFF;
	text-align:left;
	border:1px solid #002272;
}

td {
	color: #454545;
}
.ausgabereihe_blau {
	background-color: #E7EEF4;
	font-weight:bold;
	height:20px;
}
.ausgabereihe_weiss {
	height:17px;
}
.tableheader {
	background-color: #e5e5e5;
	border: 1px solid #D5D5D5;
	margin-top:5px;
}
input {
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
 }
textarea {
 font-size: 12px;
	font-family: arial, verdana, sans-serif;
	width:100%;
}
.centerCol h3 {
	color: #002272;
	letter-spacing: 0px;
}


#immo_daten__kennen {
 width:99%;
}
.verkleinert {
  padding-top:5px;
  padding-bottom:5px;
}

#immo_daten__park_art {
width:71%;
}
#immo_daten__nebenpark_art {
width:71%;
}
#kontakt__betreff {
 width:100%;
}
.mail_ort {
width:220px;
}

.translation_tab  {
 width:99%;
}
.translation_tab th {
 width:33%;
}
