@charset "utf-8";
/* CSS Document */

/* Reset:
 * ___________________________________________________________________________
 */ 
a
{
  color: #333;
  text-decoration: none;
}

a:active
{
}

:focus 
{
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
}

html
{
	font-size: 100%;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	font-family: 'Marck Script', cursive;
font-family: 'Qwigley', cursive;
font-family: 'Alex Brush', cursive;
font-family: 'Simonetta', serif;
}

ol, ul
{
  list-style: none;
}

blockquote, q
{
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
  content: '';
/*  content: none;*/ /* Opera zglasza blad */
}

ins
{
  text-decoration: underline;
}

del
{
  text-decoration: line-through;
}

table
{
  border-collapse: collapse;
  border-spacing: 0;
}
img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

#container
{
	width: 981px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	z-index:1;
}
.home {
	margin-top: 50px;
	margin-bottom: 100px;
	margin-left: 70px;
	color: #122A88;
}
.left {
	float: left;
}
.right {
	float: right;
}

#podstrona {
	float: right;
	width: 550px;
	margin-top: 50px;
	background-image: url(images/bg-txt.png);
	background-repeat: repeat;
	margin-bottom: 50px;
	padding: 20px;
}
.w330 {
	width: 330px;
}
.w400 {
	width: 450px;
}


.bg-txt {
	background-image: url(images/bg-txt.png);
	background-repeat: repeat;
	font-family: 'Ruluko', sans-serif;
	font-size: 18px;
}
.p10 {
	padding: 10px;
}
.p15 {
	padding: 15px;
}




h1 {
	margin-top: 10px;
	margin-bottom: 30px;
	font-family: 'Ruluko', sans-serif;
	font-size: 24px;
}
#map {
	margin-top: 30px;
	border: 2px solid #FFF;
}

.tresc {
	font-family: 'Ruluko', sans-serif;
	font-size: 19px;
}
.zap {
	font-family: 'Alex Brush', cursive;
	font-size: 24px;
	text-align: center;
}
.tresc p {
	line-height: 15px;
	padding-bottom: 15px;
}
.m100 {
	margin-top: 100px;
}
.left  p a {
	color: #279BF0;
	float: right;
}
.home {
	display: block;
	float: left;
}
