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

* {
	margin:0;
	padding:0;
	border:0;
	text-align:left;
	text-decoration:none;
	font-family:"trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-size: 0.8em;
	background: url(../img/bg.gif) repeat;
	line-height: 1.2em;
}
img{
	border:none;
}
a{
	color:#767600;
}

a:hover{
	color:#767600;
	text-decoration: underline;
}
h1 {
	font-size: 1.75em;
	color: #666666;
	margin: 0 0 5px 0;
	line-height: 1.8em;
}
h2 {
	font-size: 1em;
	margin: 0 0 10px;
}
h3 {
	font-weight:bold;
}
.clear { clear:both;}

/* formatowanie tresci artykulow */

.paragraf {
	padding: 0 0 5px 0;
}
.paragraf_wciecie {
	padding: 0 0 5px 0;
	text-indent: 15px;
}
.paragraf_poczatek {
	font-weight:bolder;
	font-size: 1.6em;
}
.podtytul {
	padding: 10px 0 5px 0;
	font-weight: bold;
}
.podkresl {
	text-decoration: underline;
}
#box {
	margin: 10px;
	width: 620px;
	height: 460px;
}

