/********************************************************************
* The following CSS rules are used by the IWMap and other elements
*
* Inline-Style for Style-Tag
* !important kann Priorität verändern
* # = ID
* . = className
* 
********************************************************************/

#divDrawing > svg, #drawDiv > svg
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.iwnoscreen {
	display: none;
}

.iwmapcss {
}

.iwmapcss div  {
	font-family: Arial, Tahoma, Verdana, Microsoft Sans Serif;
	font-Size:12px;
	padding:0px;
	margin:0px;
	line-height:1em;
}

.iwmapcss h1 {
	font-Size:14px;
	font-weight:bold;
	line-height:12px;
}

.iwmapcss a:link, .iwmapcss a:visited, .iwmapcss a:active {
	color:#1B57B1;
	text-decoration:none;
}

.iwmapcss a:hover {
	text-decoration:underline;
}

/*******************************************************************
 * CSS Styles for IWAjax
 *******************************************************************/

#iw-ajax, #iw-ajax>* {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

/*******************************************************************
 * CSS Styles for the IWScalarControl
 *******************************************************************/

.IWScalarControl {
	position:absolute;
	width:120px;
	height:25px;
}	

.IWScalarControl .background {
	position:absolute;
	top:0px;
	left:0px;
	width:120px;
	height:25px;
	z-index:3;
	border:1px solid #dddddd;
}

.IWScalarControl .foreground {
	position:absolute;
	text-align:center;
	top:0px;
	left:0px;
	z-index:3;			
}

.IWScalarControl .text {
	font-size:9px;
	text-align:center;
}

.IWScalarControl .separator {
	position:absolute;			
	border-bottom:1px solid #0066CC;
	width:1px;
	height:8px;
	top:15px;
}

.IWScalarControl .dark {
	position:absolute;
	border-bottom:1px solid #0066CC;
	height:5px;
	top:18px;
}

.IWScalarControl .bright {
	position:absolute;
	border-bottom:1px solid #0066CC;
	height:5px;
	top:18px;
}

/*******************************************************************
 * CSS Styles for the IWNavigationControl
 *******************************************************************/

.IWNavigationControl {
	position:absolute;
	width:58px;
	height:55px;	
}

.IWNavigationControl .navigationImage {
	width:58px;
	height:55px;
}

.IWNavigationControl .areaUp {
	position:absolute;
	left:18px;
	top:4px;
	height:12px;
	width:22px;
	cursor:pointer;
	/* border:1px solid yellow; */
}

.IWNavigationControl .areaDown {
	position:absolute;
	left:18px;
	top:37px;
	height:12px;
	width:22px;
	cursor:pointer;
	/* border:1px solid blue; */
}

.IWNavigationControl .areaLeft {
	position:absolute;
	left:5px;
	top:16px;
	height:23px;
	width:13px;
	cursor:pointer;
	/* border:1px solid orange; */
}

.IWNavigationControl .areaRight {
	position:absolute;
	left:39px;
	top:16px;
	height:23px;
	width:13px;
	cursor:pointer;
	/* border:1px solid green; */
}

/*******************************************************************
 * CSS Styles for the IWSliderControl
 *******************************************************************/

.IWSliderControl {
	position:absolute;
	height:218px; 
	width:58px;
}

.IWSliderControl .zoomIn {
	position:absolute;
	top:0px;
	left:13px;
	width:30px;
	height:21px;
	cursor:pointer;
	z-index:18;
	/** border:1px solid red; **/
}

.IWSliderControl .zoomOut {
	position:absolute;
	bottom:0px;
	left:13px;
	width:30px;
	height:21px;
	cursor:pointer;
	z-index:35;
	/** border:1px solid red; **/
}

.IWSliderControl .zoomClick {
	position:absolute;
	top:22px;
	left:22px;
	width:13px;
	height:172px;
	cursor:pointer;
	z-index:18;
	/** border:1px solid red; **/
}		

.IWSliderControl .button {
	position:absolute;
	width:13px;
	height:35px;
	cursor:pointer;
	z-index:20;
	left:23px;
	top:18px;
	background:transparent;
	border:0px none;
}

/*******************************************************************
* CSS Styles for the IWCopyrightControl
*******************************************************************/

.IWCopyrightControl {
	position:absolute;
	overflow:hidden;
	width:120px;
	height:15px;
	border:1px solid #dddddd;
	line-height:1em;
}

.IWCopyrightControl .copyright {
	font-family:Arial, Tahoma, Verdana, Microsoft Sans Serif;
	padding: 0px; /*Padding soll nicht überschrieben werden*/
	white-space:nowrap;
}

.IWCopyrightControl .copyrightWithNormalText  {
	font-size:11px;
}

.IWCopyrightControl .copyrightWithSmallText  {
	font-size:9px;
}

/*******************************************************************
* CSS Styles for the IWOverviewMapControl
*******************************************************************/

.IWOverviewMapControl {	
	border-left:0px;
	border-top:0px;
	border-right:6px;
	border-bottom:6px;	
	border-style:solid;
	border-color:#ffffff;
	background-color:#e6e6e6;
	overflow:hidden;
}

.IWOverviewMapControl .outerBox {
	position:absolute;
	border-width:0px;
}

.IWOverviewMapControl .polygon-inner {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}

.iwtoolbaritem {
	text-align: center;
	font-family: Arial Black, Tahoma, Verdana, Microsoft Sans Serif;
	line-height: 1.2em;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: bold;	
	text-align: center;
	text-indent: 0ex;
	color: #707781;
	font-size: 7px;
	margin: 0px;	
}

.treeviewNode {
	font-size: 12px;
	color: black;
}




/*******************************************************************
* CSS styles for common inputfields
*******************************************************************/

.iwmapcss input.housenumber 
{
	margin-bottom:1px;
	width:20%;
}

.iwmapcss input.street 
{
	margin-right:1px;
	margin-bottom:1px;
	width:60%;
}

.iwmapcss input.zipcode 
{
	width:20%;
	margin-bottom:1px;
}

.iwmapcss input.city 
{
	width:60%;
	margin-left:1px;
	margin-bottom:1px;
}
.iwmapcss input.country 
{
	width:50%;
}

/*******************************************************************
* Firefox: Do not show icons for broken images
* Property only works with: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
*******************************************************************/

img {
	-moz-force-broken-image-icon: 0;
	
}

.iwmapcss #layerSelectionDiv .category {
	width:180px;
	position:relative;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	border: 1px solid #689acd;
	background-color:white;
	margin-top:2px;
	margin-bottom:1px;
}

.iwmapcss #layerSelectionDiv #formLayerSelection {
	padding:1px;
	left:4px;
}

.iwmapcss #layerSelectionDiv h1 {
	width:180px;
	background-color:#689acd; 
	border: 1px solid #689acd;
	color:white;
	font-size:12px;
	padding:5px;
	margin-bottom:1px;
	margin-top:2px;
	text-align:center;
}
		
.iwmapcss #layerSelectionDiv .header {
	font-size: 12px;
	font-weight: bold;
	margin-top:2px;
	margin-bottom:2px;	
}

.iwmapcss #layerSelectionDiv div.header {
	position:relative;
	top:2px;
	left:21px;
	width:155px;
}

.iwmapcss #layerSelectionDiv .radio {
	position:absolute;
	top:1px;
	width:20;
	vertical-align: middle;
}
.iwmapcss #layerSelectionDiv input {
	position:relative;
	top:1px;
}

.iwmapcss #layerSelectionDiv .subcategory {
	position:relative;
	height:22px;
}

.tutorial
{
  	height: 100%;
	margin-left: 20px;
	margin-top: 40px;
	padding: 0px;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 0.93em;
	color: #333;
}

.tutorial form {
  	margin: 0;
  	padding: 0;
}

.tutorial a {
	text-decoration: none;
	border-bottom: 1px dotted #1B57B1; 	
}

.tutorial a:link, .tutorial a:visited {
	color: #1B57B1;
}

.tutorial a:hover {
	color: #00c;	
}

.tutorial p {
  	margin-top: 0px;
  	margin-bottom: 12px;
}

.tutorial p, .tutorial img {
	vertical-align: middle;
}

.tutorial code {
	font-size: 13px;
}

.tutorial p.copyright {
	font-size: 0.7em;
	color: gray;
}

.tutorial p.small {
	font-size: 0.85em;
}		
.tutorial p.important {
	border: 1px solid #B11B1B;
	padding: 5px;
	background: #ffddbb;
}

.tutorial table {
	border-width: 1px;
	border-spacing: 1px;
	border-style: dashed;
	border-color: gray;
	border-collapse: collapse;
	margin-bottom: 12px;
}

.tutorial th, .tutorial td {
	border-width: 1px;
	border-style: dotted;
	border-color: gray;	
	-moz-border-radius: 0px;
	font-weight: normal;
	font-size: 0.85em;
}

.tutorial th  {
	text-align: center;
	background-color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	color: #B11B1B;
	font-size: 0.80em;
	font-weight: bold;
}

.tutorial tr.odd td {
	background-color: #ffddbb;
}

.tutorial tr.even td {
	background-color: #fffffd;
}

.tutorial td  {
	vertical-align: top;
	background-color: white;
	padding: 2px;		
}

.tutorial h1, .tutorial h2, .tutorial h3  {  	  	
  	margin-top: 0px;
  	margin-bottom: 10px;  	
	font-weight: bold;  	
	font-family:Helvetica, Arial, sans-serif;
	vertical-align: bottom;
}

.tutorial h1 {
	font-size: 1.4em;
	color: #B11B1B;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 20px;
}

.tutorial h2 {
	font-size: 1.2em;
	color: #333;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 5px;	
}

.tutorial h3 {
  	font-size: 1em;  	
  	color: #333;
  	padding-left: 0px;
}

.tutorial tt {
	font-size: 1.2em;
}

.tutorial .index
{
	font-size: 0.75em;
	font-weight: bold;
}

.tutorial a#apidoc {
	font-family: Courier, Helvetica, Arial, sans-serif;
	font-size: 120%;
}

.tutorial .versionwarning {
	position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: salmon;
	font-size: x-large;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px
}

.iwoverlayselectioncontrol {
	font-family: Arial,Helvetica,sans-serif;
	font-Size:12px;
	line-height:16px;
}

/********************************************************************
* The following CSS rules are used by the IWRoutingControl
********************************************************************/	
.iwmapcss .routing
{
	position: relative;		
}

.iwmapcss .routing table
{
	border:0px;
	border-spacing:0px;
	border-collapse: collapse;
	width: 100%;
}

.iwmapcss .routing h1 
{
	margin-top:5px;
	margin-bottom:10px;	
	font-size:12px;
}

.iwmapcss .routing h2 {
	font-size:16px;
	margin-top:5px;
	margin-bottom:10px;
	color: #1B57B1;
	font-weight: bold;
}

.iwmapcss .routing p
{	
	padding: 5px 0px 5px 0px;
	font-size: 1.2em;
	color: black;
}

.iwmapcss .routing td  
{
	padding: 2px 5px 2px 5px;
	color: black;
}

.iwmapcss .routing tr.odd td 
{
	background-color: #eeeeff;
}

.iwmapcss .routing tr.even td {
	background-color: #fffffd;
}

.iwmapcss .routing .speed {
	width:55px;
}

.iwmapcss .routing .modus {
	border:1px solid #ffffff;
	width:55px;
}

.iwmapcss .dropDownMenu {
	margin-top:15px;
	margin-bottom:15px;
}

.iwmapcss .dropDownHeader {
	margin:0px;
	margin-top:10px;
	background-color:#1B57B1;
	height: 25px;
	cursor:pointer;
	border:1px solid #1B57B1;
}

.iwmapcss .dropDownHeader .img {
	position:absolute;
	left:5px;	
	z-index:12;
}
.iwmapcss .dropDownHeader p {
	margin-top:0px;
	text-align:center;
	color:white;
	font-weight:bold;
	font-size:12px;
}
.iwmapcss .dropDownContent {	
	position:relative;
	display:none;
	top:-1px;
	padding:5px;
	border: 1px solid #1B57B1;
	background-color:white;
}
.iwmapcss .interstation {
	margin-top: 10px;
	margin-bottom: 10px;
}

.iwmapcss .IWWindowControlHeader
{
	position: absolute;
	top: 0px;
	font-family: Arial, Tahoma, Verdana, Microsoft Sans Serif;
	font-weight:bold;
	font-size:12px;
	color: #ffffff;
	background-color: #1B57B1;
	padding: 4px;
	border: 1px solid #ffffff;
}

/******************************************************************/

.iwmapcss #IWMapElement #divPanelControl .iwCoordinateWindowControlContentWindow
{
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	spacing: 10px;
	line: 10px;
}

.iwmapcss #iwCoordinateWindowControlSpanLongitude
{
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 3px;
	position: absolute; top: 9px; left: 10px;
}

.iwmapcss #iwCoordinateWindowControlSpanLatitude
{
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 3px;
	position: absolute; top: 44px; left: 10px;
}

.iwmapcss #iwCoordinateWindowControlInputLongitude
{
	margin-top: 5px;
	padding: 3px;
	margin-right: 15px;
	position: absolute; top: 5px; left: 66px;
}

.iwmapcss #iwCoordinateWindowControlInputLatitude
{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 15px;
	padding: 3px;
	position: absolute; top: 40px; left: 66px;
}

.iwmapcss #iwCoordinateWindowControlProjectionTypes
{
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px;
	position: absolute; top: 70px; left: 10px;
}

.iwmapcss #iwCoordinateWindowControlButtonGoto
{
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 5px;
	padding: 3px;
	position: absolute; top: 105px; left: 10px;
}

.iwmapcss #iwCoordinateWindowControlSpanMarker
{
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px;
	width: 100px;
	position: absolute; top: 105px; left: 120px;
}

.iwmapcss #iwCoordinateWindowControlCheckboxMarker
{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 3px;
	position: absolute; top: 105px; left: 195px;
}

/******************************************************************/

.iwmapcss .placeholder
{
	background-color: transparent;
	position: absolute;
	left: 0px;
	border: 2px dashed grey;
}
