img.big {cursor: pointer; max-width: 50px; max-height: 50px;}
img.big:hover {max-width: 50px; max-height: 50px;}


/*

logotextShadow {
	text-shadow: #ff3399 1px 0 0px, #ff3399 0 1px 0px, #ff3399 -1px 0 0px, #ff3399 0 -1px 0px;
}

*/


/*
-------------------------
 Flags-Icon-Style
------------------------- 
*/
.flag {
    display: inline-block;
    width: 25px;
    height: 15px;
    background: url('flags.png') no-repeat;
}


.flag.flag-ru {
    background-position: -15px 0;
}

.flag.flag-de {
    background-position: 0 0;
}
