/* Elementy */

body {
	margin: 40px 20px 20px 20px;
	padding: 0px;
	color: #696969;
	background-color: white;
	font-size: 10pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	background-color: #FFFFFF;
	line-height: 150%;
	background-image: url(../pics/back_navy.gif);
	background-attachment: fixed;
}

h1 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size: 1.5em;
	font-weight: 700;
	color: #0064C4;
	}
	
h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
	
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin:0px 0px 5px 0px;
	padding:0px;
	color: #2D98FF;
	}
	
h4 {
	font-size: 1em;
	font-weight: bold;
	margin:0px 0px 5px 0px;
	padding:0px;
	color: #969696;
	}
	
ul ul {
	list-style: circle;
	list-style-type: circle;
	margin-left: 20px;
	}

li {
   margin-bottom: 10px;
   list-style-type: square;
}
	
p {
	margin:0px 0px 16px 0px;
	padding:0px;
	}
	
acronym {
	border-bottom: 1px #666666 dotted;
	cursor:help;
	}
	
/* Linki */

a {
	color: #006CD4;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:link {
	color: #006CD4;
	}

a:visited {
	color: #969696;
	}
	
a:hover {
	background-color: #EDEDED;
	text-decoration: none;
	}
	
/* IDs */

#kontener {
	width: 750px;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	background: #E7E7E7;
	margin-left: auto;
	margin-right: auto;
}
	
#content {
		margin: 10px;
		}
		
#baner {
	width: 740px;
	height: 160px;
	background-image: url(../pics/header_kostka_jedna.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#stopka {
	clear: both;
	padding: 5px;
	margin: 5px 0px 0px 0px;		
	background-color: #ffffff;
	font-size: 8pt;
	text-align: center;
	border-top: 1px solid gray;
	}
	
#info {
	width:240px;
	padding:0px;
	margin-left:20px;
	margin-right:-3px;
	float:right;
	voice-family: "\"}\"";
	voice-family: inherit;
	}

#quicklink {
	padding:0px;
	margin-right:-6px;
	margin-left:-6px;
	width:100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:auto;
	}
		
html>body #quicklink {
	width:auto;
	}
	
/* Menu */

#menu {
	text-align: center;
	}

html>body #info {
	margin-right:-6px;
	}

#lista {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 2px solid #006CD4;
	}
	
#lista ul, #lista li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}	

#lista a:link, #lista a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 7px 4px 7px;
	text-decoration: none;
	color: #006CD4;
	}

#lista a:link#current, #lista a:visited#current, #lista a:hover {
	border-bottom: 4px solid #006CD4;
	padding-bottom: 2px;
	background: transparent;
	color: #006CD4;
	}

#lista a:hover {
	color: #006CD4;
	}

/* Klasy */
	
.tresc {
	width:auto;
	margin:0px 0px 10px 0px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3;
	}
	
.tresc>p {
	margin:0px;
	}

.tresc>p+p {
	text-indent:20px;
	}
	
.alt {
	display: none;
	}
	
.liniak {
	background-repeat : repeat-x;
	background-image: url(../pics/linia3.gif);
	height: 1px;	
	width:450px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	}

.cien {
	margin:15px;
	width:204px;
	float:left;
	border-top: 1px solid #696969;
	border-right: 2px outset #969696;
	border-left: 1px solid #696969;
	border-bottom: 2px outset #969696;
	}

.inside {
		border-left: 1px solid #696969; 
		border-bottom: 1px solid #696969;
		border-top: 1px solid #696969;
		border-right: 13px solid #006CD4;
		background: #ffffff;
		padding: 10px;
		margin-bottom: 10px;
		text-align: left;
		font-size: 9pt;
		}