﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS reset*/

img {
	border:none;
}

a{
	text-decoration:none;
}

/*CSS styly*/



body {
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	line-height: 1.3em;
	margin: 0px auto 0px 0px;
	padding: 20px 0px 0px 0px;
	font-size: 1em;
	background: #ffffff url('texture.jpg'); /*IMG*/
	color:black;
}
#header{
	height:118px;
	text-align:center;
}

#container{
	width:1006px;
	background: url('container.png');
	margin: 0px auto;
}

#main{
	width:980px;
	padding-top:10px;
	margin: 0px auto;
}

#top_shadow{
	height:14px;
	background: url('top_shadow.png') center top no-repeat;	
	margin:0px;
	padding:0px;
}

#bottom_shadow{
	height:14px;
	background: url('bottom_shadow.png') center top no-repeat;	
	margin:0px;
	padding:0px;
}

h1, h2 {
	font-family: arial, sans-serif;
}

h1 {
	font-size:2em;
	line-height:1.5em;
	border-left: #473212 solid 20px;
	padding: 5px 10px 5px 15px;
	margin: 0 0 25px 0;
}

h1.projekt {
	font-size:1.5em;
}

h2 {
	font-size:1.3em;
	border-left: #473212 solid 12px;
	padding: 5px 10px 5px 25px;
	margin: 30px 0 15px 0;
}

ul a {
	margin: 0px auto;
	display: block;
	height:65px;
	width:940px;
	background: url('box_all.jpg') center top no-repeat; /*IMG*/	
	position:relative;
}

ul {
margin: 25px 0 25px 0;
}

li {
	padding: 22px 0 22px 20px;
	margin-right:10px;
	background: url('detail.png') right center no-repeat;	
}



table {
	margin: 5px 35px 5px 35px;
	width:910px;
}

table th, td {
	vertical-align:middle;
}


table tr {
	background: url('td_box.jpg') center bottom no-repeat; /*IMG*/	
}

table tr.lista {
	background: #473212;
	color: white;
	/*background:url('table_box.jpg') center center no-repeat; *//*IMG*/	
	height:50px;
}

table th {
	padding: 0px 7px;
	text-align:center;
	background: url('separator.jpg') right no-repeat; /*IMG*/
}

table .nobcg {
	background:none;
}

table td a {
	border-bottom: #473212 solid 2px;
}

table td {
	background: url('separator.png') right no-repeat; /*IMG*/
	padding: 7px 7px;
}

.border {
	border-left: #473212 solid 20px;
}

#footer {
	height:60px;
	background: url('footer.png') left bottom no-repeat;		
	margin-top:10px;
}

#footer a {
	color:white;
}

p {
	padding: 5px 35px 5px 35px;
}

#footer p {
	padding:20px 50px;
	color:white;
}

.link {
	margin: 30px 0 10px 0;
	text-align:right;
}

.link a {
	font-weight:bold;
	border-bottom: #473212 solid 4px;
}

.nadpis {
	border-bottom: #dca668 solid 2px;
}

* {
	color:black !important;
}
