/* reset marginesów oraz dopelnien */
html, body, ul, li { margin: 0; padding: 0;}
/* reset wysokosci linii i fontu */
ul, li, p { margin: 0; padding: 0; font-size: 11px;}
/* resetowanie ramek obrazków */
img {border: none;}

body{
	background-color:#3c46a1;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}
#container{
	margin: 0 auto;
	width: 1024px;
	background-color: #b1b5d9;
	letter-spacing:1px;
	word-spacing:3px;
	text-align: left;
	vertical-align: top;
	position: static;
}

#top{
	height: 288px; width: 1024px;
	}
	
#naglowek {
	position:absolute;
	left:312px;
	top:25px;
	width:515px;
	height:120px;
	z-index:1;
	visibility: hidden;
}

#main{
	width:1024px; background-color:#7b0a0a;
}

#site{
	background-image:url(images/bs-00-01.png);
	background-repeat:repeat-y;
	background-color:#7b0a0a;
	width:80%;
	height:auto;
	overflow:auto;
	padding-left:10px;
}

.nav{
	background-image:url(images/bs-09-01.png);
	background-repeat:repeat-y;
	background-position:right;
	padding-right:10px;
	width: 20%;
}

#bottom{
	background-image: url(images/bs-00-02.png);
	background-repeat:no-repeat;
	width: 1024px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

h2 {
	color: #fff;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(images/h2.jpg);
	margin-left: 4px;
	margin-bottom: 8px;
	padding-bottom: 5px;
	padding-left: 20px;
}

h3 {
	color: #000;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 7px;
}

.nav a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	background-image:url(images/dot-b.png);
	background-repeat:no-repeat;
	padding-left:17px;
	padding-top:3px;}
	
.nav a:hover{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	background-image:url(images/dot-w.png);
	background-repeat:no-repeat;
	padding-left:17px;
	padding-top:3px;
}

a{
	color: #7b0a0a;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;}
	
a:hover{
	position: relative;
	top: 1;
	left: 1;
	font-weight: bold;
	color: #000;
	font-style: italic;
}


table {
	border: none;
	height: auto;
	width: 1024 px;
}
td {
	background-repeat: repeat-y;
	vertical-align: top;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

p.news{
	border: thin groove #000;
	background-color: #EEE;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 4px;
	padding-top: 10px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
}
p.add{
	border: thin groove #000;
	background-color: #EEE;
	padding-bottom: 20px;
	padding-top:20px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
	text-align: center;
}