@charset "utf-8";
/* CSS Document Unternavigatin der Artikel */

ol.ebene1 {	counter-reset:listenpunkt_ebene1;list-style-type:none;	padding: 1em; text-indent:-25px; margin:0}
   ol li { padding-bottom:5px;}
   ol.ebene1 li:before {content: counter(listenpunkt_ebene1) ". "; counter-increment:listenpunkt_ebene1; list-style-position: outside; font-family: Georgia, "Times New Roman", Times, serif;	font-size: 18px; font-weight: bold;	font-variant: small-caps;	color: #663300;	font-style: oblique; text-shadow: #666 3px 3px 5px;}
   #snav .nav { padding-left:20px;}
#snav { border:#666 1px solid; padding:20px; border-radius:15px; background-color:#FDF9EC; box-shadow: 0px 3px 5px #666; position:relative; width:90%; overflow: inherit;}
#sidebar #snav .aktiv { font-weight: bold; color: #666666; background: url('../bgr/hand.png') no-repeat left center; height:26px; padding-left: 65px; list-style-type: none; margin:0 -30px 5px -25px; width:85%; overflow:hidden;}
#sidebar #snav li {font-family: Georgia, "Times New Roman", Times, serif;}
#sidebar .serif { font-family:"Times New Roman", Times, serif;}

img.zoomq, img.zoomh {
 transition:  transform 0.8s; -moz-transition: transform 0.8s;
 -webkit-transition: transform 0.8s;
 -o-transition: transform 0.8s;
 -ms-transition: transform 0.8s; padding-right:20px; cursor:pointer;  padding:5px; border: 1px solid #ccc; margin:0 0 10px 10px; }
 
img.zoomq:hover { transform: scale(2.5, 2.5) translate(-70px, 0px); 
border:solid 1px #FF9900; padding:3px; background-color:#EEEDF2; border-radius:5px; box-shadow: 0px 0px 8px #666;cursor: zoom-in; 
-moz-transform: scale(2.5, 2.5) translate(-70px,0px); 
-webkit-transform: scale(2.5, 2.5) translate(-70px,0px); 
-o-transform: scale(2.5, 2.5) translate(-70px,0px); 
-ms-transform: scale(2.5, 2.5) translate(-70px,0px);}

img.zoomh:hover { transform: scale(2.5, 2.5) translate(-40px, 0px); 
border:solid 1px #FF9900; padding:3px; background-color:#EEEDF2; border-radius:5px; box-shadow: 0px 0px 8px #666;cursor: zoom-in;
-moz-transform: scale(2.5, 2.5) translate(-40px,0px); 
-webkit-transform: scale(2.5, 2.5) translate(-40px,0px); 
-o-transform: scale(2.5, 2.5) translate(-40px,0px); 
-ms-transform: scale(2.5, 2.5) translate(-40px,0px);}
