/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; border:none;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #210801;
	background-image: url(images/tlo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.text {
border:1px;
color:#FFF;
background:#333333;
}
textarea {
border:1px;
color:#FFF;
background:#333333;}
a {
color:#D27517;
text-decoration:none;}
H1 {
color:#591404;
font-size:18px;
font-weight:bold;
margin-bottom:10px;}

.zdjecie {
width:auto;
float:right;
margin-left:10px;
}
.button2 {
	display:block;
	clear:both;	background-color:#591404;
	color:#fff;
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:3px;
	border-left-width: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #D27517;
}
#wrapper { 
 margin: 0 auto;
 width: 812px;
}
#faux {
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
 
 
}
#header {
margin-top:50px;
 color: #333;
 width: 812px;
 height: 206px;
}
.logo {
clear:left;
width:175px;
background-color:#000000;}

.fotoHead {
position:relative;
float:right;
margin-top:-206px;
}
#leftcolumn { 
 display: inline;
 color: #333;
 width: 175px;
 margin-top:18px;
 float: left;
}

#leftcolumn ul {
		list-style: none;
	width: 175px;

	_width: 150px;
	
}
	#leftcolumn ul li {
	width: 175px;
	_width: 150px;
	position:static;

	}
	
		#leftcolumn ul li a{
	display:block;
	height:26px;
	text-decoration:none;
	padding-top:8px;
	padding-left:15px;
	width: 175px;
		_width: 152px;
		margin-left:-4px;
	margin-bottom:4px;
	font-size:15px;
	font-weight:bold;
	color:#F4E5D7;
	background-color:#591404;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #000000;
	}
	#leftcolumn ul li a:hover {
	color: #FFF;
	background-color:#000;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #591404;
	}
	#leftcolumn img {
	float:right;
}
.fotki {
background-color:#F4E5D7;
padding:20px;
_padding:10px;
text-align:center;
 float: right;
 width: 597px;
 _width: 610px;
 display: inline;
 position: relative;
 
 }
.fotki img{
display:inline;
padding:0px;

}


#rightcolumn { 
 float: right;
	color:#591404;
 background-color:#FFFFFF;
 padding: 20px;
 width: 597px;

 display: inline;
 position: relative;
}
#footer { 
 width: 637px;
 height:79px;
 float:right;
 color: #333;
 background: #591404;
}
.adres {
float:left;
width:512px;}
.adresTXT a{
color:#D27517;
}
.adresTXT {
color:#FFFFFF;
float:left;
margin-left:15px;
margin-top:15px;}
.mapa {
float:right;
}
.clear { clear: both; background: none; }



.lista {
width:600px;
float:left;
margin-bottom:15px;
}












		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
	display: block;
	height: 20px;
	width: 580px;
	background: url(images/accordion_toggle_active.gif) no-repeat top right #9F4F13;
	line-height: 20px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	border-bottom: 1px solid #FFF;
	cursor: pointer;
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 15px;
		}
		
		.accordion_toggle_active {
			background: url(images/accordion_toggle.gif) no-repeat top right #591404;
			color: #ffffff;
			border-bottom: 1px solid #FFF;
			font-weight:bold;
		}
		
		.accordion_content {
			background-color: #F4E5D7;
			color: #444444;
			overflow: hidden;
				width: 605px;

		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
			border-right: 1px solid #f68263;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			background-color: #ffffff;
			color: #444444;
		}
			
			.horizontal_accordion_content p {
				width: 450px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 20px auto 20px auto;
      width: 680px;   
      height: 100px;    
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }
