html
{
	margin: 0px;
	padding: 0px;
}

body 
{
	margin: 0px;
	padding: 0px;	
	background-color: #BDDC8A;
	background-image: url('../img/bg.gif');
	background-position: top center;
	background-repeat: repeat;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;	
}

#main
{
	background-image: url('../img/doc-bg.gif');
	background-position: top left;
	background-repeat: repeat-y;
	width: 820px;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

#doc
{
	width: 780px;
	min-height: 300px;
	background-image: url('../img/foot-bg.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 20px;
	padding-top: 0px;	
	padding-bottom: 10px;
	position: relative;
	top: 20px;	
}

#head
{
	width: 802px;
	height: 241px;
	background-image: url('../img/title-bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;		
}

#title1
{
	width: 790px;
	height: 200px;
	background-image: url('../img/title-1.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;			
}

#title2
{
	width: 790px;
	height: 200px;
	background-image: url('../img/title-2.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;			
}

#title3
{
	width: 790px;
	height: 200px;
	background-image: url('../img/title-3.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;			
}


#title1 h1,
#title2 h1,
#title3 h1
{
	display: none;	
}

#menu
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	margin-left: 4px;		
}

#menu li
{
	width: 150px;	
	float: left;
/*	border: 1px solid red; */
	height: 36px;
	margin-left: 6px;
	margin-right: 0px;
}

#menu li a
{
	background-image: url('../img/menu-bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 114px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	font-size: 16px;
	padding-left: 36px;		
	font-weight: bold;
	color: #1B8D00;
	padding-top: 8px;
	text-align: center;
}

#menu li a:hover
{
	background-image: url('../img/menu-bg-hover.gif');
	background-position: top left;
	background-repeat: no-repeat;		
}


#menu li.active a
{
	background-image: url('../img/menu-bg-active.gif');
	background-position: top left;
	background-repeat: no-repeat;			
}

#news
{
	width: 202px;
	min-height: 300px;	
	float: right;
}

#doc h2
{
	margin: 0px;
	padding: 0px;	
	height: 38px;
	font-weight: normal;
	letter-spacing: 2px;
	padding-top: 12px;
	padding-left: 60px;
	text-transform: uppercase;
	margin-left: 10px;
	background-position: top left;
	background-repeat: no-repeat;	
	font-family: Arial, Snas-Serif;	
}

#doc h2.tree
{
	background-image: url('../img/h1-tree.gif');
}

#doc h2.wood
{
	background-image: url('../img/h1-wood.gif');
}

#doc h2.contact
{
	background-image: url('../img/h1-contact.gif');
}


#doc p
{
	line-height: 1.7em;
	margin-left: 10px;
	width: 520px;
	margin-top: 1em;
	margin-bottom: 0px;
	text-align: justify;
}

#doc p.line
{
	/*
	border-bottom: 1px solid #8DC63F;
	padding-bottom: 0.5em;
	*/						
	margin-bottom: 2em;
}

#news h2
{
	height: 39px;
	width: 202px;	
	background-image: url('../img/news-bg-top.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	font-family: Arial, Sans-serif;	
	font-weight: bold;
	padding-top: 7px;
	padding-left: 10px;	
}

#news-bottom
{
	background-image: url('../img/news-bg-bottom.gif');
	background-position: top left;
	background-repeat: no-repeat;	
	width: 202px;
	height: 6px;
	margin-bottom: 50px;	
}


#news p
{
	background-image: url('../img/news-bg.gif');
	background-position: top left;
	background-repeat: repeat-y;	
	margin: 0px;
	padding: 0px;
	width: 192px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	text-align: left;
}

#news p:first-letter
{
	font-weight: bold;	
}

#news p.title
{
	text-align: left;
	font-weight: bold;
	padding-bottom: 0px;
}

#news p.date
{
	font-weight: normal;
	font-size: 10px;
	padding-bottom: 0.5em;
}

#news p.date:first-letter
{
	font-weight: normal;	
}


#foot 
{
	margin-top: 9em;
	color: #383838;
	text-align: center;
	line-height: 1.5em;
	font-size: 0.9em;
	letter-spacing: 1px;	
	clear: both;
}


#doc a
{
	color: #1B8D00;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;	
	margin-left: 2px;
}

#doc a:hover
{
	text-decoration: underline;	
}

#foot a
{
	color: #383838;
	text-decoration: none;
	font-weight: normal;	
}

#doc ul 
{
	line-height: 1.7em;
	margin-bottom: 0.5em;
	list-style: square;
}

#doc ul ul
{
	list-style: circle;	
}


#doc em
{
	font-weight: bold;
	font-style: normal;
}

#doc img
{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 1px;	
	border: 1px solid #8DC63F;	
}

#doc a:hover img
{
	border: 1px solid #1B8D00;	
}

#doc ul h3
{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;	
}

#doc p.galerie img
{
	margin-bottom: 10px;
	float: left;
	margin-right: 40px;
	margin-left: 60px;
	margin-top: 20px;
}

#doc p.galerie
{
	margin-bottom: 50px;			
}

div.clear
{
	clear: both;	
}

/* ***  annonym's stuff ************************************* */
table.cenik 
{
	margin: 10px;
	margin-top: 0px;
	/*border: 2px inset gray;*/
	border-collapse: collapse;
	width: 400px;
	margin-bottom: 20px;
}

table.cenik td,
table.cenik th
{
	/*border: 1px solid black; */
 	text-align: center;
 	height: 25px;
}

table.cenik tr.r-1
{
	background-color: #C8E1A1;	
}



table.cenik th.type
{
	text-align: left;
	font-size: 1.5em;	
	padding-top: 20px;
	color: #1B8D00;
	border-bottom: 1px solid #1B8D00;
	font-weight: normal; 
}

table.novinky 
{
	border: 2px solid black;
	border-collapse: collapse;
}

table.novinky th.title
{
	width: 100px;
}

table.novinky th.date
{
	width: 80px;
}

table.novinky th.text
{
	width: 400px;
}

table.novinky th.edit
{
	width: 150px;
}
	
table.novinky td
{
	border: 1px solid black;
 	text-align: center;
}

#nova_drevina, #novy_typ, #nova_jednotka
{
	visibility: hidden;
}

#doc .cenik
{
	margin-left: 10px;
}

#doc .cenik img
{
	float: none;
	margin: 2px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 1px;	
	border: none;
}

#doc .cenik a:hover img
{
	border: none;	
}

#doc .admin tr:hover
{
	background-color: white;	
}

#doc .novinky img
{
	float: none;
	margin: 2px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 1px;	
	border: none;
}

#doc .novinky a:hover img
{
	border: none;	
}
