body {background: #b0702a url('../images/bgbody.png') repeat-x top left; margin: 0; padding: 0; font-family: sans-serif; 
font-size: 100%; color: #fff;}
h1, h2 {margin: 0;}
h1 {position: absolute; top: 25px; left: 0; padding-left: 10px; border-left: 2px solid #febd18; 
text-transform: uppercase; color: #9b652a; font-size: 170%; font-weight: normal;
background: #fff url('../images/bgtop.png') repeat-x 0 -25px;}
h2 {font-size: 120%;}

/* hlavni box stranky */
#page {width: 900px; margin: 0 auto; position: relative; font-size: 80%;}

/* levy sloupce fotek */
#photos {width: 425px; float: left; margin-top: 68px; padding-top: 28px; position: relative;}
#photos h2 {font-size: 100%; margin: 0 0 15px 5px;}
#photos span {position: absolute; right: 5px;}
#photos img {border: 1px solid #fff; display: block; margin-bottom: 10px;}
#mapa {width: 423px; height: 332px; border: 1px solid white;}

/* horni menu */
#menu {position: absolute; top: 0; right: 0; font-size: 90%; font-weight: bold;}
#menu ul {margin: 0; padding: 0 10px; height: 112px; width: 445px; text-transform: uppercase;
background: url('../images/bgmenu.png') no-repeat left bottom;}
#menu li {float: left; width: 148px; list-style: none; display: block;}
#menu a {color: #a96c21; text-decoration: none; display: block; height: 100%; padding-top: 78px;}
#menu a.active, #menu a:hover {color: #febd18;}
#menu a span {border-right: 2px solid #a96c21; background: #fff; display: block; text-align: center; padding: 2px 0;}
#menu a span.last {border: none;}
#menu li#m1 a {background: url('../images/m1a.gif') no-repeat center 22px;}
#menu li#m2 a {background: url('../images/m2a.gif') no-repeat center 22px;}
#menu li#m3 a {background: url('../images/m3a.gif') no-repeat center 22px;}
#menu li#m1 a.active, #menu li#m1 a:hover {background-image: url('../images/m1b.gif')}
#menu li#m2 a.active, #menu li#m2 a:hover {background-image: url('../images/m2b.gif')}
#menu li#m3 a.active, #menu li#m3 a:hover {background-image: url('../images/m3b.gif')}

/* pravy sloupec s obsahem */
#main {width: 465px; float: right; margin-top: 128px;}
#main h2 {background: url('../images/bgcontent.png') repeat-y left top; padding: 5px 15px; margin-bottom: 15px;}

/* vlastni obsah */
#content {background: url('../images/bgcontent.png') repeat-y left top; padding: 15px;} /* min-height: 433px; */
#content p, #content ul {margin: 0 0 15px 0;}
#content a {color: #fff;}
#content ul {padding: 0 0 0 20px;}
#content li {}
#content h3 {margin: 0 0 5px 0;}

/* zapati */
#footer {clear: both; text-align: right; padding-top: 5px;}

