/* CSS Document */

html, body, #box {
	min-height: 100%;
	height: 100%;
}

html>body, html>body #box {
	height: auto;	
	width: 100%
}

body {
	color: #000;
	background-color: #FDECDF;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	padding:0;
	margin:0;
}

ol,p {margin: 0}

h1 {
	color: #c9906e;
	font-size: 1.5em;
	text-align: center;
}

small {font-size: 0.75em}

#box {
	position: absolute;
	top: 0;
	left: 0;
}

#tekst p, ol {text-align: left}

#glowne {
	position: relative;
	width: 820px;
	margin: 0 auto;
	text-align: left;
}


/* ===========  STOPKA =========== */
#stopka {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-image: url(../images/mazury_09.jpg);
}

#stopka_main {
	width: 820px;
	margin: 0 auto;
	height: 40px;
	background-image: url(../images/mazury_10.jpg);
}

#stopka_main .pozycja {
	text-align: center;
	padding-top: 7px;
	color: #FDECDF;
	margin: 0 auto;
	width: 600px;
	font-size: 0.714em;
}

#stopka .pozycja ul {
	display: inline;
	margin: 0 15px;
}

#stopka p {
	text-align: center;
	font-weight: bold;		
	margin: 0;
}

#stopka .pozycja a {
	text-decoration: none;
	color: #A44A4A;
}

#stopka .pozycja a:hover {
	text-decoration: none;
	color: #8F2732;
}

#stopka #partner {
	margin-top: -30px;
	text-align: left;
	margdin-left: 10em
}

