/* CSS Document */

body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#384a5a;
        /*min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		
    }
	
a {

color:#FFFFFF;
text-decoration:none}

#wrapper { 
text-align: center;
width: 765px;
margin: 0 auto; 
background-color:#33CC33;
}



 #header {
        
        width:inherit;
		background-color:#708490;
		height: 114px;
		background-image:url(../img/header.jpg);
		background-position:left;
		background-repeat:no-repeat;
    }
		
	.header_bkgd {
	background-image:url(../img/header_bkgd.png);
	background-repeat:repeat-x;
	
	}
	
	
	 #flash {
        width:inherit;
		background-color:#667079;
		height: 180px;
    }
	
	
	 #menu {
        width:inherit;
		background-image:url(../img/menu_bkgd.png);
		background-repeat:repeat-x;
		
		height: 53px;
		

		
    }
	
		.menu_tab{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #78969E;

		}
	
		.menu_list{
		background-image:url(../img/menu_btn.jpg);
		background-repeat:no-repeat;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#FCFCFC;
		font-size:12px;
		letter-spacing:-0.01em;
		text-align:left;
		text-indent:15px;
		}
		
		.menu_list a:hover{
		color:#00CCFF;
		}
	
	 #content {
        width:inherit;
		background-color:#CC9999;
		background-image:url(../img/content_bkgd.png);
		background-repeat:repeat-x;
		background-color:#637780;
    }
	
		.text {
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bolder;
		line-height:20px;
		color:#FFFFFF;
		padding-left: 30px;
		text-align:left;
		padding-top:70px;
		
		}
		
		.hr {
			color: #8d9ca6;
			background-color: #8d9ca6;
			height: 3px;
			border: 0px;
			width: 80%;
		}
		
		.zdj {

		padding-right: 20px;
		padding-left: 10px;
		padding-bottom: 10px;		
		}
		
				.text_zdj {
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bolder;
		line-height:15px;
		color:#FFFFFF;
		padding-left: 10px;
		text-align:left;
		}
		
		.serwis {
		background-image:url(../img/serwis_04.jpg);
		background-repeat:no-repeat;
				
		}
		
		.witamy {
		background-image:url(../img/witamy_03.jpg);
		background-repeat:no-repeat;
				
		}
		
		.nowosci {
		background-image:url(../img/nowosci_05.jpg);
		background-repeat:no-repeat;
				
		}
		
		
		.uwaga {
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bolder;
		line-height:15px;
		color:#FF0000;
		padding-left: 10px;
		text-align:left;
		}
		
		.form {
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bolder;
		line-height:17px;
		color:#FFFFFF;
		padding-left: 10px;
		text-align:left;
		}
	
	 #footer {
        width:inherit;
		background-color:#FFCC33;
		background-image:url(../img/footer_bkgd.png);
		background-repeat:repeat-x;
		height: 77px;
    }
	
		.copyright {
		font-family: Arial, Helvetica, sans-serif;
		font-size:9px;
		color:#FFFFFF;
		padding-left: 30px;
		border-right-width: 2px;
		border-right-style: solid;
		border-right-color: #78969E;		
		}
		
		.footer_menu {
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		text-transform:uppercase;
		font-weight:bold;
		
		color:#FFFFFF;

		
		}
		.footer_menu a:hover {
	
		color:#999999;

		
		}
