/* 
    Document   : main
    Created on : 2009-07-13, 23:42:14
    Author     : zajac
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

*{
  margin:0;
  padding:0;
}

body{
  font-family:verdana;
  font-size:12px;
}

img{
  border:none;
}

.all{
  background-image:url(../images/main/bg_top.jpg);
  background-repeat:no-repeat;
  background-position:top center;
}
.main{
  width:600px;
  margin:0 auto;
}

a:link, a:visited, a:active {
	color: #000000;
  text-decoration: none;
  	font-weight: bold;
}
a:hover {
	color: #c89600;
}
a.current:link, a.current:visited, a.current:active {
	color: #b46400;
  text-decoration: none;
  font-weight: bold;
}
a.current:hover {
	color: #c89600;
}

#wodzirej{
  width:116px;
}
#sprzet{
  width:52px;
}

.current {
  color: #c89600;
}

#oferta{
  width:52px;
 
  cursor:default;
}

 

#galeria{
  width:58px;
}
#nowsci{
  width:68px;
}
#ksiega_gosci{
  width:96px;
}

#kontakt{
  width:64px;
}

#sprawdzenie{
  display:none;
}

.paragraf{
  overflow:hidden;
  padding:10px 0;
}

.small_image img{
  height:86px;
}

.small_image table{
  
}

.small_image table td{
  text-align:center;
  width:143px;
  padding:3px;
}

.small_image a{
  padding:5px;
  background-color:#fff;
}

.small_image div{
  height:86px;
  width:143px;
}

.center{
  text-align:center;
}

.alfa_romeo{
  overflow:hidden;
  width:620px;
  padding-top:20px;
}

.alfa_romeo .left{
  float:left;
  width:310px;

}

#flash{
  width:600px;
  height:300px;
  position: relative;
  
}

#header{
  position:relative;
  height: 300px;
}

.kontakt_title{
  font-size:14px;
  font-weight: bold;
}

.kontakt{
  position:relative;
  z-index:0;
}

.kontakt_box{
  width:260px;
  position:absolute;
  top:0;
  left:20px;
   z-index:1;
}



.wizytowka{
  padding-top:25px;
}

table.formularz td{
  padding:5px;
}
table.formularz option{
  padding-right:10px;
}

table.formularz select{
  
}

.grupa{
  text-align:center;
}

.grupa img{
  width:290px;
  border:2px solid #aaa;
  margin:1px;
}

.center_nav{
  min-height:26px;
}
ul.nav{
  /*display:none;*/
}