/* CSS reset Eric'a v1.0 | 20080212 */

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;
}


body
{
	color: #333;
	font-family: helvetiva, sans-serif;
}

p
{
	padding: 6px 0;
	font-size: 15px;
	line-height: 1.4em;
	font-family: Georgia, Times, serif;
}

h2
{
	padding: 9px 0;
	font-size: 26px;
    text-shadow: 0 2px 3px #fff;
	font-family: "Arial Black", sans-serif;
	font-weight: normal;
}

#kontakt h2
{
    text-shadow: none;
}

#header
{
	background: url(header-bg.png) top left repeat-x #000;
	height: 65px;
}

#header-inner
{
	margin: 0 auto;
	width: 960px;
}

h1 a
{
	background: url(logo.png);
	display: block;
	width: 193px;
	height: 60px;
	float: left;
}

h1 a span {
	display: none;
}

#nav
{
	padding-top: 17px;
	float: right;
}

#nav li
{
	float: left;
	list-style: none;
}

#nav li a
{
	display: block;
	padding: 5px 15px;
	margin: 0 10px;
	background-color: #eee;
	color: #000;
	text-decoration: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#nav li a:hover
{
	background-color: #fff;
}

#oferta
{
	background: url(oferta-bg.png) top left #fff;
	padding: 20px 0;
}

#oferta-inner
{
	margin: 0 auto;
	width: 960px;
}

#portfolio
{
	background: url(portfolio-bg.png) top left #eaeaea;
	padding: 20px 0;
}

#portfolio-inner
{
	margin: 0 auto;
	width: 960px;
}

#portfolio ul
{
	margin: 20px 0;
}

#portfolio li
{
    float: left;
    width: 320px;
	height: 300px;
}

#portfolio a.portfolio
{
	display: block;
	border: 1px solid #999;
	padding: 5px;
	margin: 0 0 1px 0;
	width: 280px;
	background-color: #eee;
}

#portfolio a.portfolio
{
	-moz-box-shadow: 1px 1px 4px #000;
	box-shadow: 1px 1px 4px #000;
}

#portfolio a:hover.portfolio
{
	margin: 1px 0 0 0;
	-moz-box-shadow: 1px 1px 2px #333;
	box-shadow: 1px 1px 2px #333;
}

#portfolio li p
{
    padding: 10px;
	width: 280px;
	font-size: 13px;
}

#portfolio p
{
	clear: both;
}

#portfolio a
{
	color: #333;
}

#kontakt
{
	background: url(kontakt-bg.png) top left repeat-x #323232;
	color: #fff;
	padding: 20px 0;
}

#kontakt-inner
{
	margin: 0 auto;
	width: 960px;
	clear: both;
}

#kontakt a
{
	color: #fff;
}
