/* 
    Document   : start
    Created on : 2009-09-15, 11:12:27
    Author     : Wojciech �uczka
    Description:
       Szablon styli dla strony startowej.
*/

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

root { 
    display: block;
}

 body {
        background-image: url(1.jpg);
        background-repeat:repeat-x;
        background-color: #c1c1c1;
        font-family: Verdana, Georgia, sans-serif;
        padding: 0;
        margin: 0 auto;
        width: 900px;
            }         
.przerwa{
	height:150px;
	}
.gaw{
	background: url(gaw.png) no-repeat;
        height:60px;
        width:540px;
        position: relative; 
	top:0; 
	left:187px;
	}
/*
.rpa{
        background: url(rpa.png) no-repeat;
        height:100px;
        width:588px;
        position: relative; 
        top:15px; 
        left:163px;
}
.zaloba{
        background: url(flag.png) no-repeat;
        height:150px;
        width:250px;
        position: relative; 
        top:10; 
        left:332px;
}
*/
.dane {
        color:#525252;
        font-size: 0.65em;
        width: 300px;
       }
.numer {
        color:#6e6e6e;
        font-size:15px;
        width: 300px;
    }
.bottonsk  {
	position:relative;
	top:0px;
	left:210px;
	padding:120px 100px 0 0;
	width: 100px;
	height:139px;
	background: url(skoda.png) no-repeat;
	background-position: 0px 0px;
	text-decoration:none;
  }
.bottonsk:hover{
	background-position: 0 -139px;		
}
.bottonno  {
	position:relative;
	top: -85px;
	left:277px;
	padding: 55px 150px 0 0;
        margin:0px;
	width: 150px;
	height:75px;
	background: url(nowe.png) no-repeat;
	background-position: 0px 0px;
	text-decoration:none;
  }
  .bottonno:hover  {
        background-position: 0 -75px;   
  }
.bottonuz  {
	position:relative;
	top:20px;
	left:115px;
	padding: 55px 150px 0 0;
	width: 150px;
	height:75px;
	background: url(uzyw1.png) no-repeat;
	background-position: 0px 0px;
	text-decoration:none;
  }
.bottonuz:hover  {
        background-position: 0 -75px;   
  }
.bottonvw  {
	position:relative;
	top:0px;
	left:182px;
	padding:120px 100px 0 0;
	width: 100px;
	height:139px;
	background: url(volks.png) no-repeat;
	background-position: 0px 0px;
	text-decoration:none;
  }
.bottonvw:hover{
        background-position: 0 -139px;
}
#fblinks{
    margin:20px auto 10px auto;
    width: 300px;
    padding-left: 90px;
}
#fblinks span.title{
    color: #3b5998;
    display:block;
    font-size: 0.75em;
    margin-bottom:10px;
}
.bottonfb{
        padding:0px 21px 3px 0;
	width: 21px;
	height:21px;
	background: url(fb.png) no-repeat;
	background-position: 0px 0px;
	text-decoration:none;
}
.bottonfb:hover{
    background-position: 0 -21px;
}
/*TABELA Z LINKAMI*/
.linki
{
    margin: 5% 0 5% 0;
}
.linki td{
    width:180px;
}
.linki h1{
    font-size: 0.7em;
    font-weight: bold;
    display:inline;
}
.linki h2{
    font-size: 0.7em;
    font-weight: normal;
    margin:0px;
    padding:0px;
    display:inline;
}
.line {
    border-right: 1px #a5a5a5 solid;
    
}
a.tabsk {
    text-decoration:none;
    color:#898989;
}
a.tabsk:hover{
    color:#029f02;
}
a.tabvw {
    text-decoration:none;
    color:#898989;
}
a.tabvw:hover{
    color:#6173b6;
}
ul{
    margin:0 0 0 12px;
    padding:0 0 0 12px;
    color:#898989;
}
li{
    margin:0px;
    padding:0px;
}


/* FACEBOOK SLIDER*/

#wysuwane
{
    background: url("skoda/images/face.png") no-repeat scroll 0 0 transparent;
    padding: 0px;
    width: 289px;
    height:390px;
    position: fixed;
    margin-top: -250px; /*połowa wysokości panelu w górę */
    right: 0px;
    top: 50%;
    z-index: 1000;
}

