/*
      Created by Roman Cieciuch
      flamecity '2010
      www.flamecity.piasta.pl
      djrooman@o2.pl
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
 font-size: .8em;
 background-image: url('../img/gradient.jpg');
 background-repeat: repeat-x;
 background-attachment: fixed;
 background-color: #b0734b;
 behavior: url("css/csshover3.htc");
}

img {
border: 0px;
}


/* xxxxxxxxx Nawigacja xxxxxxxxx */

#calosc {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 10px;
}

#gora {
	clear: both;
	height: 195px;
	background-color: #eee;
	margin-bottom: 5px;
}

#lewy {
	float: left;
	width: 170px;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#srodek {
	float: left;
	width: 540px;
	display: inline;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#prawy {
	float: left;
	width: 170px;
	display: inline;	
	margin-top: 10px;
	margin-bottom: 10px;
}

#stopka {
	clear: both;
	background-color: #eee;
}

#gora_inner, #lewy_inner, #srodek_inner, #prawy_inner {
	overflow: hidden;
}

#stopka p {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#srodek_inner {
	padding: 10px;
}


/* xxxxxxxxx Koniec Nawigacja xxxxxxxxx */


/* xxxxxxxxx Text xxxxxxxxx */

p {
	font-size:1em;
	line-height: 150%;
	}
	
a {
	font-size:1em;
	}
	
a:link {
	text-decoration: none;
	color: #000;
	}

a:visited {
	text-decoration: none;
	color: #000;
	}

a:hover {
	text-decoration: none;
	color: #d08349;
	}

a:active {
	text-decoration: none;
	color: #000;
	}
	
h1 {
	font-size:1.8em;
	}
h2 {
	font-size:1.65em;
	}
h3 {
	font-size:1.5em;
	color: #d08349;
	display: inline;
	vertical-align: top;
	}
h4 {
	font-size:1.35em;
	}
h5 {
	font-size:1.2em;
	color: #d8955f;
	border-bottom: 1px solid #d08349;
	line-height: 180%;
	text-align: center;
	margin-bottom: 10px;
	}
	
h6 {
	font-size:1.05em;
	}
	
ul, label {
	font-size: 1em;
	line-height: 150%; 	
	}
	
ul {
	list-style-type: square;
	padding-left: 20px;
}

.lista-none {
	list-style-type: none;
}

.akapit {
	text-align: justify;
	text-indent: 20px;
	margin-bottom: 10px;
}

/* xxxxxxxxx Koniec Text xxxxxxxxx */


/* xxxxxxxxx Lewe menu xxxxxxxxx */

#lewemenu {
	list-style-type: none;
	padding-left: 0px;
  width: 100%;
}

#lewemenu li {
	border-bottom: 1px solid #d08349;
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 180%;
}

#lewemenu a {
	display: block;
}

#lewemenu a:link {
	text-decoration: none;
	color: #563230;
	border-left: 10px solid #eee;
	padding-left: 10px;
	}

#lewemenu a:visited {
	text-decoration: none;
	color: #563230;
	border-left: 10px solid #eee;
	padding-left: 10px;
	}

#lewemenu a:hover {
	text-decoration: none;
	color: #563230;
	border-left: 10px solid #d08349;
	background-color: white;
	font-weight: bold;
	}

#lewemenu a:active {
	text-decoration: none;
	color: #563230;
	border-left: 10px solid #eee;
	padding-left: 10px;
	}

	
	

#submenu {
	list-style-type: circle;
	font-size: .8em;
	border-bottom: 1px solid #d08349;
	margin-left: 0px;
}
	
#submenu li{
	padding-left: 0px;
	line-height: 130%;
	border-bottom: none;
}

#submenu a:link {
	border-left: 0px;
	padding-left: 0px;
	color: #000;
	}

#submenu a:visited {
	border-left: 0px;
	padding-left: 0px;
	color: #000;
	}

#submenu a:hover {
	text-decoration: none;
	color: #000;
	border-left: 0px;
	background-color: white;
	font-weight: normal;
	padding-left: 0px;
	}

#lewemenu a:active {
	text-decoration: none;
	color: #000;
	border-left: 0px;
	padding-left: 0px;
	}

/* xxxxxxxxx Koniec Lewe menu xxxxxxxxx */ 


/* xxxxxxxxx Inne xxxxxxxxx */

#prawy_inner {
	text-align: center;
}

#prawy_inner p {
	margin: 10px 0;
}

.zwykly {
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px;
}

.center {
	text-align: center;
}

#logo {
	margin-left: 60px;
	}
	
.ramka {
	padding: 10px;
	background-color: #f2f2f2;
	border: 1px solid #000;
}

.right {
  float: right;
	padding: 10px;
	border: 5px solid red;
	background-color: #dddddd;
}

.left {
  float: left;
	padding: 10px;
	border: 2px solid #dddddd;
	text-align: center;
}

#tabela_lambda td {
	padding: 10px;
	border: 5px solid #d08349;
	background-color: #d8955f;
}

.tabela tr {
  vertical-align: top;
}

.tabela td {
  padding-top: 20px;
  font-size: .9em;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #d08349;
}

hr.linia {
  border: 0px;
  border-bottom: 1px solid #d08349;
  margin: 20px 0px 20px 0px;
}

.opis {
  float: left; width: 240px; padding: 10px;
}

.kolory {
  float: left; width: 240px; padding: 10px; background-color: #efefef;
}

/* xxxxxxxxx Koniec Inne xxxxxxxxx */


/* xxxxxxxxx Formularz xxxxxxxxx */

#kontakt label {
float: left;
text-align: right;
display: block;
}

#kontakt input {
color: #000;
background: #d8955f;
border: 1px solid black;
padding: 2px;
}

#kontakt.submit input {
color: #000;
background: #d8955f;
border: 2px outset black;
}

#kontakt fieldset {
border: 1px solid black;
width: 360px;
padding: 10px;
background: #fff;
}

#kontakt legend {
color: #000;
background: #d8955f;;
border: 1px solid black;
padding: 2px 6px;
font-size: 14px;
}

#kontakt textarea {
color: #000;
background: #d8955f;;
border: 1px solid black;
}

.formularz {
padding: 10px;
}


#kontakt {
margin-left:auto;
margin-right:auto;
width: 85%;
text-align:left;
}

.error {
 color: red;
 padding: 10px;
 border: solid red 5px;
 margin: 2px;
}

.good {
 color: #36ae28;
 padding: 10px;
 border: solid #36ae28 5px;
 margin: 2px;
}



#newsletter {
	border: o;
	padding: 0;
	}
	
#newsletter input {
	text-align: left;
	border: 0;
}

#newsletter input[type="image"] {
	display: block;
	float: right;
}

/* xxxxxxxxx Koniec Formularz xxxxxxxxx */

