.wllContainer{background-color: #ccd4a8; height: 195px;}
.wllLeftSide{
	height: 195px; background: url('../img/wllimg/wllLeftSide2.png'); width: 715px; color: white; float: left;
	font-family: 'century gothic', Arial; font-size: 12px; text-align: left;
}
.wllLeftSide a{color: white; text-decoration: none; font-family: 'century gothic', Arial; font-size: 12px;}
.wllLeftSide a:hover{text-decoration: underline;}
.wllRightSide{height: 195px; float: right;}
.wllUlLeft{list-style: none; margin: 0; padding-left: 20px; padding-top: 10px; float: left;}
.wllUlLeft li{margin-bottom: 3px;}
.wllUlLeft li.wllLiHead{font-size: 16px; text-transform: uppercase; margin-bottom: 10px;}
.wllTable{margin-top: 10px; margin-right: 10px;}
.wllTable td{padding: 10px;}
.wllIkon{width: 67px; height: 67px; cursor: pointer;}
.wllIkonHome{background: url('../img/wllimg/wllIkonHome.png');}
.wllIkonIn{background: url('../img/wllimg/wllIkonIn.png');}
.wllIkonYT{background: url('../img/wllimg/wllIkonYT.png');}
.wllIkonG{background: url('../img/wllimg/wllIkonG.png');}
.wllIkonF{background: url('../img/wllimg/wllIkonF.png');}
.wllIkonTwitt{background: url('../img/wllimg/wllIkonTwitt.png');}

.trans05{
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.transRot360:hover{
	-ms-transform: scale(1.1) rotate(10deg);
    -webkit-transform: scale(1.1) rotate(10deg);
    transform: scale(1.1) rotate(10deg);
}
.transMoveRightABit:hover{
	-ms-transform: translate(5px);
    -webkit-transform: translate(5px);
    transform: translate(5px);
}

.transComeABit:hover{
	-ms-transform: scale(1.05) rotate(5deg);
    -webkit-transform: scale(1.05) rotate(5deg);
    transform: scale(1.05) rotate(5deg);
}