@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #CCC;
}
.dagor #container {
	width: 960px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
}
.dagor #header {
	background-color:#FFF;
}

.dagor #mainContent {
	
}
.dagor #footer {
	
}
body,td,th {
	font-size: 11px;
}
.title
{
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;

}
.date
{
	font-size:11px;
	padding-left:10px;
	padding-right:10px;
}

a:link {
	color: #000;
	text-decoration:none
}
a:visited {
	color: #000;
	text-decoration:none
}
div.img-main {
	background: url('images/page/shadow.gif') no-repeat bottom right;
	clear: left;
	float: left;
	margin: 10px 0 10px 10px;
	padding: 0;
	position: relative;
}
div.img-main img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}






div.img-dec {
	background: url('images/page/shadow.gif') no-repeat bottom right;
	clear: left;
	float: left;
	margin: 10px 0 5px 0px;
	padding: 0;
	position: relative;
}
div.img-dec img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

div.img-ilus {
	background: url('images/page/shadow.gif') no-repeat bottom right;
	clear: right;
	float: right;
	margin: 10px 0 5px 15px;
	padding: 0;
	position: relative;
}

div.img-ilus img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

a.more:link, a.more:visited {
	color:#003366;
	text-decoration:none;
	font-size: 11px;
	
}
a.more:hover, a.more:active {
	color:#069;
	font-size: 11px;
}


a.wiecej:link, a.wiecej:visited {
	color:#000;
	text-decoration:none;
	font-size: 11px;	
}
a.wiecej:hover, a.wiecej:active {
	color:#333;
	font-size: 11px;
}



.shadow  {
	color: #000; 
background: #fff; 
text-shadow: 2px 2px #000; 
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.squarebutton{
background: transparent url('images/page/square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
margin-left:5px;
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('images/page/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}




