@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin);
body {
	font-size: 12px;
	font-family: Ubuntu, Helvetica, sans-serif;
	background-color: #dbdbdb;
	margin: 0;
	padding: 0;
	background:url('../zsz/layout/bgr.png');
	background-size:auto;
}
div, p, ul, h2, h3, img, li{padding:0px; margin:0px;}
ul{list-style-type:none;}

/* Sekcje */
h1 { 
	text-shadow: 0 1px 1px #000;
	font-size: 25px;
	font-weight: 900;
	margin-left: 5px;
	color: rgb(51,51,51);
	
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(77,77,77,0.3);
}
h2 { 
	text-shadow: 0 1px 1px #000;
	font-size: 20px;
	font-weight:600;
	margin-left: 5px;
	color: rgb(51,51,51);
	
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(77,77,77,0.3);
}
h3 { 
	text-shadow: 0 1px 1px #000;
	font-size: 14px;
	font-weight:300;
	margin-left: 5px;
	color: rgb(51,51,51);
	
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(77,77,77,0.3);
}
#loginbox h1, #loginbox h2, #loginbox h3 {
	color: #FFF;	
}
h1 a, h2 a, h3 a {
	color:#09F;
	background:#666;
	text-decoration:none;	
}

/* Header */
#header {
	background:url('../zsz/layout/Header.png') center top repeat-x;
	height:118px;
	min-width:900px;
}

/* Nawigacja */
#nav {
	background-color:#0195ff;
	min-height:30px;
	max-height:30px;
	min-width:900px;
	text-align:center;	
	overflow:hidden;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
#nav a {
	font-weight: 400;	 
	font-size: 14px;
	text-decoration:none;
	color: #fff;
	min-height:30px;
	padding:20px 15px;/*Wysokosc Szerokosc*/
	text-align:center;
}
#nav a:hover, a:active {
	background:#0a81d6;
	overflow:hidden;
	color:#fff;
}

/* Login Box */
#loginbox {
	background:url('../zsz/layout/LoginBox.png') center no-repeat;
	height:155px;
	min-width:800px;
}

/* Content */
#content {
	width: 800px;
	margin: auto auto;
	background:#fff;
	background:url('../zsz/layout/kratka.png');
	min-height:350px;
}
#content #text{
	width: 760px;
	margin:auto auto;
}

/* Footer */
#footer {
	color: #fff;
	text-align:center;
	font-size: 13px;
	height:120px;
	min-width:800px;
	overflow:visible;
	margin: 0 auto;
	background:url('../zsz/layout/Footer.png') center no-repeat; 
	background-size:1242px;
}
#footer a{
	color:#fff;	
	text-decoration:none;
}