table#host {
	width: 600px;
	height: 250px;
	margin: 0px auto;
	border-collapse: collapse;
/*	border: 1px solid #000000; */
 }
tr#rowa {
	background: #ffffff;
	height: 20px;
}
#host .wierszb {
	background: #c0c0c0;
	height: 20px;
}
#host .komorka {
	padding: 5px;
	border: 1px solid #646464;
	background: #dbdbdb;
/*	background: #cddee3;*/
/*	background: #d2d2d2;*/
}

body {
/*	background: #ffffff;*/
	background: #95acb2;
	color: black; /* kolor tekstu */
	font-family: Verdana, Helvetica, sans-serif; /* krój pisma */
/*	margin: 0px; */
}


div#glowny {
	margin: 0px auto;
/*	border: #aaa 1px solid;*/
	width: 700px;
	background: #95acb2;
}

div#stopka {
	margin: 0px auto;
/*	border: #aaa 1px solid;*/
	width: 700px;
	background: #95acb2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
/*	float: right;*/
	border: black 0px solid;
	color: #545350;
}

/*
Stara wersja podmiany obrazków - 2 oddzialne pliki zwykły i hover

a#o_firmie {
	background-image: url('images/button_o_firmie.gif');
	background-repeat: no-repeat;
	width: 172px;
	height: 43px;
	display: block;
}

a:hover#o_firmie {
	background-image: url('images/button_o_firmie_w.gif');
	background-repeat: no-repeat;
	width: 172px;
	height: 43px;
	display: block;
}
*/


a#o_firmie {
	background-image: url('images/button_o_firmie.gif');
	background-repeat: no-repeat;
	width: 172px;
	height: 43px;
	display: block;
}

a:hover#o_firmie {
	background-position: 0 -43px;
}


a#oferta {
	background-image: url('images/button_oferta.gif');
	background-repeat: no-repeat;
	width: 172px;
	height: 43px;
	display: block;
}

a:hover#oferta {
	background-position: 0 -43px;
}

a#wspolpraca {
	background-image: url('images/button_wspolpraca.gif');
	background-repeat: no-repeat;
	width: 172px;
	height: 43px;
	display: block;
}

a:hover#wspolpraca {
	background-position: 0 -43px;
}

a#kontakt {
	background-image: url('images/button_kontakt.gif');
	background-repeat: no-repeat;
	width: 174px;
	height: 43px;
	display: block;
}

a:hover#kontakt {
	background-position: 0 -43px;
}


a#strony {
	background-image: url('images/button_strony.gif');
	background-repeat: no-repeat;
	width: 228px;
	height: 58px;
	display: block;
}

a:hover#strony {
	background-position: 0 -58px;
}


a#hosting {
	background-image: url('images/button_hosting.gif');
	background-repeat: no-repeat;
	width: 228px;
	height: 58px;
	display: block;
}

a:hover#hosting {
	background-position: 0 -58px;
}

a#domeny {
	background-image: url('images/button_domeny.gif');
	background-repeat: no-repeat;
	width: 228px;
	height: 57px;
	display: block;
}

a:hover#domeny {
	background-position: 0 -57px;
}

td#tresc {
	background-color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 15px;
	font-size: 13px;
	vertical-align: top
}

h1{
	margin: 0px;
	font-size: 20px;
	font-weight: bolder;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2{
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 10px;
}


p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	font-family: tahoma; font-size: 14px; color: #6e6e6e;*/
}

img#wtresci {
/*	display: block; */
	float: left;
	border: #646464 1px solid;
	margin-top: 3px;
	margin-right: 10px;

}


a.stopka {	
	color: #545350;
	text-decoration:none
}

a:hover.stopka {
	color: black;
	text-decoration:underline;
}

a.linki_zwykle {	
/*	color: #7b3801;*/
	color: #0a4351;
	text-decoration:none
}

a:hover.linki_zwykle {
/*	color: black;*/
	text-decoration:underline;
}


/* Divy kontakt */

div#kontakt1 {
	padding: 10px;
	border-style: none dotted none none;
	border-width: 1px;
	float: left;
}

div#kontakt2 {
	margin-left: 20px;
/*	margin: 0px auto; */
	border: #aaa 0px solid;
	float: right;

}

div#kontakt_form {
	margin-left: 0px;
	margin-right: 40px;
	margin-top: 80px;
/*	margin: 0px auto; */
	border: #aaa 0px solid;
	float: right;

}

/* Koniec - Divy kontak */

/* Style do formularza kontaktu */
input.kontakt {
	color: #000000;
	background-color: #FFFFFF; 
	font-size: 14px; 
	border-style: solid; 
	border-color: #aaa; 
	border-width: 1px;
}

fieldset.kontakt {
    border: none;
    padding: 0;
  }


label {
    display: block;
    width: 200px;
  }

textarea, .txt {
	padding: 3px 5px;
	border: #aaa 1px solid;
}
/* Koniec - style do formularza kontaktu */

li{
	list-style-image: url('images/arrow.gif');"
}

