/* Style sheet file for PPH Promet

author: Asia Zbigniewicz
date: 06/2008

for: Rob@lek :)

====================
used colors:
	orange: #ff8100
	navy: 	#006085
	blue: 	#008db0

=======================================*/

/* reset 
=======================================*/
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;
}


/* global
========================================*/
body, html {
	height: 100%;
}

body {
	background: #006085 url(../images/background.jpg) repeat 50% 0 fixed;	
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
}

#container {
	display: table;
	position: relative;
	height: 100%;
	overflow: auto;
	width: 100%;
}

#middle {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#wrapper {
	background-color: #fff;	
	border: 1px solid #008db0;
	margin: 50px auto;
	min-height: 500px;
	width: 900px;
}

#badge {
	background: url(../images/rok-trans.png) top right no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

/* header
==========================================*/
#header {
	position: relative;
}

h1 a {
	background: url(../images/logo.png) 20px 20px no-repeat;
	display: block;
	font-size: 200%;
	height: 106px;
	width: 323px;
	text-indent: -9999px;
}



/* menu
==========================================*/
#menu ul {
	position: absolute;
	right: 20px;
	top: 18px;
	list-style: none;
}

#menu ul li {	
	float: left;
	font-size: 90%;
	padding-left: 5px;
	text-transform: uppercase;
}

#menu a:link,
#menu a:visited {
	background: url(../images/menu_off-trans.png);
	display: block;
	color: #eee;
	height: 85px;
	margin: -25px 0 0 0;
	padding: 20px 0 0 10px;
	text-decoration: none;
	width: 95px;	
}

#menu a:hover,
#menu #active {
	background: url(../images/menu_on-trans.png);
	color: #006085;
	margin: -26px 0 0 0;	
}
#menu #active {
	display: block;
	color: #006085;
	height: 85px;
	margin: -26px 0 0 5px;
	padding: 20px 0 0 10px;
	text-decoration: none;
	width: 95px;	/*color: #fff;*/
}



/* main content
==========================================*/
#main {
	color: #006085;
	margin: 20px 0 0 0 ;
	padding: 20px;
}

#main p {
	font-size: 90%;
	line-height: 200%;
	margin-bottom: 20px;
}

#main p.highlight {
	background-color: #008db0;
	color: #fff;
	display: block;
	font-size: 100%;
	text-align: center;
}

#main p.highlight a {
	color: #fff;
	display: block;
	text-decoration: none;
}

#main img.right {
	float: right;
	padding: 10px 0 10px 10px;
}

#main p.center {
	text-align: center;

}

#main a {
	color: #ff8100;
	text-decoration: underline;
}

#main ol, 
#main ul {
	font-size: 90%;	
	margin-left: 30px;
}

#main ol {
	margin-bottom: 15px;	
}

#main ul {
	margin: 10px 0 0 10px;
}

#main ol li {
	padding-bottom: 5px;	
}

#main p.ue {
	clear: both;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

#main p.ue-opis {
	text-align: center;
	margin: 5px 20px 10px 20px;
}

#main p.small-info {
	color: #999;
	font-size: 80%;
	margin: 0 20px;
	text-align: center;
}

table.cennik {
	float: left;
	font-size: 90%;
	width: 50%;
}

table.cennik2 {
	font-size: 90%;
	margin: 0 0 10px 0;
	width: 70%;		
}

table.cennik2 td {
	text-align: center;
}

thead {
	color: #ff8100;
	font-size: 120%;
	font-variant: small-caps;
	text-align: center;
}

td {
	padding: 2px;
}

#main img.icon {
	float: right;
	padding: 0;
}

td.right {
	text-align: right;
}

td.middle {
	text-align: center;	
}

th {
	padding-top: 10px;
}

tr.odd {
	background-color: #f1f1f1;
	color: #666;
}

tr.even {
	/*background-color: #008db0;*/
	background-color: #ddd;
	color: #666;
}

td.odd {
	background-color: #f1f1f1;
	color: #666;
}

td.even {
	/*background-color: #008db0;*/
	background-color: #ddd;
	color: #666;
}


h4 {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 10px;
}

/* contact page
==========================================*/
#adres {
	float: left;
	margin: 10px 0 0 20px;	
	width: 250px;
}

#mapka {
	float: right;
	margin-right: 20px;
	width: 540px;
}

#mapka a img {
	border: 2px solid #008db0;
	margin: 10px 0;
	padding: 0;
}

address {
	font-size: 90%;
	font-style: normal;
	line-height: 150%;
	margin: 20px 0 0 0;
}

#main p.kontakt {
	font-size: 90%;
	line-height: 150%;
	margin-bottom: 0;
}


/* footer
==========================================*/

#footer {
	clear: both;
}

#footer p {
	color: #008db0;
	font-size: 75%;
	padding: 20px 0 5px 0;
	text-align: center;
}
