body {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px auto;
	color:black;
	background-color: #598527;
}


.newLine {
	clear: both;
}


img {
	border:0px;
}

a:hover {
	color:gray;
}

a {
	text-decoration: none;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

div.header {
	background-image: url(../img/bgr_grass.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width:100%;
	background-color: white;
	margin: 0px auto;
	text-align: center;
	
}

div.logo {
	background-image: url(../img/apples.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height:220px;
	text-align: left;
	width:960px;
	margin: 0px auto;
}

div.logo img.logo {
	margin:0.75em 2em;
}

div.menu {
	background-image: url(../img/bgr_menu.png);
	margin: 0px auto;
	text-align: center;	
	height:3em;
}

div.menu div.links {
	width:800px;
	margin: 0px auto;
	text-align: left;
}

div.menu div.links a {
	color:white;
	text-decoration: none;
	display:block;
	margin-right:2em;
	font-size:1em;
	float:left;
	padding:0.5em;
	margin-top:0.4em; 
}

div.menu div.links a:hover {
	color: #cadabf;
}

div.menu div.links a.sel {
	color: #cadabf;
}

div.content {
	background-image: url(../img/bgr_content.png);
	background-repeat: repeat-x;
	width: 100%;
	background-color: #598527;
}

div.inner_content {
	width:805px;
	height: auto;
	margin: 0px auto;
	padding-top:2em;
}


div.tresc {
	height:auto;
}

div.tresc h1.header {
	padding:0;
	margin:0;
	background-color: #e3ebde;
	font-size: 1.2em;
	padding:0.5em 1.5em;
	text-align: left;
	letter-spacing: 0.1em;
	border-bottom:1px solid #959595;
	font-weight: normal;
}

div.tresc h2.header {
	padding:0;
	margin:0;
	background-color: #e3ebde;
	font-size: 1.1em;
	padding:0.5em 1.5em;
	text-align: left;
	letter-spacing: 0.1em;
	border-bottom:1px solid #959595;
	font-weight: normal;
}

div.tresc div.text {
	font-size: 0.9em;
	background-color: #cadabf;
	padding:1em 2em;
	padding-bottom:2em;
	text-align: justify;
	letter-spacing: 0.125em;
	line-height: 1.7em;
	font-weight: bold;
}

div.moduly { 
	background-color: #cadabf;
	padding-bottom: 0;
	margin-bottom: 2em;
}

div.modul {
	width:400px;
}

div.modul div.text {

}

div.left {
	width:404px;
	border-right:1px solid #959595;
}

div.error404 {
	color:#ae0808;
	padding:1em 3em;
	background-color: white;
	font-size: 1.4em;
	border-bottom: gray;
}

div.error404 h1{
	margin:0;
	padding:0;
}

div.error404 h4{
	margin:0;
	padding:0;
	margin-bottom:3em;
}

div.strona-glowna {
	background-image: url(../img/strona-glowna.png);	
	background-position: top center;
	background-repeat: no-repeat;
}

div.strona-glowna h1.welcome {
	margin:0 auto;
	padding:0;
	text-align: left;
	width:20em;
	padding-left:11em;
	padding-top:3em;
	padding-bottom:5em;
	color:white;
	font-size: 1.3em;
	font-weight: normal;
}

div.stopka {
	width:805px;
	margin: 0px auto;
	margin-bottom:3em;
	font-size:0.8em;
	color: #cadabf;
	padding-top:0.25em;
	border-top:1px solid #cadabf;
}

div.stopka a {
	color:#cadabf;
}


div.stopka a:hover {
	color: white;
}

div.menu div.lang {
	margin-right:2em;
	margin-top:0.5em;
}

div.menu div.lang a img{
	margin:0 0.5em;
}

table {
	margin-top:1em;
	margin-left:10px;
	margin-bottom:1em;
	text-align: center;
	border-top:1px solid gray;
	border-left:1px solid gray;
}

table tr {
	margin:0;
	padding:0;
}


table tr td {
	width:50px;
	height:50px;
	margin:0;
	padding:0;
	background-color: white;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
}

table td.nazwa {
	width: 110px;
	background-color: #e3ebde;
}

table tr.header td {
	background-color: #c2c2c2;
}


div.map_wrapper {
	margin:2em 0;
	text-align: center;
}
#map{ 
	border:1px solid #598527;
	width:600px;
	height:400px;
}


/* -- formularz -- */
form {
	width:400px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

form input {
	border:none;
	background-color: #e3ebde;
	font-family: "Trebuchet MS", Arial, sans-serif;
	width: 390px;
	padding:3px 5px;
	font-size:1.1em;
	border:1px solid #598527;
}

form div.label {
	background-color: #598527;
	color:white;
	float: left;
	padding: 0.25em 1em; 
	color:white;
	letter-spacing: 0.1em;
}

form textarea {
	border:none;
	background-color: #e3ebde;
	font-family: "Trebuchet MS", Arial, sans-serif;
	width: 390px;
	height:100px;
	padding:3px 5px;
	margin-top:-1px;
	font-size:1.1em;
	border:1px solid #598527;
}

form div.label {
	margin-top:0.25em;
}

form div.pole {
	margin-bottom:0.75em;
}

form div.button a {
	display: block;
	background-color: #e3ebde;
	padding: 0.35em 1em;
	color:black;
	float:right;
	letter-spacing: 0.1em;
}

form div.button a:hover {
	color:white;
	background-color: #598527;
}

div.error input {
	border: 1px solid red;
}

div.error textarea {
	border: 1px solid red;
}

form div.button {
	text-align: right;
}

div.error_message {
	color:red;
	float:right;
	margin-top:0.25em;
}

div.images {
	text-align: center ;
	margin:0 1em;
}

div.images img {
	margin:0;
	padding:1px;
	border:1px solid #598527;
}

div.slideshow img {
	padding:1px;
	border:1px solid #598527;	
}

div.slideshow {
	height:340px;
}

h2.form_send {
	margin-top: 2em;
	margin-bottom: 5em;
}
