/* COMMON */
body {
    font-family : Arial, sans-serif;
    font-size : 11px;
    color : #661088;
    background-color : #f6daff;
    background : url('/images/bg_page.jpg') repeat;
    margin : 0px;
    padding : 0px;
    z-index:1;
}


div#main
{
    position: relative;
    margin:0px auto;
    width:970px;
    border-right:2px solid #b192b2;
    background : url('/images/line_border_page_left.gif') repeat-y left top;
    padding-left:4px;     
}

ul, ol, p, form {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

hr {
    height: 1px;
    color: #661088;
    background-color: #661088;
    border: 0px;
}

/* HEADER */

div#header {
    background : url('/images/header_back.jpg') repeat-x;
    position : relative;
    height : 240px;
}

div#webmail {
    position : absolute;
    right : 30px;
    top : 30px;
}

div#webmail a {
    color : #ffffff;
    background-color : inherit;
    font-weight : bold;
    text-decoration : none;
}

div#webmail a:hover {
    text-decoration : underline;
}

div#logo {
    position : absolute;
    right : 110px;
    top : 95px;
}

/* MENU */

div#menuMain {
    background : url('/images/menu_back.gif') repeat-x;
    position : relative;
    margin-left : 220px;
    top : 211px;
    height : 29px;
    z-index: 999;
}

div#menuMain ul {
    margin : 0px;
    padding : 0px;
    list-style-type : none;
    height : 29px;
    width : 560px;
}

div#menuMain li {
    float : left;
    text-transform : lowercase;
    height : 29px;
}

div#menuMain a {
    color : #ffffff;
    background-color : inherit;
    font-weight : bold;
    text-decoration : none;
    padding : 10px 10px 5px 10px;
    display : block;
    /*background : url('/images/menu_item.gif') no-repeat bottom right;*/
}

div#menuMain a:hover {
    text-decoration : underline;;
}
/*
div#menuMain a.hover, 
div#menuMain a:hover,

div#menuMain a:active {
    background : url('/images/menu_item_hover.gif') no-repeat bottom right;
    text-decoration: underline;
}
*/
/* PAGE */

div#page {
    padding-bottom : 50px;
    color : inherit; 
    
    background : #f6daff;
    z-index:997;
/*    border-left:1px solid #855f84;*/
}
/*
div#left_border {
  
  width:4px;
  float : left;
}
*/

div#left {
    width : 251px;
    float : left;
    border-top: 1px solid #ebadff;
}

div#left .menu_left_top
{
  margin: 0px;
  padding: 0px;
  width:194px;
  height:22px;
  background : url('/images/left_menu_top.jpg') no-repeat; 
}

div#left .menu_left_bg
{
  margin: 0px;
  padding: 0px;
  width:194px;
  background : url('/images/left_menu_bg.jpg') repeat-y;
}

div#left .menu_left_bottom
{
  margin: 0px;
  padding: 0px;
  width:251px;
  height:121px;
  background : url('/images/left_menu_bottom.jpg') no-repeat;
}
/*
div#left div {
    margin : 30px 45px 80px 0px;
    height : 200px;
    overflow : auto;
    color : #ffffff;
    background-color : inherit;
    line-height : 20px;
    padding-left: 20px;
}
*/

div#left .menu_left_bg ul
{
  list-style: none;
}

div#left .menu_left_bg ul li
{
    margin : 0px;
    color : #ffffff;
    line-height : 18px;
    background-color : inherit;
    text-decoration : none;
    font-size : 13px;
    font-weight : bold;
    position: relative;
    left: -22px;
    padding-left: 15px;
    padding-top:2px;
    background: url('/images/bullet.gif') no-repeat left 7px;
    width:156px;
}

div#left .menu_left_bg ul li a
{
  text-decoration : none;
  color: #ffffff
}

div#left .menu_left_bg ul li a.selected_a,
div#left .menu_left_bg ul li a:hover
{
    text-decoration : underline;
    color:#ffd71e;
}

div#left .menu_left_bg ul li ul
{
  list-style: disc;
}
div#left .menu_left_bg ul li ul li
{
  padding-left:0px;
  margin-left : -6px;
  color : #ffffff;
  line-height : 16px;
  background-color : inherit;
  text-decoration : none;
  font-size : 11px;
  font-weight : bold;
  background: none;
  width:143px;    
}
/*
div#left h3 {
    margin : 0px;
    color : #ffd71e;
    background-color : inherit;
    text-decoration : underline;
    font-size : 12px;
    font-weight : bold;
    position: relative;
    left: -12px;
    padding-left: 12px;
    background: url('/images/bullet.gif') no-repeat left 6px;    
}

div#left a {
    color : #ffffff;
    background-color : inherit;
    text-decoration : none;
    display : block;
    width: 150px;
}

div#left.subMenu a {
    font-size: 12px;
}

div#left a.selected,
div#left a:hover
{
    text-decoration : underline;
}
/
/* BODY */

div#right {
    line-height: 19px;
    float: left;
    width: 540px;
    position: relative;
    border-top: 1px solid #ebadff;
}

div#right div.container {
    margin: 32px 0px 0px 10px;
    font-size: 12px;
}

div#right div.container a:hover{
  text-decoration: underline;
}

div#right h1 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    background: url('/images/line_title.gif') no-repeat left 21px;
    height: 30px;
}

div#right h1.noline {
    background: none;
    height: auto;
}

div#right h2 {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
}

div#right h3 {
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
}

div#right a {
    color: #661088;
    background-color : inherit;
    text-decoration : none;
}

div#body {
    padding-top: 60px;
}

div#bodyNoImg {
    padding-top: 10px;
}

p.novinka {
    margin: 4px 0px 10px 0px;
}

div.subtitle {
    color: inherit;
    background-color: #ffffff;
    position: absolute;
    top: 57px;
    margin: 8px 0px 10px 0px;
    border: 1px solid #ff4dba; 
}

div.subtitle div {
    height: 77px;
    width: 530px;
}

div.subtitle img.pageImg {
    position: absolute;
    top: -66px;
    right: -10px;
}

div.subtitle img.subtitleImg {
    position: absolute;
    top: 3px;
    left: 0px;
}  

/* sitemap */

div#sitemap a {
    color : #661088;
    background-color : inherit;
    text-decoration : none;
}

div#sitemap a:hover {
    text-decoration: underline;
}

div#sitemap a.submenu {
    padding-left: 20px;
}

/* galeria */

table.galeria {
    width: 520px;
    table-layout: fixed;
}

table.galeria td {
    text-align: center;
    vertical-align: top; 
    padding-top: 6px;
}

table.galeria img {
    border: 0px;
    width: 120px;
}

table.galeria input {
    width: 120px;
}

/* FOOTER */

div#footer {
    background : url('/images/footer_back.gif') repeat-x;
    position : relative;
    height : 81px;
    margin-left:-2px;
}

div#footer div {
    text-align : center;
    padding-top : 25px;
    color : #ffffff;
    background-color : inherit;
}

div#footer a {
    color : #ffffff;
    background-color : inherit;
    text-decoration : none;
    margin : 0px 5px 0px 5px;
}

div#footer a.selected,
div#footer a:hover {
    text-decoration: underline;
}

/* SPECIAL */

div#debug {
    overflow: auto; 
    width: 250px; 
    position: absolute; 
    top: 0; 
    right: 0; 
    height: 650px; 
    z-index: 999; 
    font-family: verdana, sans-serif; 
    font-size: 10px; 
    background-color: rgb(118, 130, 125); 
    padding: 5px; 
    color: rgb(209, 220, 211); 
    border: solid 3px #ffeebb;
}

.clear
{
  clear: both;
}
