/* =reset
----------------------------------------*/

html, body, h1, h2, h3, h4, h5, h6,
div, span, blockquote, p, address,
form, fieldset, label, legend, img,
a, abbr, acronym, ul, ol, dl, dt, dd, li,
hr, table, td, th, big, small,q,
strong, em, sup, sub, del, cite, code {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	}

blockquote,
q {
	quotes: none;
	}

:focus { outline: 0;	}

a,
a:visited {
	border-bottom: 1px solid #009cff;
	color: #009cff;
	text-decoration: none; 
	}

a:hover,
a:focus,
a:active {
	border-bottom: 0;
	}

ul, ol { list-style: none; }

legend { display: none; }

body {
	background: #fff;
	color: #696969;
	font: normal 62.5% Tahoma,Verdana,Arial,Helvetica,sans-serif; /* 10px */
	}

h1, h2, h3, h4, h5 { font: normal 1em Arial,Helvetica,Tahoma,Verdana,sans-serif; }


/* =layout
----------------------------------------*/

#header,
#main,
#footer {
	margin: 0 auto;
	width: 600px;
	}

#header,
#main {
	border-bottom: 2px solid #FF7200;
	padding: 10px 5px;
	}

#header { padding-top: 100px; }

h1 a,
h1 a:visited {
	background: url('http://www.otwarte24.pl/img/errors/logo.gif') 0 0 no-repeat;
	border: 0;
	display: block;
	height: 53px;
	text-indent: -99999px;
	width: 272px;
	}
	
h2 {
	font-size: 2.6em;
	padding-bottom: 10px;
	}

#main p,
#main li {
	font-size: 1.6em;
	line-height: 1.5;
	}

#main ul { padding: 10px 0; }

#main li {
	background: url('http://www.otwarte24.pl/img/errors/arrow.gif') 0 50% no-repeat; 
	padding: 5px 0 5px 8px;
	}

#footer p {
	font-size: 1.2em;
	padding: 10px 5px;
	}
