@charset "utf-8";
/* CSS Document */


	body {
		background: #000 url(images/background_02.jpg) center top no-repeat;
		font-family: Tahoma; /*Arial, Helvetica, sans-serif;*/
		font-size: 11px;
		color: #999;
	}
	
		/*
		
		zielony: 86982C
		
		*/
		/* Elementy wspolne */ 
			a { text-decoration: none; color: #fff; }
			a:hover { color: #3c0}
			h1 { color: #fff; font-size: 18px; }
			h2 { color: #3C0; font-size: 14px;}
			h3 { color: #3C0; font-size: 12px;}
			hr { background: url(images/hr_line.gif); height: 5px; border:  none; width: 98%; float: left}
			b, obluque, strong { color: #3c0 }
			.infotext { font-size: 9px; text-align: center}
			
			input[type="text"] { border: none; background-color: #151515; color: #fff; margin-top: 3px; width: 180px}
			input[type="submit"] { border: none; background-color: #151515; color: #fff; width: 180px; height: 30px; margin-top: 20px}			
				input[type="submit"]:hover { background: #3c0; cursor: pointer}
			textarea { border: none; background-color: #151515; color: #fff; resize: none }
			.box { background: #090909; padding: 15px; text-align: left}
			.box h1,h2,h3 { padding: 0px; margin: 0px;}
			table td+td { margin-left: 15px;}			
			
			img[align] {
				margin-left: 0;
				margin-right: 0;
			}

			img[align="left"] {
				float: left
			}

			img[align="right"] { 
				float: right
			}
		/* */ 
	
	div.wrapper {
		position: absolute;
		left: 50%;
		margin-left: -463px;
		margin-top: 30px;
		float: left;
		width: 926px;
	}
	
	div.header {
		float: left;
		width: 926px;
		height: 152px;
		background: url(images/header.png) center top no-repeat;
	}
	
	div.menu {
		float: left;
		background: none;
		height: 52px;
		width: 926px;
	}
		/* buttony menu */
		
		div.menu ul {
			margin-top: 130px;
			margin-left: 272px;
			padding: 0px;
			padding-left: 0px;
			list-style: none;

		}
		
		div.menu ul li {
			display: block;
			float: left;
			width: auto;			
			text-align: center;
		}
		div.menu ul li+li {
			margin-left: 14px;
		}
		
		div.menu ul li a { color: #FFF; font-family: "Tahoma", Times, serif;  font-size: 12px; text-decoration: none; letter-spacing: 3px; }
		div.menu ul li a:hover { color:#3C0}
		
		img.button {
			border: none;
		}

	
	div.content_bg {
		float: left;
		background: url(images/gfx_07.png);
		width: 926px;
	}
	
	div.content {
		float: left;
		background: none /*url(images/content_bg.jpg)  no-repeat top center*/;
		min-height: 232px;
		width: 846px;
		padding: 0px 40px 10px 40px;
		text-align: left;
		line-height: 1.5 ;
		margin-top: 3px;
	}
	
	div.content ul { margin: 10px; padding: 0px; }
	div.content ul li { list-style-image: none /*url(images/dot.gif)*/}
	div.content ul li:hover { color: #3c0; cursor: default}
	
		div.content div.left { float: right; width: 556px; }
		div.content div.right { float: left; margin-right: 20px; width: 270px;  }
		div.content div.left div.i_top { float: left; width: 556px; text-align: justify }	
		div.content div.left div.i_left { float: left; width: 278px; margin-right: 20px;}	
		div.content div.left div.i_right { float: right; width: 258px;  }
		
	div.content_bottom_bar {
		float: left;
		width: 846px;
		padding: 10px 40px 10px 40px;
	}
		
		p.content_addres {
			font-size: 10px !important;
			border-left: 8px #841722 solid;
			padding-left: 10px;
			margin-left: 650px;
		}
		
		p.content_addres:hover {
			border-left-color: #86982C;
		}
	
	div.footer {
		float: left;
		/*background: url(images/gfx_09.png);*/
		width: 926px;
	}
	
	div.copyright {
		float: left;
		width: 926px;
		color: #666; 
		text-align: center;
		padding-bottom: 20px;
	}

.info_form { text-align: center; padding: 10px; }
