/* centercolumn */
#home #centercolumn {
	float: left;
	width: 280px;	
}
#home #centercolumn #animacja {
	width:280px;
	float:left;
	height:185px;
	border-bottom:4px solid #767676;
	text-align: center;
	background-color: #0000FF;
}
#home  #centercolumn #onas {
	width:280px; 
	float:left;
}
#home  #centercolumn #onas a {
	text-decoration: none;
	color: #ff6c00;	
}
/* rightcolumn */
#home  #rightcolumn {
	float: left;
	width: 300px;	
}
#home  #rightcolumn #aktualnosci {
	width:300px;
	float:left;
	height:189px;
	background-color:#8b8b8b;
}
#home  #rightcolumn #aktualnosci  .aktual_nag {
	font-weight:bold;
	color: #FFFFFF;
	padding-bottom:3px;
}
#home  #rightcolumn #aktualnosci  .txt {
	text-indent:20px;
	color: #d1d1d1;
}
#home  #rightcolumn #aktualnosci  .stopka {
	padding-top:5px;
	font-size:10px;color:#d2d2d2;
}
#home #rightcolumn #aktualnosci .stopka a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
}
#home  #rightcolumn #nasze_proj {
	width:300px; 
	float:left;
}
#home  #rightcolumn #nasze_proj a {
	text-decoration: none;
	color: #ff6c00;	
}
/******************** ofirmie *********************/
#ofirmie {
	padding:10px;
	margin-bottom:10px;
}
#ofirmie a:link, #ofirmie a:visited {
	text-decoration: none;
	color: #ff6c00;	
}
#ofirmie a:hover{
	text-decoration: underline;
	color: #ff6c00;	
}
#ofirmie .nag {
	font-size:20px;
	padding-top:0px;
	padding-bottom:10px;
	color:#ff6c00;	
}
#ofirmie .txt {	
	line-height:140%;	
}
#ofirmie .txt .block {	
	text-indent:25px;	
	text-align:justify;
}
#ofirmie .txt .wyru {	
	font-weight:bold;
	font-size:12px;
}
/******************** aktualnosci *********************/
#aktualnosci_content {
	padding:230px 0px 0px 0px;
	text-align: center;
	font-size:12px;
}
/******************** marketing *********************/
#marketing {
	padding:10px;
	margin-bottom:10px;
}
#marketing a:link, #marketing a:visited {
	text-decoration: none;
	color: #ff6c00;	
}
#marketing a:hover{
	text-decoration: underline;
	color: #ff6c00;	
}
#marketing .nag {
	font-size:20px;
	padding-top:0px;
	padding-bottom:10px;
	color:#ff6c00;	
}
#marketing .txt {	
	line-height:140%;	
}
#marketing .txt .block {	
	text-indent:25px;	
	text-align:justify;
}
#marketing .txt .wyru {	
	font-weight:bold;
	font-size:12px;
}
#marketing .txt .wyru1 {	
	font-size:20px;
	padding-top:0px;
	padding-bottom:10px;
	color:#ff6c00;	
}
	
/******************** kontakt *********************/
#kontakt {
	padding:10px;
	margin-bottom:10px;
	background-image:url(../images/kontakt_bg.gif);
	background-position:center top;
	background-repeat:no-repeat;	
}
#kontakt a:link, #kontakt a:visited {
	text-decoration: none;
	color: #ff6c00;	
}
#kontakt a:hover{
	text-decoration: underline;
	color: #ff6c00;	
}
#kontakt .nag {
	font-size:20px;
	padding-top:0px;
	padding-bottom:10px;
	color:#ff6c00;	
}
#kontakt .txt {	
	line-height:140%;	
	/*font-size:12px;*/
		/*padding-left:10px;*/
}
#kontakt .txt .block {	
	text-indent:10px;	
	text-align:justify;
}
/******************** projekty *********************/
#projekty {
	padding:10px;
	margin-bottom:10px;
	background-repeat:no-repeat;	
}
#projekty a:link, #projekty a:visited {
	text-decoration: none;
	color: #ff6c00;	
}
#projekty a:hover{
	text-decoration: underline;
	color: #ff6c00;	
}
#projekty .nag {
	font-size:20px;
	padding-top:0px;
	padding-bottom:10px;
	color:#ff6c00;	
}
#projekty .txt {	
	line-height:140%;	
	/*font-size:12px;*/
		/*padding-left:10px;*/
}
#projekty .txt .block {	
	text-indent:10px;	
	text-align:justify;
}
#projekty .txt .projekt {	
	height:100px;
	border-bottom:1px solid #EEEEEE;
	margin-top:10px;
	margin-bottom:10px;
	
}
#projekty .txt .jpg {	
	float:left;
	width:120px;
	height:80px;
	/*border:1px solid #CCCCCC;*/
	border:2px solid #EE7720;
	/*padding:2px;*/
	margin-right:20px;
	margin-bottom:10px;
	/*background-color:#EE7720;*/
}
#projekty .txt .txt {	
	float:left;
	padding-top:5px;
	width:410px

}
#menutel { /* div "menu" */
width: 300px; /* szerokosc */

height: 30px; /* wysokosc */
overflow: hidden; } /* przycinanie */

#menutel:hover { /* najechane menu */
width: 300px; /* szerokosc */
height: 100%; } /* wysokosc (wartosc musi byc 100% lub "auto" */

ul { /* ul */
margin: 0px; /* margines */
padding: 0px; } /* odstep */

li { /* li */
list-style-type: none; /* rodzaj wykazu */
width: 300px;} /* szerokosc */

li a:hover { /* najechany link */
text-decoration: none; /* dekoracja tekstu */
color: #3B3B3B; /* kolor linka */
width: 300px; /* szerokosc */
padding: 5px; /* odleglosci pomiedzy linkami */
background-color: #F0F0F0 } /* tlo */

p { /* paragraf <p> */
text-align: center;
 }/* tekst wysrodkowany */
 
 
