/*
// autor skryptu: DragonXT       //
// strona: www.dragon.xt.pl      //
// strona: www.dawid.xt.pl       //
// email: pixeldestruction@o2.pl //
// gg: 3358574                   //
*/


/* GŁÓWNE FUNKCJONOWANIE STRONY */
body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background: #3c3c3c;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bgtop.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

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: #b0d421;
	text-decoration: none;
}

img {
	border: 0px;
}

.avatar {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	
}

/* TRESC STRONY */

#maindiv {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	float: left;
	width: 457px;
	height: 364px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}

#slideshowbg {
	float: left;
	width: 443px;
	height: 364px;
	background-image: url(../images/slideshowbg.jpg);
	background-repeat: no-repeat;
}

#slideshow {
	padding-top: 74px;
	width: 443px;
	height: 263px;
}

#maintresc {
	margin-top: 3px;
	width: 900px;
	background-image: url(../images/bgsite.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}

#mainmenu {
	float: left;
	width: 230px;
	padding-top: 15px;
}

.menucat {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b0d421;
	padding-top: 21px;
	text-align: center;
	width: 230px;
	height: 64px;
	background-image: url(../images/menucat.jpg);
	background-repeat: no-repeat;
}

.menutresc {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #474747;
}

.menutresc2 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #474747;
}

.menutresc2 img {
	border: 3px solid #9d9d9d;
}

.menutresc2 img:hover {
	border: 3px solid #b0d421;
}

#mainnews {
	float: right;
	width: 649px;
	padding-top: 15px;
	text-align: justify;
}

.newsbar {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 13px;
	text-align: center;
	height: 27px;
	width: 649px;
	background-image: url(../images/newsbar.jpg);	
}

.realizacje img {
	border: 3px solid #9d9d9d;
	text-align: center;
	margin-left: 4px;
	margin-right: 4px;
}

.realizacje img:hover {
	border: 3px solid #b0d421;
}

#podlogo {
	clear: left;
	width: 900px;
	height: 45px;
}

#nawigacja {
	float: left;
	padding-top: 13px;
}

#nawigacja span {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #b0d421;
	font-weight: bold;	
}

#topmenu {
	margin-top: 20px;
	float: right;
}

#topmenu span {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 8px;
	color: #b0d421;
	font-weight: bold;
}

#stopkabg {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 148px;
	background-image: url(../images/stopkabg.jpg);
}

#stopkamain {
	clear: both;
	height: 148px;
	background-image: url(../images/stopkamainbg.jpg);
}

#stopkamenu {
	width: 693px;
	float: left;
	padding-top: 110px;
}

#stopkaprawa {
	width: 180px;
	float: left;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 40px;
	text-align: center;
}

#stopkaprawa span {
	color: #b0d421;	
}

/* menu pod logiem */

a.menulink {
	margin: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	display: inline;
	color: #ffffff;
}

a.menulink:hover,
a.menulink:active,
a.menulink:focus {
	color: #171717;
	background-color: #b0d422;
	text-decoration: none;
}

a.menulink #active_menu {
	color: #666666;
	font-weight: bold;
}

/* menu glówne */

a.menulink2 {
	padding-left: 25px;
	padding-top: 5px;
	height: 20px;
	display: block;
	color: #b0d421;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}

a.menulink2:hover,
a.menulink2:active,
a.menulink2:focus {
	color: #ffffff;
	background-color: #616161;
	text-decoration: none;

}

a.menulink2 #active_menu {
	color: #666666;
	font-weight: bold;
}


