img {
/* width:150px;*/
}
.text:hover {
    color: #00f;
    text-shadow: 1px 1px 2px #606;
    letter-spacing: 7px;

  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;

}
.text:active {
    color: #ff0;
    text-shadow: 1px 1px 2px #606;
/*    font-size: 150%;*/
}
.text {
   font-size: 1.3em;
   line-height: 1.1;
}


.trans_text { 
  -webkit-transform: rotate(4deg);
  -moz-transform:  rotate(4deg);
  -ms-transform:  rotate(4deg);
  -o-transform:  rotate(4deg);
  transform: rotate(4deg); 
  color: gray;
}


a.popup {
  text-decoration:none;
  position:relative;
  display:block;
}
a.popup:hover {
/*  border:none;*/
}
a.popup img {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;

    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;

/*    -webkit-box-shadow: 10px 10px 5px #222;
    -moz-box-shadow: 10px 10px 5px #222;
     box-shadow: 10px 10px 5px #222;*/
}
a.popup span {
  visibility:hidden;
  position:absolute;
  top:10px;
  left:300px;

  opacity: 0; 

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;

}
a.popup:hover span {
  opacity: 1; 
  visibility:visible;

  -webkit-transform: scale(2) rotate3d(1, 1, 1, 720deg);
  -moz-transform: scale(2) rotate3d(1, 1, 1, 720deg);

  -ms-transform: scale(2) rotate(1, 1, 1, 720deg);
  -o-transform: scale(2) rotate(1, 1, 1, 720deg);
  transform: scale(2) rotate3d(1, 1, 1, 720deg);

z-index: 100;
}


#linke_spalte_links {
/*	width: 514px;*/
	width: 270px;
	float:left;
}
#rechte_spalte_links {
	margin-left: 530px;
/*	width: 514px;*/
	width: 250px;
}

.opa:hover { opacity: .5; }


a::first-letter {
        font-family:"comic sans ms","Century Schoolbook L","Times New Roman","Georgia,Serif";
	letter-spacing: 4px;
	font-weight:bold;
	font-size:1.2em;
}


