@charset "utf-8";
/* CSS Document */

.langMenuHu {
	width: 150px;
	height: 50px;
	background: url(../images/dock.gif) no-repeat;
	position: fixed;
	left: -115px;
	top: 150px;
	z-index: 2;
}
.langMenuRs {
	width: 150px;
	height: 50px;
	background: url(../images/dock.gif) no-repeat;
	position: fixed;
	left: -115px;
	top: 210px;
	z-index: 2;
}
.langMenuEn {
	width: 150px;
	height: 50px;
	background: url(../images/dock.gif) no-repeat;
	position: fixed;
	left: -115px;
	top: 270px;
	z-index: 2;
}
.langMenuDe {
	width: 150px;
	height: 50px;
	background: url(../images/dock.gif) no-repeat;
	position: fixed;
	left: -115px;
	top: 330px;
	z-index: 2;
}
.flag {
	width: 37px;
	height: 37px;
	float:right;
	position: relative;
	right: 8px;
	top: 6px;
}
.langText {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	top: 14px;
	left: 10px
	float:left;
}
.langText a { text-decoration: none; color: #000000; }
.langText a:hover { color:#990000; }

