@import url(../admin/style.css);
@import url(bbcode.css);
/* 
** Główny styl strony
** TERABAJT.NET 
** Date: Aug 2007
*/

body {
	background:#4f4931;
	margin: 0;
	color: #000;
	font: 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*
** Style linkow 
*/
a {
	text-decoration: none;
	color:#fff;
}

a:hover {
	text-decoration: underline;
}

ul#menu a {
	color: #fff;
	text-decoration: none;
	border: none;
	font: 1.1em "Times New Roman", Times, serif;
}

a abbr, a acronym{
	border: none;
}
a img{
	border: none;
}

/*
** Ogolny wyglad strony
*/

#calosc{
	margin: 0px auto;
	width: 959px;
	padding:0;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background: url(tlo.gif) repeat-y;
	
}

#piec{
	background: url(piec.jpg) no-repeat #b3c6e4;
	width: 121px;
	height: 201px;
	float: left;
}

#top{
	width: 838px;
	height: 186px;
	margin: 0;
	background:url(top_tlo.gif) bottom repeat-x #b3c6e4;
	float: left;
	padding-top:15px;
}

#top span{
	margin:5px 0 0 0;
	padding:3px;
	display: block;
}
#top #p1{
	padding-left: 35px;
	padding-top:0px;
}

#top #p2{
	padding-left: 85px;
}


#img_1,#img_2,#img_3{
	border: solid 5px #6e8ebd;
	top:20px;
	position: absolute;
}

#img_1{
	margin-left: 315px;
}

#img_2{
	margin-left: 529px;
}

#img_3{
	margin-left: 721px;
}

.wrapper{
	clear: both;
}

#stopka{
	width:851px;
	background:url(top_tlo.gif) top repeat-x #4370b1;
	clear: both;
	float: right;
	height:45px;
	margin:0;
}

abbr, acronym{
	cursor: help;
	color: #fff;
	border-bottom: 1px dashed #fff;
	background: url(abbr.gif) no-repeat right; 
}

p.l{
	float:left;
	text-align: left;
	padding-left: 30px;
	margin-bottom:0;
}

p.r{
	float:right;
	text-align: right;
	padding-right: 30px;
	margin-bottom:0;
}

/*
** Wyglad menu
*/

#menu{
	width:115px;
	height: 100%;
	background: url(menu_top.jpg) no-repeat;
	list-style: none;
	margin:0;
	padding: 30px 0 0 0;
	float:left;
}

#menu li{
	width:83px;
	margin:0 0 0 25px;
	text-align: center;
	padding: 0;
	border-bottom:1px solid #4f5146;
	border-top:1px solid #000;
}

#menu li:hover{
	background: url(menu_hover.gif) repeat-y;
}

/*
** Wyglad tresci
*/

#tresc{
	width:598px;
	float: left;
	padding: 5px;
}

#tresc h1{
	font: 1.5em "Times New Roman", Times, serif;
	padding:0 10px;
	color:#fff;
	width:450px;
	border-bottom:1px solid #6e8ebd;
}

#tresc{
	text-align: justify;
	text-indent: 20px;
	margin: 3px 0 0 0;
}


/* Wyglad autoryzacji */

#autoryzacje{
	width:234px;
	float: left;
	margin: 0 0 0 2px;
}

#autoryzacje h1{
	font: 1.5em "Times New Roman", Times, serif;
	margin:10px 5px;
	padding:0 10px;
	color:#fff;
}

ul#auto{
	margin:0 auto;
	padding:0;
	list-style: none;	
	width:160px;
}


ul#auto li{
	text-align: center;
	width:160px;
	margin-top:5px;	
}		
/**
* Nagłówki
*/
.naglowek
{
	text-align: center;
	font: 1.5em "Times New Roman", Times, serif;
}
