body {
	background-color: #000000;
	background-image: url('../images/background-body.gif');
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana,"Geneva CE",lucida,sans-serif;
}

a {
	color: #85a82c;
}
a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family:"Trebuchet MS","Geneva CE",lucida,sans-serif;
}
h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	/*border-bottom: 1px solid black;*/
	font-size: 22px;
}

#main {
	margin: 20px auto;
	/*border-radius: 10px;*/
	/*-moz-border-radius: 10px;*/
	width: 960px;
	padding: 0px;
	margin-bottom: 0px;
}

#header {
	padding: 0px;
	margin: 0px;
	height: 100px;
}
#header div#logo {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 470px;
	float: left;
}
#header div#logo img {
	margin: 0px;
	padding: 0px;
}
#header div#offers {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	text-align: right;
	float: right;
	font-size: 13px;
	font-weight: bold;
	padding-top: 0px;
	height: 90px;
	width: 200px;
}
#header div#offers div {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 90px;
	padding-top: 2px;
}
#header div#offers ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #ffffff;
	text-align: right;
	float: right;
	font-size: 13px;
	font-weight: bold;
	height: 90px;
}
#header div#offers ul li {
	padding: 1px;
}
#header div#offers ul li a {
	color: #ffffff;
}

#menu {
	margin: 0px;
	padding: 0px;
	height: 30px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
	text-align: left;
	/*border: 2px solid #a8792c;*/
	border-top: 2px solid #f5af40;
	border-left: 2px solid #f5af40;
	border-bottom: 0px;
}
#menu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu ul li a {
	display: block;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	background-color: #f5f5f5;
}
#menu ul li.current a {
	color: #a8792c;
}
#menu ul li a:hover {
	background-color: #ffffff;	
}

#content {
	/*border: 2px solid #a8792c;*/
	border-top: 2px solid #f5af40;
	background: #ffffff;
	padding: 10px;
	text-align: left;
	_height: 350px;
	min-height: 350px;
}

#footer {
	color: #f5f5f5;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
}
#footer p {
	margin: 0px auto;
	padding: 10px;
}
#footer a {
	color: #f5f5f5;
}
#footer a:hover {
	color: #ffffff;
}

table {
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #ffffff;
	margin: 0px auto 10px auto;
	padding: 0px;
	font-size: 12px;
}
td {
	border-collapse: collapse;
	border: 1px solid #ffffff;
	font-size: 100%;
	padding: 5px;
	text-align: left;
	font-size: 12px;
}
tr.a {
	background: #efefef;
}
tr.b {
	background: #f8f8f8;
}
th {
	border-collapse: collapse;
	border: 1px solid #ffffff;
	font-size: 100%;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #e0e0e0;
	text-align: center;
	color: #000000;
	font-size: 12px;
}

img, img a, img a:hover {
	border: 0px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #adadad;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: 11px;
}
.button {
	padding: 8px 30px;
	margin: 0px 10px;
}
fieldset {
	border: 1px solid #85a82c;
	margin: 5px auto;
	padding: 0px;
	width: 500px;
	text-align: center;
}
fieldset th {
	background: white;
}
fieldset legend {
	padding: 5px;
	margin-left: 10px;
}
.p50 {
	width: 50%;
}
.p60 {
	width: 60%;
}
.p70 {
	width: 70%;
}
.p80 {
	width: 80%;
}
.p90 {
	width: 90%;
}
.flash {
	padding: 10px;
	border: 1px solid #f5af40;
	background: #FCF9CF;
	margin: 10px 0;
}

table td.address {
	background-image: url('../images/icons/120.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
}
table td.phone {
	background-image: url('../images/icons/47.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
}
table td.email {
	background-image: url('../images/icons/75.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
}
table td.materials {
	background-image: url('../images/icons/66.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
}
table td.new {
	background-image: url('../images/icons/112.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
}
table td.edit {
	background-image: url('../images/icons/31.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
}


table.reference {
}
table.reference tr.img td, table.reference-list td {
	width: 240px;
	height: 150px;
	text-align: center;
}
table.reference tr.alt td {
	height: 20px;
	font-weight: bold;
	text-align: center;
}

div#demand-form {
	background-image: url('../images/background-demand-form.png');
	background-repeat: no-repeat;
	background-position: center left;
}
div#homepage {
	background-image: url('../images/background-homepage.png');
	background-repeat: no-repeat;
	background-position: center right;
}
div#homepage table {
	margin-left: 10px;
}
div#homepage div.special {
	font-family:"Trebuchet MS","Geneva CE",lucida,sans-serif;
	float: right;
	width: 335px;
	font-size: 16px;
}
div#homepage div.special p {
	margin: 0px;
	padding: 5px;
	border-left: 2px solid #85a82c;
	margin-bottom: 30px;
	padding-left: 10px;
}
div#homepage div.special div {
	margin: 0px;
	padding: 5px;
	border-left: 2px solid #85a82c;
	padding-left: 10px;
	height: 150px;
}

table.certificate td {
	padding: 10px;
	width: 350px;
	text-align: center;
}

/** Nette\Paginator - start */
.paginator {
	margin: 1em 0;
	font-size: 90%;
	text-align: center;
}

.paginator a, .paginator span {
	margin-right: 0.1em;
	padding: 0.2em 0.5em;
	color: #999999;
}

.paginator a {
	border: 1px solid #85a82c;
	text-decoration: none;
	color: #85a82c;
}

.paginator span.button {
	border: 1px solid #DDDDDD;
	margin: 0px;
}

.paginator .current {
	background: #85a82c;
	border: 1px solid #85a82c;
	color: white;
	font-weight: bold;
}
/** Nette\Paginator - end */
