/*CSS dla "ZAKŁAD KÓŁ ZĘBATYCH"*/

body{
 font-family: sans-serif, Arial;
 font-size:11px;
 color:#000;
 background-color:#fff;
} 

/*WARSTWY*/
div#all{
 width:778px;
 margin-left:auto;
 margin-right:auto;
 margin-top:11px;
 border-left: 1px solid #1c525c;   
 border-bottom: 1px solid #1c525c;   
 border-right: 1px solid #1c525c;   
 border-top: 1px solid #778d91;   
 background-color:transparent;       
}

div#header{
 width:776px;
 height:289px;
 border-left: 1px solid #fff;      
 border-right: 1px solid #fff;   
 border-top: 1px solid #fff;
}
div#header div#h_top{
 background-image:url(../images/bg_header_top.jpg);
 background-repeat:repeat-x;
 width:776px;
 height:20px;
 border:0px;
}
div#header div#h_top div#logo_top{
 float:left;
 width:55px;
 height:20px;
}
div#h_top div#menu_top{
 float:right;
 height:18px;
 margin-top:2px; 
 text-align:right;
 color:#226672;
 font-family:Arial,sans-serif;
 font-size:8px;      
}
div#h_mid{
 width:776px;
 height:81px;  
}
div#h_mid div#logo_bottom{
 float:left;
 width:489px;
 height:81px;   
 border:0px;
}
div#h_mid div#iso_top{
 float:right;
 width:287px;
 height:81px;
 background-image:url(../images/bg_h.jpg);
 background-position:right;
 background-repeat:no-repeat;
 text-align:right;       
 border:0px;
}

div#baner{
 width:776px;
 height:188px;
 /*background-image:url(../images/banner.jpg);  
 background-repeat:no-repeat;*/
}

div#mainc{
 width:776px;
 border-bottom:1px solid #fff; 
 border-left:1px solid #fff; 
 border-right:1px solid #fff; 
 border-top:0px;   
}

div#left{
 float:left;
 width:205px;
 height:100%;  
}
div#menu{
 background-image:url(../images/bg_menu.jpg);
 background-repeat:no-repeat;
 width:204px;
 height:156px; 
 margin-bottom:9px;   
}
div#menu ul{
 margin-top:0px;
 margin-bottom:0px;
}
div#menu ul li{
 list-style-type:none;
 margin:0px;
 padding:0px;
 padding-top:3px;  
}

div#news-pl{
 width:204px;
 background-color:#ecf2f3;
 background-image:url(../images/tyt_news_pl.gif);
 background-position:top;
 background-repeat:no-repeat;
 border-right:1px solid #778d91;
 border-bottom:1px solid #778d91; 
 padding-top:40px;      
 padding-bottom:9px;
 margin-bottom:9px;    
}
div#news-en{
 width:204px;
 background-color:#ecf2f3;
 background-image:url(../images/tyt_news_en.gif);
 background-position:top;
 background-repeat:no-repeat;
 border-right:1px solid #778d91;
 border-bottom:1px solid #778d91; 
 padding-top:40px;      
 padding-bottom:9px;
 margin-bottom:9px;    
}
div#news-de{
 width:204px;
 background-color:#ecf2f3;
 background-image:url(../images/tyt_news_de.gif);
 background-position:top;
 background-repeat:no-repeat;
 border-right:1px solid #778d91;
 border-bottom:1px solid #778d91; 
 padding-top:40px;      
 padding-bottom:9px;
 margin-bottom:9px;    
}

div#right{
 float:right;
 width:560px;
/* background-color:red;*/
}
div#path{
 width:100%;
 text-align:left;     
}

div#stopka{
 clear:both;
 background-color:#156672;
 width:758px;
 padding:8px 9px;
 border:1px solid #fff;    
 font-size:9px;
 color:#8fb6bc;
}

div#rights{
 float:left;
 padding-left:9px;
 padding-top:9px;  
}
div#design{
 float:right;
 padding-right:4px;
 padding-top:9px;
}

/*ODNOŚNIKI*/
a{
 text-decoration:none;
 border:0px;
 margin:0px;
 padding:0px; 
}

a.menu_top:link, a.menu_top:visited {
 color:#226672;
 font-family:Arial,sans-serif;
 font-size:9px;  
 text-decoration:none; 
 padding-right:9px;
 padding-left:9px; 
}
a.menu_top:hover, a.menu_top:active {
 color:#226672;
 font-family:Arial,sans-serif;
 font-size:9px;  
 text-decoration:underline; 
 padding-right:9px;
 padding-left:9px;
}

a.path{
 color:#97acb7;
 font-family:sans-serif, Arial;
 font-size:11px;
}
a.tresc:link,a.tresc:visited{
 color:#156672;
 text-decoration:none;
}
a.tresc:hover,a.tresc:active{
 color:#156672;
 text-decoration:underline;
}
a.footer:link, a.footer:visited{
 color:#fff;
 font-family:Arial,sans-serif;
 font-size:9px;  
 text-decoration:none; 
 padding-right:9px;
 padding-left:9px; 
}
a.footer:hover, a.footer:active{
 color:#fff;
 font-family:Arial,sans-serif;
 font-size:9px;  
 text-decoration:underline;
 padding-right:9px;
 padding-left:9px; 
}

/*znaczniki*/
img{
 border:0px;
}

/*inne klasy*/
.clear_both{
 clear:both; 
}

.news{
 padding-top:4px;
 padding-bottom:4px;
 padding-left:9px;
 padding-right:9px;
 margin:0px;
 font-size:10px;  
}
.cont{
 padding-left:25px;
 padding-right:25px;
 padding-top:3px;
 padding-bottom:4px;   
}
.tytul{
 color:#156672;
 font-family:sans-serif,Arial;
 font-weight:bold;
 font-size:13px;   
} 
.green{
 color:#156672;
}

p.path{
 color:#97acb7;
 font-family:sans-serif, Arial;
 font-size:11px;
}

h1,h2,h3,h4,h5,h6
{
 color:#156672;
 font-family:sans-serif,Arial;
 font-weight:bold;
 font-size:13px;
}

div.cont a:link, div.cont a:visited{
 color:#156672;
 text-decoration:none;
}
div.cont a:hover, div.cont a:active{
 color:#156672;
 text-decoration:underline;
}

