﻿* {
	margin: 0;
	padding: 0;
}

body {
	background: #474747;
	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: 1px solid black;
	vertical-align: top;
}

/* 1. radek */
.headLeft_container {
	width: 660px;
	height: 100px;
	background: #474747;
	border: 0px solid black;
}
.headLeft {
	color: #F4F4F4;
	font-size: 8pt; 
}
.headRight_container {
	width: 225px;
	height: 100px;
	background: #747474;
	border: 0px solid black;
}

.headRight {
	color: #F4F4F4;
	font-size: 9pt; 
}

/* 2. radek */
.menu_container {
	width: 160px;
	height: 450px;
	background: #474747;
}
.menu {
	color: #F4F4F4;
	font-size: 8pt;
}
.content_container {
	width: 500px;
	height: 300px;
	background: #747474;
	padding: 0px;
}
.content {
	color: #F4F4F4;
	font-size: 7pt;
}
.localMenu_container {
	width: 225px;
	height: 300px;
	background: #747474;
}
.localMenu {
	color: #F4F4F4;
	font-size: 8pt;
}
.footerLeft_container {
	width: 500px;
	height: 150px;
	background: #959595;
}
.footerLeft {
	padding: 5px;
	color: #F4F4F4;
	font-size: 7pt;
}

.footerRight_container {
	width: 225px;
	height: 150px;
	background: #747474;
}
.footerRight {
	padding: 5px;
	color: #F4F4F4;
	font-size: 9pt;
}

/* 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;
}

