@charset "utf-8";
/* CSS Document */

a 			{ color: white;	text-decoration: none; 	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 9pt;}
a:link 		{ color: white;	text-decoration: none; }
a:visited 	{ color: white; text-decoration: none; }
a:hover 	{ color: white; text-decoration: none; }
a:active 	{ color: white; text-decoration: none; }

#introTop{
	width: 950px;
	height: 280px;
	background-image: url(../images/intro-header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #999;
}

#flashWindow{
	float:right;
	width: 401px;
	height: 251px;
	margin-right:29px;
	margin-top:13px;
}

#fpp{ background-color:#FFFFFF; margin:0px; width:401px;height:251px; visibility:hidden;  }

#introLabelHeader{
	width: 950px;
	height: 51px;
	background-image: url(../images/intro-label-back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #709639;
}

#introMain{
	width: 920px;
	height: 190px;
	background-image: url(../images/intro-main-back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-left:30px;
	overflow:hidden;
}

ul, .titleSubmBox{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: left;
	float:left;
	width: 156px;
	height:155px;
	margin:6px 22px 0 0px;
	padding:6px 2px 0 2px;
	background-image: url(../images/transparent1.png);
}

ul:hover, .titleSubmBox:hover{
	background-image: url(../images/transparent2.png);	
}

li, .titleSubm {
	color: #fff;
	text-decoration: none;
	width: 148px;
	padding: 2px 2px 2px 5px;
	margin-bottom:2px;
	list-style:disc;
	line-height: 13px;
}

li:hover, .titleSubm:hover {
	background-image: url(../images/transparent2.png);
	color:#FF3333;
}

#introFooter{
	width: 950px;
	height: 23px;
	background-image: url(../images/intro-footer-back.gif);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	text-align: right;
	padding-right: 20px;
	color: #036;
}

#home 	{ visibility:hidden; height:0; width:0; overflow:hidden;}

.ads {margin:2px 2px 0 0; width:20px; height:60px; background-image:url(../images/label-reklama.png); background-repeat:no-repeat; float:left;}
