@charset "UTF-8";
/* CSS Document */

.image_schatten_mit_rand_gross{
	border: 1px solid #CCC;
	border-radius: 15px;
	
	inline-box-align: last;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
	max-width: 98%;
	max-height: 98%;
	border: medium double #999999;
	margin: 0.3em;
	padding: 0.3em;
}

  .bordered {
	border: 2px #eee solid;
	border: 2px white solid;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	border-color: #FFF;	
  }

.image_schatten {
	border: 1px solid #CCC;
	border-radius: 5px 5px 5px 5px;
	inline-box-align: last;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
}

.image_schatten1 {
	border: 1px solid #CCC;
	border-radius: 15px;
	inline-box-align: last;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
	border: medium double #999999;
}


.image_schatten_mit_rand {
	border: 1px solid #CCC;
	border-radius: 5px 5px 5px 5px;
	inline-box-align: last;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
	max-width: 95%;
	max-height: 95%;
	border: medium double #999999;
	margin: 0.3em;
	padding: 0.3em;
}

.arrow_box {
	position: relative;
	background: #88b7d5;
	border: 4px solid #c2e1f5;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #88b7d5;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #c2e1f5;
	border-width: 36px;
	margin-left: -36px;
}
