/*** undo default browser styles
******************************************************************/
/* undohtml.css */
/* http://www.tantek.com/log/2004/undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/****************************************************/


body    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*margin: 20px 20px 20px 20px;*/
}

table	{
	padding: 0px 0px 0px 0px;
}

a:link, a:visited {
	color: black;
}
a.hover:hover	{
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #ddcc88; /*#603D25; /*blue;*/
	
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #ddcc88; /*#603D25; /*blue;*/
}
/*a:active		{
	border: 1px solid black;
}*/

#tabela {
	background-color: #ffffe5; /*#E5ECF5*/
	margin-top: 20px;
	/*margin-bottom: 20px;*/
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: black;
	width: 600px; /*625px;*/
	
}

#menu	{
	height: 580px; 
	vertical-align: top;
	text-align: right;
	padding: 15px 15px 15px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

	background-color: #EEEECC; /*#FFF8DC; #DAC79C; #967C64;*/
	/*background-image: url('imgs/gradient_tlo.gif');
	background-repeat: repeat-y;*/
}

#tl	{
	background-color: #EEEECC;
	/*background-image: url('imgs/gradient_tlo.gif');
	background-repeat: repeat-y;*/
}

#bl	{
	background-color: #EEEECC;
	/*background-image: url('imgs/gradient_tlo.gif');
	background-repeat: repeat-y;*/
}

p.menu	{
	margin-top: 5px;
	margin-bottom: 5px;
}

#banner{
	text-align: center;
	padding: 15px 15px 15px 15px;
}

td.pasek	{
	background-color: #603D25;
	color: #FFF8DC; /*#ffffe5;*/
}

td.pasek_gora	{
	/*background-color: #603D25;
	color: #ffffe5;*/
}

td.pasek_dol	{
	/*background-color: #603D25;
	color: #ffffe5;*/
}

td.pasek_lewy	{
	background-color: #603D25; /*#603D25;*/
}

td.pasek_prawy	{
	background-color: #603D25; /*#665511; #603D25;*/
	color: #ffffe5; /*#FFF8DC; #ffffe5;*/
}

td.pasek_krzyz	{
	background-color: #834C24; /*#603D25;*/
	color: #ffffe5;
}

div.pasek {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	
/*	padding-right: 25px; 75px;*/
	padding-top: 2px;
	padding-bottom: 3px;
	/*width: 510px;*/
}
div.krzyz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	
	color: #834C24;
}

#tresc	{
	vertical-align: top;
	padding: 20px 10px 20px 10px; /*20px 10px 20px 20px;*/
	width: 530px;
}

#kontakt {
	padding: 15px 10px 15px 15px;
	background-color: #F7F7DF;
	/*
	color: #ffffe5;
	*/
}
img.w3check {
	margin-bottom: 5px;
}
/*
td.rbrd {
	border-right: 3px dotted #603D25;
	height: 20px;
}

td.bbrd {
	border-bottom: 3px dotted #603D25;
	height: 20px;
}
*/
td.rbbrd {
	/*border-right: 2px dotted #EDEDD7;
	border-bottom: 2px dotted #EDEDD7;
	*/
	height: 20px;
	width: 20px;
}
/*
td.tbrd	{
	border-top: 3px dotted #603D25;
	height: 20px;
}

td.lbrd	{
	border-left: 3px dotted #603D25;
	width: 20px;
}
*/
td.tlbrd	{
	/*
	border-top: 2px dotted #EDEDD7;
	border-left: 2px dotted #EDEDD7;
	*/
	height: 20px;
	width: 20px;
}

td.thma	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/*font-style: oblique;*/
}

.footer, .footer:link, .footer:visited	{
	font-size: 10px;
	color: gray;
}
