﻿/*
--------------------------------------------------
hlavni_okno
--------------------------------------------------
*/

div#main
{
	width: 954px;
	position: absolute;	
	left: 50%;
	margin: 0 0 0 -477px;
	background-color: #fff;
}


/*
--------------------------------------------------
hlavicka
--------------------------------------------------
	background-image: url("images/logo.jpg");
*/

div#head
{
	width: 954px;
	height: 170px;
	background-image: url("images/head_background.jpg");
	background-repeat: no-repeat;
}

div#head h1
{
	width: 533px;
	height: 75px;
	padding: 80px 0 20px 10px;
	margin: 0 0 0 54px;
	background-repeat: no-repeat;
	background-position: 0 80px;
}

div#head a
{
	text-decoration: none;
}

div#head span
{
	visibility: hidden;
}


/*
--------------------------------------------------
top-menu
--------------------------------------------------
*/

div#menu
{
	width: 934px;
	height: 38px;
	margin: 5px 10px 0 10px;
	background-image: url("images/menu_background.jpg");
	background-repeat: repeat-x;
}

div#menu ul
{
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none;
}

div#menu li
{
	padding-left: 20px;
	display: inline;
}

div#menu a:link, div#menu a:visited
{
	padding-left: 20px;
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

div#menu a:hover, div#menu a:focus, body#uvod div#menu li#nav1 a, body#kontakt div#menu li#nav2 a
{
	color: #f7ac75;
}

.oddelovac
{
	background-image: url("images/menu_oddelovac.gif");
	background-repeat: no-repeat;
	background-position: 0 2px;
}


/*
--------------------------------------------------
prostredek
--------------------------------------------------
*/

div#middle
{
	width: 934px;
	font-size: 80%;
	margin: 5px 10px 0 10px;
	display: table;
}

div#middle p
{
	padding: 0 20px 20px 20px;
	line-height: 150%;
}

div#middle ul
{
	margin-top: 0;
}

div#left-middle
{
	width: 934px;
	float: left;
	border: solid 1px #d4d9dc;
}

div#right-middle
{
	width: 348px;
	float: right;
	border: solid 1px #d4d9dc;
}


/*
--------------------------------------------------
paticka
--------------------------------------------------
*/

div#foot
{
	clear: both;
	width: 954px;
	height: 97px;
	margin-top: 5px;
	background-image: url("images/foot_background.jpg");
	background-repeat: no-repeat;
}

.copy
{
	font-size: 80%;
	color: #8d8d8d;
	padding: 17px 25px 0 25px;
}
.copy-right
{
	font-size: 80%;
	color: #8d8d8d;
	float: right;
	padding: 17px 25px 0 25px;
}


/*
--------------------------------------------------
ostatni
--------------------------------------------------
*/

body, div, p
{
	margin: 0;
	padding: 0;
	font-size: 100%; 
	color: #666; 
	font-family: Arial, ArialCE, Verdana, Tahoma;
}

body
{
	background-color: #19283b;
}

a:link, a:visited
{
	color: #c16f00;
}

a:focus, a:hover
{
	color: #8c4d0a;
}

h1, h2, h3, h4, h5
{
	margin: 0 0 10px 0;
	padding: 0 20px 0 20px;
	color: #8c4d0a;
}

b
{
	color: #144c89;
}

table
{
	margin: 0 20px 20px 20px;
	border-collapse: collapse;
}

th
{
	_font-size: 80%;
	background-color: #637181;
	color: #fff;
	padding: 5px;
	border: solid 1px #e7eaf1;
}

td
{
	_font-size: 80%;
	padding: 2px 5px 2px 5px;
	border: solid 1px #e7eaf1;
}

blockquote
{
	margin: 0 20px 20px 40px;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

.none
{
	display: none;
}

.svetly_nadpis
{
	background-image: url("images/svetly_nadpis_background.gif");
}

.tmavy_nadpis
{
	background-image: url("images/tmavy_nadpis_background.gif");
}

.svetly_nadpis, .tmavy_nadpis
{
	background-repeat: repeat-x;
	height: 46px;
	margin: 0;
	_margin-bottom: 15px;
	padding: 13px 0 0 20px;
	font-size: 100%;
}

.svetly_nadpis span
{
	color: #0f2439;
	padding-left: 13px;
	background-image: url("images/tmava_odrazka.gif");
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.tmavy_nadpis span
{
	color: #fff;
	padding-left: 13px;
	background-image: url("images/svetla_odrazka.gif");
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.suda
{
	background-color: #fcfdfd;
}

.licha
{
	background-color: #f6f8f9;
}

div#hostovane_weby ul
{
	margin: 0 20px 20px 20px;
	padding: 0;
	list-style: none;
	border-top: dashed 1px #bdbdbd;
}

div#hostovane_weby a:link, div#hostovane_weby a:visited
{
	display: block;
	width: 294px;
	_width: 308px;
	padding: 7px;
	text-decoration: none;
	border-bottom: dashed 1px #bdbdbd;
}

div#hostovane_weby a:focus, div#hostovane_weby a:hover
{
	background-color: #ecf1f4;
}