p.MsoNormal{line-height:165%}
a:visited{text-decoration:none;color:#2950BA}
a:hover{text-decoration:underline;color:#2950BA}
a img{border:none}
.h1titel{text-align:center; display:inline;font-family:"Open sans", "Book Antiqua","serif";font-size:1.2em;font-weight:normal;line-height:105%;}
h2{background:none;text-indent:0;margin:0;font-weight:normal;text-transform:none;letter-spacing:normal}
.klein{color:#000;font:.72em/1.15em "Open Sans"}
.normal-kleiner{display:block;color:#000;font:.7em/1.2em Verdana}
.normal-fuzi{display:block;color:#000;font:.55em/1.22em Arial}
.rottext{display:block;color:#E04067;font:.73em/1.2em arial}
.gruenbutton{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#62c213),color-stop(1,#57ab13));
background:-moz-linear-gradient(center top,#62c213 5%,#57ab13 100%);
background-color:#62c213;border-radius:6px;border:1px solid #2e7a1f;
display:inline-block;color:#fff;padding:6px 24px;text-decoration:none;
text-shadow:1px 1px 1px #456329;font:600 .92em "Open sans","Trebuchet MS"}
.gruenbutton:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#57ab13),color-stop(1,#62c213));background:-moz-linear-gradient(center top,#57ab13 5%,#62c213 100%);text-decoration:none;background-color:#57ab13;color:#FFF}
.gruenbutton:active{position:relative;text-decoration:none;top:1px;color:#FFF}
.graubutton2{background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));background:-moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);background-color:#ededed;-moz-border-radius:6px;-webkit-border-radius:3px;border-radius:3px;border:1px solid #a3a3a3;;display:inline-block;color:#777777;font-family:Open sans,Trebuchet MS;font-size:15px;font-weight:600;padding:6px 24px;text-decoration:none;}.graubutton2:hover{background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));background:-moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);background-color:#dfdfdf;text-decoration:none;color:#2950BA;}.graubutton2:active{position:relative;top:1px;text-decoration:none;color:#2950BA;}
.container{border-left:solid 0 #ccc;border-right:solid 0 #CCC;border-top:solid 2px #ccc;border-bottom:solid 0 #CCC;background-color:#edecea;padding:5px;overflow:visible}
.container_fly{border:solid 1px #000;background-color:#edecea;padding:5px;overflow:visible}
.container-rot-2{border-bottom:dashed 1px #F06035;border-top:dashed 1px #F06035;background-color:#fff;padding:5px;overflow:overflow;z-index:10000}
.container-rot-3{border:dashed 0 #fff;padding:5px;overflow:overflow;z-index:10000}
 
/*  alle naechsten bloecke nur fuer das bounce ding das biem verlassen der seite aufgeht  */
#ouibounce-modal {
  font-family: 'Open Sans', sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.85);
  cursor: pointer;
  -webkit-animation: fadein 0.4s;
  animation: fadein 0.4s;
}
#ouibounce-modal .modal {
  width: 500px;
  height: 350px;
  margin-top:170px;
  border:1px solid rgb(84, 90, 81);
  background-color: #f0f1f2;
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 7px;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
}
#ouibounce-modal .modal-title {
  font-size: 18px;
  background-color: #252525;
  color: #fff;
  padding: 10px;
  margin: 0;
  border-radius: 6px 6px 0 0;
  text-align: center;
}
#ouibounce-modal ouiH3 {
  color: #fff;
  font-size: 1em;
  margin: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}
#ouibounce-modal .modal-body {
  padding: 20px 35px;
  font-size: 0.9em;
}
#ouibounce-modal p {
  color: #344a5f;
}
#ouibounce-modal form {
  text-align: center;
  margin-top: 35px;
}
#ouibounce-modal form input[type=text] {
  padding: 12px;
  font-size: 1.2em;
  width: 300px;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-font-smoothing: antialiased;
}
#ouibounce-modal form input[type=submit] {
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px;
  font-size: 1.1em;
  border-radius: 4px;
  color: #fff;
  background-color: #4ab471;
  border: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
#ouibounce-modal form p {
  text-align: left;
  margin-left: 35px;
  opacity: 0.8;
  margin-top: 1px;
  padding-top: 1px;
  font-size: 0.9em;
}
#ouibounce-modal .modal-footer {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
#ouibounce-modal .modal-footer p {
  text-transform: capitalize;
  cursor: pointer;
  display: inline;
  border-bottom: 1px solid #344a5f;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {opacity: 0;}
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.linkbutton {
	padding:0px 10px;
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#3f58e8;
	font-family:"Open sans", Verdana;
	font-size:0.8em;
	font-weight:600;
	font-style:normal;
height:32px;
	line-height:32px;
	text-decoration:none;
	text-align:center;
}.linkbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
  text-decoration:none;
}.linkbutton:active {
}
#scissors {  
    width: 95%;
    margin: auto auto;
    background-repeat: no-repeat;
    background-position-x: right;
    position: relative;
}
#scissors div {
    position: relative;
    top: 21px;
    margin-bottom:41px;
    margin-top:28px;
    border-top: 2px dashed black;
    border-bottom: 2px dashed black;
    height: 350px;
}