/**
 * reset; from http://meyerweb.com/eric/tools/css/reset/
 */

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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * main styles
 */

html {
	background-color: #293949;
	font-family: Arial, Tahoma, Sans Serif;
}

body {
	font-size: 12px;
	margin: 0 auto;
	width: 900px;
	border: 1px solid #000;
}
	
#top {
	background: url(img/naglowek_tlo.png);
	height:	227px;
	text-align: center;
	vertical-align: middle;
}

#top img {
	margin-top: 80px;
}

#content {
	background-color: #293949;
	margin: 0 auto;
}

#belka {
	background: #000 url(img/pasek_czarny_gorny.png);
	height: 24px;
}

#box1 {
	width: 200px;
	min-height: 380px;
	font-size: 11px;
	line-height: 1.2;
}

#box2 {
	width: 410px;
}

#box3 {
	width: 200px;
}

.clear {
	clear: both;
}

.box_content {
	margin-top: 15px;
	position: relative;
}

.kropki {
	position: absolute;
	left: 0px;
	top: -24px;
}

.title {
	margin-top: 28px;
	margin-left: 10px;
	left: 10px;
}

.box {
	float:left;
	margin:0 0 0 20px;
	position: relative;
	z-index: 1;
}

.box p {
	color: #9babbb;
	font-style: Tahoma;
}

#prev {
	position: absolute;
	top: 90px;
	left: 0px;
}

#next {
	position: absolute;
	top: 90px;
	right: 0px;
}

#image {
	width: 350px;
	margin-left: 30px;
}

#loading {
	height: 200px;
	width: 350px;
	background-color: #fff;
	text-align: center;
	position: relative;
}

#loading img {
	top: 85px;
	position: relative;
}

#text {
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
}

input {
	margin-bottom: 10px;
	width: 150px;
}

textarea {
	width: 200px;
}

#submit {
	margin-top: 10px;
	float: right;
	width: 70px;
	border: 0;
	background: url(img/wyslij_przycisk.png) no-repeat center left;
	padding-left: 10px;
	color: #fff;
	font-style: Tahoma;
}

.error {
	background-color: #f00;
}

.msgSent {
	line-height: 120%;
	padding: 10px;
	color: #fff;
}

.separator {
	margin-top: 35px;
	background: url(img/kropki_poziome.png);
	height: 2px;
}

p.kontakt {
	line-height: 120%;
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
}

p.kontakt img {
	vertical-align: middle;
}

p.kontakt a, p.kontakt a:hover, p.kontakt a:active, p.kontakt a:visited {
	color: #fff;
	text-decoration: none;
}

#avatar {
	position: absolute;
	bottom: 0px;
	left: 30px;
	z-index: 10;
}

#stopka {
	position: relative;
	background: url(img/stopka_tlo.png);
	height: 55px;
}

