@charset "utf-8";

.body {
	text-align: center;
	color:#FFFFFF;
	font-family: verdana;
	font-size:11px;
	background-color:#000000;
}
.kontener {
	
	height: auto;
	width: 1020px;
	margin: 0 auto;
}
.naglowek {
	height: 433px;
	width: auto;
	background-color:#000000;
	text-align:left;
	background-image: url(images/baner_aifam_lo.jpg);
	background-position: center;
	
}
.draggable {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.player {
	position: fixed;
	left: 0;
	top: 0;
	width:auto;
	height: auto;
}
.body_in {
	text-align: center;
	color:#FFFFFF;
	font-family: verdana;
	font-size:13px;
	background-color:#000000;
	width: 800px;
}
.menu {
	width:auto;
	height:60px;
	text-align: center;
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-x;
}
.tytul{
	background-image: url(images/title_aifam.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 40px;
	margin-left: 60px;
	margin-right: 60px;
	color: #ffffff;
	text-align: left;
	font-size: 20px;
}
.tresc {
	text-align:left;
	margin-left: 60px;
	margin-right: 60px;
	border-top: 1px solid #2e2e2e;
	padding-top: 15px;
	width: auto;
	height:auto;
}
.plyta {
	color: #416939;
	font-size: 16px;
	text-align: right;
}
.style1 {
	color: #416939;
}
.stopka {
	padding-top: 15px;
	border-top: 1px solid #2e2e2e;
	height:30px;
	width: auto;
	color: #2e2e2e;
}
.lamanie { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.lamanie_koniec { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}		

.link_bank {
	color: black;
	position:fixed;
	width: 100px;
	height: 100px;
	background-color: #FFFFFF;
	top: 0px;
	right: 0px;
	padding-top: 10px;
}
.link {
	border: 0px;
}	
a:link {
	text-decoration: none;
	color: #416939;
}
a:visited {
	text-decoration: none;
	color: #416939;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.dhtmlgoodies_question{

	width: auto;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-repeat:no-repeat;
	background-position:top right;	
	height: 20px;
		
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
		
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:10px;
	font-size:0.9em;	
	position:relative;
}

