
/* (c) Harald Blazy */

/*========================================================================================*/

.rumpf {
  fill: #555;
  stroke: #777;
  stroke-width: 1.0;
/*  cursor: help; */
}

.brasse {
  fill: none;
  stroke: #bbb;
  stroke-width: 3.0;
  cursor: help;
}

/*========================================================================================*/

.want {
  fill: none;
  stroke: #ccc;
  stroke-width: 3.0;
  cursor: help;
}
.want:hover {
	fill: none;
	stroke:#D358F7;
	transition: all 0.2s linear;
}

/*========================================================================================*/

.peerd {
  fill: none;
  stroke: #ccc;
  stroke-width: 3.0;
  cursor: help;
}
.peerd:hover {
	fill: none;
	stroke:#D358F7;
	transition: all 0.2s linear;
}

/*========================================================================================*/

.rahsegel {
  fill: #aaa;
  stroke: #aaa;
  stroke-width: 1.0;
  cursor: help;
}

.stagsegel {
  fill: #888;
  stroke: #aaa;
  stroke-width: 1.0;
  cursor: help;
}

.gaffelsegel {
  fill: #999;
  stroke: #aaa;
  stroke-width: 1.0;
  cursor: help;
}

/*========================================================================================*/

.mast {
	fill: #B45F04;
	stroke: black;
	stroke-width: 1.0;	/* ohne Rahmen */
	cursor: help;
}

.gaffel {
	fill: #FE9A2E;
	stroke: #FE9A2E;
	stroke-width: 1.0;	/* ohne Rahmen */
	cursor: help;
}

.besanbaum {
	fill: #DF7401;
	stroke: #FE9A2E;
	stroke-width: 1.0;	/* ohne Rahmen */
	cursor: help;
}

.rah {
	fill: #DF7401;
	stroke: black;
	stroke-width: 1.0;	/* ohne Rahmen */
	cursor: help;
}

.stag {
	fill: #bbb;
	stroke:#999;
	stroke-width: 1.0;	/* ohne Rahmen */
	cursor: help;
}

.pardune {
	fill: #bbb;
	stroke:#999;
	stroke-width: 1.0;	/* ohne Rahmen */
	cursor: help;
}

.saling {
	fill: #ddd;
	stroke: #ccc;
	stroke-width: 1.0;	/* ohne Rahmen */
	cursor: help;
}

.spriet {
	fill: #777;
	stroke:#aaa;
	stroke-width: 1.0;	/* ohne Rahmen */
	cursor: help;
}

.kluever {
	fill: #DF7401;
	stroke-width: 1.0;	/* ohne Rahmen */
	stroke:black;
	cursor: help;
}

/*========================================================================================*/

.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;
}

/*========================================================================================*/
