
/**
 * Zebra, for Drupal 6.x
 
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  background: url(images/greenbg.png);
  font: 12px Verdana, sans-serif;
  color: #000000;
}

#allinside {
	max-width: 820px;
	width:820px;
	display: block;
	margin: auto;
	height: 100%;
}
 
#header-region {
  height: 800px;
  width: 820px;
  max-height: 800px;
  max-width: 820px;
  background: url(images/belka_g.png);
  background-repeat:no-repeat;
  display: block;
  margin-top: 10px;
}

#lewy {
	width: 320px;
	max-width: 320px;
	float: left;
	margin-left: 50px;
	margin-top: 250px;
	/*background: #FFFFFF;*/
	padding-left: 3px;
	padding-right: 3px;
	}

#prawy {
	width: 320px;
	max-width: 320px;
	float: right;
	margin-right: 100px;
	margin-top: 250px;
	/*background: #FFFFFF;*/
	padding-left: 3px;
	padding-right: 3px;

	}

#footer {
	margin: auto;
	margin-top: 750px;
	width: 300px;
	padding-left: 100px;
	
}

/*Elementy glowne*/
a:link, a:visited, a:hover, a:active {
color: #515559;
text-decoration: none;
}

p {
color: #000000;
}

h1 {
color: #717579;
font-size: 15px;
font-weight: bold;
}

h2 {
color: #000000;
font-size: 14px;
font-weight: bold;
}



/* Podstyle strony*/
#rightcontg h2 {
	
	color: #FFF;
	font-size: 14px;
	padding-left: 25px;
	margin-top: 5px;
	
}

#rightcontd h2 {
	background: url(images/gradient_menu.png);
	background-repeat:no-repeat;
	color: #FFF;
	font-size: 14px;
	padding-left: 25px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#rightcontd .content, #rightcontd .content a {
	background: #fff;
	width: 200px;
	max-width: 200px;
	margin-left: 35px;
	color: #717579;
	text-decoration: none;
	
}

#rightcontd .content {
	background: url(images/kraglosci.png) no-repeat;
	height: 350px;
	max-height: 350px;
	margin-top: 10px;
	padding-top: 10px;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  list-style-type: none;
  list-style-image: none;
  
  
}

.node ul {
 padding-top: 3px;
}
.node li {
background-image: url(images/menu_button1.png);
background-repeat: no-repeat;
background-position: 0px 1px;
padding-left: 15px;
}

.links .print_html, .links .print_mail{
background-image: url(images/pusty.png);
background-repeat: no-repeat;
background-position: 0px 1px;
padding-left: 15px;
}

.primary-links {
padding-left: 20px;

}

.primary-links ul li {
	color: #edffef;
}
.primary-links a:link, .primary-links a:visited, .primary-links a:hover, .primary-links a:active{
	color: #edffef;
	text-decoration: none;
	font-size: 12px;
}

.primary-links li{
	background-image: url(images/pmenu_line.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#rightcontd .content ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
padding-top: 3px;
margin-left: -10px;
}
#rightcontd .content li
{
background-image: url(images/menu_button1.png);
background-repeat: no-repeat;
background-position: 18px 1px;
padding-left: -18px;
padding-top: 0px;
margin-top: 3px;
font-size: 11px;
 
}
