/*
// autor skryptu: DragonXT       //
// strona: www.dragon.xt.pl      //
// email: dragonxt@o2.pl         //
// gg: 3358574                   //
*/


/* GŁÓWNE FUNKCJONOWANIE STRONY */
body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #928b5b;
	background: #e8e3c3;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/topbg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

a {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #444727;
	text-decoration: none;
}

a:hover {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

img {
	border: 0px;
}

/* TRESC STRONY */

#maindiv {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 850px;
	height: 199px;
	background-image: url(../images/logo.gif);
}

.logomenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	padding-left: 24px;
	padding-top: 10px;
}

.logomenu li {
	background-image: url(../images/arrow1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 24px;
	display: inline;
	padding-right: 30px;
}

.logomenu li:hover {
	background-image: url(../images/arrow1.jpg);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	padding-left: 24px;
}

.logomenu a {
	display: inline;
	color: #ffffff;
}

#sitestart {
	clear: right;
	width: 850px;
	height: 79px;
	background-image: url(../images/sitestart.jpg);
}

#mainsite {
	width: 850px;
	background-image: url(../images/sitebg.png);
	overflow: hidden;
}

#mainnews {
	width: 600px;
	padding-left: 24px;
	float: left;
}

#mainmenu {
	padding-top: 48px;
	width: 226px;
	float: left;	
}

#maintresc {
	width: 566px;
	padding-left: 17px;
}

.kategoria {
	width: 226px;
	height: 96px;
}

.menutresc {
	padding-top: 5px;
	padding-bottom: 15px;
}

.menuimg {
	text-align: center;
	padding-top: 10px;
}

.obrazek {
	border: 3px solid #857c46;
	padding: 3px;
	background-color: #bcb47c;
}

.obrazek:hover {
	border: 3px solid #b42b2b;
	padding: 3px;
	background-color: #da7979;
}

.menu3 {
	list-style: none;
	padding-left: 15px;
	margin: 0px;
}

.menu3 li {
	background-image: url(../images/arrow3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	padding-left: 25px;
	padding-top: 10px;
}

.menu3 li:hover {
	background-image: url(../images/arrow3.jpg);
	background-repeat: no-repeat;
	background-position: 3px 13px;
}

.menu3 li a {
	color: #b42b2b;
	display: block;
}

#panelusera {
	color: #b42b2b;
	width: 140px;
	float: right;
	padding-right: 50px;
	padding-top: 55px;
}

#stopkabg {
	height: 86px;
	background-color: #505050;
}

#siteend {
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: 86px;
	background-image: url(../images/siteend.jpg);
}

#siteend a {
	color: #ffc000;
	font-weight: bold;
}

#siteend a:hover {
	color: #ffc000;
	font-weight: bold;
	text-decoration: underline;
}

#copyright {
	float: left;
	padding-top: 53px;
	padding-left: 24px;
}

#design {
	float: right;
	padding-top: 53px;
	padding-right: 52px;
}

.avatar {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

.ptitle {
	clear: left;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background-color: #b32c2c;
	width: 560px;
	padding-top: 12px;
	padding-left: 6px;
	padding-bottom: 12px;
}

.ntitle {
	clear: left;
	color: #b42b2b;
	font-size: 12px;
	font-weight: bold;
	background-color: #e8e3c3;
	width: 560px;
	padding-top: 12px;
	padding-left: 6px;
	padding-bottom: 12px;
}

.ptresc {
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
}
