/**
 * Reset
 **/
html,body,div,ul,ol,li,p,span,strong,a,img,h1,h2,h3,h4,h5 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: Tahoma, Arial, sans-serif;
}
/**
 * Global
 **/
body { background: #D1DADF url(stripe-bg.png) repeat; }
a { text-decoration: none; }
img { border: none; }
/**
 * Structure
 **/
 
#flags { width: 950px;text-align: right; margin: 5px auto; }
#flags img { border: 1px solid #aaa; }
 
#wrapper {
    width: 950px;
    margin: 0px auto 15px auto;
    background-color: #EAEFF2;
    padding-bottom: 20px;
	border:5px solid #E3EAEE;
}
    #header {
        /*background: url(x.png) no-repeat;
		background-position: 0px 100px;
		height:200px;*/
		margin:15px 15px 0px;
        padding-top: 35px;
    }
    
    #mainsite {
        clear: both;
        /*background: url(hr.gif) repeat-x top;*/
        margin: 0px 50px 35px 50px;
        padding-top: 40px;
        overflow: hidden;
    }
    
    #footer {
        clear: both;
        text-align: center;
        /*background: url(hr.gif) repeat-x top;*/
        margin: 0 50px;
        padding-top: 15px;
    }
    
/**
 * Header
 **/
#header a img {
    float: left;
    margin-left: 50px;
}
#header #menutop {
    margin-right: 100px;
    padding-top: 10px;
}
    #header #menutop .menu {
        float: right;
        display: block;
    }
    
        #header #menutop .menu a {
            display: block;
            padding: 4px 10px;
            text-transform: uppercase;
            font-weight: bold;
            color: #61696F;
            border-right: 1px solid #BFBFBF;
        }
        
        #header #menutop .menu a:hover {
            color: #0093DD;
        }
        
        #header #menutop .menu a.active {
            color: #216DA9;
        }
        
        #menutop .menu .last {
            border: none !important;
        }
/**
 * Content
 **/
#mainsite .bloki-rzad {
    overflow: hidden;
	width: 850px;
	text-align: center;
	margin-bottom: 0 !important;
}
    
    #mainsite .bloki-rzad.rzad2 {
        margin-bottom: 0 !important;
    }
    #mainsite .bloki-rzad.rzad2male {
        width: 345px;
        margin-bottom: 0 !important;
    }
    #mainsite .bloki-rzad a {
        margin-right: 10px;
    }
    #mainsite .bloki-rzad .blok {
		display: inline-block;
        width: 150px;
        /*height: 76px;*/
		height: 156px;
        float: left;
		margin: 10px;
        /*margin-top: 15px;*/
        cursor: pointer;
        /*padding-top: 80px;*/
    }
    h3 {
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        padding: 7px 0;
        background-color: #f6f6f6;
        color: #4A4D4F;
        font-family: "Tahoma";
        margin: 40px 0 15px 0 !important;
        text-align: center;
    }
    
    .first-h3 {
        margin-top: 0px !important;
		padding-left: 5px!important;
		padding-right: 5px!important;
    }
    
        .blok p {
			color: #efefef;
            text-align: left;
            margin-top: 55px !important;
			margin-left: 5px !important;
			margin-right: 5px !important;
            font-size: .85em;
            display: none;
			line-height: 1.3em;
			/*font-weight:bold;
            color: #efefef;
            text-align: left;
			margin-left: 15px !important;
			margin-right: 10px !important;
			margin-top:45px;
            font-size: 0.6em;
            display: none;*/
        }
		
		.blok strong{
			font-size: 1em;
		}
		.blok span{
			float:right;
			margin-right: 5px;
			font-size: .85em;
			text-align:right;
			
		}
		
		.blok span.black {
			float: none;
			color: black;
            text-align: left;
            margin:0px 5px 0!important;
            font-size: 0.95em;
		}
		.blok span.black strong{
			font-size: 1.05em;
		}
		
        .blok:hover p{
            display: block;
        }

    #mainsite #sidebar {
		margin-top: 0px;
        float: left;
        width: 180px;
        height: 100%;
    }
    
    #sidebar ul {
        width: 200px;
    }
    
        #mainsite #sidebar a {
            
        }

.odstep {
    height: 3px !important;
    padding: 0 !important;
    background-color: #C2CACF;
    margin-top: 2px;
    margin-bottom: 2px;
    border: none !important;
}
#sidebar ul li {list-style: none; padding: 2px 0px 2px 0px; border-bottom: 1px solid #f2f2f2; }
#sidebar ul li a { color:#01A3E4; padding: 12px 5px 12px 15px; display: block;  background-color: #f6f6f6; font-size: 0.85em; font-weight: bold;}

#sidebar ul li a.diesel {
margin: 5px 0 0;
padding: 12px 5px 12px 15px;
/*background: url(serwis.jpg) repeat-x;*/
background-color: #f6f6f6; 
}
#sidebar ul li a.maszyny {
padding: 12px 5px 12px 15px;
/*background: url(service.png) repeat-x;*/
background-color: #f6f6f6; 
}
#sidebar ul li a strong {font-size: 1em; color:#595D5F; padding-left: 3px;}
#sidebar ul li a:hover { color:#F2F2F2;}
#sidebar ul li a img:hover { color:F8F8F8; }
#sidebar ul li a:hover strong { color:#F2F2F2;} 
        #mainsite #content {
            width: 600px;
            float: right;
            margin-right: 10px;
        }
.border-top {
    border-top: none !important;
}
.border-bottom {
    border-bottom: none !important;
}

.article {
	overflow:hidden;
	margin: 0 0 20px;
}
    .article img  .cert{
        border: none;
        margin: 0;/* 0 20px 20px;
        float: right;*/
    }
	
	.cert{
        padding: 0px 0px 10px 15px;
    }
    
    .article p {
        color: #3B3C3F;
        line-height: 1.4em;
        text-align: justify;
    }
    
    .article ul {
        margin: 3px 0 3px 40px;
    }
    
    .article ul li {
        color: #3B3C3F;
        margin-bottom: 3px;
    }
    
    .article a {
        color: #00549C;
    }
    
    .article a:hover {
        text-decoration: underline;
    }
    
    .article .center {
        text-align: center;
    }
    
    .dane {
        border: 1px solid red;
        margin-bottom: 25px;
        padding: 10px 0;
        background-color: #FAF8E2;
        border: 1px solid #EFEAB3;
    }
    
    .dane p {
        text-align: center;        
    }
    
/**
 * Footer
 **/    
#footer p {
    font-size: 0.85em;
    color: #6F787F;
}
    #footer p a {
        font-size: inherit;
    }
	
#wysuwane
{ 
    background: url("fbpodklad.png") no-repeat scroll 0 0 transparent;
    padding: 10px 4px;
    width:255px;
    height:362px;
 
    position: fixed;
    margin-top: -200px; 
    left: -220px;
    top: 50%;
}
.zamknij
{
    background-position: 0px 0px 0px 0px;
}

.fan_box .page_stream{
	height: 130px!important;
	overflow-x: hidden;
}
/*#tutajtt {
	position : fixed;
	left : -150px;
	top : 120px;
}
#tutajtt div{
	position : fixed;
	left : -200px;
	top : 100px;
}
#tutajtt div {
			padding:2px 2px;
			color:white;
			width:166px;

		}
		#tutajtt ul{
			font-size:.8em;
			padding:4px 4px 10px;
			margin-left:12px;

		}
		#tutajtt ul li{
			list-style: disc outside;
		}
		
	.bloki333{
			position:relative;
			color:white;
		}
		.bloki333 div{
			
			font-size:1em;
			font-weight:bold;

			position:absolute;
			top:0;
			left:0;
			padding:4px;
			width:830px;
		}
		*/
#sidebar li:first-child {
	background: url(serwis.jpg) repeat-x !important;
	padding-top: 5px;
}
#sidebar li.border-top {
	/*background:red;*/
	background: url(handlowy.jpg) repeat-x;
	margin-top:20px;
}
li.border-top a{
	margin:85px 0 0 !important;
}
.blok-big{
	margin: 5px 0 10px;
}
.oddzial{
	font-weight:bold;
	color: #3b3c3f;
	font-size: 19px;
	margin:0 0 10px;
}
.dzial{
	font-weight:900;
	color: #3b3c3f;
	font-size: 17px;
	margin:20px 0 5px;
	/*text-decoration: underline;*/
}
.stanowisko{
	margin: 15px 0 0;
	font-weight:bold;
	color: #3b3c3f;
}
.nazwisko{
	font-style: italic;
}


