﻿/**dodanie skryptu**/
div, aside, article, nav, section, footer
{
	behavior: url(htc/ie-css3.htc);
}


html{
	background:url('../img/bg.jpg');
	font-family: 'Fira Sans', sans-serif;
}

body{
	width:100%;
	margin: 20px 0px 0px 0px;
}

a{
  text-decoration:none;
  border:none;
 	
}
a:hover{
  text-decoration:none;
  border:none;
 	}

a:visited{
  text-decoration:none;
  border:none;
 	
}


header{
	width:100%;
	height:170px;
	margin:0px;
}
	/* blok logo */
	.logo{
		width:180px;
		height:120px;
		background:url('../img/logo.png');
		margin:0px auto;
	}

	/* blok menu*/ 


	nav{
		margin: 20px auto 0px;
		width: 100%;
		background:#003756;
		text-align:center;
		height: 32px;
	}
		/* odnośniki*/
		nav a{
			font-family: 'Crete Round', sans-serif;
			display: inline-block;
			font-size: 15px;
			margin: 5px 0px 0px 50px;
			color:#e7e7e7;
		}
		
		nav a:hover{
			color:#e7e7e7;
		}
		nav a:visited{
			color:#e7e7e7;
		}

/* Blok treści */



.content{
	width:700px;
	margin:0px auto;
	padding:70px 30px 100px;
	background:#eaeaea;
	min-height:200px;
	}
	

/*Blok stopki*/

footer{
display:block;
margin:0px auto;
width:100%;
height:56px;
background:#474747;
border-top: 2px solid #979797;
}
	.footerCont{
		width:1024px;
		margin: 0px auto;
	}

		.footerCont > div{
		  color:white;
		  line-height:40px;
		  width:49%;
		  font-size:12px;
		  font-weight:bold;
		}
			#footerMenu{
				float:left;
				text-align:left;
				padding-left:1%;
			}
					#footerMenu> a{
						color:white;
					}
					#footerMenu> a:hover{
						color:white;
					}
					#footerMenu > a:visited{
						color:white;
					}

			#cpr{
				min-width:400px;
				margin-left:50%;
				text-align:right;
				padding-right:1%;
			}
