/**
 * 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;
}
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;
}

.clear {
	clear: both;
}

.box_content {
	color: #9babbb;
	font-style: Tahoma;
	margin: 15px auto;
	width: 600px;
}

.box_content h1 {
	font-size: 16px;
	margin: 10px 0;
}

.box_content p {
	line-height: 16px;
}

a:link, a:visited {color: white; text-decoration: none;}
a:hover {text-decoration: underline;}

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

.error {
	background-color: #f00;
	color: white;
	padding: 10px;
	text-align: center;
}

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

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

dt {
	clear: left;
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 0 .5em 0 0;
	width: 150px;
	height: 20px;
}
dd {
	height: 20px;
	margin: 0;
	padding: 0;
}
