body {
	background: #fff url(graf/tlo.gif);
	color: #404040;
	font-family: "verdana ce", verdana, helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: fixed;
}


a:link {
	color: #330;
}
a:visited {
	color: #630;
}
a.visit {
	text-decoration: none;
	color: black;
}
h1, h2, h3 {
	color: #666;
}
h1 {
	font-size: 1.4em;
	margin-left: -10px;
}
h2 {
	font-size: 1.1em;
	margin-left: -5px;
}
h3 {
	font-size: 1.1em;
}

dt {
	text-transform: uppercase;
	color: #CD5C5C;
	font-size: 1em;
	font-weight: bold;
	font-variant: normal;
	margin: 5px 0px;
	border-bottom: 1px solid #eee;
}
dd {
	margin-left: 10px;
}
.zdjeciepop {
	border: 2px solid #C1C1A2;
	margin: 5px;
}
/* ------------ Nagłówek ------------- */
#header {
	background: white;
	border-bottom: 1px solid #aaa;
	
}
#nadmenu {
	border-top: 2px solid #fff;
	padding: 0px;
	background: #C1C1A2;
	color: brown;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "verdana ce", verdana, sans-serif;
	font-weight: bold;
}
#nadmenu a {
	display: block;
	float: left;
	padding: 1px 10px;
	text-decoration: none;
	color: black;
}
#nadmenu a.visit {
	background: #eee;
	color: black;
}
#nadmenu a:hover {
	background: #fff;
	color: #666;
}

/* ------------ opak ------------- */
#opak {
	width: 760px;
	border: 1px solid #666;
	margin: 0px auto;
}

/* ------------ Content ------------- */
#content {
	padding: 20px 20px 20px 30px;
	line-height: 1.5em;
	background: #fff;	
}

#content ul {
	list-style-image: url(graf/punkt.gif);
	list-style-type: square;
	list-style-position: outside;
	padding: 0px;
	margin: 20px;
	line-height: 1em;
}

#content ul li {
	margin: 5px 0px;
}
#wyniki {
	margin-top: 10px;
}
#wyniki td{
	padding: 2px;
}
#wyniki caption {
	background: #FFFCEC;
	font-weight: bold;
	border-top: 1px solid #666;
}
#wyniki th {
	background: #eee;
}

.material {
	width: 120px;
	padding: 1px;
	height: 140px;
	float: left;
	margin: 10px;
	background: #ddd;
}
.material img {
	margin: 0px;
	padding: 0px;
}
/* ------------ lewy panel ------------- */
#lewy {
	padding: 20px 0px;
	background: #fff;
}
#menul {
	width: 180px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menul a {
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	padding: 3px;
	color: #663333;
	background: #FFF;
	border-bottom: 1px solid #C3683B;
	text-decoration: none;
	padding-left: 6px;
}
#menul a:hover {
	color: #EE7B3F;
	background: white;
}
#menul a.visit {
	color: #663333;
	background: #eee;
	font-weight: bold;
}
#menul a.nadplik {
	color: black;
	font-size: 11px;
	background: #FFFFD6;
	border: 2px solid #C1C1A2;
	border-left: 0px;
}

#menul a.nadplik:hover {
	color: brown;
	background: white;
}

.teleadres {
	font-size: 12px;
	margin: 5px;
	color: #666;
	text-align: center;
	margin-top: 20px;
}

/* ------------ stopka ------------- */
#footer {
	padding: 5px;
	background: #eee;
}

#podmenu {
	padding-left: 20px;
}
#podmenu a {
	margin: 0px 3px;
}