/* definicje podstawowego szkieletu strony */


body {
  background-image: url("../obrazki/logic_04.jpg");
  background-repeat: repeat-x;
  margin: 0px;
  text-align: center;
	font: 12px "Lucida Sans Unicode", sans-serif;
  color: #777;
}

#naglowek {
  background-image: url("../obrazki/logic_01.jpg");
  background-repeat: no-repeat;
	margin: 0 auto;
  width: 770px;
  height: 180px;
  clear: both;
}

#zawartosc {
	font: 12px "Lucida Sans Unicode", sans-serif;
  text-decoration: none;
	text-align: left;
  margin: 0 auto;
  width: 770px;
}

#pasek_boczny {
  width: 200px;
  float: left;
	margin: 0 auto;
	padding-left: 15px;
  height: auto !important;
	height: 370px; /* IE */
  min-height: 370px;
}

#tresc {
	background-image: url("../obrazki/logic_02.jpg");
  background-repeat: no-repeat;
	background-position: top right;
  margin: 0;
  padding-left: 5px;
  width: 528px;
  height: auto !important;
	height: 370px; /* IE */
  min-height: 370px;
  float: right;
  border-left: 1px dotted #ccc;
}

#stopka {
  background-image: url("../obrazki/logic_03.jpg");
  background-repeat: no-repeat;
  width: 770px;
  height: 240px;
  clear: both;
  padding-top: 5px;
}

/* pasek boczny */

#pasek_boczny h1 {
  color: #ff8000;
  font-size: 1.2em;
  margin-top: 1.2em;
  margin-bottom: 1px;
  padding-bottom: 4px;
  height: 20px;
  border-bottom: 1px solid #f60;
}

#pasek_boczny ul {
  margin: 0;
  padding: 0;
}

#pasek_boczny li {
  list-style: none;
  margin: 0;
  border-bottom: 1px dotted #808080;
}

#pasek_boczny li a {
  color: #777;
  font-size: 1em;
  text-decoration: none;
  display: block;
  padding: 3px 6px 3px 18px;
}

#pasek_boczny li a:hover {
  color: #111;
  background: url("../obrazki/navy.gif") no-repeat;
}

/* elementy na stronie */

h1 {
  font-size: 1.2em;
  margin-bottom: 4px;
  color: #ff8000;
}

p{
  font-size: 1em;
  padding-bottom: 1em;
}

a {
  color: #F70;
  text-decoration: none;
}

a:hover {
  color: #C60;
}

#naglowek_01 {
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
	text-align: left;
	margin: 0px;
  padding-top: 15px;
  padding-left: 20px;
}

#naglowek_01 a {
  color: #fff;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 20px;
}

#naglowek_01 a:hover {
  color: #f90;
  text-decoration: none;
}

#home {
  background-image: url("../obrazki/home.gif");
  background-repeat: no-repeat;
  background-position: 0 2px;
}

#mail {
  background-image: url("../obrazki/mail.gif");
  background-repeat: no-repeat;
  background-position: 0 2px;
}

.podpis {
  font-size: 0.8em;
  color: #f2be0d;
  margin-bottom: 6px;
}

.alert { 
	color: #666; 
	font: 10px Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	text-align: justify; 
	display: block; 
	margin: 5px; 
	padding: 5px; 
	clear: both; 
	border-style: solid; 
	border-width: 1px 1px 1px 15px; 
	border-color: #f36; 
}

/* linkbox */

#linkbox {
	clear: both;
	width: 760px;
	background: url("../obrazki/poziom.gif") repeat-x left top;
	border-bottom: 1px dotted #c0c0c0;
	color: #006697;
}

#linkbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#linkbox li {
	display: block;
	float: left;
	width: 230px;
	padding: 10px;
}

#linkbox li ul {
	line-height: 1.5em;
}

#linkbox li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0;
}

#linkbox h2 {
	margin: 0 0 10px 0;
	color: #006697;
}

#linkbox a {
	text-decoration: none;
	padding-left: 14px;
	color: #006697;
}

#linkbox a:hover {
	background: url("../obrazki/navy.gif") no-repeat;
	background-position: 0 -2px;
}

/* stopka */

#kolumny_stopka {
  color: #ffffff;
  font-size: 10px;
  margin-top: 10px;
  margin-left: 20px;
  width: 620px;
  height: 70px;
	text-align: left;
}

#kolumna_01 {
  margin-right: 8px;
  width: 160px;
  float: left;
}

#kolumna_02 {
  margin-right: 8px;
  width: 160px;
  float: left;
}

#kolumna_03 {
  width: 120px;
  float: left;
}
#kolumna_04 {
  width: 100px;
  float: right;
}
#stopka_01 {
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 8px;
  margin-left: 20px;
  clear: both;
}

#stopka_01 a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

#stopka_01 a:hover {
  color: #f90;
  text-decoration: none;
  text-transform: uppercase;
}
#logo_box {
	clear: both;
	width: 760px;
}

#logo {
	width: 100px;
	height: 100px;
	margin: 3px;
	float: left;
}

#center {
	margin-left: auto;
	margin-right: auto;

}


/* formularz */

form {
  margin: 15px;
  padding: 5px;
  border: 1px solid #b4b4b4;
  background: #e8e8e8;
}

label {
  display: block;
  font-weight: bold;
  margin: 5px 0;
}

input {
  padding: 2px;
  border: 1px solid #EFEFEF;
  font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
  color: #666666;
}

textarea {
  width: 280px;
  padding: 2px;
  border: 1px solid #EFEFEF;
  font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
  height: 100px;
  display: block;
  color: #666666;
}

input.button {
  margin: 0;
  font: bold 1em Arial, Sans-serif;
  border: 1px solid #EFEFEF;
  padding: 2px 3px;
  background: #F1F0E4;
}