/*
    Document   : base
    Created on : 2009-02-23, 08:22:18
    Modified   : 2009-04-02, 09:05
    Author     : dorious
    Description:
        Base layout structure.
*/

html {
	/* height: 100%; */
    #overflow-x: hidden;
}

body {
	height: 100%; 
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: tahoma, sans-serif;
	font-size: 12px;
    color: #999999;
    /* background: url(http://img2.epuls.pl/lay/bg.jpg) center top #788ea0; */
    background: #ffffff;
}

table {
	/*height: 100%; 
    margin: 0;
    padding: 0;
	*/
    font-family: tahoma, sans-serif;
	font-size: 12px;
    color: #999999;
}

input, textarea {
    font-family: tahoma, sans-serif;
    font-size: 12px;
}

/*a {
    text-decoration: none;
}*/

a img {
    border:0;
}

a:Hover {
/*    color: #f90;
*/
    text-decoration: underline;
}

.stFooter {
    padding: 60px 0 40px;
    position: relative;
    color: #fff;
}

.stFooter .lt {
    float: left;
}

.stFooter .rt {
    float: right;
}

.stFooter .rt a {
    display: table-cell;
    #display: inline-block;
    color: #fff;
    padding: 3px 7px;
    border-left: 1px dotted #fff;
}

.stFooter a.first {
    border: none;
}

.tytul {
	font-family: impact;
	color: #CCCCCC;
	font-size: 14px;
}

.tytul .pomar {
	color: #FF772B;;
}

.thumbnail{
	padding: 7px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}

	
