
/* (c) Harald Blazy */

/*========================================================================================*/

.rumpf {
  fill: #aaa;
  stroke: #999;
  stroke-width: 1.0;
/*  cursor: help; */
}

.brasse {
  fill: none;
  stroke: #777;
  stroke-width: 3.0;
  cursor: help;
}

/*========================================================================================*/

.want {
  fill: none;
  stroke: black;
  stroke-width: 3.0;
  cursor: help;
}
.want:hover {
	fill: none;
	stroke:#D358F7;
	transition: all 0.2s linear;
}

/*========================================================================================*/

.peerd {
  fill: none;
  stroke: black;
  stroke-width: 3.0;
  cursor: help;
}
.peerd:hover {
	fill: none;
	stroke:#D358F7;
	transition: all 0.2s linear;
}

/*========================================================================================*/

.rahsegel {
  fill: #ccc;
  stroke: #aaa;
  stroke-width: 1.0;
  cursor: help;
}

.stagsegel {
  fill: #eee;
  stroke: #bbb;
  stroke-width: 1.0;
  cursor: help;
}

.gaffelsegel {
  fill: #ddd;
  stroke: #aaa;
  stroke-width: 1.0;
  cursor: help;
}

/*========================================================================================*/

.mast {
	fill: #B45F04;
	stroke:white;
	stroke-width: 1.0;	/* ohne Rahmen */
	cursor: help;
}

.gaffel {
	fill: orange;
	stroke:white;
	stroke-width: 1.0;	/* ohne Rahmen */
	cursor: help;
}

.besanbaum {
	fill: #DF7401;
	stroke:white;
	stroke-width: 1.0;	/* ohne Rahmen */
	cursor: help;
}

.rah {
	fill: #DF7401;
	stroke:white;
	stroke-width: 1.0;	/* ohne Rahmen */
	cursor: help;
}

.stag {
	fill: #777;
	stroke:white;
	stroke-width: 1.0;	/* ohne Rahmen */
	cursor: help;
}

.pardune {
	fill: #222;
	stroke:white;
	stroke-width: 1.0;	/* ohne Rahmen */
	cursor: help;
}

.saling {
	fill: #444;
	stroke:white;
	stroke-width: 1.0;	/* ohne Rahmen */
	cursor: help;
}

.spriet {
	fill: #777;
	stroke:white;
	stroke-width: 1.0;	/* ohne Rahmen */
	cursor: help;
}

.kluever {
	fill: #DF7401;
	stroke:white;
	stroke-width: 1.0;	/* ohne Rahmen */
	stroke:white;
	cursor: help;
}

/*========================================================================================*/

/* Nicht:  .rumpf:hover */

.mast:hover, .brasse:hover, .besanbaum:hover, .gaffel:hover, .rah:hover, .stag:hover, .pardune:hover, .saling:hover, .spriet:hover, .kluever:hover, .rahsegel:hover, .stagsegel:hover, .gaffelsegel:hover {
	fill: #D358F7;
	stroke:#D358F7;
	transition: all 0.2s linear;
}

/*========================================================================================*/
