/* MAKET SPECIFIC STYLES */

/* BODY 
#lay_body {padding: 7px 0 41px 25px;}

*/

/* BLOCK 1
#lay_f1{padding-left:0px;padding-top:0px;}
*/

/* BLOCK 3 
#lay_f3 {padding: 7px 0px 0 0px; width:195px} 
 */

/* BLOCK 5
#lay_f5 {font-size: 0.85em; border-top: #419015 4px solid; padding: 10px 0 0 4px; text-align:center;}
 */

/* BLOCK 4 
#lay_f4 {
     padding: 7px 0px 0px 0px;
     background-repeat: no-repeat repeat;
}
 */

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.raspconteiner {
    text-align: center;
}
img.btnraskr {
    margin: 25px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px grey;
    cursor: pointer;
}