* { 
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html,body {
	height: 100%;
}

a,a:hover,a:focus {
	text-decoration: none;
	outline: 0;
}

#container nav {
	display: flex;
	width: 70%;
	height: auto;
    flex-direction: row;
    flex-wrap: wrap;
	margin: 0 auto;
	position: relative;
}

#container nav .flex-item {
	height: 170px;
	width: 300px;
	margin: 10px;
}

#content {
	width: 100%;
	height: auto;
	background: #fff;
	display: none;
	position: fixed;
	z-index: 10;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.zawartosc {
	width: 50%;
	height: auto;
	margin: 0 auto;
	padding: 15px;
}

.zawartosc2 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 15px;
}

.zawartosc2 p { font-weight: normal; font-size:12px; font-family: Times New Roman; text-decoration: none}
.zawartosc2 h1 { font-weight: normal; font-size:16px; font-family: Times New Roman; text-decoration: none; text-align:center;}
.zawartosc2 h2 { font-weight: normal; font-size:14px; font-family: Times New Roman; text-decoration: none; text-align:center;}
.zawartosc2 h3 { font-weight: normal; font-size:12px; font-family: Times New Roman; text-decoration: none; text-align:center;}
.zawartosc2 address { font-weight: normal; font-size:10px; font-family: Times New Roman; text-decoration: none}
.zawartosc2 li { font-weight: normal; font-size:12px; font-family: Times New Roman; text-decoration: none}


a.close-link {
	background: url(/images/powrot.jpg) 0 0 no-repeat;
	width: 170px;
	height: 170px;
}

a.kontakt {
	background: url(../images/cli-kontakt.jpg) 0 0 no-repeat;
	height: 170px;
	width: 300px;
}

a.kontakt:hover {
	background-position: 0 -170px;
}
	
a.regulamin {
	background: url(../images/cli-regulamin.jpg) 0 0 no-repeat;
	height: 170px;
	width: 300px;
}

a.regulamin:hover {
	background-position: 0 -170px;
}

a.panel-admin {
	background: url(../images/cli-panel.jpg) 0 0 no-repeat;
	height: 170px;
	width: 300px;
}

a.panel-admin:hover {
	background-position: 0 -170px;
}

a.poczta {
	background: url(../images/cli-poczta.jpg) 0 0 no-repeat;
	height: 170px;
	width: 300px;
}

a.poczta:hover {
	background-position: 0 -170px;
}

a.poczta-exchange {
	background: url(../images/cli-poczta_exchange.jpg) 0 0 no-repeat;
	height: 170px;
	width: 300px;
}

a.poczta-exchange:hover {
	background-position: 0 -170px;
}
