

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


#box-realizacje .indentmenu{
font: bold 11px Verdana;
width: 260px; /*leave this value as is in most cases*/
float: left;
color: white;
}

#box-realizacje .indentmenu ul{
margin: 0;
padding: 0;
height: 18px;
background: ;
}

#box-realizacje .indentmenu ul li{
font: bold 11px Verdana;
float: left;
display: inline;
background: #6C6C6C;
border-right: 4px solid white;
color: white;
}

#box-realizacje .indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 8px 5px 8px;
text-decoration: none;
background: #6C6C6C;
}

#box-realizacje .indentmenu ul li a:visited{
color: white;
}

#box-realizacje .indentmenu ul li a.selected{
color: white !important;
padding: 5px 8px 5px 8px;
background: #0070A6;
}


.tabcontentstyle{ /*style of tab content oontainer*/
width: 220px;
text-align: justify;
}

.tabcontentindex{
padding: 0;
height: 166px;
width: 220px;
display:none;
font: 10px Tahoma;
text-align: left;
line-height: 140%;
}

#tabfoto1 {float: left; width: 80px; margin: 2.5em 0 0 1.5em; border: 2px solid #FF8D1C;}

@media print {
.tabcontentindex {
display:block !important;
}
}

#dog1 {float: left; width: 220px; height: 166px;}
#dog2 {float: left; width: 220px; height: 166px; }
#dog3 {float: left; width: 220px; height: 166px; }
#dog4 {float: left; width: 220px; height: 166px; }


