﻿body{
	top:0px;
	left:0px;
	width:96%;
	height:96%;
	background-image:url('../img/geo11-bg2.png');
	background-repeat:repeat;
	overflow:hidden;
}

header {
	width:375px;
	height:30px;	
}

h1{
	top:20px;
	left:40px;
	width:26%;
	height:20px;
	padding:15px;
	margin-left: 21px;
	line-height:18px;
 	color:mediumblue;
}

a {
	position: relative;
}

a[data-tooltip]:before {
	position: absolute;
	left: 0;
	top: -40px;
	background-color: #ff0000;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	padding: 0 15px;
	content: attr(data-tooltip);
	white-space: nowrap;
	display: none;
}

a[data-tooltip]:after {
	position: absolute;
	left: 15px;
	top: -10px;
	border-top: 7px solid #ff0000;
	  border-left: 7px solid transparent;
	  border-right: 7px solid transparent;
	content: "";
	display: none;
}

a[data-tooltip]:hover:after, a[data-tooltip]:hover:before {
	display: block;
}
    
.info{
	top:560px;
	left:263px;
	width:89px;
}

#button-close {
	position:absolute;
	1left: 50%;
	1top: 50%;
	margin-left: 893px;
	margin-top: -131px;
	1position: absolute;
	width: 72px;
	height: 72px;  
	border-bottom: 2px solid #eee;
	
	background-image: -webkit-linear-gradient(top, #999, #d0d0d0 80% );
	background-image: -moz-linear-gradient(top, #999, #d0d0d0 80% );
	background-image: -ms-linear-gradient(top, #999, #d0d0d0 80% );
	background-image: -o-linear-gradient(top, #999, #d0d0d0 80% );
	background-image: linear-gradient(top, #999, #d0d0d0 80% );
	
	-moz-border-radius: 100px;  
	-webkit-border-radius: 100px;  
	border-radius: 100px;
	
	box-shadow: inset rgba(0,0,0,0.2) 0px 5px 6px ;
}

.button{
 text-decoration:none; 
 text-align:center; 
 padding:2px 18px; 
 border:solid 1px #004F72; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:18px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#E5FFFF; 
 background-color:#3BA4C7; 
 background-image: -moz-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -webkit-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -o-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -ms-linear-gradient(top, #3BA4C7 0% ,#1982A5 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982A5', endColorstr='#1982A5',GradientType=0 ); 
 background-image: linear-gradient(top, #3BA4C7 0% ,#1982A5 100%);   
 -webkit-box-shadow:4px 4px 3px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 4px 4px 3px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:4px 4px 3px #bababa, inset 0px 0px 1px #ffffff;  
  
  }

#button-info{
	position:absolute;
	top:100px;
	left:920px;
	width:72px;
	height:72px;
	background-image:url('../img/info-icon.png');
}

#button-info:hover{
	cursor:pointer;
}

#typ01{
	position:absolute;
	top:175px;
	left:920px;
	width:72px;
	height:72px;
	background-image:url('../img/typ02.png');
}

#typ01:hover{
	cursor:pointer;
}

/* .drucken{
	position:absolute;
	top:280px;
	left: 910px;
	z-index:30;
} */

#typ02{
	position:absolute;
	top:250px;
	left:920px;
	width:72px;
	height:72px;
	background-image:url('../img/typ01.png');
}

#typ02:hover{
	cursor:pointer;
}

#typ03{
	position:absolute;
	/* top:400px; */
	top:330px;
	left:920px;
	width:72px;
	height:72px;
	background-image:url('../img/typ04.png');
}

#typ03:hover{
	cursor:pointer;
}

#text2{
	position:absolute;
	top:40px;
	left:920px;
	width:72px;
	height:72px;

}

.butt {
  position: absolute;
  width: 60px;
  height: 42px;
  left: 6px;
  top: 6px;
  cursor: pointer;
  font-family: "Lucida Sans";
  font-weight: bold;
  font-size: 20px;
  color: #888;
  text-shadow: 0px 1px 0px #fff;
  text-align: center;
  padding-top: 18px;
  
  -moz-border-radius: 100px;  
  -webkit-border-radius: 100px;  
  border-radius: 100px;  
  
  background-image: -webkit-linear-gradient(top, #eee, #bbb 70%, #9f9f9f 100% );
  background-image: -moz-linear-gradient(top, #eee, #bbb 70%, #9f9f9f 100% );
  background-image: -ms-linear-gradient(top, #eee, #bbb 70%, #9f9f9f 100% );
  background-image: -o-linear-gradient(top, #eee, #bbb 70%, #9f9f9f 100% );
  background-image: linear-gradient(top, #eee, #bbb 70%, #9f9f9f 100% );
  
  background-position: 0 6px;
  background-color: #eee;
  background-repeat: no-repeat;
  
  -webkit-box-shadow: rgba(0,0,0,.4) 0 3px 6px;  
  -moz-box-shadow: rgba(0,0,0,.4) 0 3px 6px;  
  box-shadow: rgba(0,0,0,.4) 0 3px 6px;
  
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -ms-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.butt:hover {
  background-position: 0 0px;
  
  -webkit-box-shadow: rgba(0,0,0,.4) 0 3px 8px;  
  -moz-box-shadow: rgba(0,0,0,.4) 0 3px 8px;  
  box-shadow: rgba(0,0,0,.4) 0 3px 8px;
}

.butt:active {
  width: 60px;
  height: 42px;
  margin: 0px 0 0 0px;   
  border-bottom: 1px solid #fff;
  font-size: 21px;
  color: #777;

  -webkit-box-shadow: inset rgba(0,0,0,.5) 0px 5px 10px;
  -moz-box-shadow: inset rgba(0,0,0,.5) 0px 5px 10px;
  box-shadow: inset rgba(0,0,0,.5) 0px 5px 10px;
}

.titel {
	position:absolute;
	top:10px;
	left:40px;
	width:580px;
	height:36px;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size:22px;
	text-align:center;
	line-height:36px;
	border:solid 1px #000000;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	
	transition:All 1s ease-in;
	-webkit-transition:All 1s ease-in;
	-moz-transition:All 1s ease-in;
	-o-transition:All 1s ease-in;
	transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	
	background:-moz-linear-gradient(47% 28% 0deg, #E2BA00, #FF6806 95%);

    -moz-box-shadow: 10px 10px 17px #242424;
    -webkit-box-shadow: 10px 10px 17px #242424;
    box-shadow: 10px 10px 17px #242424;
}

.titel:hover{
	transform: rotate(5deg) scale(1.67) skew(0deg) translate(130px);
	-webkit-transform: rotate(5deg) scale(1.67) skew(0deg) translate(130px);
	-moz-transform: rotate(5deg) scale(1.67) skew(0deg) translate(130px);
	-o-transform: rotate(5deg) scale(1.67) skew(0deg) translate(130px);
	-ms-transform: rotate(5deg) scale(1.67) skew(0deg) translate(130px);
	z-index:100;
}

#name-input p{
	padding:5px 0 0 10px;
	color:black;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:16px;
	line-height:22px;	
}

#name-input{
	position:absolute;
	top:-10px;
	right:10px;
	width:180px;
	height:90px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	background-image:url('../img/de36-zettel01.png');
	background-repeat:no-repeat;
	z-index:1000;
}

/* "You did it!" message */
#successMessage {
  position: absolute;
  left: 580px;
  top: 250px;
  width: 0;
  height: 0;
  z-index: 100;
  background-image:url('../../Deutsch-Online/img/success-bg-de32.jpg');
  background-size: cover;
  background-color:white;
  border: 2px solid #333;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: .3em .3em .5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: .3em .3em .5em rgba(0, 0, 0, .8);
  box-shadow: .3em .3em .5em rgba(0, 0, 0, .8);
  padding: 20px;
  z-index:350;
}

#clickme {
  position: absolute;
  left: 125px;
  top: 412px;
  width: 250px;
  height:25px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:large;
  text-align:center;
  background-color:lime;
  z-index: 100;
  border: 2px solid #333;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 1.3em 1.3em 1.5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 1.3em 1.3em 1.5em rgba(0, 0, 0, .8);
  box-shadow: 1.3em 1.3em 1.5em rgba(0, 0, 0, .8);
  padding: 0px;
  z-index:360;

}

#geo11-loesung {
  position: fixed;
  top: 81px;
  left: 39px;
  width: 850px;
  height: 485px;
  z-index: 100;
  background-image:url('../img/geo11-loesung.png');
  background-size: cover;
  1background-color:white;
  border: 0px solid #333;
  /*-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: .5em .5em 1em rgba(0, 0, 0, .8);
  -webkit-box-shadow: .5em .5em 1em rgba(0, 0, 0, .8);
  box-shadow: .5em .5em 1em rgba(0, 0, 0, .8);
  padding: 20px; */
  z-index:350;
}

#geo11-loesung-li {
  position: fixed;
  top: 81px;
  left: 158px;
  width: 150px;
  height: 485px;
  z-index: 100;
  background-image:url('../img/geo11-loesung-li.png');
  background-size: cover;
  1background-color:white;
  border: 0px solid #333;
  z-index:350;
}

#geo11-loesung-re {
  position: fixed;
  top: 81px;
  left: 608px;
  width: 160px;
  height: 485px;
  z-index: 100;
  background-image:url('../img/geo11-loesung-re.png');
  background-size: cover;
  1background-color:white;
  border: 0px solid #333;
  z-index:350;
}

#arbeitsanweisung {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 0;
  height: 0;
  z-index: 100;
  background-image:url('../img/geo11-zeigeinfo.png');
  background-size: cover;
  background-color:white;
  border: 3px solid #333;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: .5em .5em 1em rgba(0, 0, 0, .8);
  -webkit-box-shadow: .5em .5em 1em rgba(0, 0, 0, .8);
  box-shadow: .5em .5em 1em rgba(0, 0, 0, .8);
  padding: 20px;
  z-index:3550;
}

#clickme2 {
  position: absolute;
  left: 125px;
  top: 412px;
  width: 250px;
  height:25px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:large;
  text-align:center;
  background-color:lime;
  z-index: 100;
  border: 2px solid #333;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 1.3em 1.3em 1.5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 1.3em 1.3em 1.5em rgba(0, 0, 0, .8);
  box-shadow: 1.3em 1.3em 1.5em rgba(0, 0, 0, .8);
  padding: 0px;
  z-index:3560;

}


footer {
  position: fixed;
  left:0;
  bottom:0;
  width: 100%;
  height: 40px;
  background: rgba(0,0,0,1);
  z-index: 1000;
  
  -o-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
}

footer p {
  margin: 0px 0 0 20px;
  font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size:13px;
  line-height:40px;
}

footer img {
  margin: 0px;
}


footer a{
	color:white;
	text-decoration:none;
}
