/* CSS Document */
/* by Dipl.-Geograf Ralf Wessels*/

	.mapstyle {      /* Style-Infos zur Tabelle*/
	 font-family:Arial, Helvetica, sans-serif;
	 border-style:solid;
   border-width:3px;
   background:white;
   border-color:#D1D1D1;
   margin-left:auto;
   margin-right:auto
	}
	.checkbox_text {		/* Text hinter den Checkboxen*/
	font-size:14px;
	}
	.mapstyle a {		/* Eigenschaften für interaktive Detailtexte in der Seitenleiste*/
	font-size:12px;
	text-decoration:none;
	line-height:16px;
	color:#0000FF;
	}
	.mapstyle a:link {		/* Eigenschaften für interaktive Detailtexte in der Seitenleiste*/
	 color:#0000FF;
	}
	.mapstyle a:hover {		/* Eigenschaften für interaktive Detailtexte in der Seitenleiste*/
	color:#CC2228;
	}
	.label {			/* Text "Aktive Elemente" in der Karte*/
	font-size:15px;
	font-weight:bold;
	background-color:#ccccff;
	border:2px #0071b9k;
	white-space:nowrap;
	padding-left:3px;
	padding-right:3px
	}
	.label_fluss {	 		/* Texte "Sieg" und "Wupper" in der Karte*/
	font-family:"Comic Sans Ms";
	font-size:14px;
	font-weight:bold;
	background-color:#ccccff;
	white-space:nowrap;
	padding-left:3px;
	padding-right:3px;
	color:#000000;
	}
	.titel_1 {			/* Titel in der Seitenleiste - Flussnamen*/
	font-size:16px;
	font-weight:bold;
	text-align:left;
	padding-top:3px;
	padding-bottom:0px;
	padding-left:15px;
	color:#0071b9;
	}
	.titel_2 {			/* Titel in der Seitenleiste - Tournamen*/
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	padding-top:3px;
	padding-bottom:0px;
	padding-left:5px;
	}
	.control_button {		/* Styleinfos für die Buttons "Startkarte" + "?"*/
	font-size:12px;
	height:19px;
	background:white;
	cursor:pointer;
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	border-style:solid;
	border-width:1px;
	border-color:black;
	}
	.infofenster_titel {			/* Titeltext in den Infofenstern*/
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size: 14px;
	background-color:#D9D9D9;
	text-align:center;
	margin-bottom:2px;
	}
	.infofenster_text {		/* normaler Text in den Infofenstern*/
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size: 12px;
	padding-bottom:1px;
	}
	.infofenster_route {		/* Text für die Routingfunktion in den Infofenstern*/
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size: 12px;
	}