body {
   background-color: #E7D7D2;
   font-family: Bell MT calibri, Arial CE, sans-serif;}

#sddm
{       margin: 0;
	padding: 0;
	z-index: 30;}

#sddm li
{	display: block;
	margin: 0 20px 0 0;
	padding: 4px 5px;
        width: 100px;
	text-align: left;
	list-style: none;
	float: left;}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 100px;
	color: #553227;
	text-align: left;
	text-decoration: none;
        border-radius: 10px;}

#sddm li a:hover
{	background: #E7D7D2;
        border: 1px solid #553227;
        border-radius: 10px;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;}

	#sddm div a
	{	position: relative;
		display: block;
                border: 1px solid #E7D7D2;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #FBECE7}

	#sddm div a:hover
	{	background: #E7D7D2}
hl2 
{       margin: 10;
        font-size: 19px;
        font-weight: bold;
	font-family: calibri, Arial CE, sans-serif;}
hl3 
{       margin: 10;
        font-size: 19px;
	font-family: calibri, Arial CE, sans-serif;}

.horizontal-curved-shadow {
    position: relative;
    width: 240px;
    height: 160px;
    background-color: #fff;
    border: 1px solid #ccc;}
.horizontal-curved-shadow:before {
    position: absolute;
    z-index: -1;
    content: "";
    -moz-border-radius: 100px / 10px;
    -webkit-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    left: 10px;
    right: 10px;
    top: 50%;
    bottom: 0;}

.lifted-corners {
    position: relative;
    background-color: #fff;
    border: 1px solid #553227;
    float: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;}
.lifted-corners:before,
.lifted-corners:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 80%;
    height: 80%;
    max-width: 320px;
    max-height: 20px;
    -webkit-box-shadow:0 15px 7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:0 15px 7px rgba(0, 0, 0, 0.75);
    box-shadow:0 15px 7px rgba(0, 0, 0, 0.75);
    bottom: 10px;}
.lifted-corners:before {
    left: 5px;
    -webkit-transform:rotate(-3deg);
    -moz-transform:rotate(-3deg);
    -ms-transform:rotate(-3deg);
    -o-transform:rotate(-3deg);
    transform:rotate(-3deg);} 
.lifted-corners:after {
    right: 5px;
    -webkit-transform:rotate(3deg);
    -moz-transform:rotate(3deg);
    -ms-transform:rotate(3deg);
    -o-transform:rotate(3deg);
    transform:rotate(3deg);}


.pata {
    float: left;}

.obdelnik {height: 100px;
           border-width: 2px;
           border-style: solid;
           border-color: LightGrey;}

h1    {color: #553227}
h2    {color: #553227}
p     {font-size: 20px;
       font-family: calibri, Arial CE, sans-serif;
       padding: 0px 0px 0px 24px}
li    {font-size: 20px;
       font-family: calibri, Arial CE, sans-serif;}
.ppata {font-size: 14px;
       font-family: Bell MT, calibri, Arial CE, sans-serif;
       margin: 0 0 0 0;}
.ham {font-family: Bell MT, calibri, Arial CE, sans-serif;
       font-weight: bold;
       color: #17365D}

a         {text-decoration: underline}
a:link    {color: blue}
a:visited {color: navy}
a:active  {color: black}
a:hover   {color: red}

.HlavNab2 {text-indent: 30px;
           margin: 15px;
           text-align: left;
           text-decoration: overline}
          /* odsazení prvního řádku, malá mezera za odstavcem, zarovnání na střed a nadtržení*/
.HlavNab2 a {text-decoration: none}
.HlavNab2 a:hover {font-weight: bold}