﻿@import url(layout.css);
body {
	background: url('../images/pozweb.jpg') repeat-x;
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
	background-color: #90CBEB;
	width: 620px;
	margin: 0 auto;
	/*border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;*/
}
#masthead {
	text-align: right; /*background-color: #036;*/;
	background-image: url('../images/logo2.jpg');
	width: 620px;
	height: 130px;
}
#navigation {
	background-color: #4DA0CC;
	overflow: hidden;
}
#column_l {
	width: 385px;
	margin: 0;
	padding: 0 5px;
	background-color: #7FBFEB;
}
#column_r {
	width: 210px;
	height: 100%;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #90CBEB;
	position: relative;
	color: #173983;
}
#footer {
	width: 620px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #003366;
	text-decoration: none;
	font-weight:bolder;
	display: block;
	padding: 5px;
	/*border: 1px solid #c9c9c9;*/
}
#navigation a:hover {
	color: #438ABE;
	text-decoration: none;
	font-weight: bolder; /*border: 1px solid #a9a9a9;*/;
	background-color: #173983;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	
}

/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #C4E5FB;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h3 {
	color: #036;
	font-weight:bolder;
}
h4 {
	color: #036;
	font-weight:bolder;
}
h5 {
	color: #036;
	font-weight:bolder;
}
#objed {
		height:30px;
}

#objed a{
	background: url('../images/objednat.jpg');
	background-repeat: no-repeat;
	height: 30px;
	display: block;
}
#objed a:hover{
	background: url('../images/objednatd.jpg');
	background-repeat: no-repeat;
	height: 30px;
	display: block;
}
