
*
{
	padding: 0px;
	margin: 0px;	
}
html 
{
	height:100%;
}
body
{
	height:100%;
	background-image: url("../images/tlo.jpg");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #dedede;
	font-family: tahoma;
	font-size:12px;	
	font-weight:normal;
}


a { text-decoration: none; color: #4c7591; font-weight: bold; }
a:hover { color: #fe8900; }



.main 
{
	width: 1000px; 																/* szerokosc strony */
	margin: 0 auto; 				 	
	min-height: 100%;				
	position: relative; top:0px; left:0px;										
}

.content
{
	padding-bottom:100px;														/* wysokość stopki */
	overflow: auto;	
}
	 
.stopka 
{		
	height:85px;																/* wysokość stopki */
	width: 1000px;																 		
	position: absolute; bottom:0;
	
	background-image: url("../images/stopka_tlo.jpg");
	background-repeat:no-repeat;
	background-position: center;	
	
}

.banner
{
	margin: 0px  auto;
	background-image: url("../images/banner.jpg");
	background-position: top;
	background-repeat: no-repeat;
	width: 923px;
	height: 280px;	
}

.panel1
{	
	width: 935px;
	margin: -30px auto 0px auto;
}

.left
{	
	display: inline;
	float: left;
	width: 248px;	
}
.newsletter
{
	background-image: url("../images/newsletter.jpg");
	background-repeat: no-repeat;
	background-color: white;
	min-height: 211px;
	padding: 10px 10px;	
}
.referencje_tytul
{
	background-image: url("../images/referencje.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	height:30px;	
	width: 248px;
}
.referencje
{
	width: 248px;
	min-height: 200px;	
}

.linia_pozioma
{
	background-image:url("../images/linia_pozioma.jpg");
	background-position: bottom;
	background-repeat: repeat-x;		
}

.ref_text
{
	font-style: italic;	
	margin-top:9px;
}
.ref_tyt
{
	margin-top:10px;
	font-size:14px;
	font-weight: bold;
	color:black;	
}

.right
{	
	width: 660px;
	min-height: 200px;
	display: inline;
	float:left;
	margin-left: 20px;	
}

.coaching
{
	background-image: url("../images/coaching.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	height:30px;
	width:300px;	
}
.tytul
{
	line-height:30px;
	font-size: 17px;
	font-family: times new roman;
	font-weight:bolder;	
	width:228px;
	color: white;
	padding-left: 15px;
}

.right_middle
{
	margin-top:30px;			
	min-height: 300px;
	background-image: url("../images/linia_pionowa.jpg");
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 15px;
	 	
}


.tytus
{
	background-image: url("../images/tytus.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	height:30px;		
}

.linki_tresc
{
	background-image: url("../images/linki_tlo.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: white;
	border-left: solid #d9d9d9 1px;
	min-height:75px;
	width: 597px;
	padding: 20px 30px 20px 30px;
}

.orange
{
	color: #fe8d00;
	font-weight: bold;
	font-size: 18px;
	padding: 0px 10px;
}

.button_blue
{
	background-image: url("../images/blue_button.gif");
	background-position: center center;
	color: white;
	background-repeat: no-repeat;
	font-size:10px;
	width:104px;
	height:25px;
	font-weight: bolder;
	line-height: 25px;
}
.button_red
{
	background-image: url("../images/red_button.gif");
	background-position: center center;
	color: white;
	background-repeat: no-repeat;
	font-size:10px;
	width:104px;
	height:25px;
	font-weight: bolder;
	line-height: 25px;	
}











