html,body{
	margin:0;padding:0
}

body{
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 0.8em;
	background: #273138 url(../images/header.gif) repeat-x scroll 0 0;
}

p{
	margin:0 10px 10px
}

a{
	display:inline; /* was block; */
	color: #981793;
}

img{
	border: 0px;
}

#container{
	background: #fff;
	width: 950px;
	margin: auto;
}

div#content-bg{
    	background: #fff url('../images/content-bg.png') repeat-y;
}

div#jezyk {
    float:right;
	height:27px;
	padding-right: 5px;
	padding-top: 3px;
	padding-left: 5px;
}

div#header h1{
	height:180px;
	line-height:80px;
	margin:0;
	padding-top: 10px;
	background: #273138 url(../images/header.gif) repeat-x scroll 0 0;
	color: #A3A5A7
}

div#nav{
	background: #B3D951 url(../images/nav.gif) repeat-x scroll 0 0; /*zmiana nav.gif na nav-zaloba.gif i #|B3D951 na #333 12kwie2010 */
	border-bottom: 1px solid #8ABF00; /* zmiana #8ABF00 na #333 */
	float: left;
	width: 100%;
}

#nav div.menu{
	height: 4em;
	width: 100%;
}

/*
div#content p{
	margin-left:200px
	line-height:1.4
}
*/

div#sidebar{
	float:right;
	width:20%;
	padding-left:8px;
}

#sidebar p {
	margin:0;
}


div#footer{
	color: #A3A5A7;
	height:	100px;
}

div#footer a{
	color: #A3A5A7;
	text-decoration: none;
}

div#fotter a:hover{
	text-decoration: underline;
}

div#footer p{
	margin:0;
	padding:5px 10px;
	background: #273138 url(../images/header_new.gif) repeat-x scroll;
	height: 100px;
}

div#wrapper{
	float:left;
	width:70%; /* was 95% */
	margin-left: 2px;
	padding: 10px;
	padding-right: 45px;
	border-right: 1px dotted #202020;
}

div#wrapper_wide{
	float:left;
	width:85%; /* was 95% */
	margin-left: 10px;
	padding: 10px;
}

div#leftcolumn{
	float:left;
	width: 44%;
	border-right: 1px dotted #E2E2E2;
}

div#rightcolumn{
	float:right;
	width: 44%;
	/*border-left: 1px dotted #E2E2E2; */
}

div#footer{
	clear:both;
	width:100%
}


/* menu styling */

#nav .menu ul {
    /*margin-left: 1.1em; */
    list-style: none;
    /*margin-bottom: 0; */
    float: right;
    width: 100%;
	padding: 0;
	margin: 0;
}
#nav .menu li {
    float: left;
    margin-right: 1.1em;
}
#nav .menu li a {
    display: block;
    line-height: 3.35em;
    color: white;
    text-decoration: none;
    font-size: 120%;
    font-weight: bold;
    padding: 0 1em;
}

/* Second row - vertical, hidden */
#nav .menu ul ul {
	float:none;
	width:auto;
	margin-left: 0;
	display:none;
	position:absolute;
	z-index:40;
	min-width:250px;
}
#nav .menu li li {
	float: none;
	margin-right: 0;
}
/* Background for second row */
#nav .menu li li a, #nav .menu li.current li a {
	background: #202020;
	font-size: 80%;
}
#nav .menu li li a, #nav .menu li.section li a {
	background: #202020;
	font-size: 80%;
}
/* Unhide second row when hovering over the parent */
#nav .menu li:hover ul {
	display:block;
}
/* Highlight the current page */
#nav .menu li.current a{
    background: #494949;
}
#nav .menu li.section a{
    background: #494949;
}
/* Highlight the current page in second row */
#nav .menu li li.current a {
	background: #696969;
}
/* Highlight first row on hover */
#nav .menu li a:hover, #nav .menu li.current a:hover, #nav .menu li:hover, #nav .menu li.current:hover a{
    background: #494949; /* was 202020; */
}
/* Higlight second row on hover */
#nav .menu li li a:hover, #nav .menu li.current li a:hover, #nav .menu li li.current a:hover {
	background: #EC372E;
}


/************************
SITEMAP
************************/
#sitemap-list {padding:0 0 0 10px; margin:0; list-style:none; color: #808080; font-weight: normal; line-height:150%} /*1st level list*/
#sitemap-list li {padding:10px; margin-top:10px; font-size:13px; background:#f0f0f0;} /*1st level items*/
 
#sitemap-list ul {margin:5px 10px 5px 10px; padding:5px 10px; font-weight:normal; background:#f8f8f8;} /*2nd level lists*/
#sitemap-list li li {padding:0; margin:0; list-style:none; font-weight:bold; font-size:11px; line-height:18px; background:none} /*2nd level items*/
 
#sitemap-list ul ul {margin-left:10px;padding:5px 10px;  background:#fff;} /*3rd level lists*/
#sitemap-list li li li {font-size:11px; font-weight:normal;} /*3rd level items*/

#sitemap-list a{
	font-weight: bold;
	text-decoration: none;
	display:inline;
	color: #981793;
	padding:10px
}

#sitemap-list a:hover{
	text-decoration: underline;
}

/**************
IMAGES
**************/
img.left {
	float:left;
	padding:5px 15px 10px 0;
}

img.right {
	float:right;
	padding:5px 15px 10px 0;
}


/***********
PAGE RESULTS
***********/

#SearchResults li {
	padding: 8px;
	border-bottom: 1px dotted #E2E2E2;
}
