@charset "utf-8";
/* CSS AZ Plansze */

body {
	background-image:url(gfx/bg.png);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}

a {
	color:#49578b;
	text-decoration:underline;
}

#wrapper {
	width:738px;
	margin:0 auto;
	padding:0;
}

#wrapper p {
	font-size:12px;
	color:#000;
	margin:18px 20px;
	line-height:18px;
}

#wrapper p .blue {
	color:#81467f;
}

#title {
	background-image:url(gfx/titleTop.jpg);
	width:737px;
	height:67px;
	float:left;
	clear:both;
	margin-bottom:25px;
}

#title strong {
	font-size:12px;
	color:#F00;
	float:left;
	padding:24px 20px;
}

#homeTitle strong, #uslugaTitle strong {
	font-size:12px;
	color:#F00;
	float:left;
	padding:23px 26px;
}

#title img {
	float:right;
	margin:7px 10px;
}

#homeTop {
	background-image:url(gfx/homeTop.jpg);
	width:796px;
	height:457px;
	float:left;
	margin:0;
	padding:0;
}

#homeTitle {
	background-image:url(gfx/homeTitle.jpg);
	width:754px;
	height:62px;
	float:left;
}

#uslugaTitle {
	background-image:url(gfx/uslugaTitle.jpg);
	width:812px;
	height:62px;
	float:left;
}

#homeContent {
	background-image:url(gfx/homeContent.jpg);
	width:754px;
	height:187px;
	float:left;
	margin-bottom:20px;
}

#uslugaContent {
	background-image:url(gfx/uslugaContent.jpg);
	width:812px;
	height:268px;
	float:left;
	margin-bottom:20px;
}

#homeContent p{
	margin:26px 140px 0px 18px;
}

#homeContent p, #uslugaContent p{
	margin:16px 140px 0px 18px;
}

#list ul {
	font-size:11px;
	margin:15px 250px 0px 35px;
}

#list ul li{
	line-height:20px;
	float:left;
	margin-bottom:18px;
}

.line {
	background-image:url(gfx/line.jpg);
	width:737px;
	height:1px;
	float:left;
	clear:both;
	margin:10px 0 25px 0;
}

#kontakt .writeToUs {
		margin-bottom: 25px;
	}
		#kontakt .writeToUs li {
			padding: 13px 0px 10px 85px;
			position: relative;
			border-bottom: 1px dotted #a6a7aa;
		}
		#kontakt .writeToUs h4 {
			color: #39467f;
			font: bold 1.1em tahoma;
			margin-bottom: 5px;
		}
		#kontakt .writeToUs a {
			position: absolute;
			top: 13px;
			left: 180px;
			color: #c42c00;
			background: url(gfx/icoEnvelope.png) no-repeat 0px 1px;
			padding-left: 25px;
			font: bold 1.1em tahoma;
		}
		#kontakt .writeToUs .domeny {
			background: url(gfx/iconsKontakt.png) no-repeat 0px 0px;
		}
		#kontakt .writeToUs .hosting {
			background: url(gfx/iconsKontakt.png) no-repeat 0px -160px;		
		}
		#kontakt .writeToUs .pomoc {
			background: url(gfx/iconsKontakt.png) no-repeat 0px -300px;		
		}
		#kontakt .writeToUs .ksiegowosc {
			background: url(gfx/iconsKontakt.png) no-repeat 0px -445px;		
}

#footer {
	height:auto;
	width:709px;
	border-top: 4px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:10px;
	float:left;
}
	#footer ul#nav_footer {
		margin:13px 0;
		width:686px;
	}
	#footer ul#nav_footer li {
		display: inline;
		border-right: 1px solid #eee;
		padding:0 9px 0 5px;
	}
	#footer ul#nav_footer li.last-child {
		border-right: none;
		padding-right: none;
	}
		#footer ul#nav_footer li a {
			font:normal 11px tahoma; 
			color:#3958b7;
			text-decoration: none;
}

