body {
	background-color: #ececec;
	background-image:url("gfx/pod.png");
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.naglowek{
    font-size: 12px;
    color: #383838;
   	font-family: tahoma, arial;
    font-weight: bold;
    margin-left: 24px;
    vertical-align:	top 
}
.infoa{
    font-size: 12px;
    color: #506568;
   	font-family: tahoma, arial;
    margin-left: 25px; 
}
.nav-imieniny{
    color: white; 
   	font-family: tahoma;
	font-size: 12px;
	line-height: 13px;
}
a.sort { 
	color: #383838;  
	font-family: tahoma, arial; 
	font-size: 12px;  
	text-align: justify;
	text-decoration: none;
	margin : 0.5em;
	}
a.sort.visited { 
	color: #383838; 
	font-family: tahoma, arial; 
	font-size: 12px;  
	text-align: justify;
	text-decoration: none;
	margin : 0.5em;
	}
a.sort:hover { 
	color: #0fa7ec;
	font-family: tahoma, arial; 
	font-size: 12px;  
	text-align: justify;
	text-decoration: none;
	margin : 0.5em;
	}
a.sort.activ { 
	color: white;  
	font-family: tahoma, arial; 
	font-size: 12px;  
	text-align: justify;
	text-decoration: none;
	margin : 0.5em;
	}
a.nav { 
	color: white;  
	font-family: tahoma, arial; 
	font-size: 12px;  
	text-align: justify;
	text-decoration: none;
	margin : 0.5em;
	}
a.nav.visited { 
	color: white; 
	font-family: tahoma, arial; 
	font-size: 12px;  
	text-align: justify;
	text-decoration: none;
	margin : 0.5em;
	}
a.nav:hover { 
	color: #0fa7ec;
	font-family: tahoma, arial; 
	font-size: 12px;  
	text-align: justify;
	text-decoration: none;
	margin : 0.5em;
	}
a.nav.activ { 
	color: white;  
	font-family: tahoma, arial; 
	font-size: 12px;  
	text-align: justify;
	text-decoration: none;
	margin : 0.5em;
	}
a.obrazek {
    background-image: url('adres/obrazek.png');
    background-repeat: no-repeat;
    width: 200px;
    height: 150px;
}
a:hover.obrazek {
    background-image: url('adres/obrazek_hover.png');
    background-repeat: no-repeat;
    width: 200px;
    height: 150px;
}
.formularz{
    font-family: tahoma, arial; 
	font-size: 12px;
    width: 200px; 
	color: #9eacb7;
	margin-left: 14px;
	margin-top: 3px;
	background: #f8f9fa; 
	border: 0 solid;
	border-left:0 solid #990000; 
	border-top:0 solid #990000;
	}
.formularztextarea{
    font-family: tahoma, arial; 
	font-size: 12px; 
	width: 190px;
	color: #9eacb7;
	margin-left: 14px;
	margin-top: 8px;
	background: #f8f9fa; 
	border: 0 solid;
	border-left:0 solid #990000; 
	border-top:0 solid #990000;
    vertical-align:	top;
	}
.tdcenter{
    font-family: tahoma, arial; 
	font-size: 12px; 
	color: #383838; 
   	text-align: justify;
    vertical-align:	top;
}
.tdright{
    font-size: 12px;
    vertical-align:	top;
}
.tablecenter{
   	text-align: justify;
   	line-height:18px;
    padding: 0 0 0 0;
    
}
.tabprodukt{
    font-family: tahoma, arial; 
	font-size: 12px; 
	color: #383838; 
   	text-align: justify;
    vertical-align:	top;
   	line-height:18px;

    
}
    
/** jQuery menu nav **/
div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 44px;
	width: 770px;
	overflow: auto;
}
ul.sc_menu {
	display: block;
	height: 42px;
	/* max width here, for users without javascript */	
	width: 1920px;	
	padding: 0 0 0 0; 
	/* removing default styling */
	margin: 0;
	background: url('navigation.png');		
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	padding: 0 0 0 0;
}
.sc_menu a {
	display: block;
	text-decoration: none;
}
.sc_menu span {
	display: none;
	margin-top: 3px;	
	text-align: center;
	font-size: 12px;	
	color: #fff;
}
.sc_menu a:hover span {
	display: block;
}






