﻿* {
	margin: 0;
	padding: 0;
}

body {
	background: #3D3936;
	padding: 40px 0px 0px 0px;
	text-align: left;
	line-height: 140%;
	font-size: 8pt;
}


/* Layout webu */
#page_container {
	
}

#main {
	width: 100%;
	width: 885px;
	margin: 0 auto;
}

#main td {
	border: solid 1px black;
	vertical-align: top;
}

/* 1. radek */
.headLeft_container {
	width: 660px;
	height: 100px;
	background: #3D3936;
	border: 0px solid black;
}
.headLeft {
	color: #F4F4F4;
	font-size: 9pt;
	padding: 25px 0px 0px 13px; 
}

.headLeft h1 {
	font-size: 22pt;
	font-family: Arial;
	font-weight: normal;
}
.headLeft .head_nadpis {
	font-size: 22pt;
	font-family: Arial;
	font-weight: normal;
	margin: 0px;
	letter-spacing: 0px;
}
.headLeft p {
	font-size: 9pt;
	letter-spacing: 4px;
}
.headRight_container {
	width: 225px;
	height: 100px;
	background: #504C4B;
	border: 0px solid black;
	vertical-align: middle !important;
}

.headRight {
	color: #F4F4F4;
	font-size: 9pt;
	text-align: center;
	line-height: 160%; 
}

.headRight h1 {
	color: #F4F4F4;
	font-size: 13pt;
	font-weight: normal; 
}
/* 2. radek */
.menu_container {
	width: 160px;
	height: 450px;
	background: #3D3936;
}
.menu {
	color: #F4F4F4;
	font-size: 8pt;
}
.content_container {
	width: 500px;
	height: 300px;
	background: #625E5D;
	padding: 0px;
	vertical-align: top !important;
}
.content {
	color: #F4F4F4;
	font-size: 8pt;
	padding: 10px 5px 5px 8px;
}
.content h2
{
	color: #e1e1e0; font-family: verdana,arial,helvetica,sans-serif; font-size: 12pt; font-weight: bold;
	margin: 10px 0 5px;
}

.content h3 {
	font-size: 10pt;
	margin: 10px 0 5px;
}
.content a {
	color: #F4F4F4;
}
 a,
 a:visited {
	color: #F4F4F4;
}
.content td {
	color: #F4F4F4;
	font-size: 8pt;
	padding-top: 6px !important;
}
.content table#table-projekt td {
	padding-top: 0px !important;
}
.content table#table-projekt td p {
	margin: 3px 0 1px;
}
.flowers_table td {
	padding:  18px 5px 10px 5px !important;
	border: none !important;
}
.localMenu_container {
	width: 225px;
	height: 300px;
	background: #504C4B url(http://studio-zahrady.otestuj.cz/galerie/layout/tresen.jpg) no-repeat;
}
.localMenu {
	color: #F4F4F4;
	font-size: 8pt;
	padding: 0px  0px  0px  0px;
}
.localMenu a {
	text-decoration: none;
}
.localMenu a:hover {
	text-decoration: underline;
}

#strankovani {
	width: 225px;
	height: 25px;
	
}
div.img-hidden {
	display: none;
}

#strankovani td {
	border-top: solid 0px #3D3936;
	border-right: solid 0px #3D3936;
	border-left: solid 1px #3D3936;
	border-bottom: solid 1px #3D3936;
	color: #F4F4F4;
	width: 25px;
	font-size: 8pt;
	text-align: center;
	vertical-align: middle;
}

/*Leve menu*/

#main .leve_menu {
	width: 100%;
}

#main .leve_menu td {
	height: 35px;
	border: 0px solid black;
	text-align: left;
	vertical-align: middle;
	padding: 0px  0px  0px  13px;
	color: #F4F4F4;
	font-size: 9pt;
}

#main .leve_menu a {
	color: #F4F4F4;
	font-size: 8,5pt;
	text-decoration: none;
}
#main .leve_menu a:hover {
	text-decoration: underline;
}
/* Defaultni hodnoty */

/* Font */
body, div, p, a, td, th, li, dt, dl, h1, h2, h3, h4, h5, h6 
{
	font-family: verdana,arial,helvetica,sans-serif;
}


/* Nadpisy, seznamy, odstavce, tabulky */
h1, h2, h3, h4, h5, h6, table, img, a, li 
{
/*	text-decoration: none; */
	border: 0px; 
}

li 
{ 
	margin: 5pt 0pt 5pt 0pt; 
	padding: 0pt; 
}

p 
{ 
	margin: 5pt 0pt 5pt 0pt; 
	padding: 0px; 
}


/* cara */
hr { height: 0px; width: 100%; border: 0px; }

table {
	border-collapse: collapse;
}

