﻿* {
	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 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; 
}

.headRight h2 {
	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: #3D3936;
	padding: 0px;
	vertical-align: middle !important;
}
.content {
	color: #F4F4F4;
	font-size: 7pt;
}
 a,
 a:visited {
	color: #F4F4F4;
}
.localMenu_container {
	width: 225px;
	height: 300px;
	background: #504C4B;
}
.localMenu {
	color: #F4F4F4;
	font-size: 8pt;
	padding: 12px  2px  4px  7px;
}
.localMenu a {
	text-decoration: none;
}
.localMenu a:hover {
	text-decoration: underline;
}
.footerLeft_container {
	width: 500px;
	height: 150px;
	background: #625E5D;
}
.footerLeft {
	padding: 3px 5px 0px 5px;
	color: #F4F4F4;
	font-size: 7pt;
	line-height: 140%;
	text-align: justify;
}

.footerRight_container {
	width: 225px;
	height: 150px;
	background: #504C4B;
}
.footerRight {
	padding: 0px;
	color: #F4F4F4;
	font-size: 9pt;
}
.footerRight p {
	padding: 3px;
}
#strankovani {
	width: 225px;
	height: 25px;
	
}

#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;
}

