/*
Názov suboru: ending.css
Názov: primarny subor CSS pre web www.velcice.sk
Autor: Lukas Surda , lukacenko9@hotmail.com
URL: http://www.velcice.sk/css/ending.css
Licencie: Copyright: 2010, lukacenko , Vsetky prava vyhradene
*/




/* =======  nastavenie pisma a tela =======   */

.body {
     
    font-family: "Trebuchet MS", sans-serif;
    margin: 0;
    padding: 0;
      	text-align:center; 
     width: 999px  ;
   height:  1000px ;
       }


/* =======  pozasie modry obrazok a  typ pisma =======   */

body {
    background: url(../image/background.jpg)  fixed center no-repeat;
    font-family: "Trebuchet MS", sans-serif;
    margin: 0;
    padding: 0;
      	text-align:center; 
     font-size :15px;      
}

/* =======  Obrazok bez ramceka =======   */


img { border:none; }


/* ===== outer table ===== */

#outerTable {
    margin: 0 auto;
    width:999px;
    height:266px;
    background: #fff url(../image/head.jpg) no-repeat;
}

/* ===== contact button ===== */

td#contactButton {
    height: 55px;
}

#contactButton div {
    height: 30px;
    margin: 180px 0 0 900px;
    padding: 0;
}

#contactButton img {
    margin: 0;
    border: none;
}

















     /* hyperlinky */ 

A {

	font-family: Verdana, "Geneva CE", lucida, sans-serif;

	font-size: 14px; 

	font-weight: bold; 

	text-decoration: none; 

}



A:link {

	color: #8a5f5f;

}



A:visited {

	color: #8a5f5f;

}



A:hover {

	color: #8a5f5f;

}



A:active {

	color: #8a5f5f;

}



a:visited:hover { 

	color: #8a5f5f;

}



A.informace-cla {

	font-family: Verdana, "Geneva CE", lucida, sans-serif;

	font-size: 9px; 

	font-weight: bold; 

	text-decoration: none; 

}



A.informace-cla:link {

	color: #8a5f5f;

}



A.informace-cla:visited {

	color: #8a5f5f;

}



A.informace-cla:hover {

	color: #8a5f5f;

}



A.informace-cla:active {

	color: #8a5f5f;

}



a.informace-cla:visited:hover { 

	color: #8a5f5f;

}





