div.container {
	overflow: hidden;
	width: 100%;
	padding-left: 40px;
}

h1.logo {
	width: 485px;
	height: 89px;
	float: left;
	background: url('/img/przedsiebiorstwo.jpg') no-repeat;
	text-indent: -1000em;
	margin: 0px;
}

a.logo {
	width: 253px;
	height: 89px;
	background: url('/img/legprzem-logo.gif') no-repeat;
	text-indent: -1000em;
	float: left;
	display: block;
}

.body {
	padding: 10px 15px 0px 25px;
	width: 475px;
	float: left;
	overflow: hidden;
}

.body-news {
	padding: 10px 15px 0px 0px;
	width: 500px;
	float: left;
	overflow: hidden;
}

.right-menu {
	float: left;
	width: 180px;
	margin-top: 10px;
	padding: 0px 0px 0px 30px;
	background: url('/img/right-bg.jpg') no-repeat left top;
	overflow: hidden;
}

.right-menu-offset {
	height: 180px;
}

.right-menu li {
	list-style: none;
}

.clear {
	clear: both;
}

.reference_header {
	padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 3px;
	
}

table.reference_table {
	width: 100%;
	border: 1px solid black;
   	border-collapse: collapse;
}

table.reference_table td {
	border: 1px solid black;
	border-collapse: collapse;
}

td.reference_table_title {
	padding: 3px 10px;
	height: 22px;
}

td.reference_table_photo {
	width: 50px;
}
td.has_photo {
	background: url('/img/photo.gif') center no-repeat;
}
td.reference_table_date {
	text-align: center;
	width: 70px;
}


.newsItem {
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 15px;
}

.newsItemBg {
	background: url('/img/news-bg.gif') no-repeat;
	padding-top: 20px;
}


.newsTitle {
	color: #cc7b1d;
	font-size: 11px;
	font-weight: bold;
}

.newsTitleBig {
	color: #cc7b1d;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}

.newsThumb {
	padding: 20px 0px 30px 0px;
}

.newsMoreBlock {
	text-align: right;
}

/* Forms */
form ul {
	padding: 10px 0px;
}

form li {
	overflow: hidden;
	width: 100%;
	display: block;
	list-style-type: none;
	margin-bottom: 5px;
}

form label {
	display:block;
	float:left;
	width:150px;
	text-align: right;
	padding: 0px 10px 0px 0px;
}

form input,textarea {
	border: inset 1px;
}

form select {
	background: #ffffff;
	border: 1px inset;
}

.error {
	padding-left: 185px;
	color: #cc0000;
}

.submit {
	text-align: center;
	padding: 30px;
}

.submit input {
	background-color: #cc7b1d;
	border: 1px outset;
	padding: 2px 5px;
}

.add-hardware {
	text-align: center;
}

.add-hardware input {
	background-color: #ffffff;
	border: 1px outset;
	padding: 2px 5px;
}

.gallery-item {
	padding-bottom: 20px;
}
.gallery-item h4 {
	font-weight: normal;
}
