		body {
		font-family : Arial;
		color : #666666; 
		width : 900px;
		font-size : 13px;
		margin : 15px auto;
		}
		
		/**************************/
		/*Definicje kolorów*/
		.purple {
		color : #9999CC;
		}
		
		.green {
		color : #AECF00;
		}
		
		.grey {
		color : #666666;
		}
		
		.red {
		color : #DF3737;
		font-weight : bold;
		}
		
		#top{
			height: 126px;
			margin:10px 0;
		}
		
		/**************************/
		/*Nagłówek*/
		div#header {
		border-width : 1px 1px 0px 1px;
		border-style : solid; 
		height : 90px;
		font-weight : bold;
		padding : 5px 0 0 5px;
		}
		
		div#text-top-left {
		float : left; 
		width : 440px; 
		font-size : 18px;
		height : 90px;
		}
		
		div#text-top-left a{
		color : #666666;
		text-decoration : none;		
		}
		
		div#text-top-left a:hover {
		color : #AECF00;
		font-weight : 900;
		text-decoration : none;
		word-spacing : 0px;
		}
		
		div#top-button {
		float : left; 
		width : 95px;
		padding : 8px 0px 0px 0px;
		}
		
		div#top-image {
		float : left; 
		width : 130px;
		}
		
		div#text-top-right {
		float : right;
		text-align : right; 
		width : 150px;
		padding : 5px 5px 0 0;
		}
		
		/**************************/
		/*Menu*/
		div#menu{
		font-size : 16px;
		border: black solid 1px;
		height:31px;
		padding:0;
		margin:auto;
		}
		
		div#menu ul{
		display : block;
		margin:0;
		padding:0;
		width : 100%;
		}
		
		
		div#menu ul li {
		float : left;
		list-style-type : none;
		padding : 5px 10px 5px 10px;
		border-width : 0px 0px 0px 1px;
		border-style : solid;
		margin:0;
		height:21px;
		}
		
		
		div#menu a {
		color : #666666;
		font-weight : 900;
		text-decoration : none; 
		}
		
		div#menu a:hover {
		color : #AECF00;
		font-weight : 900;
		text-decoration : none;
		}
		
		/**************************/
		/*Tytuły podstron*/
		h2 {
		margin-top : 12px;
		margin-bottom : 10px;
		color : #9999CC;
		}
		
		/**************************/
		/*Stopka*/
		div#bottom {
		text-align : center;
		background-color : #808080;
		margin-top : 10px;
		clear: both;
		}
		
		.foot {
		font-size : 12px;
		color : white;
		}
		
		div#bottom a {
		text-decoration : none;
		color : white;
		}
		
		/***********************************index.php**********************/
		/*Formularz kontaktowy - index.php*/
		div#contact a{
		color : #666666;
		text-decoration : none;		
		}
		
		div#contact a:hover {
		color : #AECF00;
		font-weight : 900;
		text-decoration : underline;
		word-spacing : 0px;
		}
		
		/**************************/
		/*Reklama - index.php*/
		div#ad-content a {
		color : #666666;
		text-decoration : none;
		}
		
		/**************************/
		/*Teskty informacyjne na index.php*/
		div#info {
		padding : 5px 5px 5px 5px;
		border : 1px solid #C5C5C5;
		}
		
		div#info h4 {
		margin: 0 0 3px 0;
	  font-size: 11pt;
	  color: #AECF00;
		}
		
		div#infos {
		width : 100%;
		clear:both;
		margin-top:5px;
		}
		
		.infox {
		float : left;
		margin : 5px 0 0 5px;
		padding : 5px 4px 5px 4px;
		border : 1px solid #C5C5C5;
		text-align : justify;
		}
		
		.infox h4 {
		margin: 0 0 3px 0;
	  font-size: 11pt;
	  color: #AECF00;
		}
		
		/***********************************faq.php************************/
		/*FAQ*/
		div#faq-table a {
		text-decoration : none;
		color : #666666;
		}
		
		div#faq-table a:hover {
		text-decoration : none;
		color : #AECF00;
		}
		
		div#faq-table td {
		padding : 0px 2px 0px 2px;
		}
		
		.t4 {
		width : 190px;
		}
		
		.t1 {
		width : 210px;
		}
		
		.t2 {
		width : 210px;
		}
		
		.t3 {
		width : 260px;
		}
		
		
		
		/**************************/
		/*Pytania w FAQ*/
		div#faq h5 {
		margin-bottom : 0px;
		margin-top : 10px;
		}
		
		div#faq h4 {
		color : #9999CC;
		margin-bottom : 5px;
		margin-top : 0px;
		}
		
		div#faq ul {
		margin-top : 0px;
		}
		
		div#faq a.links {
		color : #AECF00;
		font-weight : bold;
		}
		
		div#faq a.back {
		font-size : 10px;
		color : #AECF00;
		}
		
		
		/**************************/
		/*Formularz mały*/
		div#form {
		margin-top : 20px;
		margin-left : 0px;
		width : 310px;
		}
