@import url("layout.css");

html, body {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  font: 11px Tahoma, Arial, sans-serif, serif;
  background:url(../tworzenie_stron_www/bg_top_01.jpg) repeat-x top left;
  width: 100%;
}
/***** Common Formatting *****/

h1, h2, h6, h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Tahoma, Arial, sans-serif, serif;
  font-size: 11px;
  display: inline;
  color: #50b4c7;
}

h1 a{
  color: #8c8c8c; 
  text-decoration: none;
  display: inline;
}
h1 a:hover{
  color: #5cc2d0; 
  display: inline;
}

h2 a{
  color: #8c8c8c; 
  display: inline;
  text-decoration: none;
}
h2 a:hover{
  color: #5cc2d0; 
}
h6 a{
  color: #8c8c8c; 
  display: inline;
  text-decoration: none;
}
h6 a:hover{
  color: #5cc2d0; 
}
h3 a{
  color: #8c8c8c; 
  display: inline;
  text-decoration: none;
}
h3 a:hover{
  color: #5cc2d0; 
}
h4 {
	font-family: Tahoma, Arial, sans-serif, serif;
	font-size: 11px;
	line-height: 14px;
	color: #646464;
	margin: 0px;
	padding: 0px;
	float: right;
	display: inline;
	text-align: left;
}


p, ul, ol {
  margin: 0;
  padding: 0 0 18px 0;
}

ul, ol {
  list-style: none;
  padding: 0 0 18px 40px;
}

blockquote {
  font-size: 1.4em;
  color: #55453E;
  background-color: transparent;
  width: 400px;
  background: url(../images/close-quote.jpg) no-repeat right bottom;
  padding-left: 18px;
  text-indent: -18px;
}

blockquote:first-letter {
  background: url(../images/open-quote.jpg) no-repeat left top;
  padding-left: 40px;
  font: italic 2em Georgia, "Times New Roman", Times, serif;
}


small {
  font-size: 0.85em;
}

img {
  border: 0;
}

sup {
  position: relative;
  bottom: 0.3em;
  vertical-align: baseline;
}

sub {
  position: relative;
  bottom: -0.2em;
  vertical-align: baseline;
}

acronym, abbr {
  cursor: help;
  letter-spacing: 1px;
  border-bottom: 1px dashed;
}
/***** Links *****/

a {
  text-decoration: none;
  color: #0066FF;
}

a:hover {
  text-decoration: none;
  color: #3399FF;
}

a img {
  border: none;/*remove border for linked images*/
}
/***** Tables *****/

table {
  border: 0;
  margin: 0 0 18px 0;
  padding: 0;
}

table tr td {
  padding: 2px;
}

/* Main Form formatting*/
form {
  margin-top: 0;
  padding: 0;
  display: inline;
}

input.text {
  padding: 3px 0 0 25px;
}
input.text {
  width: 115px;
  height: 18px;
  font: 11px arial, helvetica, sans-serif;
  color: #424242;
  background-color: #ffffff;
  border: 1px solid #b3b9c3;
  line-height: 1.25em;
  padding: 3px 0 0 25px;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #55453E;
  background-color: #afd3ff;
}

label {
  cursor: pointer;
}

.errormsg {
  display: block;
  width: 90%;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(../images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}
