@charset "utf-8";
/* CSS Document */


/* Global
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
ul,li {
	list-style-type:none;
	}
body {
	color:#ceebeb;
	background:#2c3a3a;
	font:76%/140% Verdana,Arial,Helvetica,sans-serif;
	}
hr {
	clear:both;
	visibility:hidden;
	}
.clear {
	clear:both;
	}
.centered, p.centered {
	text-align:center;
	}
.right {
	text-align:right;
	}		
img {
	border:0;
	}	

/* Specyfic layouts elements
------------------------------------------------------------------*/

div#container {
	margin-top: 10px;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
div#top {
	background-color: #333;
	height: 300px;
	width: 900px;
}
div#footer {
	background-color: #1c2424;
	height: 80px;
	width: 900px;
}
div#footer p#copy {
	padding-top: 10px;
	margin-left: 8px;
	font-size: 10px;
	color: #828282;
}
a.wiecej:link, a.wiecej:visited {
	text-decoration: none;
	display:block;
	color: #1D598B;
	text-align: right;
	margin-bottom: 10px;
	font-size: 10px;
	background-color: #F8F8F8;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
}
a.wiecej:hover, a.wiecej:active {
	background-color: #F4F4F4;
}
a.wymogi:link, a.wymogi:visited {
	text-decoration: underline;
	display:block;
	color: #1D598B;
	text-align: center;
	margin-bottom: 10px;
	font-size: 11px;
	background-color: #F8F8F8;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
}
a.wymogi:hover, a.wymogi:active {
	background-color: #F4F4F4;
}
a.validate:link, a.validate:visited {
	text-decoration: none;
	color: #666;
	text-align: center;
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 16px;
	margin-top: 3px;
}
a.validate:hover, a.validate:active {
	color: #8A8A8A;
}
#seo {
	text-align: center;
	margin-top:5px;
	margin-bottom:5px;
}
div#wrapper {
	background-color: #dfe9f4;
	color:#333;
	padding-bottom: 0px;
}
div#menu {
	width: 210px;
	float: left;
}
div#mail {
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
div#mail a:link, div#mail a:visited {
	text-align: center;
	display: block;
	text-decoration: none;
	background-color: #cfd9e3;
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#mail a:hover, div#mail a:active {
	background-color: #82888e;
	color: #cfd9e3;
}

div#menu ul {
	margin-left: 8px;
}
div#menu ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	
}
div#menu ul li a:link, div#menu ul li a:visited {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #23221f;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #236fad;
	display:block;
	width: 180px;
	padding-left: 10px;
}
div#menu ul li a:hover, div#menu ul li a:active {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F63;
}
div#content {
	background-color: #fff;
	margin-left: 210px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div#content h1 {
	font-size: 16px;
	margin-bottom: 10px;
}
div#content h2 {
	font-size: 14px;
	margin-bottom: 10px;
}
div#content h3 {
	font-size: 12px;
	margin-bottom: 10px;
}
div#content p {
	font-size: 11px;
	margin-bottom: 10px;
}
div#content p span.uwaga {
	font-weight: bold;
	color: #F00;	
}
div#content ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	margin-left: 20px;
	margin-bottom: 10px;
}
div#content ul li {
	font-weight: normal;
	list-style-type: decimal;
	margin-bottom: 8px;
}
div#content ul li ul li {
	font-weight: normal;
	list-style-type: disc;
	margin-bottom: 8px;
}
div#content img {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	
}
div#content p.podpis-zdj {
	font-size: 10px;
	margin-bottom: 10px;
	font-style: italic;
	color: #666;
}
div#clear {
	clear: both;
}

