﻿

/*-----PREFORMATED----------*/

*
	{ 
	padding : 0px; 
	margin : 0px; 
	font-family:sans-serif;
	} 

img 
	{ 
	border : 0px; 
	} 

h1 
	{ 
	font-size : 0.5em; 
	padding : 10px; 
	color : orange; 
	text-align:right;
	} 
a
	{
	color:navy;
	}

a:visited
	{
	color:rgb(88,0,0) ;
	}

/*-----------------------------MAIN DIV------------------*/

body
	{ 
	background:white;
	background-image : url(grafika/bg_body.jpg); 	
	background-repeat:no-repeat;
	background-position:top center;
	} 

#container
	{
	width:990px;
	margin:0 auto;
	overflow:hidden;
	border:solid gray 1px;
	background:rgb(250,250,240);
	}

#menu 
	{
	width : 990px; 
	height :70px; 
	overflow:hidden;	
	margin-top:10px;
	} 

#headline
	 { 
	width: 990px; 
	height: 385px; 
	background-image : url(grafika/bg_headline.gif); 
	background-repeat:no-repeat;
	overflow:hidden;
	margin-bottom:10px;
	 } 

#content
	{
	background-image : url(grafika/bg_content.jpg); 
	background-position:right bottom;
	padding-left:15px;
	padding-right:15px;	
	overflow:hidden;
	}
	
#content .button
	{
	padding: 5px;
	background-color:#0074c5;
	color:#fff;
	border:0px;
	}

#gg
	{
	width:230px;
	border:white 1px solid;
	margin-top:240px;
	margin-left:50px;
	background:rgb(250,250,220);
	border:black 2px solid;
	text-align:center;
	}


/*-----------------------MENU, HYPERLINKS------------------------*/

#menu ul li 
	{ 
	font-weight : bold;	
	list-style-type:none;
	float:left;
	font-size:0.9em;
	} 

#menu a:link.menu, 
#menu a:visited.menu
	{ 	
	display:block;
	height:50px;
	width:110px;
	text-decoration:none;
	background-image: url(grafika/item_link.png); 
	background-repeat:no-repeat;
	color:white;
	padding-top:25px;
	padding-left:55px;
	} 

#menu a:hover.menu
	{
	background-image : url(grafika/item_active.png); 
	} 

#menu span a:link.menu , 
#menu span a:visited.menu
	{
	padding-top:15px;
	padding-left:55px;
	}




/*-----------------------TEXT CLASS--------------------------*/

p
	{	
	line-height:1.4em;
	text-align:justify;
	padding-bottom:5px;
	color:rgb(64,64,64) ;
	}

h3
	{
	width:300px;
	margin:0 auto;
	padding-left:120px;
	color:rgb(64,64,64) ;
	background-image : url(grafika/bg_h3.png);
	border-bottom:1px rgb(64,64,64) solid;
	background-repeat:no-repeat;
	padding-top:25px;
	padding-bottom:10px;
	margin-bottom:20px;
	}

h3 span
	{
	font-weight:normal;
	}

 h4
	{
	color:rgb(64,64,64) ;
	background-image : url(grafika/icon_star.jpg);
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:3px;
	margin-top:10px;
	}

 ul.adres 
	{ 
	color:black;
	width:300px;
	padding-bottom:10px;
	margin:0 auto 10px auto;
	} 

 ul.adres li 
	{ 
	line-height : 1.5; 
	list-style-type: none ;
	list-style-position:outside;
	} 

img
	{
	padding:3px;
	}

/*--------PRODUCT----------------------------------*/

.product
	{
	width:300px;
	height:100px;
	border:1px solid gray;
	margin:5px;
	float:left;
	padding:3px;
	}

/*----------------STOPKA--------------*/

#stopka
	{ 
	width : 1000px;
	height:118px;
	clear : both; 
	background-image : url(grafika/bg_footer.gif); 
	background-repeat:no-repeat; 
	margin-bottom:20px;
	} 

#stopka h5 
	{
	font-size:0.7em;
	line-height:1.5em;
	letter-spacing:1px;
	font-weight:normal;
	padding-top:60px;
	padding-left:120px;
	color:gray;
	}	

/*-----------------MAPA---------------*/

#map 
	{
	width:auto;
	height:auto;
	padding:15px;
	margin:0 auto ;
	background:white;
	border:1px solid gray;
	float:left;
	color:black;
	}


/*--------KOLUMNY-----------------------------------*/


.column_small
	{
	width:300px;
	float:left;
	margin-left:10px;
	overflow:hidden;
	}

.column_medium
	{
	width:490px;
	float:left;
	margin-left:10px;
	overflow:hidden;
	}

.column_center
	{
	width:700px;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:20px;
	}

.column_records /*---NOWOŚCI, PORADNIK--*/
	{
	width:600px;
	margin:0 auto;
	overflow:hidden;
	}

/*-------KLASY POMOCNICZE------------------------*/

.float_right 
	{
	clear:both;
	float:right;
	width:auto;
	}

.float_left
	{
	float:left;
	width:auto;
	}

.clear
	{
	clear:both;
	}

/*-------NOWOŚCI, PORADNIKI----------------------*/

.record_item
	{
	position:relative;
	width:500px;
	float:left;
	margin-bottom:20px;
	color:#3b3734;
	}
	
.record_item .left
	{
	position:relative;
	float:left;
	width:100px;
	text-align:right;
	margin-right:5px;
	}

.record_item .right
	{
	position:relative;
	float:left;
	width:395px;
	}	
	
.record_item .right .tytul
	{
	position:relative;
	float:left;
	width:100%;
	color:#3b3734;
	font-weight:bold;
	margin-bottom:5px;
	}
	
.record_item .right .data
	{
	position:relative;
	float:left;
	width:100%;
	font-size:0.8em;
	font-weight:normal;
	}
	
.record_item .right .opis
	{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:5px;
	}
	
.record_item .right .plik,
.record_item .right .link
	{
	position:relative;
	float:left;
	width:100%;
	}

.podstrony
	{
	text-align:center;
	}

.podstrony 
	{	
	text-decoration:none;
	}

.blad 
	{
	background: #FFB3B3;
	border: 1px solid #FF3300;
	padding: 5px 5px 5px 5px;
	color: #FF3300;
	}

.poprawnie
	{
	background: #228822;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	}
