/* --- struktura strony ----------------------------------------------------- */
html, body
{
	height: 100%;
}
body
{
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  color: #623419;
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  text-align: center;
  background: white;
}
#page
{
  /* definicja kontenera strony */
  width: 1035px;
  margin: 50px auto;
  padding: 0px;
  text-align: center;
}

#logo
{
  width: 340px;
  height: 220px;
  background: url(../img/logo_dog.png) no-repeat top left;
  float: left;
}
#right_text
{
  width: 695px;
  float: right;
  clear: right;
  text-align: left;
}
#left_text
{
  width: 310px;
  float: left;
  clear: left;
  text-align: left;
}
#footer
{
  /* stopka strony ( copyright, link, wersja, data...) */
  width: 100%;
  height: 70px;
  padding-top: 50px;
  background: white;
  clear: both;

  text-align: left;
  font-size: 10px;
  color: #dddddd;
}
.panel
{
  margin: 0px 5px 0px 5px;
  padding: 0px 5px 0px 5px;
  color: #c5ac8e;
}
.left
{
  float: left;
}
.right
{
  float: right;
}
/* --- dodatkowe elementy --------------------------------------------------- */

hr
{
  border: 0px;
  border-top: 1px solid #dddddd;
}
img.arrow
{
  margin-left: -12px;
  margin-top: 2px;
  border: 0px;
  height: 9px;
  width: 9px;
  float: left;
}
button, input.file
{
  font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	/*color: #623419;*/
}
.commentsLabel
{
  width: 60px;
  text-align: right;
  float: left;
  margin-right: 10px;
}
/* --- style naglowkow i tekstow -------------------------------------------- */
h1
{
	height: 18px;
  margin: 0;
  padding: 0;

  font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #623419;

	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
}
h2
{
	height: 18px;
  margin: 0;
  padding: 0;

  font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #623419;

	border-bottom: 1px solid #dddddd;
}
h3
{
  height: 18px;
  margin: 0;
  padding: 0;

  font-size: 11px;
	font-weight: normal;
  font-style: italic;
	text-transform: none;
  color: #c5ac8e;

	border-bottom: 1px solid #dddddd;
}

.title, .menu
{
  font-size: 12px;
  color: #623419;
  font-weight: normal;
}
.date
{
  font-size: 11px;
  color: #c5ac8e;
  font-style: italic;
}
.errorinfo
{
  color: red;
}


.dark
{
  color: #623419;
}
.light
{
  color: #c5ac8e;
}
.big
{
  font-size: 12px;
}
.small
{
  font-size: 11px;
}
.bold
{
	font-weight: bold;
}
.line
{
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dddddd;
}

/* --- linki ---------------------------------------------------------------- */
a.footer, a:visited.footer, a:active.footer
{
  color: #dddddd;
  text-decoration: none;
}
a:hover.footer
{
  color: #b8b8b8;
  text-decoration: none;
}
a.dark, a:visited.dark, a:active.dark, a:hover.dark
{
  color: #623419;
  text-decoration: none;
}
a.panel:link, a.panel:visited, a.panel:active
{
  color: #623419;
  text-decoration: none;
}
a.panel:hover
{
  color: #c5ac8e;
  text-decoration: underline;
}

/* --- administracja -------------------------------------------------------- */
table.admin
{
  border: 1px solid #c5ac8e;
	/*border-collapse: collapse;*/
	border-spacing: 2px;
	width: 100%;
	height: 20px;
	text-align: left;
	font-size: 12px;
	color: #623419;
	margin: 2px;
}
a.light:link, a.light:visited, a.light:active
{
  color: #623419;
  text-decoration: none;
}
a.light:hover
{
  color: #c5ac8e;
  text-decoration: underline;
}
.lista_h
{
  color: #c5ac8e;
	font-weight: bold;
}
/* ----------------------- podstrona logowania --------------------------- */
.login
{
  width: 300px;
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
	font-weight: bold;
}
.error
{
  width: 300px;
  padding: 10px;
	border: 1px solid #ddd;
	text-align: center;
	font-weight: bold;
	color: red;
}
