/*body {
	font-family: 'Raleway', sans-serif;
	line-height: 23px;
	letter-spacing: 1.5px;
	color: rgb(102, 102, 102);
	font-size: 12px;
	background-color: rgb(238, 238, 238)
}

h5 {
	font-size: 14px;
	color: rgb(219, 87, 77);
	border-bottom: 1px dotted;
	text-transform: uppercase;
}
*/
#map {
	/*border: 1px solid #000;
	width: 960px;
	height: 500px;*/
}

#map-member {
	position: relative;
	margin-left: -190px;
}

#maplegend table {
	 border-spacing: 5px;
	 border-collapse:separate;
}

#maplegend td {
	padding-left: 10px;
}

#maplegend td.cantons {
	padding-left: 0;
	border: solid #808080 1px;
}

#map-memberlegend table {
	 border-spacing: 5px;
	 border-collapse:separate;
}

#map-memberlegend td {
	padding-left: 10px;
}

#map-memberlegend td.cantons {
	padding-left: 0;
}

/*Kantonspolygone Standard*/
.cantons {
	fill: #E5E4E2;
/*	fill-opacity:0.0;*/
	
	stroke: #808080;
	stroke-width: 0.5;
}

/*Kantonspolygone ohne Raum+ Projekte*/
.cantons.raumplus0 {
	fill: rgb(238, 238, 238);
    background-color : rgb(238, 238, 238);
	background-caller: rgb(238, 238, 238);
}

/*Kantonspolygone Raum+ laufend*/
.cantons.raumplus1 {
	fill: #ACE688;
	background-color: #ACE688;
	background-caller: #C24641;
}

/*Kantonspolygone von Raum+ abgeschlossen*/
.cantons.raumplus2 {
	fill: #C0C0C0;
	background-color: #C0C0C0;
	background-caller: #C0C0C0;
}
/*Kantonspolygone von Raum+ geplant*/
.cantons.raumplus3 {
	fill: #d2f0c0;
	background-color: #d2f0c0;
	background-caller: #d2f0c0;
}

/*Kantonspolygone in Karte selektiert*/
.cantons.selected {
	fill: grey;
    background-color: grey;
	cursor: pointer;
}

.cantons.raumplus1.selected {
	fill: #8DC868;
    background-color: rgb(200, 0, 0);
	cursor: pointer;
}

.cantons.raumplus3.selected {
	fill: #add595;
    background-color: rgb(200, 0, 0);
	cursor: pointer;
}

/*Kantonspolygone von NICHT-Raum+ Mitglied*/
.cantons.member0 {
	fill: rgb(238, 238, 238);
    background-color : rgb(238, 238, 238);
	background-caller: rgb(238, 238, 238);
	stroke: white;
}

/*Kantonspolygone von Raum+ Mitglied*/
.cantons.member1 {
	fill: #ed7248;
	background-color: #ed7248;
	background-caller: #ed7248;
	stroke: white;
}

/*Kantonspolygone von assoziierten Raum+ Mitglied*/
.cantons.member2 {
	fill: #ffbca1;
	background-color: #ffbca1;
	background-caller: #ffbca1;
	stroke: white;
}

.cantons.member1.selected {
	fill: #ce6440;
    background-color: rgb(200, 0, 0);
	cursor: pointer;
}

.cantons.member2.selected {
	fill: #ee9773;
    background-color: rgb(200, 0, 0);
	cursor: pointer;
}

/*Seen*/
.lakes {
	fill: #81DAF5;
	stroke: #808080;
	stroke-width: 0.5;
}

.lakes-members {
	fill: #81DAF5;
	stroke: #ffffff;
	stroke-width: 0.5;
}

/*nicht sichtbar (Tooltip)*/
.hidden {
	display: none;
}

/*Tooltip*/
div.tooltip {
	color: #222;
	background: #fff;
	padding: .5em;
	text-shadow: #f5f5f5 0 1px 0;
	border-radius: 2px;
	box-shadow: 0px 0px 2px 0px #a6a6a6;
	opacity: 0.9;
	position: absolute;
}

#maplegend {
	width: 230px;
	height: 100px;
	position: absolute;
	top: 25px;
	left: 25px;
}

#map-memberlegend {
	/*width: 230px;*/
	height: 80px;
	margin-left: 210px;
}

.btn-default {
	color: rgb(51, 51, 51);
	background-color: rgb(255, 255, 255);
	border-color: rgb(204, 204, 204);
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid;
	border-radius: 4px;
	-moz-user-select: none;
}

.btn-right {
	float: right;
}

