div#sidebar {
	width: 130px;
	float: left;
}

div#bluecontent {
	width: 535px;
	float: left;
	background: url(images/bluecontent_bg.jpg) repeat-x top left;
	padding: 30px;
	text-align: justify;
}
	div#bluecontent p {
		padding-bottom: 15px;
	}

div#bluecontent h1 {
	text-indent: -9999px;
	height: 18px;
	padding-bottom: 20px;
}
div#bluecontent h1.header_internet {
	background: url(images/header_internet.gif) no-repeat top left;
}
div#bluecontent h1.header_telefon {
	background: url(images/header_telefon.gif) no-repeat top left;
}
div#bluecontent h1.header_telewizja {
	background: url(images/header_telewizja.gif) no-repeat top left;
}

div#bluecontent h1.header_kontakt {
	background: url(images/header_kontakt.gif) no-repeat top left;
}
div#bluecontent h1.header_pomoc {
	background: url(images/header_pomoc.gif) no-repeat top left;
}

div#sidebar div.btn a {
	display: block;
	width: 103px;
	height: 86px;
	margin: 0 auto;
	background: url(images/side_buttons.jpg) no-repeat;
	text-indent: -9999px;
}
div#sidebar div.btn {
	padding-bottom: 5px;
}
div#sidebar div.internet a { background-position: 0px 0px; }
div#sidebar div.internet a:hover, div#sidebar div.internet a.active  { background-position: -103px 0px; }

div#sidebar div.telefon a { background-position: 0px -86px; }
div#sidebar div.telefon a:hover, div#sidebar div.telefon a.active  { background-position: -103px -86px; }

div#sidebar div.telewizja a { background-position: 0px -172px; }
div#sidebar div.telewizja a:hover, div#sidebar div.telewizja a.active  { background-position: -103px -172px; }

div#sidebar div.pomoc a { background-position: 0px -258px; }
div#sidebar div.pomoc a:hover, div#sidebar div.pomoc a.active  { background-position: -103px -258px; }

div#sidebar div.kontakt a { background-position: 0px -344px; }
div#sidebar div.kontakt a:hover, div#sidebar div.kontakt a.active  { background-position: -103px -344px; }

div.entry, li.entry {
	background: url(images/hor_break.gif) no-repeat bottom center;
	padding-bottom: 10px;
	margin-top: 10px;
}

h2.entry {
	background: url(images/hor_break.gif) no-repeat bottom center;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 20px;
	margin-bottom: 20px;
}


ul#pomoc_contents {

}

div#bluecontent h4 {
	font-size: 12px;
	font-family: Tahoma, Arial;
	font-weight: bold;
	margin-top: 20px;
	padding-bottom: 20px;
}
div#bluecontent a {
    color: #32258E;
}

ul.pomoc_contents {
	list-style-type: none;
	padding-bottom: 20px;
}
ul.pomoc_contents li {
	padding-left: 30px;
	margin-top: 5px;
	background: url(images/pomoc_li_dot.gif) no-repeat;
	background-position: 12px 3px;
}
ul.pomoc_contents li a {
	color: #666 !important;
	text-decoration: none;
}
ul.pomoc_contents li a:hover {
	text-decoration: underline;
}

ul.pomoc_steps {
    list-style-type: none;
}

ul.pomoc_steps div.image {
    float: left;
    width: 150px;
}
ul.pomoc_steps div.desc {
    float: right;
    width: 365px;
}

ul.pomoc_steps div.desc span.pomoc_step {
    font-weight: bold;
    display: block;
    padding-bottom: 20px;
}

div.kontakt_left {
    float: left;
    width: 260px;
}

div.kontakt_right {
    width: 260px;
    float: right;
}
div.kontakt_left, div.kontakt_right {
    line-height: 18px;
}
span.black {
    color: #000;
}
a.skype {
    color: #666 !important;
    text-decoration: none;
    font-weight: bold;
}
.bold {
    font-weight: bold;
}
div#contactform {
    margin-top: 20px;
    padding-bottom: 10px;
}
div#contactform td.label {
    width: 180px;
}
div#contactform td {
    padding: 4px;
}
div#contactform span.required {
    color: #ff0000;
}
div#contactform input.text {
    width: 305px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #999;
    vertical-align: middle;
    color: #666;
}
div#contactform select {
    width: 155px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #999;
    vertical-align: middle;
    color: #666;
}
div#contactform textarea {
    width: 305px;
    height: 115px;
    line-height: 20px;
    border: 1px solid #999;
    color: #666;
}
div#contactform input, div#contactform textarea, div#contactform select {
    font-family: Tahoma, Arial;
    font-size: 13px;
    color: #666;
}
a.btn_contactform {
    display: block;
    width: 180px;
    height: 23px;
    margin: 0 auto;
}
