@charset "utf-8";
body {
	margin: 0px;
	font-family: Tahoma;
	background-image: url(img/bgbg.gif);
	height: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
}

.header {
	background-image: url(img/top2.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	height: 50px;
	width: 100%;
	background-color: #000000;
	position: fixed;
	top: 0px;
}
.footer {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding: 13px;
	width: 100%;
	bottom: 0px;
	position: fixed;
	height: 16px;
}
.inside {
	height: 450px;
	width: 720px;
	vertical-align: middle;
	margin-top: -225px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -360px;
}
.card  {
	color: #000000;
	background-repeat: no-repeat;
	padding: 10px;
	height: 112px;
	width: 310px;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	background-image: url(img/bgX.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#lexicom {
	position: relative;
	left: 10px;
	top: 10px;
	text-decoration: none;
}

#dymczak {
	position: relative;
	left: 10px;
	top: 30px;
	text-decoration: none;
}
#lextrans {
	position: relative;
	left: 10px;
	top: 50px;
}
.card:hover {
	background-image: url(img/bgY.gif);

}
.inside a{
text-decoration: none;
}


.card .link {
	font-size: 11px;
	color: #CC0000;
	text-decoration: underline;
	font-weight: normal;
	position: absolute;
	width: 200px;
	bottom: 10px;
}
.card:hover .link {

}
.inside #img {
	width: 297px;
	position: absolute;
	right: 30px;
	top: 90px;
}
#desc  {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	border: 1px solid #D8D8D8;
	width: 289px;
	background-color: #EAEAEA;
	margin-top: 2px;
	padding: 3px;
	display: none;
	text-decoration: none;

}
#dymczak:hover {

}
.de {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.card:hover  .de {

}

#lextrans:hover {

}
#imgLextrans {

}
#lang {
	float: right;
	color: #999999;
	font-size: 12px;
	padding-top: 19px;
	padding-right: 16px;
	padding-bottom: 15px;
	padding-left: 11px;
	line-height: 17px;
}
#lang a {
	color: #999999;
	font-size: 12px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#lang a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#lang a:hover {
	color: #C3544B;
}
.card:hover  .de {
	color: #CCCCCC;
}
.card:hover .link {
	color: #FFFFFF;
}
.card:visited {
	background-image: url(img/bgY.gif);
}
