/* 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:"Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;	
	line-height: 16px;
	background: url(../img/bg_01.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
}

p  { margin: 16px 12px; color:#F4F4F4 }
h1 { font-size: 24px; margin: 0px 0px 16px 0px; line-height: 24px; font-weight:normal }
h2 { font-size: 16px; margin: 10px 0; text-decoration:underline }
h3 { font-size: 14px; margin: 10px 0; }
ul, ol { margin-left: 10px; }

a  { color:#CCCCCC; text-decoration: none; }
a:hover { color: #aaaaaa; text-decoration: underline; }
a:visited  { color:#CCCCCC; text-decoration: none; }

#top {
margin: 0 auto;
width: 1024px;
}

#main {
margin: 0 auto;
width: 984px;
padding: 20px;
}

#lewo {
background: url(../img/bg2.jpg);
background-repeat: repeat-x;
background-color: #000000;
float: left;
width: 150px;
padding: 20px;
margin-left: 20px;
}

#lewo ul,#prawo ul {
line-height:30px;
list-style-type:none;
font-size:14px;
font-weight:bold;
}

#lewo a {
color:#FFFFFF;
text-decoration:none;
}

#srodek {
background: url(../img/bg2.jpg);
background-repeat: repeat-x;
background-color: #000000;
float: left;
margin-left: 12px;
margin-right: 12px;
width: 500px;
padding: 20px;
font-family:Arial, Helvetica, sans-serif;
}

#srodek ul{
margin-left:24px;
 color:#F4F4F4}

#prawo {
background:url(../img/bg2.jpg);
background-repeat: repeat-x;
background-color: #000000;
float: left;
width: 150px;
padding: 20px;
}

#stopka {
background: #FFFFFF;
padding: 20px;
margin-top: 20px;
clear: both;
}

#tresc {
    overflow: hidden;
    width: 100%;
}

#photo {
	width: 550px;
	margin: 10px auto;
}

#photo td {
	text-align: center;
}

#photo img {
	border: 1px solid black;
}

#option {
	float: right;
	margin: 5px 15px;
}

p.komunikat {
	color: crimson;
	font-weight: bold;
}

.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;
}

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;
}

.png {
	position:relative;
	_behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.runtimeStyle.backgroundImage = "none",this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",this.src = "img/transparent.gif"),this.pngSet=true));
}
