/* --- link --- */

a:visited, .linkX a:visited, a:link, .linkX a:link, .fontX{
	color: #626246;
	text-decoration: none;
}

.linkA a:visited, .linkA a:link, .fontA{
	color: #D0D0A6;
	text-decoration: none;
}

.linkB a:visited, .linkB a:link, .fontB{
	color: #623511;
	text-decoration: none;
}

a:hover, .linkX a:hover, .linkA a:hover, .linkB a:hover{
	text-decoration: underline;
}

/* --- main --- */

html, body{
	width: 100%;
	height: 100%;
}

body{
	margin: 0;
	background: #D0D0A6;
}

body, td, th, div, p, span, select, input, textarea{
	font-family: Verdana, "MS Sans Serif", Tahoma, Helvetica;
	font-size: 10pt;
	color: #623511;
}

img{
	border: 0;
}

ul{
	list-style-type: square;
	padding: 0;
	margin: 0 0 0 17px;
	/* margin-left: 17px; */
}

li{
	margin-top: 3px;
	margin-bottom: 3px;
}

hr{
    color: #623511;
    height: 1pt;
}

form{
	margin: 0px;	
}

/* --- main classes --- */

.head{
	font-size: 12pt;
	font-weight: bold;
}

.menuSelected{
	background: #787857 !important;
}

.menuIcon, .menuIconSelected{
	width: 31px;
	height: 24px;
	margin: 0 auto;
}

	.menuIcon{
		background: url(img/logoAA.png);
	}
	
	.menuIconSelected{
		background: url(img/logoAB.png);
	}

.menuTitle{
	font-family: monospace;
	letter-spacing: 2px;
}

.tableA{
}

	.tableA td{
		border: 0px !important;
		padding: 5px;
	}

/* --- ids --- */

#tableMain{
	width: 100%;	
}

	#tableMainTdC{
		width: 752px;
	}
	
	#tableMainTdROfirmie{
		background: url(img/ofirmieBgBody.png) no-repeat 0 1px;
	}
	
	#tableMainTdRRealizacje{
		background: url(img/realizacjeBgBody.png) no-repeat 0 1px;
	}
	
	#tableMainTdRKontakt{
		background: url(img/kontaktBgBody.png) no-repeat 0 1px;
	}

#tableContent{
	width: 752px;
	border-collapse: collapse;
}

	#tableContent td{
		border: white 1px solid;
	}
	
	#tableContentTdTopOfirmie, #tableContentTdTopRealizacje, #tableContentTdTopKontakt{
		width: 750px;
		height: 249px;
	}
	
	#tableContentTdTopOfirmie{
		background: url(img/ofirmieBanner.png) no-repeat;
	}
	
	#tableContentTdTopRealizacje{
		background: url(img/realizacjeBanner.png) no-repeat;
	}
	
	#tableContentTdTopKontakt{
		background: url(img/kontaktBanner.png) no-repeat;
	}
	
	#tableContentTdMenu{
		height: 53px;
	}
	
		#tableMenu{
			width: 750px;
			height: 51px;
		}
		
			#tableMenu td{
				text-align: center;
				border: 0px;
				background: #D0B097;
			}
		
			#tableMenuTdA{
				width: 249px;
				border-right: white 1px solid !important;
			}
			
			#tableMenuTdB{
				width: 250px;
			}
			
			#tableMenuTdC{
				width: 249px;
				border-left: white 1px solid !important;
			}
	
	#tableContentTdMainOfirmie{
		background: #D0B9A6 url(img/ofirmieBgContent.png) no-repeat;
	}
	
	#tableContentTdMainRealizacje{
		background: #D0B9A6 url(img/realizacjeBgContent.png) no-repeat;
	}
	
	#tableContentTdMainKontakt{
		background: #D0B9A6 url(img/kontaktBgContent.png) no-repeat;
	}
	
	#tableContentTdFoot{
		padding: 10px;
		background: #786657;
	}
	
#divMain{
	margin: 100px 50px 20px 50px;	
}

	#divTitle{
		text-align: right;
		font-weight: bold;
		font-size: 12pt;
	}
	
	#divContent{
		margin: 20px 0 0 0;
	}
	
#divFootA{
	float: left;
	width: 31px;
	height: 24px;
	background: url(img/logoB.png);
}

#divFootB{
	float: left;
	margin: 5px 0 0 10px;
}

#divMenu{
	position: relative;
	width: 750px;
	height: 51px;
}

	#divMenuA{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 750px;
		height: 51px;
	}
	
	#divMenuB, #divMenuC{
		position: absolute;
		width: 17px;
		height: 17px;
		background: url(img/itemA.png);
	}
	
	#divMenuB{
		left: 241px;
		top: 18px;
	}
	
	#divMenuC{
		left: 492px;
		top: 18px;
	}

