﻿/*
// 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: #000000;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}

a {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #d40000;
	text-decoration: none;
}

a:hover {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

img {
	border: 0px;
	
}

input {
	color: #ca6e0a;
	border: 1px solid #ca6e0a;
	text-align: center;
	background-image: url(../images/inputbg.jpg) ;
	background-repeat: repeat-x;
	
}

/* TRESC STRONY */

#maindiv {
	width: 889px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 889px;
	height: 397px;
	background-image: url(../images/logo.jpg);
}

#mainleft {
	float: left;
	width: 315px;
}

#mainright {
	float: left;
	width: 574px;
	height:350px;
}

.mcategory1 {
	width: 315px;
	height: 121px;
	background-image: url(../images/cat1.jpg);
}

.mcategory2 {
	width: 315px;
	height: 121px;
	background-image: url(../images/cat2.jpg);
}

.mcategory3 {
	width: 315px;
	height: 121px;
	background-image: url(../images/cat3.jpg);
}

#stopka {
	color: #000000;
	font-weight: normal;
	clear: both;
	width: 889px;
	height: 187px;
	background-image: url(../images/stopka.jpg);
	margin-left:58px;
}

#stopka a {
	color: #d00000;
	font-weight: normal;
}
#stopka a:hover {color:#000000;}

#stopkalinki {
	padding-top: 62px;
	padding-left: 20px;
}

#wykonawca {
	text-align: center;
	margin-top: -60px;
}

#wykonawca a {
	font-weight: bold;
}

.centrowanie {
	text-align: center;
	padding-right: 50px;
}

/* KLASY JQUERY */

.link {
	cursor: pointer;
}

.show {
	display: none;
}

.link2 {
	cursor: pointer;
}

.show2 {
	display: none;
}

.link3 {
	cursor: pointer;
}

.show3 {
	display: none;
}

/* MENU */

.menu {
	list-style: none;
	padding-left: 0px;
}

.menu li {
	list-style: none;
	padding-left: 20px;
	background-image: url(../images/arrow_off.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.menu li:hover {
	list-style: none;
	padding-left: 20px;
	background-image: url(../images/arrow_on.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.menu a {
	text-decoration: none;
	display: block;
	width: 250px;
	height: 20px;
}

.menu a:hover {
	text-decoration: none;
}

/* NEWS */

.mainnews {
  
	margin-top: 10px;
	clear: both;
	width: 559px;
	border-right: 15px solid #fea94d;
	background-color: #fcebb4;
}
.mainnews2 {
  width:875px;
	margin-top: 10px;
	margin-left:0px;
	clear: both;
	border-right: 15px solid #fea94d;
	background-color: #fcebb4;
}

.mainnews:hover {
	border-right: 15px solid #e5c281;
	background-color: #fcebb4;
}

.newstitle { 
	font-weight: bold;
	background-image: url(../images/news_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 10px;
	padding-top: 5px;
	background-position: 0px 8px;
	
}


.newstresc {
	padding-top: 10px;
	text-align: justify;
	padding-right:10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #8b4901;
}
	

.avatar {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 1px;
	background-color: #FFF;
	border: 1px solid #dd801b;
}

.avatar:hover {
	border: 1px solid #000;
}

.clear {
	clear: both;	
}