		body {  
			color: black;
			background: white;
			font-family: tahoma;
			font-size: 11px;
			margin: 0px;
		}
		
		form {
			margin: 0px;
		}
		
		p { 
			font-size: 11px;
		}

		input {
			border: 1px solid black;
			height: 20px;
		}
		
		textarea {
			border: 1px solid black;
			
		}
		
		a {
			color: #0000b7;
			font-family: tahoma;
			font-weight: none;
			text-decoration: none;
			margin: 0px 0px 0px 0px;
		}
		a:hover { color: blue; }
		
		table {
			border: 0px;
			border-spacing: 0px;
			border-collapse: 0px;
		}
		table td {
			padding: 0px 0px 0px 0px;
			border-spacing: 0px;
			border-collapse: 0px;
		}
		
		ul.mapaserwisu {
			list-style: none;
			margin: 0px;
			padding-top: 2px;
			padding-left: 25px;
		}
		ul.mapaserwisu li {
			padding-top: 1px;
		}
		ul.mapaserwisu li a {
			color: black;
			font-family: tahoma;
			font-weight: none;
			text-decoration: none;
		}
		ul.mapaserwisu li a:hover { 
			color: black;
			font-weight: bold; 
		}
		
		ul.menu {
			margin: 0px;
			padding: 0px;
			list-style: none;
			width: 150px;
			border-bottom: 1px solid #ECF4FA;
		}
		ul.menu li {
			position: relative;
		}
		ul.menu li a {
			display: block;
			text-decoration: none;
			font-weight: bold;
			color: black;
			background: #C8DEEF;
			padding: 5px;
			border: 1px solid #ECF4FA;
			border-bottom: 0;
		}
		ul.menu li a:hover {
			color: black;
			background: #98C2E2;
		}
		/* Fix IE. Hide from IE Mac \*/
		* html ul.menu li { float: left; }
		* html ul.menu li a { height: 1%; }
		/* End */
		li.menu ul {
			position: absolute;
			left: 149px;
			top: 0;
			display: none;
		}
		li.menu ul.menu li.menu a {
			padding: 2px 5px;
		}
		li.menu:hover ul, li.over ul { display: block; }

		td.main {
			border-left: 1px dashed black;
			border-right: 1px dashed black;
			border-bottom: 1px dashed black;
		}
		
		td.box {
			background: #ECF4FA;
			border-left: 1px dotted #1454AA;
			border-right: 1px dotted #1454AA;
			border-bottom: 1px dotted #1454AA;
		}

		p.content_head {
			color: #0000b7;
			font-family: tahoma;
			font-size: 12px;
			font-weight: bold;
			margin: 10px 10px 10px 10px;
		}
		
		p.content {
			color: black;
			font-family: tahoma;
			font-size: 11px;
			margin: 10px 10px 10px 10px;
		}
		
		p.box_head {
			color: white;
			font-family: tahoma;
			font-size: 12px;
			font-weight: bold;
		}
		
		ul {
			font-family: tahoma;
			font-size: 11px;
			font-weight: none;
		}
		
		li.oprogramowanie {
			color: #506877;
			font-family: tahoma;
			font-size: 11px;
			font-weight: none;
		}

		li.sieci {
			color: #C55B2C;
			font-family: tahoma;
			font-size: 11px;
			font-weight: none;
		}
		
		li.outsourcing {
			color: #829E27;
			font-family: tahoma;
			font-size: 11px;
			font-weight: none;
		}

		li.kreacja {
			color: #B78417;
			font-family: tahoma;
			font-size: 11px;
			font-weight: none;
		}

		a.menu {
			color: black;
			font-family: tahoma;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
			margin-left: 10px;
		}
		
		table.oferta {
			border-top: 0px solid white;
		}
		table.oferta td {
			border: 1px solid white;
		}

		table.no_border td {
			border: 0px solid white;
		}
		
		table.oprogramowanie {
			border-left: 1px dotted #607887;
			border-right: 1px dotted #607887;
			border-bottom: 1px dotted #607887;
		}

		table.oprogramowanie td {
			border: 0px solid white;
		}

		table.sieci {
			border-left: 1px dotted #D56B3C;
			border-right: 1px dotted #D56B3C;
			border-bottom: 1px dotted #D56B3C;
		}
		
		table.sieci td {
			border: 0px solid white;
		}
		
		table.outsourcing {
			border-left: 1px dotted #92AE37;
			border-right: 1px dotted #92AE37;
			border-bottom: 1px dotted #92AE37;
		}

		table.outsourcing td {
			border: 0px solid white;
		}
		
		table.kreacja {
			border-left: 1px dotted #C79427;
			border-right: 1px dotted #C79427;
			border-bottom: 1px dotted #C79427;
		}

		table.kreacja td {
			border: 0px solid white;
		}
		