* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Lucida Grande', "Verdana";
	color: #777;
	font-size: 12px;
	width: 800px;
	background:#000000 url('images/background.jpg') no-repeat;
}

img {
	 border: 0;
}

a:active, a:visited , a:link{
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #a8d936;
	/*color: #05adee;*/
	text-decoration: none;
}

h1 {
	font-size:200%;
	font-weight:normal;
	color:#a8d936;	
}


td{
font-size:12px;
}

.nadpis_kontakt{
font-size:24px;
color:#a8d936;
}


#wrapper {
	position: static;
	padding: 35px 15px;
}

#left {
	position: fixed;
}

#content {
	position: fixed;
	height: 615px;
	margin-top: 20px;
	margin-left: 180px;
}

#site_logo {
	position: fixed;
	display: block;
	width: 615px;
	height: 60px;
	top: 5px;
	left: 18px;
	padding: 5px;
	text-indent: -3000px;
	
	}
	
#nav {
	position: relative;
	width: 310px;
	height: 364px;
	margin-left: -10px;
	margin-top: 38px;
}

#nav span {
	position: absolute;
	display: block;
	width: 10px;
	height: 9px;
}

#nav ul {
	position: absolute;
	list-style-type: none;
}

#nav ul li a {
	display: block;
	width: 310px;
	height: 27px;
	text-indent: -3000px;
}

#nav ul li.selected a,
#nav ul li.selected a:hover {
	background-position: 0px -53px !important;
}

#nav ul li a:hover {
	background-position: 0px -26px !important;
}


.text_field{
	color: #a8d936;
	background-color: transparent;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-color: #aaaaaa;
	border-width: 1px;
	font-size: 14px;
}


/* Footer
====================================================================== */
#footer {
	width:900px;
	margin-top: 50px;
	padding-top: 5px;
	border-top: 1px solid #696969;
}

