

.bkentry_structure_app .bkentry_image {
  border-radius: 30px;
}

.bkentry .break {
height: 0;
}

DIV {
/*border: 1px dotted #c0c0c0;*/
}

A:link { text-decoration:none;}

.bkentry_alignment {
 display:inline-block;
 vertical-align:middle;
 }
 
.bkentry_aura {
 -moz-transition: -moz-transform 0.7s ease-in;
 -webkit-transition: -webkit-transform 0.7s ease-in;
 -o-transition: -o-transform 0.7s ease-in;
 transition: transform 0.7s ease-in;
}

.bkentry_topics {
 height: 25px;
 overflow: hidden;
 margin-left: 10px;
 padding-top: 3px;
 display:inline;
 float:left;
}

.bkentry_surftipp{
 position:absolute;
 margin-bottom: -20px;
 margin-left:270px;
 overflow:visible;
 opacity: 0.3;

 -moz-transition: all linear 0.3s;
 -webkit-transition: all linear 0.3s;
 -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

@-moz-keyframes rotating {
    from{
        -moz-transform: rotate(0deg);
    }
    to{
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotating {
 from{
   -webkit-transform: rotate(0deg);
    }
 to{
   -webkit-transform: rotate(360deg);
    }
}

.bkentry_aura:hover .bkentry_surftipp,
.bkpage-catalog #bkcontent .article.bkpage-catalog-information .stern:hover /*fuer den Stern auf den Informationsseiten des Kataloges*/ {
 opacity: 1;
 -webkit-zoom:1.2;
 -moz-zoom:1.2;
 -o-zoom:1.2;
 zoom: 1.2;
 -webkit-animation: rotating 5s infinite linear;
 -moz-animation: rotating 5s infinite linear;
 -o-animation: rotating 5s infinite linear;
 -ms-animation: rotating 5s infinite linear;
}

.bkentry_surftipp_hint{
 position:absolute;
 margin-left:270px;
 display:none;
 z-index: 700;
 font: bold 14px Verdana,Arial,Helvetica,Sans-Serif;
 color:#DD3412;
}

.bkentry_aura:hover .bkentry_surftipp_hint{ display: block; }

.bkentry_supertopic_tab {
 display:inline;
 padding: 3px;
 margin: 3px 2px 0 2px;
 
 background-color: #79C471;
 border:1px solid #79C471;
 border-color: #8DE283 #62A05B #79C471 #79C471;
 width: auto;
 font: bold 11px Verdana,Arial,Helvetica,Sans-Serif;
 color: #e3e3e3;
 float: left;

 -moz-box-shadow: 2px 0 3px rgba(0,0,0,0.7);
 -webkit-box-shadow: 2px 0 3px rgb(0,0,0,0.7);
 box-shadow: 2px 0 3px rgb(82, 82, 82);
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=2,MakeShadow=true,ShadowOpacity=0.70);
 -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=2,MakeShadow=true,ShadowOpacity=0.70)";
 zoom: 1;

 border-radius: 4px 4px 0 0;
 -moz-border-radius: 4px 4px 0 0;  
 -webkit-border-radius:  4px 4px 0 0;   
 -o-border-radius:  4px 4px 0 0;
 transition: all linear 0.4s;
 
 -webkit-transition: all linear 0.4s;	
 -moz-transition: all linear 0.4s;	
 -o-transition: all linear 0.4s;			
 overflow: hidden;
}

.bkentry_supertopic_tab A,
.bkentry_topic_tab A { color:#e3e3e3; }

.bkentry_topic_tab{
 display:inline;
 padding: 3px;
 margin: 3px 2px 0 2px;
 width: auto;
 overflow: hidden;
 
 font: bold 11px Verdana,Arial,Helvetica,Sans-Serif;
 color: #e3e3e3;
 float: left;
 -moz-box-shadow: 2px 0 3px rgb(82, 82, 82);
 -webkit-box-shadow: 2px 0 3px rgb(82, 82, 82);
 box-shadow: 2px 0 3px rgb(82, 82, 82);
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=2,MakeShadow=true,ShadowOpacity=0.70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=2,MakeShadow=true,ShadowOpacity=0.70)";
	zoom: 1;

 -moz-border-radius: 4px 4px 0 0;
 -webkit-border-radius: 4px 4px 0 0;
 -o-border-radius: 4px 4px 0 0;
 border-radius: 4px 4px 0 0;

 background-color:#467C3F;
 border:1px solid #467C3F;
 border-color: #66B55C #2D5128 #467C3F #467C3F;
 
 transition: all linear 0.4s;
 -webkit-transition: all linear 0.4s;	
 -moz-transition: all linear 0.4s;	
 -o-transition: all linear 0.4s;		
}

.bkentry_topic_tab:hover,
.bkentry_supertopic_tab:hover ,
.bkentry_topic_tab a:hover,
.bkentry_supertopic_tab a:hover { color: #ffffff; }

.bkentry_aura_middle_right { vertical-align:top; }

.bkentry_outer:hover {

 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 -o-border-radius: 15px;
 border-radius: 15px;
 
 margin: -20px;
 padding:20px;
 
 background: #afafaf;
 background: -moz-linear-gradient(left,  rgba(175,175,175,0.17) 0%, rgba(121,121,121,0.17) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(175,175,175,0.17)), color-stop(100%,rgba(121,121,121,0.17))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(left,  rgba(175,175,175,0.17) 0%,rgba(121,121,121,0.17) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(left,  rgba(175,175,175,0.17) 0%,rgba(121,121,121,0.17) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(left,  rgba(175,175,175,0.17) 0%,rgba(121,121,121,0.17) 100%); /* IE10+ */
 background: linear-gradient(to right,  rgba(175,175,175,0.17) 0%,rgba(121,121,121,0.17) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bafafaf', endColorstr='#2b797979',GradientType=1 ); /* IE6-8 */
}

.bkentry_outer_right { margin-top: 30px; }

.bkentry{
 width: 300px;
 min-height: 300px;
 
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 -o-border-radius: 15px;
 border-radius: 15px;
 
 border-bottom: 1px solid #d3d3d3;
 border-color: #ffffff #d3d3d3 #d3d3d3 #ffffff;

 -moz-box-shadow: 6px 6px 30px #525252;
 -webkit-box-shadow: 6px 6px 30px #525252;
 -o-box-shadow: 6px 6px 30px #525252;
 box-shadow: 6px 6px 30px #525252;
 
 background: rgb(254,254,254); /* Old browsers */
 background: -moz-linear-gradient(left,  rgba(254,254,254,1) 0%, rgba(226,226,226,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(left,  rgba(254,254,254,1) 0%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(left,  rgba(254,254,254,1) 0%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(left,  rgba(254,254,254,1) 0%,rgba(226,226,226,1) 100%); /* IE10+ */
 background: linear-gradient(to right,  rgba(254,254,254,1) 0%,rgba(226,226,226,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-8 */
 }

.bkentry_site {
 float: left;
 width: 250px;
 color: #73B3F4;
 font: bold 13px Verdana,Arial,Helvetica,Sans-Serif;
 padding-top: 10px;
 min-height: 20px;
 margin-left: 12px;
 overflow-x: hidden;
}

.bkentry_inner_body { padding-top: 10px; }

.bkentry_title_panel {
 padding: 10px;
 margin-top:20px;
 margin-bottom:10px;
}

.bkentry_title {
 display:inline;
 color: #797979;
 font: bold 20px Verdana, Arial, Helv;
 overflow:hidden;   
}

.bkentry_title A:link { color:#797979; }

.bkentry_subtitle { color:#666666; font: bold 16px Verdana,Arial,Helvetica,Sans-Serif; }

.bkentry_subtitle A:link { color:#666666; }

.bkentry_source { width:50px; margin-left: 10px; }

.bkentry_webshot_panel { padding:10px; }  

.bkentry_image_panel { min-height: 120px; }

.bkentry_image_panel:empty { display:none; }
.bkentry_image_panel:-moz-only-whitespace { display:none; }

.bkentry_image_outer { padding: 0 10px 0 10px; }

.bkentry_image { box-shadow: 2px 2px 8px #525252; }

.bkentry_webshot { 
 width:275px;
 margin-bottom:8px;
 border:2px solid #6f9964;
 box-shadow: 2px 2px 6px #3e3e3e;
 
 border-radius: 4px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 -o-border-radius: 4px;
}

.bkentry_age_panel { height: 40px; }

.bkentry_age_item {
 display:inline-block;
 font: bold 11px Verdana,Arial,Helvetica,Sans-Serif;
 color: #797979;
 padding: 5px 10px 5px 10px;
 float:left;
 margin-top: 21px;
}

.bkentry_genre {
 font:bold italic 14px Verdana,Arial,Helvetica,Sans-Serif;
 color:#797979;
 margin:5px 10px 0 10px;
}

.bkentry_subtopics {
 font:bold italic 16px Verdana,Arial,Helvetica,Sans-Serif;
 color:#797979;
 margin:5px 10px 0 10px;
}

/* HINWEISE/SPRECHBLASE */

.bkentry_age_hint {
 display: none;
 background: none repeat scroll 0 0 #FFFFFF;
 border: 2px solid #064EAA;
 
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 -o-border-radius: 30px;
 border-radius: 30px;
 
 color: #333333;
 padding: 15px;
 position: absolute;
 min-height: 170px;
 width: 250px;
 font: 12px Verdana,Arial,Helvetica,Sans-Serif;

 -moz-box-shadow: 4px 4px 15px rgba(0,0,0,0.7);
 -webkit-box-shadow: 4px 4px 15px rgba(0,0,0,0.7);
 box-shadow: 4px 4px 15px rgba(0,0,0,0.7);
 z-index: 5000;
 letter-spacing: 1px;
 margin-top: 50px;
 margin-left: 30px;
 text-align:top;
}

.bkentry_age_hint:before {
 border-color: #064EAA rgba(0, 0, 0, 0);
 border-style: solid;
 border-width: 0 16px 16px;
 top: -16px;
 content: "";
 display: block;
 left: 199px;
 position: absolute;
 width: 0;
}

.bkentry_age_hint:after {
 border-color: #FFFFFF rgba(0, 0, 0, 0);
 border-style: solid;
 border-width: 0 13px 13px;
 top: -13px;
 content: "";
 display: block;
 left: 202px;
 position: absolute;
 width: 0;
}

.bkentry_age_hint .bkentry_aging_hint_table {
border-spacing: 0;
}

.bkentry_age_hint .bkentry_aging_hint_table th {
 text-align:left;
 font-size:	16px;
 margin-bottom:	4px;
 padding: 6px;
}

.bkentry_age_hint .bkentry_aging_hint_table tr {
 vertical-align:top;
 border:1px solid #829AB9;
}

.bkentry_age_hint .bkentry_aging_hint_table  td {
 vertical-align: top;
 border: 1px solid #829AB9;
 border-color: #A9C8E8 transparent transparent transparent;
 margin: 0;
}

.bkentry_age_hint .bkentry_aging_hint_table_comment {
 font-style:italic;
 text-align:right;
 border-bottom: transparent;
}

.bkentry_age_hint .bkentry_aging_hint_table_line_x {
 font-weight:bold;
 }
 

.bkentry_age_hint .bkentry_aging_hint_table_key {
 border-color: #A9C8E8 #A9C8E8 transparent transparent !important;

}
 


/*SPRECHBLASE ENDE */

.bkentry_aging {
 display:inline-block;
 float: right;
 margin-right: 15px;
 box-shadow: 2px 2px 4px #C3C3C3;
 height:37px;
}

.bkentry_aging_item {
 display:inline;
 float:left;
}

.bkentry_description{
 font: 14px Verdana,Arial,Helvetica,Sans-Serif;
 padding: 5px 10px 5px 10px;
 line-height: 1.7;
 letter-spacing: 1px;
 min-height:120px;
}

/*BUTTON*/

.bkentry_button {
 padding: 4px 20px 4px 20px;
 margin: 10px;
 width: 200px;
 display: table-cell;
 vertical-align: middle;
 text-align: center;

 -moz-border-radius: 20px; 
 -webkit-border-radius: 20px;
 -o-webkit-border-radius: 20px;
  border-radius: 20px; 
 
 -moz-box-shadow: 4px 4px 16px #525252;
 -webkit-box-shadow: 4px 4px 16px #525252;
 box-shadow: 4px 4px 16px #525252;
 overflow: hidden;
 
 background: rgb(174,204,226); /* Old browsers */
 background: -moz-linear-gradient(left,  rgba(174,204,226,1) 0%, rgba(89,106,114,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(174,204,226,1)), color-stop(100%,rgba(89,106,114,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(left,  rgba(174,204,226,1) 0%,rgba(89,106,114,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(left,  rgba(174,204,226,1) 0%,rgba(89,106,114,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(left,  rgba(174,204,226,1) 0%,rgba(89,106,114,1) 100%); /* IE10+ */
 background: linear-gradient(to right,  rgba(174,204,226,1) 0%,rgba(89,106,114,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aecce2', endColorstr='#596a72',GradientType=1 ); /* IE6-8 */
 }

.bkentry_button:hover { box-shadow: 6px 6px 16px #525252; }

.bkentry_linktext {
 display: table-cell;
 -moz-font-smoothing: antialiased; /* none - subpixel-antialiased möglich */
 -webkit-font-smoothing: antialiased; /* none - subpixel-antialiased möglich */
 text-shadow: 0 0 1px rgba(0,0,0,.1); 
 min-width: 230px;
 height: 40px;
 vertical-align : middle;
 text-align: center;
 font: bold 14px Verdana,Arial,Helvetica,Sans-Serif;
 color: #ffffff; 
}

/*ENDE BUTTON*/

.bkentry_inner_footer { padding-top: 10px; }

.bkentry_footer {
 padding: 5px 10px 5px 10px;
 margin: 3px;
 min-height: 30px;
 overflow:auto;
}

.bkentry_formats { float:left; margin:2px; }

.bkentry_format {
 display:inline;
 float:left;
 margin: 3px;
 background: url('http://www.blinde-kuh.de/bkimages/formats/gadgets1.png');
 background-position: -1px -215px;
 background-repeat: no-repeat;
 height: 30px;
 width: 30px;
 opacity: 0.3;
 }
 
 .bkentry_device {
 display:inline;
 float:left;
 margin: 3px;
 background: url('http://www.blinde-kuh.de/bkimages/formats/devices.png');
 background-position: -3px -3px;
  background-repeat: no-repeat;
 height: 30px;
 width: 30px;
 opacity: 0.5;
 }

.bkentry_format:hover { opacity:1; }

.bkentry_format_hint {
 display: none;
 text-align: left;
 position: absolute;
 margin-top: -163px;
 margin-left: 20px;
 width: 280px;
 min-height: 140px;
 border: 2px solid #1F86ED;
 border-bottom: 2px solid #f7edaa;
 box-shadow: 6px 6px 8px #525252;
 border-radius: 2px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 -o-border-radius: 2px; 	
 padding: 6px;
 background: #ffffff; /* Old browsers */
 background: url("http://www.blinde-kuh.de/bkimages/notes/squarepaper-yellow.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
 color:#000000;
 padding:10px;
 border-color: #636363;
  }
  
.bkgame .bkentry_format_hint {
 min-height: 200px;
 margin-top: -223px;
}

.bkentry_format:hover .bkentryhint_triangle { display:block; }


.bkentry_format_hint_text {
 width: 220px;
 padding: 20px;  
  }

.bkentry_pulltab_outer {
 width:50px;
 height: 32px;
}

.pulltab_outer_country { margin-bottom: 10px; }

.bkentry_pulltab {
 text-align:left;
 float:none;
 width: 330px;
 position: absolute; 
 clip:rect(0px, 337px, 78px, 294px);
 margin-left: -294px;
 border-top: 1px solid #ffffff;
 border-left: 1px solid #ffffff;
 border-bottom: 1px solid #A9C8E8;
 border-right: 1px solid #A9C8E8;
 background: #EAEAEA;
 border-radius: 0 10px 10px 0;
 -moz-border-radius: 0 10px 10px 0;
 -webkit-border-radius: 0 10px 10px 0;
 -o-border-radius: 0 10px 10px 0;
 color: #fff;
 font: bold 14px Verdana,Arial,Helvetica,Sans-Serif;
 transition-duration: 0.1s;	
 transition-timing-function:linear;
 transition-property: margin-left, clip;
 opacity: 0.7;
}

.bkentry_pulltab:active {
 clip:rect(0px, 335px, 320px, 0);
 opacity: 1;
 box-shadow: 4px 4px 10px #8888a8;
 z-index:2;
 }
 
.pulltab_outer_country .bkentry_pulltab {
 height: 30px;
 }

.bkentry_infosheet {
 width:260px;
 color: #A7A7A7;

 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 -o-border-radius: 2px;
 z-index:2;
 box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
 -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
 -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
 -o-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
 text-align:center;	
 border: 1px solid #c3c3c3;
 background: rgb(255,255,255); /* Old browsers */
 background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(247,237,170,1) 100%, rgba(237,237,196,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,237,170,1)), color-stop(100%,rgba(237,237,196,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(247,237,170,1) 100%,rgba(237,237,196,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(247,237,170,1) 100%,rgba(237,237,196,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(247,237,170,1) 100%,rgba(237,237,196,1) 100%); /* IE10+ */
 background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(247,237,170,1) 100%,rgba(237,237,196,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededc4',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
 }

.bkentry_flagmap_outer {
 border: 1px solid rgb(255, 255, 255);
 width: 254px;
 height: 254px;
 position: absolute;
 top: 5px;
 left: 15px;
 background: #ffffff;
 box-shadow: 2px 2px 4px #8888a8;
 -moz-box-shadow: 2px 2px 4px #8888a8;
 -webkit-box-shadow: 2px 2px 4px #8888a8;
 -o-box-shadow: 2px 2px 4px #8888a8;
}

.bkentry_flagmap {
 height: 250px; width: 250px;
 text-align:center;
 background-repeat:no-repeat;
 border: 2px solid #BAD9F7;
 border-color: #BAD9F7 #5E85A5 #5E85A5 #BAD9F7;
 }
 
.bkentry_country {
 background: none repeat scroll 0 0 #5E85A5;;
 display: block;
 font-size: 16px;
 opacity: 0.8;
 padding: 4px 0 4px 0;
 color: #ffffff;
 }

.bkentry_continent {
 position:relative;
 height:100px;
 width:100px;
 margin-top:140px;
 margin-left:-25px;
 
 border-radius: 75px;
 -moz-border-radius: 75px;
 -webkit-border-radius: 75px;
 -ms-border-radius: 75px;
 -o-border-radius: 75px;
 
 box-shadow: 6px 6px 36px rgba(0,0,0,0.7);

}

SPAN.bkentry_continent_text {
 display:block;
 }

.bkentry_continent_text {
 width: 150px;
 text-align: center;
 text-align: -webkit-center;
 text-align: -o-center;
 text-align: -moz-center;
 color: #333333;
 font-family:courier;
 margin-top: -10px;
 line-height:2;
 background: rgb(223, 236, 144,0);
 background: rgba(223, 236, 144,0.9);
 /*background: rgba(255,255,255,0.9);*/
}

.pulltab_language {
 width:30px;
 height:22px;
 float:right;
}

.bkentry_language {
 position:absolute;
 padding: 20px 10px 10px 10px;
 min-height: 40px;
 top: 10px;
 left: 5px;
 color: #002B63;
 font-family: courier;
 background:none;
 background-image:url("http://www.blinde-kuh.de/bkimages/notes/linepaper-yellow.png");
 } 

.bkentry_pulltab_text {
 position:absolute;
 width:auto;
 left:16px;
 padding:4px;
 }

.bkentry_pulltab_image {
 float:right;
 margin: 5px 3px 3px 3px;
 background-repeat:no-repeat;

 }
 
 
 
.bkentry_pulltab_outer_de {
display:none;

}

 
 .pulltab_outer_seitenstark { 
  height:150px;
  margin-top:40px;
   }

.pulltab_outer_seitenstark .bkentry_pulltab { 
 width: 310px;
 background:#CDCB4E;
 clip: rect(0px, 337px, 110px, 294px);
 }
   
.bkentry_pulltab_seitenstark {
 position: absolute;

 float:none;
 background: #CDCB4E;
 width: 315px; 
 clip:rect(0px, 337px, 115px, 294px);
 margin-left: -294px;
 border: 1px solid #F7F7A5;
 border-color: #F7F7A5 #A3A34C #A3A34C #F7F7A5;
 
 background: #CDCB4E;
 border-radius: 0 10px 10px 0;
 -moz-border-radius: 0 10px 10px 0;
 -webkit-border-radius: 0 10px 10px 0;
 -o-border-radius: 0 10px 10px 0;
 
 text-align:left;
 color: #000;
 font: bold 14px Verdana,Arial,Helvetica,Sans-Serif;
 transition-duration: 0.1s;	
 transition-timing-function:linear;
 transition-property: margin-left, clip;
 opacity: 0.7;
}

.bkentry_pulltab_seitenstark:active {
 clip:rect(0px, 335px, 320px, 0);
 opacity: 1;
 box-shadow: 4px 4px 10px #8888a8;
 z-index:2;
 }

   
.pulltab_outer_seitenstark .bkentry_infosheet {
 margin-top: -105px;
 margin-left: 5px;
 background: #CDCB4E;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

 text-align:left;
 font: 14px Verdana,Arial,Helvetica,Sans-Serif;
 color: #8B8A35;
 padding: 10px;
 line-height: 20px;
 position:absolute;
 border: 1px solid #d6d6d6;

 }
   
 .bkentry_pulltab_seitenstark_title {
 font: bold 12px verdana,arial,helvetica;
 color:#000000;
 margin-left:287px;
 padding:3px;
overflow:hiddden; 
 }
 
 .bkentry .bkinfosheet_image {
 box-shadow:3px 3px 9px rgba(0,0,0,0.5);
 }

.age {
 padding: 5px;
 font-size: 10px;
}

.bkagescala {
 text-align:right;
 padding-right: 10px;
 vertical-align: middle;
 }

.image_age {
 width: 32px;
 height: 90px;
 font-weight: normal;
}

.bkentry_under { padding: 3px; }

#bkentry_number {
 font: bold 24px Verdana,Arial,Helvetica,Sans-Serif;
 color: #c3c3c3; /*#97BEEE;*/
 display:inline;
 float:left;
 margin-left: 10px;
 margin-right:10px;
 }

/* Tabellen-Layout fuer DIVs */
.table { display: table; } 
.tr { display: table-row;  }
.td { display: table-cell;}


/* Einfaerben in blau fuer die Suchtreffer */

.bksearch .bkentry  {
 color: #000090;
 background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(236,241,247,1) 75%, rgba(202, 224, 247, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
 background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(236,241,247,) 75%, rgba(202, 224, 247, 1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), rgba(236,241,247,) 75%, color-stop(100%,rgba(202, 224, 247, 1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(236,241,247,1) 75%,rgba(202, 224, 247, 1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(236,241,247,) 75%,rgba(202, 224, 247, 1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(236,241,247,) 75%,rgba(202, 224, 247, 1) 100%); /* IE10+ */
 background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(236,241,247,) 75%,rgba(202, 224, 247, 1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#CAE0F7',GradientType=0.8 ); /* IE6-9 fallback on horizontal gradient */
 border-bottom: 1px solid #A9C8E8;
 border-right: 1px solid #A9C8E8;
}

.bksearch .bkentry:hover  {
 background: rgb(255,255,255); /* Old browsers */
 background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(213,227,242,1) 100%, rgba(212,249,221,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(213,227,242,1)), color-stop(100%,rgba(212,249,221,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(213,227,242,1) 100%,rgba(212,249,221,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(213,227,242,1) 100%,rgba(212,249,221,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(213,227,242,1) 100%,rgba(212,249,221,1) 100%); /* IE10+ */
 background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(213,227,242,1) 100%,rgba(212,249,221,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4f9dd',GradientType=1 ); /* IE6-9 */

 border-bottom: 1px solid #97C0EF;
 border-right: 1px solid #97C0EF;
 }

.bkentry_aura:hover .bkentry_outer {
 border: 20px;
 border-radius:15px;
 -webkit-border-radius:15px;
 -moz-border-radius:15px;
 -o-border-radius:15px;
 background-clip:border-box;
 }

.bksearch .bkentry_outer:hover {
 border-radius:15px;
 -webkit-border-radius:15px;
 -moz-border-radius:15px;
 -o-border-radius:15px;
 margin: -20px;
 padding:20px;
 
 background: -moz-linear-gradient(-45deg, rgba(197,222,234,0.17) 0%, rgba(138,187,215,0.17) 31%, rgba(8,110,172,0.16) 99%, rgba(6,109,171,0.16) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(197,222,234,0.17)), color-stop(31%,rgba(138,187,215,0.17)), color-stop(99%,rgba(8,110,172,0.16)), color-stop(100%,rgba(6,109,171,0.16))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(-45deg, rgba(197,222,234,0.17) 0%,rgba(138,187,215,0.17) 31%,rgba(8,110,172,0.16) 99%,rgba(6,109,171,0.16) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(-45deg, rgba(197,222,234,0.17) 0%,rgba(138,187,215,0.17) 31%,rgba(8,110,172,0.16) 99%,rgba(6,109,171,0.16) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(-45deg, rgba(197,222,234,0.17) 0%,rgba(138,187,215,0.17) 31%,rgba(8,110,172,0.16) 99%,rgba(6,109,171,0.16) 100%); /* IE10+ */
 background: linear-gradient(135deg, rgba(197,222,234,0.17) 0%,rgba(138,187,215,0.17) 31%,rgba(8,110,172,0.16) 99%,rgba(6,109,171,0.16) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bc5deea', endColorstr='#29066dab',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
 }

.bksearch .bkentry_button  {
 background: rgb(1,80,183); /* Old browsers */
 background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(1,80,183,1)), color-stop(80%,rgba(0,49,150,1))); /* Chrome,Safari4+ */
 background-image: -webkit-linear-gradient(-45deg, rgba(1,80,183,1) 0%,rgba(0,49,150,1) 80%); /* Chrome10+,Safari5.1+ */
 background-image: -moz-linear-gradient(-45deg, rgba(1,80,183,1) 0%, rgba(0,49,150,1) 80%); /* FF3.6+ */
 background-image: -o-linear-gradient(-45deg, rgba(1,80,183,1) 0%,rgba(0,49,150,1) 80%); /* Opera 11.10+ */
 background-image: -ms-linear-gradient(-45deg, rgba(1,80,183,1) 0%,rgba(0,49,150,1) 80%); /* IE10+ */
 background-image: linear-gradient(45deg, rgba(1,80,183,1) 0%,rgba(0,49,150,1) 80%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0150b7', endColorstr='#003196',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 background-clip:border-box;
 }

.bksearch .bkentry_title { color: #004CB3; }

.bksearch .bkentry_title A { color:#004CB3; }

.bksearch .bkentry_subtitle { color:#000090; }

.bksearch .bkentry_subtitle A { color:#000090; }

.bksearch .bkentry_hint_text { color:#000090; }

.bksearch .bkentry_linktext { color: #ffffff; }

.bksearch .bkentry_pulltab {
 background: #D4E8FB;
 color: #000090;
 }

.bksearch .bkentry_age_item {
 color: #002B63;
}

.bksearch .bkentry_pulltab:hover {
 background: #D4E8FB;
 box-shadow: 1px 1px 2px #8888a8;
}

.age {
 height: 90px;
 color: #000090;
 font-weight: normal;
 background: #D4E8FB;
}

.pulltab_language_search {
 height: 40px;
 overflow: visible;
 background: #D4E8FB;
}

.pulltab_language_search:hover { overflow: visible; }

.bksearch #bkentry_number { color: #4371AD; }


/*FARBEN KATALOG*/

.bkcatalog .bkentry_title { color: #467C3F; }

.bkcatalog .bkentry_title A { color: #467C3F; }

.bkcatalog .bkentry_subtitle { color: #2E542A; }

.bkcatalog .bkentry_subtitle A { color: #2E542A; }

.bkcatalog .bkentry_hint_text{ color:#2E542A; }

.bkcatalog .bkentry { 
 border-bottom: 1px solid #83AA65;
 border-right: 1px solid #83AA65;
 background: rgb(255,255,255); /* Old browsers */
 background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(237,247,238,1) 75%, rgba(237,247,238,1) 100%,   rgba(200,244,202,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(237,247,238,1)), color-stop(100%,rgba(237,247,238,1)), color-stop(100%,rgba(200,244,202,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(237,247,238,1) 75%,rgba(237,247,238,1) 100%,rgba(200,244,202,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(237,247,238,1) 75%,rgba(237,247,238,1) 100%,rgba(200,244,202,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(237,247,238,1) 75%,rgba(237,247,238,1) 100%,rgba(200,244,202,1) 100%); /* IE10+ */
 background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(237,247,238,1) 75%,rgba(237,247,238,1) 100%,rgba(200,244,202,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8f4ca',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 }

.bkcatalog .bkentry:hover {
 background: rgb(255,255,255); /* Old browsers */
 background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(237,247,238,1) 75%, rgba(237,247,238,1) 100%, rgba(218,239,218,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(237,247,238,1)), color-stop(100%,rgba(237,247,238,1)), color-stop(100%,rgba(218,239,218,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(237,247,238,1) 75%,rgba(237,247,238,1) 100%,rgba(218,239,218,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(237,247,238,1) 75%,rgba(237,247,238,1) 100%,rgba(218,239,218,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(237,247,238,1) 75%,rgba(237,247,238,1) 100%,rgba(218,239,218,1) 100%); /* IE10+ */
 background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(237,247,238,1) 75%,rgba(237,247,238,1) 100%,rgba(218,239,218,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#daefda',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bkcatalog .bkentry_aging {
 box-shadow:none;
 color: #2E542A;
}

.bkcatalog .bkentry_outer:hover {
 border-radius: 15px;
 -moz-border-radius: 15px;
 -webkit-border-radius:15px;
 -o-border-radius:15px;
 margin: -20px;
 padding:20px;
 background: -moz-linear-gradient(-45deg, rgba(44,221,118,0.17) 0%, rgba(3,61,10,0.17) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(44,221,118,0.17)), color-stop(100%,rgba(3,61,10,0.17))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(-45deg, rgba(44,221,118,0.17) 0%,rgba(3,61,10,0.17) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(-45deg, rgba(44,221,118,0.17) 0%,rgba(3,61,10,0.17) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(-45deg, rgba(44,221,118,0.17) 0%,rgba(3,61,10,0.17) 100%); /* IE10+ */
 background: linear-gradient(135deg, rgba(44,221,118,0.17) 0%,rgba(3,61,10,0.17) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2cdd76', endColorstr='#2b033d0a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bkcatalog .bkentry_age_item { color: #467C3F; }

.bkcatalog .bkentry_linktext { color: #ffffff;}

.bkcatalog .bkentry_button {
background: rgb(104,187,104); /* Old browsers */
background-image: -moz-linear-gradient(-45deg, rgba(104,187,104,1) 0%, rgba(0,61,0,1) 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(104,187,104,1)), color-stop(100%,rgba(0,61,0,1))); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(-45deg, rgba(104,187,104,1) 0%,rgba(0,61,0,1) 100%); /* Chrome10+,Safari5.1+ */
background-image: -o-linear-gradient(-45deg, rgba(104,187,104,1) 0%,rgba(0,61,0,1) 100%); /* Opera 11.10+ */
background-image: -ms-linear-gradient(-45deg, rgba(104,187,104,1) 0%,rgba(0,61,0,1) 100%); /* IE10+ */
background-image: linear-gradient(135deg, rgba(104,187,104,1) 0%,rgba(0,61,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68bb68', endColorstr='#003d00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bkcatalog #bkentry_number { color:#A2BB90; }

.bkcatalog .bkentry_pulltab { background: #A6DDB2; color: #000090; }

.bkcatalog .bkentry_pulltab:hover { box-shadow: 1px 1px 2px #8888a8; }


/*FARBE TUERKISCH */

.bkturkweb .bkentry_title { color: #990000; }

.bkturkweb .bkentry_title A { color: #990000; }

.bkturkweb .bkentry_subtitle { color: #9E0E0E; }

.bkcatalog .bkentry_age_item { color: #467C3F; }

.bkturkweb .bkentry_subtitle A { color: #9E0E0E; }

.bkturkweb .bkentry_hint_text { color: #9E0E0E; }

.bkturkweb .bkentry {
 border-bottom: 1px solid #E5B6B5;
 border-right: 1px solid #E5B6B5;
 background: rgb(255,255,255); /* Old browsers */
 background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(247,238,237,1) 75%, rgba(247,238,237,1) 100%, rgba(247,213,202,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(247,238,237,1)), color-stop(100%,rgba(247,238,237,1)), color-stop(100%,rgba(247,213,202,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(247,238,237,1) 75%,rgba(247,238,237,1) 100%,rgba(247,213,202,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(247,238,237,1) 75%,rgba(247,238,237,1) 100%,rgba(247,213,202,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(247,238,237,1) 75%,rgba(247,238,237,1) 100%,rgba(247,213,202,1) 100%); /* IE10+ */
 background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(247,238,237,1) 75%,rgba(247,238,237,1) 100%,rgba(247,213,202,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7d5ca',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 }

.bkturkweb .bkentry:hover {
 background: rgb(255,255,255); /* Old browsers */
 background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(247,241,239,1) 75%, rgba(249,241,239,1) 100%, rgba(247,228,217,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(247,241,239,1)), color-stop(100%,rgba(249,241,239,1)), color-stop(100%,rgba(247,228,217,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(247,241,239,1) 75%,rgba(249,241,239,1) 100%,rgba(247,228,217,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(247,241,239,1) 75%,rgba(249,241,239,1) 100%,rgba(247,228,217,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(247,241,239,1) 75%,rgba(249,241,239,1) 100%,rgba(247,228,217,1) 100%); /* IE10+ */
 background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(247,241,239,1) 75%,rgba(249,241,239,1) 100%,rgba(247,228,217,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7e4d9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 }

.bkturkweb .bkentry_description {
 background-image: url(http://www.blinde-kuh.de/bkimages/bkturkweb/bkturk-bg.png);
 background-repeat: no-repeat;
 background-position: 20px 0;
}

.bkturkweb .bkentry_outer:hover {
 border-radius: 15px;
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 -o-border-radius: 15px;
 
 margin: -20px;
 padding:20px;
/* background: rgba(0, 38, 160, 0.15); */
 background-image: -moz-linear-gradient(-45deg, rgba(214,14,0,0.17) 0%, rgba(144,0,0,0.17) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(214,14,0,0.17)), color-stop(100%,rgba(144,0,0,0.17))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(-45deg, rgba(214,14,0,0.17) 0%,rgba(144,0,0,0.17) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(-45deg, rgba(214,14,0,0.17) 0%,rgba(144,0,0,0.17) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(-45deg, rgba(214,14,0,0.17) 0%,rgba(144,0,0,0.17) 100%); /* IE10+ */
 background: linear-gradient(135deg, rgba(214,14,0,0.17) 0%,rgba(144,0,0,0.17) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bd60e00', endColorstr='#2b900000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 }

.bkturkweb .bkentry_linktext { color: #ffffff; }

.bkturkweb .bkentry_button {
 background-image: rgb(239,40,50); /* Old browsers */
 background-image: -moz-linear-gradient(-45deg, rgba(239,40,50,1) 0%, rgba(165,9,17,1) 100%); /* FF3.6+ */
 background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(239,40,50,1)), color-stop(100%,rgba(165,9,17,1))); /* Chrome,Safari4+ */
 background-image: -webkit-linear-gradient(-45deg, rgba(239,40,50,1) 0%,rgba(165,9,17,1) 100%); /* Chrome10+,Safari5.1+ */
 background-image: -o-linear-gradient(-45deg, rgba(239,40,50,1) 0%,rgba(165,9,17,1) 100%); /* Opera 11.10+ */
 background-image: -ms-linear-gradient(-45deg, rgba(239,40,50,1) 0%,rgba(165,9,17,1) 100%); /* IE10+ */
 background-image: linear-gradient(135deg, rgba(239,40,50,1) 0%,rgba(165,9,17,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef2832', endColorstr='#a50911',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 }

.bkturkweb #bkentry_number { color: #DAC981; }

.bkturkweb .bkentry_outer:hover {
 border-radius: 15px;
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 -o-border-radius: 15px;
 
 margin: -20px;
 padding:20px;
 }

.bkturkweb .bkentry_pulltab { background-color:#F7E4E4; }

.bkturkweb .bkentry_aging { color:#9E0E0E; }

.bkturkweb .bkentry_age_item { color: #9E0E0E; }


/*BEAMER */

.bkbeamer .bkentry_title { color:#7D417E; }

.bkbeamer .bkentry_title A { color:#7D417E; }

.bkbeamer .bkentry_subtitle { color:#632963; }

.bkbeamer .bkentry_subtitle A { color:#632963; }

.bkbeamer .bkentry { 
 background: rgb(255,255,255); /* Old browsers */
 background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(247,237,244,1) 75%, rgba(247,237,244,1) 100%, rgba(247,237,244,1) 100%, rgba(221,133,189,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(247,237,244,1)), color-stop(100%,rgba(247,237,244,1)), color-stop(100%,rgba(247,237,244,1)), color-stop(100%,rgba(221,133,189,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(247,237,244,1) 75%,rgba(247,237,244,1) 100%,rgba(247,237,244,1) 100%,rgba(221,133,189,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(247,237,244,1) 75%,rgba(247,237,244,1) 100%,rgba(247,237,244,1) 100%,rgba(221,133,189,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(247,237,244,1) 75%,rgba(247,237,244,1) 100%,rgba(247,237,244,1) 100%,rgba(221,133,189,1) 100%); /* IE10+ */
 background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(247,237,244,1) 75%,rgba(247,237,244,1) 100%,rgba(247,237,244,1) 100%,rgba(221,133,189,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dd85bd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bkbeamer .bkentry:hover {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(247,237,244,1) 75%, rgba(247,237,244,1) 100%, rgba(247,237,244,1) 100%, rgba(219,155,195,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(247,237,244,1)), color-stop(100%,rgba(247,237,244,1)), color-stop(100%,rgba(247,237,244,1)), color-stop(100%,rgba(219,155,195,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(247,237,244,1) 75%,rgba(247,237,244,1) 100%,rgba(247,237,244,1) 100%,rgba(219,155,195,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(247,237,244,1) 75%,rgba(247,237,244,1) 100%,rgba(247,237,244,1) 100%,rgba(219,155,195,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(247,237,244,1) 75%,rgba(247,237,244,1) 100%,rgba(247,237,244,1) 100%,rgba(219,155,195,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(247,237,244,1) 75%,rgba(247,237,244,1) 100%,rgba(247,237,244,1) 100%,rgba(219,155,195,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#db9bc3',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.bkbeamer .bkentry_outer:hover {
 margin: -20px;
 padding:20px;
 
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 -o-border-radius: 15px;
 border-radius: 15px;
 
 background: -moz-linear-gradient(-45deg,  rgba(206,0,203,0.1) 0%, rgba(147,0,145,0.1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(206,0,203,0.1)), color-stop(100%,rgba(147,0,145,0.1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(-45deg,  rgba(206,0,203,0.1) 0%,rgba(147,0,145,0.1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(-45deg,  rgba(206,0,203,0.1) 0%,rgba(147,0,145,0.1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(-45deg,  rgba(206,0,203,0.1) 0%,rgba(147,0,145,0.1) 100%); /* IE10+ */
 background: linear-gradient(135deg,  rgba(206,0,203,0.1) 0%,rgba(147,0,145,0.1) 100%); /* W3C */
 } 

.bkbeamer .bkentry_button {
 background: rgb(188,98,187); /* Old browsers */
 background: -moz-linear-gradient(-45deg,  rgba(188,98,187,1) 0%, rgba(125,65,126,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(188,98,187,1)), color-stop(100%,rgba(125,65,126,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(-45deg,  rgba(188,98,187,1) 0%,rgba(125,65,126,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(-45deg,  rgba(188,98,187,1) 0%,rgba(125,65,126,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(-45deg,  rgba(188,98,187,1) 0%,rgba(125,65,126,1) 100%); /* IE10+ */
 background: linear-gradient(135deg,  rgba(188,98,187,1) 0%,rgba(125,65,126,1) 100%); /* W3C */
 }

.bkbeamer #bkentry_number { color: #DDA1DC; }

.bkbeamer .bkentry_hint_text { color: #7D417E; }


/* FARBE NACHRICHTEN*/
.bknews .bkentry_title { color: #BA9808; }

.bknews .bkentry_title A { color:#BA9808; }

.bknews .bkentry_subtitle { color:#9E8108; }

.bknews .bkentry_subtitle A { color:#9E8108; }

.bknews .bkentry {
 border-left: #EDDC87;
 border-bottom: #EDDC87;
 background: rgb(255,255,255); /* Old browsers */
 background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(242,235,215,1) 75%, rgba(249,235,187,1) 100%, rgba(229,212,142,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(242,235,215,1)), color-stop(100%,rgba(249,235,187,1)), color-stop(100%,rgba(229,212,142,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(242,235,215,1) 75%,rgba(249,235,187,1) 100%,rgba(229,212,142,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(242,235,215,1) 75%,rgba(249,235,187,1) 100%,rgba(229,212,142,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(242,235,215,1) 75%,rgba(249,235,187,1) 100%,rgba(229,212,142,1) 100%); /* IE10+ */
 background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(242,235,215,1) 75%,rgba(249,235,187,1) 100%,rgba(229,212,142,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5d48e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 }

.bknews .bkentry:hover {
 background: rgb(255,255,255); /* Old browsers */
 background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(247,247,237,1) 100%, rgba(247,238,190,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,237,1)), color-stop(100%,rgba(247,238,190,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(247,247,237,1) 100%,rgba(247,238,190,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(247,247,237,1) 100%,rgba(247,238,190,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(247,247,237,1) 100%,rgba(247,238,190,1) 100%); /* IE10+ */
 background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(247,247,237,1) 100%,rgba(247,238,190,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7eebe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bknews .bkentry_outer:hover {
 background: -moz-linear-gradient(-45deg, rgba(211,204,0,0.17) 0%, rgba(150,135,0,0.17) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(211,204,0,0.17)), color-stop(100%,rgba(150,135,0,0.17))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(-45deg, rgba(211,204,0,0.17) 0%,rgba(150,135,0,0.17) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(-45deg, rgba(211,204,0,0.17) 0%,rgba(150,135,0,0.17) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(-45deg, rgba(211,204,0,0.17) 0%,rgba(150,135,0,0.17) 100%); /* IE10+ */
 background: linear-gradient(135deg, rgba(211,204,0,0.17) 0%,rgba(150,135,0,0.17) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bd3cc00', endColorstr='#2b968700',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 }
 
 .bknews .bkentry_button {
 background: rgb(247,217,118); /* Old browsers */
 background: -moz-linear-gradient(-45deg,  rgba(247,217,118,1) 0%, rgba(186,152,8,1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(-45deg,  rgba(247,217,118,1) 0%,rgba(186,152,8,1) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(135deg,  rgba(247,217,118,1) 0%,rgba(186,152,8,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d976', endColorstr='#ba9808',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 }

.bknews .bkentry_age_item { color:#9E8108; }

.bknews .bkentry_number { color:#9E8108; }

/* FARBE SPIELE */

.bkgame .bkentry_subtitle A { color: #0785C4; }

.bkgame .bkentry_title A { color: #0D9DE5; }

.bkgame .bkentry_genre,
.bkturkweb .bkentry_genre,
.bkbeamer .bkentry_genre,
.bkcatalog .bkentry_genre {
 font:bold italic 14px Verdana,Arial,Helvetica,Sans-Serif;
 color:#2eb0f2;
 margin:5px 10px 0 10px;
}

.bkgame .bkentry_subtopics,
.bkturkweb .bkentry_subtopics,
.bkbeamer .bkentry_subtopics,
.bkcatalog .bkentry_subtopics {
 font:bold italic 16px Verdana,Arial,Helvetica,Sans-Serif;
 color:#2eb0f2;
 margin:5px 10px 0 10px;
}

.bkgame .bkentry_format_hint_text { color: #0D9DE5; }

.bkgame .bkentry_format_hint {
 min-height: 200px;
 margin-top: -223px;
}

 .bkgame .bkentry_age_hint .bkentry_aging_hint_table_line_x {
 background:#CEEFFF;
 }

.bkgame .bkentry {
 border-color: #A6D4EA #A6D4EA #E2F7FF #E2F7FF;
 background: rgb(255,255,255); /* Old browsers */
 background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(218,232,239,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(218,232,239,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(218,232,239,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(218,232,239,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(218,232,239,1) 100%); /* IE10+ */
 background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(218,232,239,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dae8ef',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.bkgame .bkentry:hover {
 background: rgb(255,255,255); /* Old browsers */
 background: rgb(255,255,255); /* Old browsers */
 background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(210,233,244,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(210,233,244,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(210,233,244,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(210,233,244,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(210,233,244,1) 100%); /* IE10+ */
 background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(210,233,244,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2e9f4',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.bkgame .bkentry_outer:hover {
 margin: -20px;
 padding:20px;
 border-radius: 15px;
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 -o-border-radius: 15px;

 background: -moz-linear-gradient(-45deg,  rgba(86,193,247,0.1) 0%, rgba(11,162,237,0.1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(86,193,247,0.1)), color-stop(100%,rgba(11,162,237,0.1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(-45deg,  rgba(86,193,247,0.1) 0%,rgba(11,162,237,0.1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(-45deg,  rgba(86,193,247,0.1) 0%,rgba(11,162,237,0.1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(-45deg,  rgba(86,193,247,0.1) 0%,rgba(11,162,237,0.1) 100%); /* IE10+ */
 background: linear-gradient(135deg,  rgba(86,193,247,0.1) 0%,rgba(11,162,237,0.1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a56c1f7', endColorstr='#1a0ba2ed',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.bkgame .bkentry_linktext { color: #ffffff; }

.bkgame .bkentry_image {
 width: 260px;
 margin-bottom:5px;
 box-shadow: 3px 3px 9px rgab(0,0,0,0.5);
}

.bkgame .bkentry_button {
 background: rgb(165,206,226); /* Old browsers */
 background: -moz-linear-gradient(-45deg,  rgba(165,206,226,1) 0%, rgba(13,157,229,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(165,206,226,1)), color-stop(100%,rgba(13,157,229,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(-45deg,  rgba(165,206,226,1) 0%,rgba(13,157,229,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(-45deg,  rgba(165,206,226,1) 0%,rgba(13,157,229,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(-45deg,  rgba(165,206,226,1) 0%,rgba(13,157,229,1) 100%); /* IE10+ */
 background: linear-gradient(135deg,  rgba(165,206,226,1) 0%,rgba(13,157,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5cee2', endColorstr='#0d9de5',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.bkgame #bkentry_number { color: #4ABDF7; }

.bkgame .bkentry_outer:hover { 
 margin: -20px;
 padding:20px;
 
 border-radius: 15px;
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 -o-border-radius: 15px;
 }

.bkgame .bkentry_pulltab { background-color:#BFE6FC; }

.bkgame .bkentry_aging { color:#70C8F4; }

.bkgame  .bkentry_age_hint {
 margin-top:10px;
 }

/* EINFAERBEN PULLTAB */

.bksearch .bkentry_pulltab_outer_seitenstark .bkentry_pulltab,
.bkcatalog .bkentry_pulltab_outer_seitenstark .bkentry_pulltab,
.bkturkweb .bkentry_pulltab_outer_seitenstark .bkentry_pulltab,
.bkgame .bkentry_pulltab_outer_seitenstark .bkentry_pulltab,
.bkbeamer .bkentry_pulltab_outer_seitenstark .bkentry_pulltab,
.bknews .bkentry_pulltab_outer_seitenstark .bkentry_pulltab {
 background:#CDCB4E;
  }

/*FORMATS*/

/*Default*/

.bkentry_flash { background-position: -45px 0; width: 25px; }
.bkentry_flash:hover { background-position: -135px 0; }
.bkentry_feed {	background-position: -45px -35px; width: 30px; }
.bkentry_feed:hover { background-position: -135px -35px; }
.bkentry_bigimage {	background-position: -45px -140px; width: 38px; }
.bkentry_bigimage:hover { background-position: -135px -140px; width: 38px; }
.bkentry_bigtext { background-position: -45px -105px; width: 24px; }
.bkentry_bigtext:hover { background-position: -135px -105px; width: 24px; }
.bkentry_gallery { background-position: 0 -175px; width: 30px; }
.bkentry_gallery:hover { background-position: -90px -175px; }
.bkentry_mp3 { background-position: 0 0; width: 28px; }
.bkentry_mp3:hover { background-position: -90px 0; }
.bkentry_sound { background-position: 0 -140px; width: 27px; }
.bkentry_sound:hover { background-position: -90px -140px; }
.bkentry_login { background-position: 0 -105px; width: 15px; }
.bkentry_login:hover { background-position: -90px -105px; }
.bkentry_keyboard {	background-position: 0 -70px; width: 45px; }
.bkentry_keyboard:hover { background-position: -90px -70px; }
.bkentry_mouse { background-position: 0 -35px; width: 25px; }
.bkentry_mouse:hover { background-position: -90px -35px; }
.bkentry_nomouse { background-position: -41px -461px; width: 31px; }
.bkentry_nomouse:hover { background-position: -132px -460px; }
.bkentry_cookies { background-position: -45px -70px; width: 25px; }
.bkentry_cookies:hover { background-position: -135px -70px; }
.bkentry_pdf { background-position: -45px -211px; width: 25px; }
.bkentry_pdf:hover { background-position: -135px -210px; }
.bkentry_mouse_muss { background-position: -40px -300px; width: 35px; }
.bkentry_mouse_muss:hover { background-position: -132px -300px;}
.bkentry_keyboard_muss { background-position:0 -340px; width: 53px;}
.bkentry_keyboard_muss:hover { background-position: -90px -340px}
.bkentry_sound_muss { background-position:-2px -257px; width: 34px}
.bkentry_sound_muss:hover { background-position: -92px -257px}
.bkentry_no_sound { background-position: -40px -257px; width:31px}
.bkentry_no_sound:hover { background-position: -132px -257px;}
.bkentry_sound_music { background-position: -2px -300px; width:24px; }
.bkentry_sound_music:hover { background-position: -92px -300px;}
.bkentry_html_pur { background-position: -40px -380px; width: 30px;}
.bkentry_html_pur:hover { background-position: -132px -380px;}
.bkentry_html5 { background-position: -2px -420px; width: 23px;}
.bkentry_html5:hover { background-position: -92px -420px;}
.bkentry_touch { background-position: -1px -381px; width: 37px;}
.bkentry_touch:hover { background-position: -91px -381px;}
.bkentry_javascript { background-position: -40px -420px;}
.bkentry_javascript:hover { background-position: -130px -420px;}
.bkentry_shockwave { background-position: -2px -460px}
.bkentry_shockwave:hover { background-position: -90px -460px}


/*Displays*/
.bkentry_tablet { background-position: -37px -1px; width: 38px;}
.bkentry_tablet:hover { background-position: -106px -1px;}
.bkentry_phone { background-position: -37px -46px; width: 57px;}
.bkentry_phone:hover { background-position: -106px -46px; }
.bkentry_desktop { background-position: -37px -92px; width: 40px;}
.bkentry_desktop:hover { background-position: -106px -92px;}


/*FORMATS Tuerkisch Web*/
.bkturkweb .bkentry_flash:hover { background-position: -225px 0; }
.bkturkweb .bkentry_feed:hover { background-position: -180px -35px; }
.bkturkweb .bkentry_bigimage:hover { background-position: -225px -140px; }
.bkturkweb .bkentry_bigtext:hover { background-position: -225px -105px; }
.bkturkweb .bkentry_login:hover { background-position: -180px -105px; }
.bkturkweb .bkentry_mp3:hover { background-position: -180px 0; }
.bkturkweb .bkentry_gallery:hover { background-position: -180px -175px; }
.bkturkweb .bkentry_sound:hover { background-position: -180px -140px; }
.bkturkweb .bkentry_keyboard:hover { background-position: -180px -70px; }
.bkturkweb .bkentry_mouse:hover { background-position: -180px -35px; }
.bkturkweb .bkentry_cookies:hover { background-position: -225px -70px; }
.bkturkweb .bkentry_pdf:hover { background-position: -225px -210px; }
.bkturkweb .bkentry_youtube:hover { background-position: -180px -210px; }

/* FORMATS Katalog*/
.bkcatalog .bkentry_flash:hover { background-position: -315px 0; }
.bkcatalog .bkentry_feed:hover { background-position: -315px -35px; }
.bkcatalog .bkentry_bigimage:hover { background-position: -315px -140px; }
.bkcatalog .bkentry_bigtext:hover { background-position: -315px -105px; }
.bkcatalog .bkentry_login:hover { background-position: -270px -105px; }
.bkcatalog .bkentry_mp3:hover { background-position: -270px 0; }
.bkcatalog .bkentry_gallery:hover { background-position: -270px -175px; }
.bkcatalog .bkentry_sound:hover { background-position: -270px -140px; }
.bkcatalog .bkentry_keyboard:hover { background-position: -270px -70px; }
.bkcatalog .bkentry_mouse:hover { background-position: -270px -35px; }
.bkcatalog .bkentry_cookies:hover { background-position: -315px -70px; }
.bkcatalog .bkentry_pdf:hover { background-position: -315px -210px; }
.bkcatalog .bkentry_youtube:hover { background-position: -270px -210px; }

/* FORMATS Beamer*/
.bkbeamer .bkentry_flash:hover { background-position: -405px 0; }
.bkbeamer .bkentry_feed:hover { background-position: -270px -35px; }
.bkbeamer .bkentry_bigimage:hover { background-position: -405px -140px; }
.bkbeamer .bkentry_bigtext:hover { background-position: -405px -105px; }
.bkbeamer .bkentry_mp3:hover { background-position: -360px 0; }
.bkbeamer .bkentry_gallery:hover { background-position: -360px -175px; width: 30px; }
.bkbeamer .bkentry_sound:hover { background-position: -360px -140px; }
.bkbeamer .bkentry_login:hover { background-position: -360px -105px; }
.bkbeamer .bkentry_keyboard:hover { background-position: -360px -70px; }
.bkbeamer .bkentry_mouse:hover { background-position: -360px -35px; }
.bkbeamer .bkentry_cookies:hover { background-position: -405px -70px; }
.bkbeamer .bkentry_youtube:hover { background-position: -270px -210px; }
.bkbeamer .bkentry_pdf:hover { background-position: -405px -210px; }


/* FORMATS Games (teilweise auch für Katalog, Turkweb und Beamer*/

.bkgame .bkentry_flash:hover { background-position: -585px 0; }
.bkgame .bkentry_feed:hover { background-position: -585px -35px; }
.bkgame .bkentry_bigimage:hover { background-position: -585px -140px; }
.bkgame .bkentry_bigtext:hover { background-position: -590px -105px; }
.bkgame .bkentry_mp3:hover { background-position: -540px 0; }
.bkgame .bkentry_gallery:hover { background-position: -540px -175px;}
.bkgame .bkentry_sound:hover { background-position: -540px -140; }
.bkgame .bkentry_login:hover { background-position: -540px -105px;}
.bkgame .bkentry_keyboard:hover { background-position: -540px -70px; }
.bkgame .bkentry_mouse:hover { background-position: -540px -35px; }
.bkgame .bkentry_nomouse:hover { background-position: -579px -462px; }
.bkgame .bkentry_cookies:hover { background-position: -585px -70px; }
.bkgame .bkentry_pdf:hover { background-position: -585px -210px; }


.bkturkweb .bkentry_mouse_muss:hover ,
.bkcatalog .bkentry_mouse_muss:hover,
.bkbeamer .bkentry_mouse_muss:hover,
.bkgame .bkentry_mouse_muss:hover { background-position: -580px -300px; }

.bkturkweb .bkentry_keyboard_muss:hover,
.bkcatalog .bkentry_keyboard_muss:hover,
.bkbeamer .bkentry_keyboard_muss:hover,
.bkgame .bkentry_keyboard_muss:hover { background-position: -540px -340px; }

.bkturkweb .bkentry_sound_muss:hover,
.bkcatalog .bkentry_sound_muss:hover,
.bkbeamer .bkentry_sound_muss:hover,
.bkgame .bkentry_sound_muss:hover { background-position: -542px -257px; }

.bkturkweb .bkentry_no_sound:hover,
.bkcatalog .bkentry_no_sound:hover,
.bkbeamer .bkentry_no_sound:hover,
.bkgame .bkentry_no_sound:hover { background-position: -580px -257px; }

.bkturkweb .bkentry_sound_music:hover,
.bkcatalog .bkentry_sound_music:hover,
.bkbeamer .bkentry_sound_music:hover,
.bkgame .bkentry_sound_music:hover { background-position: -542px -300px; }

.bkturkweb .bkentry_html5:hover,
.bkcatalog .bkentry_html5:hover
.bkbeamer .bkentry_html5:hover
.bkgame .bkentry_html5:hover { background-position: -541px -420px; }

.bkturkweb .bkentry_html_pur:hover,
.bkcatalog .bkentry_html_pur:hover,
.bkbeamer .bkentry_html_pur:hover,
.bkgame .bkentry_html_pur:hover { background-position: -580px -380px; }

.bkturkweb .bkentry_touch:hover,
.bkcatalog .bkentry_touch:hover,
.bkbeamer .bkentry_touch:hover,
.bkgame .bkentry_touch:hover { background-position: -540px -381px; }

.bkturkweb .bkentry_javascript:hover,
.bkcatalog .bkentry_javascript:hover,
.bkbeamer .bkentry_javascript:hover,
.bkgame .bkentry_javascript:hover { background-position: -580px -420px;}

.bkturkweb .bkentry_shockwave:hover,
.bkcatalog .bkentry_shockwave:hover,
.bkbeamer .bkentry_shockwave:hover,
.bkgame .bkentry_shockwave:hover { background-position: -540px -460px;}

.bkturkweb .bkentry_tablet:hover,
.bkcatalog .bkentry_tablet:hover,
.bkbeamer .bkentry_tablet:hover,
.bkgame .bkentry_tablet:hover { background-position: -456px -1px;}

.bkturkweb .bkentry_phone:hover,
.bkcatalog .bkentry_phone:hover,
.bkbeamer .bkentry_phone:hover,
.bkgame .bkentry_phone:hover {  background-position: -456px -45px;}

.bkturkweb .bkentry_desktop:hover ,
.bkcatalog .bkentry_desktop:hover,
.bkbeamer .bkentry_desktop:hover,
.bkgame .bkentry_desktop:hover{ background-position: -456px -92px;}


/*DRUCKAUSGABE*/

@media print {
.div { border: 0 solid #000000; }
.bkentry_aura {rotation: none;}
.bkentry_outer { box-shadow:0px 0 0 rgba(0,0,0,0);}
.bkentry { background:none; border: 2px solid rgba(0,0,0,0.5); box-shadow:0px 0 0 rgba(0,0,0,0);}
.bkentry_button { background: #797979; box-shadow:0px 0 0 rgba(0,0,0,0); color:#797979; }
.bkentry_topic_tab,
.bkentry_supertopic_tab { border:0px solid black; box-shadow:0px 0 0 rgba(0,0,0,0);}

.bkentry_topic,
.bkentry_supertopic {
 background:none;
 color: #000000;
 border:none;
 }
 .bksearchbox { display:none; }
 #bkteasering_row_right {display:none;}
 .bkentry_pulltab { border:none; }
}

