body {
	background: #cccccc; 
	margin: 0;
	font-size: 12px;
	font-family: Verdana;
}

p {
	font-size: 12px;
	font-family: Verdana;
}

.wrapper {
	width: 980px;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 40px;
}

.naglowek {
	width: 980px;
}

.narozniki_up {
	width: 980px;
	background-color: #fff;
}

.narozniki_up .cornerUpLeft {
	background-image: url('images/cornerUpLeft.gif');
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	float: left;
}

.narozniki_up .cornerUpRight {
	background-image: url('images/cornerUpRight.gif');
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	float: right;
}

.narozniki_down {
	width: 980px;
	background-color: #fff;
	height: 6px;
}

.narozniki_down .cornerDownLeft {
	background-image: url('images/cornerDownLeft.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 6px;
	height: 6px;
	float: left;
}

.narozniki_down .cornerDownRight {
	background-image: url('images/cornerDownRight.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 6px;
	height: 6px;
	float: right;
}


.naglowek .menu_up {
	background-color: white;
	text-align: right;
	height: 27px;
	padding-top: 11px;
	padding-right: 60px;
}

.naglowek .menu_up a {
	color: #000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 8pt;
}

.naglowek .menu_up a:hover {
	color: #da261e;
}

.naglowek .flash {
	width: 980px;
	height: 190px;
}

.content {
   padding-top: 0px;
   margin-top: -2px;
   background-color: #fff;
   overflow: hidden;
}

.content .menu {
	margin-bottom:-2000px;
	padding-bottom:2000px;
	width: 300px;
	float: left;
	background-color: #fff;
}

.content .menu ul {
	width: 288px;
	list-style-type:none;
	margin-left: 0px;
	padding-left: 0px;
}

.content .menu ul li {
	border-bottom: 2px solid #ffffff;
	margin-left: 0px;
	padding-left: 0px;
	background-color: #e9edec;
	height: 22px;
}

.content .menu ul li a {
	padding-top: 2px;
	margin-left: 0px;
	padding-left: 35px;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	color: #000;
	background: #e9edec url(images/arrow.jpg) no-repeat 8px 8px;
}

/* FIX FOR IE6 & IE 7 */
.content .menu ul li a {display:inline-block;}
.content .menu ul li a {display:block;}

.content .menu ul li a:hover,
.content .menu ul li a.current:hover,
.content .menu ul li a.current {
   height: 20px;
   color: #da261e;
   background: #d7d9d9 url(images/arrow2.jpg) no-repeat 8px 8px;
}

.content .rightContent {
	float: left;
	width: 680px;
	background-color: #fff;
	margin-bottom:-20000px;
	padding-bottom:20000px;

}

.content .rightContent #tresc {
	padding-top: 30px;
	padding-left: 5px;
	padding-right: 17px;
	padding-bottom: 20px;
	text-align: justify;
}

.clear {
	clear:both;
}
