a, blockquote, body, div, form, h1, h2, h3, h4, h5, h6, html, img, label, p, pre, table, tbody, td, tfoot, th, thead {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

/*
	Odcienie zieleni:
	1 #8CB202
	2 #C8FE03
	3 #5A7201
	4 #324001
*/

@font-face {
	font-family: Fertigo;
	src: url('/images/Fertigo_PRO.otf');
}

body {
	background-image: url('/images/background.png');
	font-family: 'Trebuchet MS';
	font-size: 0.9em;
	color: white;
	line-height: 20px;
}

h1,h2,h3,h4,h5,h6 {
	color: #8CB202;
	margin-top:	5px 0px;
	text-align: left;
	/*font-family: 'Surface-Medium', arial, serif;*/
	font-family: Fertigo, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 2.2em;
	text-shadow: 0px 1px 0px white;
}

h2 {
	font-size: 1.1em;
}

a {
	color: #8CB202;
	text-decoration: none;
}

	a:hover {
		color: #C8FE03;
	}
	
	a:focus {
		outline: none;
	}

.button {
	vertical-align: middle;
	padding: 6px 30px;
	text-decoration: none;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #8CB202;
	color: white;
	border: none;
	box-shadow: 0px 1px 0px white;
	-webkit-box-shadow: 0px 1px 0px white;
	-moz-box-shadow: 0px 1px 0px white;
	height: 30px;
	font-weight: bold;
}
	.button:hover{
		background-color: #5A7201;
		color: white;
	}
		
.info {
	font-size: 1.2em;
}

.green {
	color: #8CB202;
}

.picture {
	background-color: white;
	-webkit-box-shadow: 0px 0px 10px black;
	-moz-box-shadow: 0px 0px 10px black;
	box-shadow: 0px 0px 10px black;	border-radius: 5px;	-webkit-border-radius: 5px;	-moz-border-radius: 5px;
	padding: 5px;
	color: black;
}


#container {
	width: 1024px;
	margin: auto;
	/*border: 1px solid white;*/
}

#header {
	/*border: 1px solid red;*/
	height: 150px;
	position: relative;
}
	#header #nav{
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		position: absolute;
		top: 50px;
		right: 50px;
	}	
		#nav li {
			display: inline-block;
			float: left;

		}
			#nav li a {
				color: white;
				font-family: Fertigo;
				font-size: 1.2em;
				text-decoration: none;
				margin-left: 5px;
				padding: 15px 5px;

			}
			#nav li a:hover, #nav li a.active {
				background-color: rgba(0,0,0,0.5);
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
				zoom: 1;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}
	
	#header #languages {
		position: absolute;
		top: 54px;
		left: 320px;
	}

#content {
	min-height: 600px;
	position: relative;
}

	.tlo {
		padding: 20px;
		position: relative;
		background-color: rgba(0,0,0,0.5);
		/*filter: alpha(opacity = 50);
		background-color: black;*/
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
		zoom: 1;
		line-height: 20px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}	

#footer {
	color: black;
	line-height: 20px;
}
	#footer a {
		color: #5A7201;
	}
	
	#footer #footerHeader{
		background: url('/images/stopka.png') repeat-x;
		height: 49px;
	}
	
	#footer #footerContent {
		background: white;
		height: 100px;	
	}
		#footerContent div#info {
			width: 1000px;
			margin: auto;
			padding-top: 10px;
			position: relative;
		}
/*			home			*/
#slider {
	position:relative;
	background:url(/images/loading.gif) no-repeat 50% 50%;
	width: 150px;
	top: 10px;
	left: 130px;
	-webkit-box-shadow: 0px 0px 10px black;
	-moz-box-shadow: 0px 0px 10px black;
	box-shadow: 0px 0px 10px black;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

/*			artykul			*/
#article {
	width: 930px;
	margin: 30px auto;
}
	#article h1, #article h2, #article h3, #article h4 {
		margin: 20px 0px;
	}

/*			kontakt			*/
#kontaktForm {
	
}
	#kontaktForm label {
		width: 200px;
		display: block;
	}
	#kontaktForm input[type=text], #kontaktForm textarea {
		width: 400px;
		padding: 7px;
		margin-bottom: 20px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 3px solid transparent;
		color: #324001;
		font-style: italic;
		font-family: Georgia;
		background-color: white;
	}
	#kontaktForm input[type=text]:focus, #kontaktForm input[type=text]:hover, #kontaktForm textarea:focus, #kontaktForm textarea:hover {
		outline: 0px;
		border: 3px solid #8CB202;
	}

