/*
// 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: #fffff0;
	background: #494949;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/topbg.jpg);
	background-repeat: repeat-x;
}

a {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

img {
	border: 0px;
}

/* GLÓWNA TRESC STRONY */

#maindiv {
	width: 898px;
	margin-left: auto;
	margin-right: auto;
}

#slogan {
	width: 898px;
	height: 62px;
	background-image: url(../images/slogan.jpg);
}

#logo {
	width: 898px;
	height: 288px;
	background-image: url(../images/logo.jpg);
}

#content_top {
	width: 898px;
	height: 66px;
	background-image: url(../images/content_top.jpg);
}

#content_middle {
	width: 898px;
	background-image: url(../images/content_middle.jpg);
	overflow: hidden;
}

#content_bottom {
	clear: both;
	width: 898px;
	height: 64px;
	background-image: url(../images/content_bottom.jpg);
}

#copybar {
	width: 898px;
	height: 119px;
	background-image: url(../images/copybar.jpg);
}

#menu {
	float: left;
	width: 181px;
	padding-left: 46px;
}

#content {
	float: right;
	width: 537px;
	padding-right: 67px;
}

/* ELEMENTY MENU */

.mainmenu {
	width: 181px;
	padding-bottom: 20px;
}

.menucat {
	width: 181px;
	height: 43px;
}

.menutext {
	width: 181px;
}

.link {
	list-style: none;
	padding-left: 13px;
	margin: 0px;
}

.link li {
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.link li a {
	display: block;
}

.link li a:hover {
	padding-left: 3px;
}

.mcenter {
	width: 181px;
	text-align: center;
	padding-top: 10px;
}

.micon {
	border: 3px solid #8c0000;	
	padding: 3px;
	background-color: #a4a4a4;
}

.micon:hover {
	border: 3px solid #8c0000;	
	padding: 3px;
	background-color: #e0e0e0;
}

/* ELEMENTY TRESCI PODSTRONY / NEWSA */

#powitaniecat {
	width: 537px;
	height: 43px;
}

#powitanie {
	width: 537px;
	height: 177px;
}

.mainnews {
	width: 537px;
	padding-bottom: 20px;
}

.newscat {
	width: 537px;
	height: 43px;
}

.newstext {
	padding-top: 7px;
	width: 537px;
	text-align: justify;
	color: #ffc7c7;
}

.nicon {
	width: 92px;
	height: 131px;
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}

/* ELEMENTY STOPKI */

#copyright {
	width: 250px;
	float: left;
	padding-left: 50px;
	padding-top: 48px;
}

#wykonanie {
	width: 140px;
	float: right;
	padding-right: 50px;
	padding-top: 88px;
}
