﻿html, form
{
	height: 100%;
}

body
{
	background: #ededff;
	color: #000066;
	font-family: Arial;
	font-size: 10pt;
	height: 100%; /* roztahnuti stranky na vysku*/
	margin: 0px;
	padding: 0px;
}


h1
{
	color: #ffffff;
	float: left;
	font-size: 23pt;
	margin: 50px -3px 0px 100px; /* -3px resi IE bug duplicitnich znaku*/ /*text-transform : uppercase;*/
}

h2, h3
{
	font-size: 10pt;
	text-align: center;
}

p
{
	text-indent: 16px;
}

a
{
	color: #000066;
	font-weight: bold;
}
a:hover
{
	color: #ff0000;
}

form
{
	/* obalka nutna k prikotveni paticky dolu*/
	background: url(/images/background.gif) repeat-y;
	position: relative;
	min-height: 100%; /* roztazeni na vysku v Opere a FF*/
	height: 100%; /* roztazeni na vysku v IE*/
}

body > form
{
	/*zruseni height pro Operu a FF (pouzivaji min-height v predchozi definici) */
	height: auto;
}


#header
{
	background: #000066;
	border-bottom: 2px solid #ededff; /* 2px okraj pod hlacickou */
	height: 122px;
	position: relative;
}

#header div
{
	/* ochranny blok proti rozsypani hlavicky - IE */
	width: 1000px;
}
#header > div
{
	/* ochranny blok proti rozsypani hlavicky - ostatni*/
	width: auto;
	min-width: 1000px;
}
#header #flag
{
	width: auto;
	position: absolute;
	top: 90px;
	right: 25px;
}

#header #motto
{
	width: auto;
	position: absolute;
	top: 90px;
	right: 125px;
	font-weight: bold;
	color: White;
}
#header #motto
{
	width: auto;
	position: absolute;
	top: 90px;
	right: 125px;
	font-weight: bold;
	color: White;
	height: 20px;
}
#header #motto p
{
	margin: 0px;
	padding: 0px;
}

#header #logo
{
	border: 0px;
	float: left;
}

#navigation
{
	background: #000066;
	float: left;
	padding-top: 22px;
	padding-bottom: 70px; /* obrana proti "zateceni" paticky pod navigaci = vyska paticky + okraj*/
	width: 330px;
	position: relative;
}

#navigation ul
{
	margin-left: 8px;
	padding-left: 0px;
}

#navigation li
{
	list-style: none;
	padding: 4px 4px;
	position: relative;
	background: #000066;
	width: 200px;
}
/*dalsi urovne navigace*/
#navigation ul li ul
{
	margin: 0px;
	display: none;
	position: absolute;
	border: 1pt solid #ededff;
	left: 208px;
	top: -1px;
}

#navigation a
{
	color: #ffffff;
	text-decoration: none;
}
#navigation a:hover
{
	color: #ff0000;
}

#body
{
	background: #ededff;
	padding: 20px 30px;
	padding-bottom: 70px; /* obrana proti "zateceni" paticky pod telo stranky = vyska paticky + okraj*/
	margin-left: 330px;
}

#footer
{
	/*clear : both; */ /* reseni spatneho vykreslovani plovoucich vs absolutnich bloku v IE */
	color: #ffffff;
	background: #000066;
	border-top: 2px solid #ededff; /* 2px okraj mezi telem a patickou*/
	bottom: -1px; /* reseni podivneho bileho okraje (mizejiciho a objevujiciho se) */
	height: 56px;
	left: 0px;
	margin: 0px;
	position: absolute;
	width: 100%;
}

#footer_left
{
	padding: 20px 30px 0px 30px;
	width: 300px;
	float: left;
	text-align: left;
	position: absolute;
	text-transform: uppercase;
}

#footer_right
{
	padding: 20px 30px 0px 30px;
	width: 350px;
	float: right;
	text-align: right;
}

/*
#footer div {
	padding: 20px 30px 0px 30px;
	text-transform : uppercase;
	border:1px solid white;
}
*/

.pageList p
{
	margin: 0px 0px 16px 0px;
	text-indent: 0px;
}
.faqList li
{
	margin-bottom: 24px;
}

.faqList h3
{
	text-align: left;
	margin-bottom: 4px;
}

.faqList p
{
	margin: 0px 0px 4px 0px;
	text-indent: 0px;
}


.center
{
	text-align: center;
}

.bodyImage
{
	float: right;
	clear: right;
	margin-left: 16px;
	margin-bottom: 8px;
}


table
{
	width: 99%; /*height: 100%;*/
}


.table
{
	margin: 8px 0px;
	border-collapse: collapse;
}

.table td
{
	border: 1px solid #000066;
	padding: 4px;
}


fieldset
{
	border: 1px solid #000066;
	padding: 4px;
}

fieldset legend
{
	font-weight: bold;
}

fieldset label
{
	display: block;
	float: left;
	width: 100px;
	margin-top: 4px;
}
fieldset input.button
{
	margin-top: 8px;
	margin-right: 8px;
}

li
{
	list-style-type: none;
	padding: 5px 5px 5px 5px;
}

img
{
	border: 0px;
}

tr.contacts
{
	border-top: solid 2px black;
}

infoPanel
{
	width: 100%;
	display: none;
	margin: 0px;
	padding: 0px;
}

infoPanelHeader
{
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

