@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,latin-ext);

body {
	width: 100%;
	margin: 0 auto;
	background-image: url(img/tlo02.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	text-align: center;
	vertical-align: top;
}

.center {
	text-align:center;
	margin-left : 0 auto;
	margin-right : 0 auto;
	}

.menu_g {
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	display: block;
	background-color: #000000;
	font-size: 16px;
	font-weight: 700;
}

.top {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
}

.content {
	padding-top: 10px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	display: block;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	text-align: left;
	opacity: 0.9;
	filter: alpha(opacity=90);
	border-radius: 20px;
	border:4px solid #fff;
	box-shadow: 0px 3px 6px #444;
}

.content1 {
	padding-top: 10px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	display: block;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	text-align: left;
	opacity: 1.0;
	filter: alpha(opacity=100);
	border-radius: 20px;
	border:4px solid #fff;
	box-shadow: 0px 3px 6px #444;
}

.fotter {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-decoration: none;
	display: block;
	background-color: #000000;
	font-size: 12px;
	font-weight: 400;
	color: #cecece;
	vertical-align: bottom;
}



a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#cecece;
	border-bottom:1px dotted #ff6600;
}

a:link {
	color:#000;
	text-decoration:none;
}

a:visited {
	color:#000;
	text-decoration:none;
}

.menu_g a {
	color:#fff;
	text-decoration:none;
}

.menu_g a:hover {
	color:#ff3300;
	border-bottom:1px dotted #ff3300;
}

.menu_g a:link {
	color:#fff;
	text-decoration:none;
}

.menu_g a:visited {
	color:#fff;
	text-decoration:none;
}

.fotter a {
	font-size: 15px;
	color:#fff;
	text-decoration:none;
}

.fotter a:hover {
	color:#ff3300;
	border-bottom:1px dotted #ff3300;
}

.fotter a:link {
	color:#fff;
	text-decoration:none;
}

.fotter a:visited {
	color:#fff;
	text-decoration:none;
}

h1 {
	margin:0 0 20px 0;
	font-size:1.8em;
	color: #111;
}

h2 {
	margin:0 0 12px 0;
	font-size:1.5em;
	color:#FF0000;
	text-decoration:none;
	border-bottom:3px double #505050;
}

h3 {
	margin:10px 0 10px 0;
	font-size:1.3em;
	color:#FF0000;
	text-decoration:none;
	border-bottom:1px dotted #505050;
}

h4 {
	margin:10px 0 10px 0;
	font-size:1.0em;
	color:#FF0000;
	text-decoration:none;
	border-bottom:1px dotted #505050;
}

p {
	margin:0 0 15px 0;
	line-height:1.4em;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a img {
	border: 0;
}

div#strona_glowna {
	width: 760px;
	margin: 0 auto;
}

div#portale {
	width: 760px;
	margin: 0 auto;
}

div#nakretki {
	width: 760px;
	margin: 0 auto;
}

div#oferta {
	width: 760px;
	margin: 0 auto;
}

div#kontakt {
	width: 760px;
	margin: 0 auto;
}

div#mapka {
	width: 760px;
	margin: 0 auto;
}

div#formularz {
	width: 450px;
	margin: 0 auto;
}

div#galeria {
	width: 800px;
	height: 150px;
	margin: 0 auto;
}

form {
	width: 400px;
	margin: auto;
}

label {
	width: 200px;
	float: left;
	line-height: 20px;
	height: 20px;
}

input {
	float: left;
	line-height: 20px;
	height: 20px;
}

p.center input {
	height: 30px;
}

.for {
	clear: both;
	padding: 10px 10px;
}

.for1 {
	clear: both;
	padding: 10px 10px;
	width:350px;
	height: 190px;
}

aside {
	float:right;width:300px;
}

aside section {
	margin-bottom: 20px;
	overflow: hidden;
}

ul.sidebar-gallery {
	margin:0;
	padding:0;
}

ul {
	list-style-type: none;
}

ul.sidebar-gallery li {
	float:left;margin: 5px 10px;
}

ul.sidebar-gallery li a img {
   border:4px solid #fff;
	-webkit-box-shadow: 0px 3px 6px #444;
	-moz-box-shadow: 0px 3px 6px #444;
	box-shadow: 0px 3px 6px #444;
}

#back-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
}

#back-top a {
	width: 60px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ff3300;
	font-size: 12px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: none;
}

/* arrow icon (span tag) */
#back-top span {
	width: 60px;
	height: 60px;
	display: block;
	margin-bottom: 7px;
	background: #ff3300 url(img/up-arrow.png) no-repeat center center;

	/* shadow */
	-webkit-border-radius: 0px 3px 6px #000000;
	-moz-border-radius: 0px 3px 6px #000000;
	box-shadow: 0px 3px 6px #000000;

	/* rounded corners */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover span {
	background-color: #000000;
}