/* CSS Document */

BODY {
	background: url('../imgs/background.png') repeat-x;
}

TABLE.main {
	width: 802px;
}

TD.block01 {
	height: 72px; 
	background: url('../imgs/logo.png') no-repeat;
}

TD.block02 {
	background: url('../imgs/bar.png') no-repeat; 
	width: 802px; 
	height: 26px; 
	padding-left: 10px; 
	padding-top: 5px; 
	vertical-align: top; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: White;
}

TD.block03_Glowna {
	width: 820px; 
	height: 250px; 
	background: url('../imgs/splash01.jpg') no-repeat top;
}

TD.block03_JakDzialamy {
	width: 820px; 
	height: 90px; 
	background: url('../imgs/splash_jakdzialamy.jpg') no-repeat top;
}

TD.block03_Uslugi {
	width: 820px; 
	height: 90px; 
	background: url('../imgs/splash_przykladoweuslugi.jpg') no-repeat top;
}

TD.block03_Kontakt {
	width: 820px; 
	height: 90px; 
	background: url('../imgs/splash_kontakt.jpg') no-repeat top;
}

TD.block03_Zapytanie {
	width: 820px; 
	height: 90px; 
	background: url('../imgs/splash_zapytanie.jpg') no-repeat top;
}

TD.conblock01 {
	width: 285px; 
	font-size: 9px; 
	padding-right: 20px;
}

TD.conblock02 {
	width: 570px;
	font-size: 9px;
	padding-right: 20px;
}

DIV.conblock_header {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 20px; 
	color: Black; 
	background: url('../imgs/line.png') repeat-x bottom;
}

.conblock_text {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 10.5px; 
	color: Black; 
	text-align: justify; 
	text-indent: 10px;
}

.conblock_text02 {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 10.5px; 
	color: Black; 
	text-align: justify;
}

.conblock_more {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 9.5px; 
	color: Black; 
	text-align: right;
}

TD.bluebox {
	width: 190px; 
	height: 200px; 
	background: url('../imgs/box_up.png') no-repeat top; 
	font-size: 9px; 
	padding: 10px;
}

DIV.bluebox_header {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 16px; 
	color: White; 
	background: url('../imgs/line.png') repeat-x bottom;
}

DIV.bluebox_text {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 16px; 
	color: White;
}

.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9.5px; 
	color: #333333; 
	text-align: center;
}


/* a */

A, A:active, A:visited {
	color: White;
}
A.menu:hover {
	color: #CCCCCC;
	text-decoration: none;
}
A.more, A.more:active, A.more:visited {
	color: Black;
}
A.more:hover {
	text-decoration: none;
}

/* end of a */