body {
	margin: 0px auto;
	text-align: center;
	background: url(gfx/body_bg.png) repeat;
}

#topWrapper {
	background: url(gfx/top_bg.png) repeat-x;
	margin: 0px auto;
	text-align: center;
	width: 100%;
	height: 200px;
}

#top {
	background: url(gfx/top.jpg) no-repeat; 
	text-align: center; 
	margin: 0px auto; 
	width: 900px;
	height: 200px;
}

#menuWrapper {
	background: url(gfx/menu_bg.png) repeat-x;
	width: 100%;
	height: 34px;
}

#menu {
	background: url(gfx/menu_bg.png) repeat-x;
	margin: 0px auto;
	text-align: left;
	line-height: 250%;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #595959;
	width: 900px;
	height: 34px;
}

.menu {
	height : 34px;
	font-size : 0.85em;
	position : relative;
	z-index : 100;
}

* html .menu {
	width : 900px;
}

.menu ul {
	padding : 0;
	margin : 0;
	list-style-type : none;
}

.menu ul ul {
	width: 170px;
}

.menu li {
	float : left;
	position : relative;
}

.menu a, .menu a:visited {
	display : block;
	font-family: verdana, sans-serif;
	font-size : 11px;
	text-decoration : none;
	color : #595959;
	height : 33px;
	border : 0px;
	padding-left : 15px;
	padding-right: 15px;
	line-height : 33px;
}

* html .menu a, * html .menu a:visited {
	float:left;
}

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background : #d4d8bd;
}

.menu ul ul a.drop:hover {
	background : #c9ba65;
}

.menu ul ul :hover > a.drop {
	background : #c9ba65;
}

.menu ul ul ul a, .menu ul ul ul a:visited {
	background : #e2dfa8;
}

.menu ul ul ul a:hover {
	background : #b2ab9b;
}

.menu ul ul {
	visibility : hidden;
	position : absolute;
	height : 0;
	top : 34px;
	left : 0;
	width : 170px;
	border-top : 0px;
}

* html .menu ul ul {
	top : 34px;
	width: 170px;
}

.menu ul ul ul {
	left : 170px;
	top : -1px;
	width : 170px;
}

.menu ul ul ul.left {
	left : -170px;
}

.menu table {
	position : absolute;
	top : 0;
	left : 0;
	border-collapse : collapse;
	width: 170px;
}

.menu ul ul a, .menu ul ul a:visited {
	/*background: #f1f1e4;*/
	background: #eed;
	color : #595959;
	height : auto;
	line-height : 1em;
	padding-right : 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	width : 170px;
}

* html .menu ul ul a, * html .menu ul ul a:visited {
	width : 200px;
}

.menu a:hover {
	color: #b70000;
	background: #f1f1e4;
}

.menu ul ul a:hover {
	color : #fff;
	background : #949e7c;
}

.menu :hover > a {
	color: #b70000;
	background: #f1f1e4;
}

.menu ul ul :hover > a {
	color : #fff;
	background : #949e7c;
}

.menu ul li:hover ul, .menu ul a:hover ul {
	visibility : visible;
}

.menu ul :hover ul ul {
	visibility : hidden;
}

.menu ul :hover ul :hover ul {
	visibility : visible;
}

#content {
	background: url(gfx/content_bg.png) repeat-x top left #fff;
	width: 900px;
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	border-left: 1px solid #e4e4c9;
	border-right: 1px solid #e4e4c9;
}

#contentText {
	width: 870px;
	margin: 0px auto;
	text-align: justify;
	line-height: 150%;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #555;
}

#contentText h1 {
	font-family: verdana, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #c00;
	text-decoration: none;
	border-bottom: 1px solid #ead5d5;
	padding-bottom: 8px;
	margin-top: 0px;
	margin-bottom:10px;
}

#contentText h2 {
	font-family: verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #bc7878;
	text-decoration: none;
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom:10px;
}

#contentText a {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #a60000;
	text-decoration: underline;
}

#contentText a:hover {
	color: #ca0000;
	text-decoration: none;
}

#contentText .newsDate {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #a0a050;
}

#tableOne {
	width: 100%;
    border: 0px;
    text-align: justify;
    font-family: verdana, sans-serif;
    color: #464646;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    line-height: 140%;
}

#tableOne td {
    padding-bottom: 15px;
}

.nw {
    background: #E5E5E5;
    color: #000000;
    padding: 2px;
}

fieldset {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

label {
    width: 18em;
    float: left;
    text-align: left;
    margin-right: 1em;
    display: block;
}

input, textarea, select {
    background: #FCF8F8;
    border: 1px solid #EECCCC;
    color: #BC3F3F;
    font-weight: normal;
    font-family: verdana, sans-serif;
	font-size:13px;
}

input:focus , textarea:focus{
    border: 1px solid #D88B8B;
}

.submit {
    padding: 5px;
    background: #FAF1F1;
    border: 1px solid #EECCCC;
    color: #BC3F3F;
    font-weight: bold;
    font-family: verdana, sans-serif;
}

.error {
    width: 100%;
    background: #FFFFFF;
    color: #AB3D3D;
    margin-bottom: 2px;
    font-weight: bold;
}

#tableZdjecia {
    text-align: justify;
    font-family: verdana, sans-serif;
    color: #464646;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    width: 100%;
    margin-top: 20px;
}

#tableZdjecia td {
    padding: 3px;
    border: 1px solid #EBC5C5;
    line-height: 140%;
}

#tableZdjecia th {
    padding: 3px;
    border: 1px solid #EBC5C5;
    line-height: 140%;
    font-weight: bold;
}
#footer {
	background: #fbfbf7;
	color: #a40000;
	border: 1px solid #e1e1c4;
	width: 900px;
	margin: 0px auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: verdana, sans-serif;
	font-size: 11px;
}

#footer a {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #a40000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#tableZamowienie {
	width:500px;  
	margin-bottom:10px; 
	margin-top:10px;
    border: 0px;
	border-collapse: collapse;
    text-align: left;
    font-family: verdana, sans-serif;
    color: #464646;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
}

#tableZamowienie td {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #ececd9;
}

#tableCennik {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #555;
	width: 98%;
}

#tableCennik .category {
	font-family: verdana, sans-serif;
	font-size: 12px;
	background: #a60000;
	color: #f7f7f7;
	font-weight: bold;
}

#tableCennik th {
	font-family: verdana, sans-serif;
	font-size: 12px;
	background: #f0f0e3;
	color: #5e5e2f;
	padding: 3px;
}

#tableCennik td {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #555;
	border: 1px solid #d1d1a5;
	padding: 3px;
}
