/*Pozicování stránky */
#container
{
	position:relative;
	width: 1000px;
	text-align:left;
	margin: auto;
}


body {
	text-align:center;
	margin:auto;
	background-color: #E2E2E2;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	background-attachment: fixed;
	background-image: url(aaaimages/body.jpg);
	background-repeat: repeat;
}

#stranka 
   {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 350px;
	padding-left: 0px;
	background-image: url(aaaimages/stranka.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
}

/*-----------------------------------------*/

/*Definování pozice hlavičky*/
#hlavicka {
	height: 250px;
	width: 980px;
	position: absolute;
	top: 0px;
	margin: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #000;
}


/*Definování pozice horního menu*/
#hrmenu {
	position: absolute;
	top: 250px;
	width: 980px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	background-attachment: fixed;
	background-image: url(aaaimages/body.jpg);
	background-repeat: repeat;
	background-color: #E4E4E4;
}

/*Definování pozice levého menu*/
#levy {
	position: absolute;
	width: 150px;
	top: 309px;
	margin-right: 10px;
	margin-left: 10px;
	height: auto;
	left: 0px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	background-color: #FFF;
	padding-bottom: 20px;
	}
		
/*Definování pozice obsahu*/
#obsah {
	position: relative;
	top: 309px;
	left: 170px;
	width: 780px;
	height: auto;
	visibility: visible;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

#obsah h1 {
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#obsah  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	color: #666;
}
#obsah h3  {
	font-size: 12px;
	margin: 0px;
	color: #333;
}
br {
	font-size: 12px;
	margin: 0px;
}




/*Definování stylu a okrajů seznamu položek v horním menu*/
.menu ul, .menu li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/*Definování vzhledu odkazů v horním menu*/
.menu a
{
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	white-space: nowrap;
	font-style: italic;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	font-weight: bold;
	}

/* Definování pozadí v horním menu po najetí kurzoru*/
.menu a:hover
{
	color: #333;
	background-color: #E5E5E5;
	width: 100%;
	text-decoration: none;
}

/*Definování pozice a obsahu položek v pravé části horního menu*/
.polozka1
{
	float: right;
	position: relative;
	background-color: #D6D6D6;
	width: 100px;
	text-align: center;
	white-space: nowrap;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	font-weight: bold;
	background-attachment: fixed;
	background-image: url(aaaimages/body.jpg);
	background-repeat: repeat;
}

/*Definování pozice a obsahu položky "Úvodní strana" v horním menu*/
.polozkauvod
{
	float: left;
	position: relative;
	background-color: #E6E6E6;
	white-space: nowrap;
	text-align: left;
	display: block;
	width: 150px;
	text-indent: 10px;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	background-attachment: fixed;
	background-image: url(aaaimages/body.jpg);
	background-repeat: repeat;
}

/*Definování stylu a okrajů položek seznamu v levém menu*/
.hlavniMenu, ul
{
padding:0;
margin:0;
list-style-type:none;
}


/*Definování odsazení textu položek seznamu v levém menu*/
.hlavniMenu li
{
	position:relative;
	width:150px;
	text-align: left;
	white-space: nowrap;
	display: block;
	text-indent: 10px;
}


/*Definování vzhledu položek odkazů v levém menu*/
.hlavniMenu a
{
	color:#F00;
	display:block;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-color: #D6D6D6;
	background-attachment: fixed;
	background-image: url(aaaimages/body.jpg);
	background-repeat: repeat;
}


/*Definování změny barvy pozadí odkazu po přejetí kurzoru v levém menu*/
.hlavniMenu a:hover
{
	background-color:#E6E6E6;
	color:#333;
	background-attachment: fixed;
	background-image: url(aaaimages/body.jpg);
	background-repeat: repeat;
}


/*Nadpis "Všechny materiály" v levém menu*/
.materialy    {
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
	font-style: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	border-bottom-color: #333;
	background-color: #E8E8E8;
	text-indent: 10px;
	background-attachment: fixed;
	background-image: url(aaaimages/body.jpg);
	background-repeat: repeat;
}


/*Různé styly písma*/
.cernepismo {
	color: #000;
}
.zelenepismo {
	color: #063;
}
.cervenepismo {
	color: #F00;
}
p {
	font-size: 12px;
	text-align: left;
	margin: 0px;
	float: none;
}
#obsah img{
	margin-right: 0px;
	float: none;
	margin-top: 0px;
	border: 1px solid #CCC;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
#obsah table {
	font-size: 12px;
}
#obsah td {
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#obsah div {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
