/* Based on work by Eric Meyer: meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, code, 
del, dfn, em, img, q, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {border-collapse: separate; border-spacing: 0}
caption, th, td {text-align: left; font-weight: 400}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

a img {border: none}

/* www.emicom.pl */

body {
	background: #000 url(/gfx/bg.jpg) no-repeat center top;
	line-height: 1.5; 
	margin-bottom: 1.5em
}

hr {
	border: solid #ccc;
	border-width: 0 0 1px 0;
	height: 0;
	clear: both;
	margin: 7px 0 16px 0
}

#top {
	overflow: hidden;
	width: 810px;
	height: 85px;
	margin: 0 auto;
	padding: 5px 0;
	background: url(/gfx/komp.jpg) no-repeat right top
}

#logo { 
	position: relative;
	top: 3px;
	left: 20px;
	width: 154px;
	height: 80px
}

#studio {
	position: relative;
	left: 220px;
	top: -55px;
	width: 315px;
	height: 80px;
}

#container {
	overflow: hidden;
	width: 810px;
	margin: 0 auto
}
.container[class] {
	background: url(/gfx/container.png) repeat-x top;
}

#nav {
	width: 810px;
	height: 30px;
	border-top: 2px solid #02101d;
	border-bottom: 1px solid #1a74b9;
	text-align: center;
	background: #1c3e5e url(/gfx/nav.png) repeat-x bottom;
	filter: alpha(opacity=83);
	-moz-opacity: 0.83;
	opacity: 0.83
}
#nav ul li {
	list-style: none;
	display: inline
}
#nav ul li a, #nav ul li a:visited {
	color: #f0f0f0;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 16px 9px 16px;
	text-decoration: none;
	letter-spacing: 1px;
	background: #254c70 url(/gfx/navi.png) repeat-x top
}
#nav ul li a:hover {
	background: #660e0e url(/gfx/nava.png) repeat-x;
	color: #fff
}

#bg {
	background: url(/gfx/bg.gif);
	padding: 20px;
	overflow: hidden; 
	width: 100%
}

#content {
	position: relative;
	top: 7px;
	right: 40px;
	float: right;
	width: 500px;
	border-top: 2px solid #1765a1;
	padding: 16px 20px 50px 30px;
	background: #efefef url(/gfx/content.png) repeat-x bottom
}
#content h1 {
	color: #555;
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: lighter;
	font-style: italic
}

#content h2 {
	color: #555;
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	font-style: italic
}

#content p, #content address {
	color: #555;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 20px 0;
	font-style: normal
}
#content a, #content a:visited {
	color: #555;
	text-decoration: none;
	border-bottom: 1px solid #555;
	padding-bottom: 1px
}
#content a:hover {
	border-bottom: none
}
#content ul {
	color: #555;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 30px 20px;
	list-style: square;
}
#menu {
	position: relative;
	top: 7px;
	float: left;
	width: 200px;
	padding: 3px 10px 33px 10px;
	background: #071827 url(/gfx/menu.png) repeat-y;
	border-top: 1px solid #1765a1;
	text-align: right;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80
}
#menu ul {
	margin-bottom: 27px
}
#menu ul li {
	list-style: none;
	margin-bottom: 7px
}
#menu ul li a, #menu ul li a:visited {
	color: #f0f0f0;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 16px 5px 7px;
	text-decoration: none;
	display: block;
	height: 100%
}
#menu ul li a:hover {
	background: #1c3e5e url(/gfx/menua.png) repeat-y right;
	color: #fff
}

#footer {
	margin: 0 auto;
	width: 794px;
	padding: 12px 3px 9px 3px;
	background: #1d1d1d url(/gfx/footer.png) repeat-x;
	text-align: center
}
#footer p {
	color: #c6bbbb;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px
}
#footer a, #footer a:visited {
	color: #c6bbbb;
	text-decoration: none;
	border-bottom: 1px solid #c6bbbb;
	padding-bottom: 1px
}
#footer a:hover {
	border-bottom: none
}

.right {
	float: right;
	margin: 10px 0 20px 25px;
	padding: 7px;
	background: #000
}

.left {
	float: left;
	margin: 10px 25px 20px 0;
	padding: 7px;
	background: #000
}

.center {text-align: center; margin: 0 auto}


#img {
	text-align: center
}
#img div {
	display: block;
	margin: 0 auto 3px auto
}
.img[class] div img {
	display: block;
	margin: 0 auto 3px auto
}

#img a:hover {/* dla IE - nic */
}

.img[class] a:hover {
	display: block;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80
}
	
