/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body {background-color:#EDE9C4;}
#main_wrapper {background-color:#EDE9C4;}
#header {
	background-color:#EDE9C4;
}
#nav {

}
#content {
}
#promo {background-color:transparent;}
#footer {
	background-color:#EDE9C4;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	} 
/* TEXT COLORS */
h1 {
	color:#FFF;
	}
h2, h3, h4, h5 {
	color:#FFFFFF;
	}
h6 {
	color:#FFFFFF;
	}
p {
	color:#FFFFFF;
	}
ul, ol, dl, blockquote, cite {
	color:#FFFFFF;
	}
#nav ul, #nav a {
	color:#FFF;
	}
table, form {
	color: #CACACD;
	}
a {
	color:#FFFF00;
	}
a:hover, #nav a:hover {
	color:#FF0000;
	}	
#footer p {
	margin:0;
	color: #6283bb;
	padding: 0px;
	}
/* CLASS:OLIVE TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body.olive {
	background-color:#EDE9C4;
}
.olive #main_wrapper {
	background-color:#EDE9C4;
}
.olive #header {
	background-color:#EDE9C4;
}
.olive #nav {


}
.olive #content {
}
.olive #promo {
	background-color:#EDE9C4;
}
.olive #footer {
	background-color:#EDE9C4;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	} 
/* CLASS:OLIVE TEXT COLORS */
.olive h1 {
	color:#666666;
	}
.olive h2, .olive h3, .olive h4, .olive h6 {
	color:#666666;
	}
.olive h5 {
	color:#333333;
	}
.olive p {
	color:#333333;
	font-style: normal;
	}
.olive ul, .olive ol, .olive dl, .olive blockquote, .olive cite {
	color:#333333;
	}
.olive #nav ul{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	list-style-image: url(../../../grafika/gwiazdka.png);
	font-weight: normal;
	padding-left: 10px;
	}		
.olive #footer_nav li, .olive #footer_nav a {
	color: #6283bb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	}	
	
.olive #footer_nav a:hover {
	color: #000000;
	text-decoration: none;
	}		
	
.olive table, .olive form {
	color: #FFFFFF;
	
	}
.olive a {
	color:#000000;
	text-decoration: none;
	}		
.olive a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	}
.olive #footer a {
	color:#6283bb;
	text-decoration: none;
	}		
.olive #footer a:hover {
	color:#000000;
	text-decoration: underline;
	}
.olive #nav a{
	color:#000000;
	}	
.olive #nav a:hover {
	color:#FFFFFF;
	text-decoration: none;
	}


/* FONT SIZES */
h1 {font-size:1.5em; /* 24pt */
	}
h2 {
	font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 .5em 0;
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-size:.8em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
a {
	
	}
a:hover {
	text-decoration:none;
	}
/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
		margin:0 1em .75em 1em; /* lists without specific classes */
		font-size:.8em;
		line-height:1.5;}
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:2em;
		}
#nav ul, #nav dl, #nav ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#nav li {
	list-style-type:none;
	margin-left:0.5em;
	}
olive #footer_inner ul, #footer_inner dl, #footer_inner ol {
	line-height:1;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 1em;
}	
#promo ul, #promo dl, #promo ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#promo li {
	list-style-type:none;
	margin-left:0
	}		
dt {font-weight:bold;}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
	
cite {
	font-size:.85em;
	font-style:italic;
	}
blockquote {
	border-top:2px solid;
	border-bottom:2px solid;
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	}
blockquote p {
	margin-bottom:.1em;
	}
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#366;
}
blockquote cite {
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
	}
address {
	margin:0 1em .75em 1em;
	}
img {
	border:0;
	}

/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
#prawy table {
	margin: .3em 1em 1em 0em;

	border-collapse:collapse;
	font-size:.7em;
	}
#prawy table th	{
	padding: .3em .5em .3em 0em;
	
	}
#prawy table td	{
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;	
	}
table {
	margin: .3em 1em 1em 5em;

	border-collapse:collapse;
	font-size:.6em;
	
	}
table th	{
	padding: .3em .5em .3em .5em;
	
	}
table td	{
	padding: .3em .5em .3em .5em;
	
	}
/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 
.wycentrowany {
	text-align: center;

}
#prawy img {
	border-collapse:collapse;
	float: left;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0em;
	}

.box {
	height: 129px;
	width: 594px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../../grafika/box.jpg);
	background-repeat: no-repeat;
}
.box_inner {
	padding-top: 0.7em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	}
.olive #foto_list li, .olive #foto_list a {
	text-decoration: none;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
	}	
	
.olive #foto_list a:hover {
	color: #000000;
	text-decoration: none;
	}		
	/* odnosi sie do galerii zdjec w galeria.php */
.olive #galery_list li, .olive #galery_list a {
	text-decoration: none;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	
	
.olive #galery_list a:hover {
	color: #000000;
	text-decoration: none;
	}			
/* koniec formatowania galerii zdjec w galeria.php */	

#content_inner .bl {background: url(../../../grafika/bl.jpg) 0 100% no-repeat #6d96c4; width: 400px}
.br {background: url(../../../grafika/br.jpg) 100% 100% no-repeat}
.tl {background: url(../../../grafika/tl.jpg) 0 0 no-repeat}
.tr {background: url(../../../grafika/tr.jpg) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}
#content_inner .bl p, .bs p, .bo p{
color:#FFFFFF;
line-height:1.25;
}
.olive #content_inner .bs {
	background: url(../../../grafika/bl.jpg) 0 100% no-repeat #6d96c4;
	width: 200px;
	color: #FFFFFF;
}

.olive .bo {
	background: url(../../../grafika/bl.jpg) 0 100% no-repeat #6d96c4;
	width: 190px;
	color: #FFFFFF;
}
.olive #content_inner .bp {
	background: url(../../../grafika/bl.jpg) 0 100% no-repeat #6d96c4;
	width: 80%;
	color: #FFFFFF;
}
.olive #content_inner .bf {
	background: url(../../../grafika/bl.jpg) 0 100% no-repeat #6d96c4;
	width: 550px;
	color: #FFFFFF;
}

.brakobrazka {
	height: 80px;
	width: 120px;
	border: 1px dashed #000000;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

.prawy {
	width:75%; /* odnosi sie do box w index.php */
	float:right;
	}
.lewy {
	width:25%; 
	float:left;
	}	

/* Formatuje elementy formularza */

.formTable td {
	border-collapse:collapse;
	background-color: #6d96c4;
	padding-bottom: 10px;
	font-size: 12px;
}

.formTable a {
	color: #333333;

}
.formLabel {
border-collapse:collapse;
	FONT-WEIGHT:bold;
	text-align: right;
	
}

.formLabel_left {
border-collapse:collapse;
	FONT-WEIGHT:bold;
	text-align: left;
	
}
.formLabelTop {
	FONT-WEIGHT:bold;
	text-align: right;
	vertical-align: top;
	
}

.button {
bottom:2px;
clear:both;
float:right;
position:relative;
}
/* Koniec elementów formularza*/	