/* Reset styli */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, img {
margin: 0;
padding: 0;
border: 0;
}

body {
font-family:Arial, Helvetica, sans-serif;
color:#f5ede3;
font-size: 12px;
line-height: 16px;
background-image: url(../images/layy_02.jpg);
background-color: #070100;
background-repeat: repeat-x;
}

h1{
font-size:18px;
font-weight:normal;
margin:26px 0;
text-align: left;
}

h2{
font-size:14px;
font-weight:bold;
margin-bottom:22px;
}

p{margin-bottom:18px;}

object { outline: none; }

a {color:#CCCCCC; text-decoration:none;}
a:hover{color:#aaaaaa; text-decoration:underline;}
a.button {
background: transparent url('../img/bg_button_a.gif') no-repeat scroll top right;
color: #444;
display: block;
float: left;
height: 24px;
margin-right: 6px;
padding-right: 18px;
text-decoration: none;
}
a.button strong {
background: transparent url('../img/bg_button_span.gif') no-repeat;
display: block;
line-height: 14px;
padding: 5px 0 5px 18px;
}
a.button:hover {
color: #000;
text-decoration: none;
}
a.button:active {
background-position: bottom right;
outline: none;
}
a.button:active strong {
background-position: bottom left;
padding: 6px 0 4px 18px;
color: #000;
text-decoration: none;
}

#main{
margin:auto;
width:1062px;
}

#content{
background:url(../images/layy_03.jpg);
background-repeat:no-repeat;
padding-top:40px;

height:auto !important;
height:300px;
}

#left{
width:680px;
_width:660px;
float:left;
margin-left:80px;
padding-right:20px
}

#right{
width:215px;
float:left;
text-align:center;
}

.formularz, .lista {
width: 100%;
}

input.required, textarea.required {
	border: 1px solid #910000;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF0000;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00FF00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF0000;
	color: #FFF;
	font-weight: bold;
}

#option {
float: right;
margin: 5px 15px;
}

.komunikat {
color: crimson;
font-weight: bold;
}

#tresc tr:nth-child(even) {
background-color:#006600;
}