* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Georgia;
    font-size: 12px;
    background-repeat: no-repeat;
    color: #000;
    text-decoration: none;
}
.instalator
{
    background-color: #1f6a89;
    padding: 10px;
}
h1, .link2
{
	display: block;
	background-image: url('../../layout/gfx/headline.png');
	background-repeat: repeat-y;
	padding-left: 8px;
	font-size: 13pt;
	font-weight: normal;
}

.link2 a {
	color: #000;
}

strong
{

}
.left
{
    float: left;
}
.right
{
    float: right;
}
.clear
{
    clear: both;
}
.szukaj
{
    text-align: center;
}
h2
{
    color: orange;
}
body {
    background: url('../../images/homepage01.jpg') repeat-x #273840;
}

input, textarea, select {
    background: #FFF;
    border: 1px solid #0E5978;
    padding: 2px;
}

.errors
{
    padding: 20px;
    padding-top: 0px;
    margin: 0 auto;
    border: 1px solid #aa0000;
    color: #fd9149;
    background-color: #ddcccc;
    clear: both;
    float: left;
    font-weight: bold;
    width: 540px;
}

.error
{
     color: #aa0000;
}

.payment
{
    border: 1px solid #0E5978;
    padding: 10px;
    width: 540px;
    text-align: center;
}

option {
    padding: 2px;
}

a {color: #666;}
a:hover {color: #242424;}

#top {
    margin: auto;
    width: 800px;
    height: 59px;
    margin-bottom: 20px;
    padding-top: 20px;
}

#top a, #top span {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #273840;

}

#top a {
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	font-size: 30px;
}

#top span {
	font-size: 12px;
	text-transform: lowercase;
		
}

#body {
	display: block;
	width: 840px;
	margin: 0 auto;
	background: #fff;
}

#content {
    margin: 0 auto 10px;
    width: 800px;
    overflow:hidden;
}

#content table {
	width: 400px;
}

#content_left {
    float: left;
    width: 230px;
    margin: 0 20px 0 0;
}

#content_left ul, #content_left .szukaj {
    list-style-type: none;
    display: block;
    width: 228px;
    background-image: url('../images/box.png');
    background-position: -26px -25px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #608b9f;
    margin-bottom: 5px;
    padding-top: 10px;
}

.szukaj {
	height: 35px;
	padding-top: 15px;
}

#content_left ul li {
    text-align: left;
    margin: auto;
    width: 210px;
    padding: 2px 0px 2px 20px;
    color: #666;
}

.left_header {
    text-align: left;
    width: 213px;
    padding: 5px 0 0 15px;
    font-weight: bold;
    font-size: 15px;
    background-image: url('../images/box.png');
    background-position: -26px 0;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #608b9f;
    height: 22px;
}

#content_right {
    float: left;
    width: 550px;
    color: #4f7383;
    margin-top: 15px;
}

#content_right h2 {
    font-weight: normal;
    margin-bottom: 15px;
}

.error_h3 {
    font-weight: normal;
    margin: -5px 0px 10px 0px;
    color: #CC0000;
}

.error_ul {
    margin: 0px 0px 10px 20px;
    color: #CC0000;
}

#content_right table {
    margin-top: 15px;
}

.c_pages {
    border: 1px solid #608b9f;
    display: table;
    margin: 10px auto 10px auto;
}

.pages_title {
    float: left;
    width: 533px;
    color: #666;
    background: #e1e1e1;
    padding: 3px 0px 3px 15px;
    font-family: Tahoma;
    font-size: 15px;
}

.pages_title a {
    font-family: Tahoma;
}

.pages_mini {
    float: left;
    width: 135px;
    text-align: center;
}

.pages_mini img {
    padding: 5px 0px 5px 0px;
    margin-right: -7px;
    width: 120px;
    height: 90px;
}

.pages_desc {
    float: left;
    width: 380px;
    padding: 8px;
    font-size: 14px;
    font-family: Tahoma;
    text-align: justify;
}

.pages_info {
    float: left;
    width: 533px;
    color: #666;
    background: #e1e1e1;
    padding: 3px 0px 3px 15px;
    font-family: Tahoma;
    font-size: 12px;
}

.pages_info a {
    font-family: Tahoma;
    font-weight: bold;
}

#footer {
    clear: both;
    height: 57px;
    width: 100%;
    background: url(../images/footerBG.gif);
    background-repeat: repeat-x;
    color: #666;
}

#footer strong, #footer_content {
	color: #666;
}

#footer_content {
    width: 800px;
    margin: auto;
    text-align: center;
    font-family: Tahoma;
    padding-top: 21px;
}

.link {
    color: #4f7383;
}

#subcategories {
    margin: 10px 0px 10px 0px;
    list-style-type: none;
    display: table;
}

#subcategories li {
    width: 30%;
    float: left;
    padding: 5px;
}


.page a:link, .page a:visited
{
    color: #4f7383;
}