﻿/*
Body
*/
body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background: url(image/podklbody.gif) #034691 repeat-x 50% top;
}

/*
	Formát nadpisu stránky.
*/
h1 
{
	font-size: 15px;
	font-weight: bold;
	color: #B30000;
	margin-bottom: 10px;
	}

/*
	Styl odkazů.
*/
a {
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 10px;
}

a:hover
{
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

/*
	Hlavní kontejner, ve kterém je umístěno vše ostatní.
*/
#Stranka
{
	background-position: left top;
	width: 1000px;
	background: url(image/podklprezentace.gif) repeat-y left top;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/*
	Hlavička stránky.
*/
#Hlavicka {
	padding: 0px;
	height: 189px;
	BACKGROUND: url(image/hlavicka.jpg) no-repeat left top;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

/*
	Menu v hlavičce.
*/
#Hlavicka #Menu
{
	padding: 0px;
	color: #ffffff;
	position: relative;
	top: 80px;
	left: 16px;
	width: 960px;
	color: #7CA8BA;
}

/*
	Styl odkazů v menu.
*/
#Hlavicka #Menu a {
	color: #7CA8BA;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
#Hlavicka #Menu a:hover
{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

/*
	Patička stránky
*/
#Paticka
{
	background: url(image/paticka.gif) no-repeat left top;
	height: 20px;
	width: 100%;
	clear: both;
}

/*
	Levá část stránky - menu.
*/
#TeloLeve
{
	background-image: url(image/podklmenu.jpg);
	padding-bottom: 20px;
	padding-left: 10px;
	width: 190px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-top: 0px;
}

/*
	Pravá část stránky - obsah.
*/
#TeloPrave
{
	width: 750px;
	margin-left: 197px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 20px;
}


/*			Nadpis článku
*/
.Text_Clanek_Nadpis
{
	font-size: 20px;
	font-weight: bold;
	color: #B30000;
}

/*			Text článku
*/
.Text_Clanek
{
	color: #333333;
	text-align: justify;
	float: right;
	width: 100%;
}


/*
			Obrázek obtékaný textem na pravé straně s levým a spodním okrajem
*/
.Img_Left_Float
{
	float: left;
	margin-right:10px;
	margin-bottom :5px;
	clear: both;
}

/*
			Obrázek obtékaný textem na levé straně
*/
.Img_Right_Float
{
	float: right;
	margin-right: 5px;
	margin-bottom: 10px;
	clear: both;
}

.Img_100
{
	width: 100%;
}

/*
	Hlavní div, ve kterém je umístěna nápověda.

.Napoveda_Kontejner {
	width: 750px;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 20px;
	}
*/


.MenuPrvniUroven
{
	padding: 4px 2px 4px 2px;
	font-size: 12px;
	color: #0000FF;
	width: 175px;
	background-color: #D8D8D8;
	font-weight: normal;
}

.MenuDruhaUroven
{
	padding: 4px 2px 4px 2px;
	font-weight:normal;
	font-size: 11px;
	color: #0000FF;
	width: 145px;
	background-color: #EBEBEB;
}