

body {
 padding: 0; margin: 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #000;
}
#wrapper {
 position: relative;
 margin-top: 20px;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 padding: 0px;
 width: 900px;
 height: auto;

}

#header {
 position: relative;

 color: #333;
 width: 900px;
 float: left;
 padding: 0px;
 height: 181px;
 margin: 0px 0px 0px 0px;
}

#content {
 position: relative;
 width: 900px;
 float: left;
 padding: 0px;
 margin: 0px;

}



     #logo {
     position: relative;
     float: left;
     margin-top: 0px;
     margin-left: 0px;
     display: inline;
     width: 250px;


     }

     #menudiv {
     position: absolute;
     left: 235px;
     top: 2px;
     z-index: 100;
     float: left;
     margin-left: 0px;
     display: inline;
     width: 200px;
     }
     #kameraman {
     position: absolute;
     left: 745px;
     top: -5px;
     z-index: 110;
     float: left;
     margin-left: 0px;
     display: inline;
     width: 200px;
     }


     #galerie {
     position: relative;
     float: left;
     margin: 0px;
     margin-left: 176px;

     display: inline;
     width: 307px;
     height: 181px;
     background: #000000 url(http://www.agentura-no1.sk/images/pozadiegaleria.png) no-repeat;
     background-position: 0px 170px;

     }




#rightcolumn {
 float: right;
 color: #FFFFFF;

 background: #000000 url(images/obsah-hore.jpg) top left no-repeat;
 padding: 0px 7px 7px 7px;
 margin: 15px;
 margin-top: 0px;
 margin-left: 0px;
 display: inline;
 width: 650px;
 position: relative;

 font-family: Arial;
 font: Arial;



 }

#leftcolumn {
 position: relative;
 float: left;
 margin: 0px 5px 15px 5px;
 padding: 0px;
 width: 171px;

 display: inline;
}
div.leftcolumnblock {
  background: #0086C1;
  padding: 5px 0px 5px 0px;
   margin: 0px;
  margin-bottom: 13px;

}


div.leftcolumnblock a {
  display:block;
  padding:11px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 15px;
  margin: 0px;
  font-family: Verdana;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  background: #0086C1;
}
div.leftcolumnblock a:hover {

  background: #8eb0c0;
}

div.leftcolumnblock p {
   padding: 5px;
   margin: 0px 5px 0px 5px;
   font-size: 15px;

  font-family: Verdana;
  font-weight: bold;
   color: #FFFFFF;

}


#kontakt a {


  }



 #subtitle {

 background: #444444;
 color: #FFFF99;
 padding: 7px;
  font-size: 18px;
  font-family: Verdana;
  font-weight: 700;



}
#obsah {

 padding: 0px 15px 0px 15px;

 margin: 0px;
  font-size: 12px;
  font-family: Arial;


}
div.pismo {
  font-family: Arial;
  text-align: justify;

  font-size: 11pt;

}
div.pismo a {
  color: #6699FF;
  text-decoration: underline;

}
div.pismo a:hover {
  color: #6699FF;
  text-decoration: none;

}

div.formular {

 margin-left: 30px;

}
.formularprvok {
 border:1px solid white;
 background-color: #dbeaf1;

}


#footer {
 width: 900px;
 text-align: center;
 clear: both;
 color: #AAAAAA;
 border: 0;
 background: #000;
 margin: 0px;
 padding: 0px;
}
#footer a {

 color: #6699FF ;

}



#poskytuje {


  height: 260px;

  background: #FFFFFF url(images/octavia_m.jpg) no-repeat right bottom  ;


}

#odpoved {
 margin: 1em 0;
 line-height: 1;

}
div.test table {
      font-size: 12px;
}
p.odpovedforum {
  color: #0000CC;
}

/**************** menu coding *****************/
#menu {
width: 14em;

}

#menu ul {
list-style: none; /*  ze neda gulicku, kocku , whatever */
margin: 0px;
padding: 0px;     /*  hmm */
}

#menu a, #menu h2 {
font: bold 14px/16px "MS Sans Serif", sans-serif;
text-align: center;
display: block;
border: 0px solid #FF0000;
margin: 0px 0px 0px 0px;
padding: 1px 5px;
background: #000000;
}

#menu h2 {
color: #ffffff;
background: #000000;

}

#menu a {
color: #FFF;

text-decoration: none;
}

#menu a:hover {
color: #000;
background: #ffffff;
}

#menu li {
position: relative;
}
#menu li.oddelovac {
background: url(images/odd2.png) repeat-x;
height: 1px;
}


#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;

}

div#menu ul ul ul {display: none;}
div#menu ul ul li:hover ul {display: block;}
div#menu ul ul li:hover ul ul {display: none;}
div#menu ul ul ul li:hover ul {display: block;}


