body {
        font-family: Arial;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: normal;
	background-color:#000000;
        margin:0px;
}

.kalendarz {
        font-family: Arial;
        color: #FFFFFF;
        font-size: 13px;
}
A.kalendarz {
        font-family: Arial;
        color: #FFFFFF;
        font-size: 13px;
        text-decoration:none;
}
.text {
        font-family: Arial;
        color: #FFFFFF;
        font-size: 12px;
}
.form {
        font-family: Arial;
        color: #FFFFFF;
        font-size: 12px;
	background-color:#000000;
	border:1px solid #AAAAAA;
	
}
A.text {
        font-family: Arial;
        color: #FFA700;
        font-size: 12px;
	text-decoration: none;
}
A.text:Hover {
        font-family: Arial;
        color: #FFA700;
        font-size: 12px;
	text-decoration: underline;
}
A {
        font-family: Arial;
        color: #FFA700;
        font-size: 12px;
	text-decoration: none;
}
A:Hover {
        font-family: Arial;
        color: #FFA700;
        font-size: 12px;
	text-decoration: underline;
}
.menu {
	position: relative;
}

.menu dl {
	margin: 0;
	padding: 0;
	filter:alpha(opacity=70);
	opacity:0.6;
}

.menu dt {
	margin: 0;
	padding: 2px 5px;
	cursor: pointer;
        font-size: 13px;
	font-weight: bold;
	text-align: left;
}
A.menu {
	font-family: Arial;
        color: #FFFFFF;
        font-size: 13px;
}
A.menu:Hover {
	font-family: Arial;
        color: #FFA700;
        font-size: 13px;
	text-decoration:none;
}

.menu dd {
	font-family: Arial;
        color: #FFA700;
        font-size: 12px;
	margin: 0;
	padding: 2px 10px;
	background-color:#000000;
}

div#wn	{
	position:relative;
	width:184px; height:52px;
	overflow:hidden;	
     	}
#container {
  position: relative;
  width: 920px;
  height: 110px;
  overflow: hidden;
  border: none;
}
 

.content {
  width: 200px;
  height: 200px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #EFEFEF;
  font-size: .8em;
}
 
.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
  font-size: .8em;
  color:#00009C;
  font-weight: bold;
}

/*----------panel----------*/
#panel
{
	width: 292px;
	position: absolute;
	margin-top: -97px; /*połowa wysokości panelu w górę */
	left: 0px;
	top: 70%;
	z-index: 99;
	
}

/*---------przycisk panelu--------*/
.slide_button
{
	background: url(../images/fb.png);
	display: block;
	height: 300px;
	text-indent: -9999px;
	width: 50px;

	position: absolute;
	right: -50px;
	top: 0px;
}
