html, body {
	background-color: #f3f8fc;
	background-image: url(/gfx/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}

#okna-produkcja {
	margin-left: auto; 
	margin-right: auto;
	width: 600px;
	background: #fff
}

#okna {
	height: 117px;
	border: solid #007cc3;
	border-width: 0 0 5px 0;
	background-image: url(/gfx/okna-bg.jpg);
	background-repeat: no-repeat;
	background-position: right
}

#okna-menu {
	text-align: center;
	height: 50px;
	background-image: url(/gfx/bgmenu.png);
	background-repeat: repeat-x
}

#okna-logo {
	margin-top: 20px
}

#okna-left {
	font-size: 12px;
	color: #000;
	float: left;
	width: 278px;
	padding: 10px;
	background-color: #fbfbf4;
	background-image: url(/gfx/bg-okno.png);
	background-repeat: no-repeat;
	background-position: center top
}

#okna-right {
	font-size: 12px;
	color: #000;
	float: right;
	width: 278px;
	padding: 10px;
	background-color: #fbfbf4;
	background-image: url(/gfx/bg-okno.png);
	background-repeat: no-repeat;
	background-position: center top
}

#okna-foot {
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #505050;
	border-top: 1px solid Gray;
	padding: 10px 0 10px 0;
	margin-top: 20px
}

#okna-komponenty {
	clear: both;
	text-align: center;
	margin-top: 20px;
	word-spacing: 50px;
	font-size: 11px;
	font-weight: bold;
	color: #1e5fa9;
	border: solid #1e5fa9;
	border-width: 1px 0 1px 0;
	padding: 10px 0 10px 0
}

#stop {
	font-size: 11px;
	color: #cc0000;
	font-weight: bold;
	border: 5px solid #cc0000;
	background: #fafafa;
	padding: 10px;
	margin-top: 10px
}
#flash {
	border: solid #007cc3;
	border-width: 5px 0 5px 0;
	padding: 10px 0 10px 0;
	background: #f60;
	clear: both
}

#s {
	font-size: 10px;
	color: Gray;
	padding: 5px
}

address {
	font-style: normal
}

p {
	word-spacing: 2px
}

img {
	border: 0 none
}

h1 {
	background-image: url(/gfx/bg-h1.png);
	background-repeat: no-repeat;
	background-position: 245px 12px;
	font-size: 19px;
	color: #007cc3;
	margin: 0 0 -5px 0;
	border: solid #007cc3;
	border-width: 1px 0 1px 11px;
	padding: 5px
}

h2 {
	font-size: 16px;
	color: Peru
}

.center {
	text-align: center
}

.block {
	display: block
}

.none {
	display: none
}

.form {
display: inline
}
.f {
	border: 1px solid #fbfbf4;
	background: #fbfbf4;
	cursor: pointer;
	font-size: 12px;
	color: #1e5fa9
}
input[type="submit"]:hover {
color: Blue
}

a.nav:link, a.nav:visited {
	background-image: url(/gfx/nav.png);
	background-repeat: no-repeat;
	background-position: 5px 30%;
	font-weight: bold;
	font-size: 11px;
	color: #007cc3;
	background-color: #f4f4e0;
	border: solid #007cc3;
	border-width: 0 2px 2px 2px;
	padding: 5px 5px 5px 26px;
	text-decoration: none;
	height: 50px;
	letter-spacing: 1px;
}

a.nav:hover {
	background-color: #ecedcd;
	padding: 5px 26px 10px 5px;
	background-image: url(/gfx/bgnav.png);
	background-repeat: no-repeat;
	background-position: 95% 30%
}

a.a:link, a.a:visited {font-weight: bold; font-size: 11px; color: #505050; text-decoration: underline}
a.a:hover {color: Blue}