/* COMMON STYLE
--------------------------------------------------------- */

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 105%;
	margin: 0 0 0 0px;
	padding:0px;
}


/* rm */

div.top01 {
	margin: 0 0 0 5px;
}






img {
	border: none;
}



/* rm Legenden */
      .layer { font-weight:bold; margin:5px; font-size:100%%}

      img.sprite { vertical-align:middle; padding-right:3px; }

.legend {
	padding-left:0px;
	padding-right:0px;
	font-size:70%;
}


div.legend {
	border:1px solid #000;
	overflow:auto;
	background-color:#fff;
	bottom: 5px;
	left: 5px;
	position: absolute;
	z-index:1000;
  opacity:0.8;
  filter: alpha(opacity=80);
}

.legends {
  	padding: 3px;
}

div.layers {
  	background-color:#333333;
  	color: #fff;
  	margin: 0px;
  	padding: 3px;
}

/* rm Titelformate */
.ti01 {
	margin-top:15px;
	margin-bottom:9px;
	font-size:1.05em;
	font-weight:bold;
}

.ti01small {
	font-size:70%;
	font-weight:normal;
}


/* rm Koordinaten*/
#mapCoords {
	position:absolute; 
	top:-1px;
	right:-1px; 
	z-index:99; 
	padding:5px; 
	font-size: 80%; 
	border:solid thin silver; 
	color:black; 
	background-color:whitesmoke; 
	-moz-border-radius: 0px 0px 0px 10px;
}




/* rm  dojo overriding Legende. Beeinflusst wie die Legende innherhalb des map-divs dargestellt wird */
.map {
	position: relative;
}





/* rm dojo overriding Navigation*/
.dijitButtonText {
	font-size: 0.8em;
}

/* rm dojo overriding Information*/
.tabLabel {
	font-size: 0.8em;
	font-weight:bold;
}

.title {
	font-size: 0.8em;
	color:#555555;
}

.dijitContentPane {
	font-size: 0.8em;
}


table {

		border-spacing: 0px;
}

th {
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	text-align: left;
	color: #F2F2F2;
	background: #808080;
	border-bottom:1px solid #555555;
}

td.tdinfo {
	padding: 2px 2px 2px 2px;
	color: #000000;
	background: #EEEEEE;
	border-bottom:1px solid #555555;
}

td.tdblank {
	color: #000000;
	background: #FFFFFF;
	border-bottom:none;
}














/*  rm dojo overriding Mapresizer*/
.dojoxResizeHandle {
background-image:url("../img/resize.png");
bottom:2px;
float:right;
height:16px;
width:16px;
line-height:0;
position:absolute;
right:2px;
z-index:20;
}

.dojoxResizeNW {
cursor:nw-resize;
}

.dojoxResizeNE {
cursor:ne-resize;
}

.dojoxResizeW {
cursor:w-resize;
}

.dojoxResizeN {
cursor:n-resize;
}

.dojoxResizeHandleClone {
border:1px dashed #666666;
left:0;
position:absolute;
top:0;
z-index:999;
}
