/*
Odenwaldkreis
*/

/*Farben*/
/*
#015481
#76ADE5
#B5D1F0
#C6DCF4
#F2F7FB
*/

/* Spalten */
#leftColumn {
	position: absolute;
	width: 390px;
}

/*
#rightColumn {
	position: absolute;
	width: 600px;
}
*/

/* Elemente */
#boxMap {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	z-index: 0;
	top: 42px;
	left: 400px;
	border: 1px solid #76ADE5;
}

#boxReference {
	position: absolute;
	top: 42px;
	left: 400px;	
	/*width: 200px;*/
	margin: 3px;
	z-Index:10;
	border: 1px solid #76ADE5;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

#boxLegend {
	/*position:relative;background:#8888BB;padding:5px;margin:0px;z-Index:0;font-weight:bold;*/
	position: absolute;
	top: 42px;
	right: 7px;
	/*width: 150px;*/
	margin: 3px;
	padding: 5px;
	z-Index:10;
	background:#FAFAFA;
	border: 1px solid #76ADE5;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;	
}	

#boxToolbar{
	position: absolute;
	top: 5px;
	left: 400px;
	height: 32px;
	z-Index:0;
	background:#F2F7FB;
	/*border: 1px solid #76ADE5;*/
}

#boxTitle1 {
	width: 100%;
	margin: 5px;
	border: 1px solid #76ADE5;
	background-color:white;
	text-align:center;
}

#boxFormTools{
	width:380px;	
	margin: 5px;
	padding:5px;
	z-Index:0;
	background:#C6DCF4;
	border: 1px solid #76ADE5;
}

#boxInfo {
	width:370px;	
	margin: 5px;
	padding:10px;
	z-Index:0;
	background:#C6DCF4;
	border: 1px solid #76ADE5;
}

#boxInfoContent {
	overflow:auto;
	margin-top:5px;
	border: 1px solid #76ADE5;	
}

#elMaptip {
	max-width:250px;
	padding:5px;
	border: 1px solid #76ADE5;
	background-color: #FAFAFA;
	z-Index:20;
	overflow:visible
}

#maptipContent {
	overflow:auto;
	font-size:0.8em;
}

img.boxButton {
	position: absolute;
	top: 1px;
	right: 1px;
}

#elWatermark {
	font-size:x-large;
	font-weight:bold;
	font-style:italic;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;	
}

/* links */

a:link { text-decoration:none; font-weight:normal; color:#800000; }
a:visited { text-decoration:none; font-weight:normal; color:#806060; }
a:hover { text-decoration:none; font-weight:normal; background-color:#BDBED6; }
a:active { text-decoration:none; font-weight:normal; color:white; background-color:#BDBED6; }

/* body */

body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #111133;
	background-color: #F2F7FB;
	border: #015481;
	padding: 0px;
	margin: 0px;
}

body.simple {
	background-color:#F2F7FB;
	margin: 3px;
}

body.blank {
	color:#76ADE5;
}

/* text */
h1 {
	font-size:20px;
	font-weight:bold;
	margin:2px 0px;
}

/* maptips */

#maptipContent td {
  font-size:0.95em;
  text-align:left;
  font-weight:normal;
  padding:0px;	
}
#maptipContent ul {
  margin:0; padding:0;
  font-weight:bold;
}
#maptipContent li {
  list-style-type:none;
  padding:0px;
}

/* table */

table.tools {
	margin:0px;
}

td {
	font-size:8pt;
	vertical-align:middle;
	text-align:left;
}

th {
	font-size:9pt;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
}

.box {
	background-color:#C6DCF4;
	vertical-align:top;	
}

.titlebox {
	background-color:#76ADE5;
	vertical-align:top;	
}

td.tool {
	vertical-align:middle;
	padding:2px;
}

/* button, input, select */

img.toolbutton {
	border:1px solid #015481;
	padding:0px;
	margin:1px;
	background-color:#F2F7FB;
	vertical-align:middle;
}

img.togglebutton {
	border:1px solid #015481;
	padding:0px;
	margin:1px;
	vertical-align:middle;
	text-align: right;
}

button, select, input  {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:x-small;
	border:1px solid #015481;
	padding:1px;
	margin:2px;
}

select, input {
	padding:2px;
	background-color:#F2F7FB;
}

button {
	padding:1px;
	background-color:#F2F7FB;
}

select {
	font-size:10px;
}

input {
	/*font-size:9px;*/
}

radio {
	border-width:0px;
}

/*infomode*/
#infomode {
	display:none;	
}

/*editierFelder*/
.editable {
	background-color:#eee;
	position:relative;
}
.dbcEditInput {
	border:1px solid #AAA;
	margin:0px;
	padding:0px;
}
.dbcEditBtOK, .dbcEditBtCancel {
	cursor:pointer;
	position:absolute;
	top:1.2em;
}
.dbcEditBtOK {
	left:0em;	
	background-color:#afa;
}
.dbcEditBtCancel {
	left:2.8em;
	background-color:#faa;
}

