/* greg01 css
released under creative commons attribution license - please keep the 'designed by' link in the footer */

html, body {
	height: 100%;
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color:#F7A906;
}

#container {
	min-height: 100%;
	position: relative;
	padding:0px;
	
	
}
* html #container {
	height: 100%;
	background-color:#fafafa;
}

/* header stuff */

#header {
	background: url(images/bg.jpg) #4e6b8e;
	width: 100%;
	height: 130px;
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #636363;
	text-align: relative;
}

#header h1, #header h2 {
	width: 760px;
	margin: 0 auto;
	font-weight: normal;
	color: #fff;
}

#header h1 {
	padding-top: 35px;
	font-size:  40pt;
}

#header h2 {
	margin-top: -10px;
	font-size: 14pt;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	color: #F39B33;
}

/* horizontal menu */

#menu-h {
	background: url(images/menu-h-bg.gif) #fff;
	width: 100%;
	height: 58px;
	margin: 0;
	padding: 0;
}

#menu-h ul {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#menu-h li {
	float: left;
}

#menu-h a {
	height: 27px;
	background: transparent;
	display: block;
	float: left;
	margin: 0 auto;
	padding: 3px 20px 0 20px;
	color: #636363;
	font-weight: bold;
	text-decoration: none;
}

#menu-h a:hover {
	background: transparent url(images/menu-h-bg-invert.gif);
}

#menu-h .active {
	color: #60758f;
	text-decoration: underline;
}

/* main content container */

#main {
	width: 780px;
	margin: 0 auto;
	margin-bottom: 70px;
	margin-top: 10px;
	line-height: 1.7em;
	

}

#main h1, #main h2 {
	border-bottom: 3px solid #43648d;
	width: 100%;
	color: #43648d;
}

/* main content */

#content {
	width: 520px;
	float: left;
	margin-right: 40px;
	color: #5c738f;
	
	
	
}

#content p {
	
	font-size: 10pt;
}


#content blockquote {
	font-size: 10pt;
	border-left: 3px solid #f8b832;
	padding: 0 10px 0 10px;
	background: #eef url(images/quote.gif) no-repeat bottom right;
}

#content ul {
	font-size: 10pt;
}

#content a {
	color: #43648d;
	border-bottom: 1px solid #f8b832;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	border-bottom: none;
}

#content .intro {
	font-size: 11pt;
}

#content img {
	padding: 3px;
	border: 0px solid #5c738f;
}

/* right menu */

#menu-v {
	width: 220px;
	float: left;
	color: #5c738f;
}

#menu-v ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
}

#menu-v a {
	width: 220px;
	border-bottom: 0px solid #f9b72f;
	display: block;
	text-decoration: none;
	color: #5c738f;
	
}
#menu-v a.xx {
	width: 220px;
	border-bottom: 1px solid #f9b72f;
	text-decoration: none;
	color: #5c738f;
	
}

#menu-v a:hover {
	background: #eef;
}

#menu-v p {
	font-size: 10pt;
	text-align: center;
}

/* footer */

#footer {
	background: #4e6b8e;
	height: 45px;
	color: #f8b832;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	position: center;
	margin-top: -65px;
	clear: both;
}

#footer p {
	text-align: center;
	font-size: 9pt;
	margin: 0;
}

#footer a {
	color: #fac353;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/* misc */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

table {
background-color:#fafafa;
paddinf:0px;
margin:0px;
border: 0px
}

table.cennik {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 0px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	}
tr.cennik {
	font-weight:bold;
	background-color:#ECECEC;
	}
td.cennik {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	padding-left: 10px;
	}
td.cennik2 {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	padding-left: 10px;
	}
p.cennik {
	font-size: 9px;
	}
