
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	}
blockquote {
	margin-top: 0px; margin-bottom: 0px;
	color: #000000;
	margin-right: 0px;
	margin-left: 13px;
}
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000
}

.rightcoltext ul {
	margin-top: 0px;
	margin-left: 35px;
	margin-bottom: 0px;
	color: #000000;
	list-style-image:  url(upominki_files/upominki_bullet.gif);
}
.leftcoltext ul {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ffffff;
	list-style-image:  url(upominki_files/upominki_bullet.gif);
}

h1 {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	color: #0e5a13;
	margin: 0px;
	padding-left: 20px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;

}
body {
	background-color: #cc0000;	
}
.leftcoltext {
	color: #ffffff;
	font-weight: normal;
	padding-right: 12px;
	padding-left: 12px;
}
.rightcoltext {
	color: #000000;
	background-color: #ffffff;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #c3960f;
	background-image: url(upominki_files/upominki_image10.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #c3960f;
	padding-right: 12px;
	padding-left: 12px;
}
.leftcoltext a:link {
	color: #c3960f;
}
.leftcoltext a:visited {
	color: #c3960f;
}
.leftcoltext a:link:hover {
	color: #0e5a13;
}
.rightcoltext a:link {
	color: #cc0000;
}
.rightcoltext a:visited {
	color: #0e5a13;
}
.rightcoltext a:link:hover {
	color:  #0e5a13;
}
.footer {
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	background-color: #0e5a13;/*themecolour2;*/
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c3960f;/*themecolour3;*/
	border-bottom-color: #c3960f;/*themecolour3;*/
	border-left-color: #c3960f;/*themecolour3;*/
}
.leftcolumnbg {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #c3960f;/*themecolour3;*/
}
.navbg {
	background-color: #0e5a13;/*themecolour2;*/
	border: 3px solid #c3960f;/*themecolour3;*/
}
.imageborder {
	border: 2px solid #0e5a13;/*themecolour2;*/
}
a.preze:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px

}

a.preze:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px

}

a.preze:hover
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px

}





/*
 * PureDOMExplorer Demo styles 
 * written by Chris Heilmann 
 * More at http://onlinetools.org/tools/puredom/
 */
	
	ul.pde a:link,
	ul.pde a:visited,
	ul.pde a:hover,
	ul.pde a:active{
		text-decoration:none;
		color:#FFF;
	}
	ul.pde,ul.pde li{
		margin:0;
		padding:0;
		list-style:none;
	}
	ul.pde{
		text-align:left;
		font-size:.8em;
		margin:.5em auto;
		width:80%;
	}
	ul.pde ul{
		margin:0 0 0 1em;
		padding:0;
	}
	ul.pde li{
		line-height:1.3em;
		padding:.2em 0;
		margin:0;
		padding-left:15px;
	}
/* dynamically added to LIs with nested ULs */
	ul.pde li.parent{
		padding-left:0;
	}
	ul.pde li.parent img{
		border:none;
		padding-right:5px;
	}
/* dynamically added to LIs with nested ULs and STRONG elements in them */
	ul.pde li.current li{
		padding-left:0;
	}
/* The class to hide nested ULs */
       .hide{
               position:absolute;
               top:0;
               left:-4000px;
       }

/* The class to show nested ULs */
       .show{
               position:static;
               display: table;
               top:0;
               left:1em;
       }
