body {
	background: url(images/background.png) repeat-x fixed;
    background-color:#303123;
    font-family: Helvetica, Arial, sans-serif;
  	margin: 0;
	padding: 0;
	height: 100%;
}

#header {
	background: url(images/header_bg.jpg) repeat-y;
	height: 90px;
    width: 974px;
}

#header h1 {
    font-size:2.777em;
    margin:25px;
    color:white;
}

#header .search {
    margin-left:710px;
    margin-top:-59px;
    position:absolute;
    width:212px;
}

#header .search #submit {
    background:transparent url(images/button_bg.png) repeat-x scroll 0 0;
    border:1px solid #56B4E8;
    color:white;
    font-weight:bold;
}

#header .search #search_phrase {
    background: white;
    border:1px solid #56B4E8;
    color:black;
}


#menu {
    background-color:#787167;
    border:1px solid #5D473C;
    font-weight:700;
    height:27px;
    overflow:hidden;
}

#menu a {
    color:white;
    text-decoration:none;
}

#menu td {
    width:111px;
    font-family:Helvetica,Arial,sans-serif;
    font-weight:700;
    font-size:10pt;
    text-align:center;
}

#content {
    background-color:#353930;
    color:white;
    border-left:1px solid #000;
    text-align: justify; 
    vertical-align:top;
    font-family:Arial;
    font-size:10pt;
    padding:10px 60px;
    /*width:100%;*/
}

#content a {
    color:white;
    text-decoration:underline;
}

#box {
    background-color:#000;
    color:white;
    width:185px;
    vertical-align:top;
    font-family:Arial;
    font-size:10pt;
}

#linki {
    font-family:Verdana;
    font-weight:400;
    font-size:8pt;
    color:white;
}

h3 {
    color:#987DA3;
}

.boxtitle {
    background: url(images/pasek_box.jpg)  repeat-y;
    color:white;
    display:block;
    font-family:Verdana;
    font-size:10pt;
    font-weight:700;
    padding:5px 10px;
}

.small_text {
    font-family:Verdana;
    font-size:8pt;
    padding:5px 10px 10px;
	color:white;
}


#tytul {
    text-align:center;
    font-family:Arial;
}

#linki2 {
    font-family:Arial,Verdana;
    font-weight:400;
    font-size:10pt;
    color:#000;
}



a:hover {
background-color:#F4E8C2;
}

#footer {
    background: url(images/footer.jpg) no-repeat;
    height:40px;
    font-family:Arial;

}

#fMadeBy {
    padding-right:10px;
    float:right;
    font-size: 0.7em;
    color: #676767;
}


#fMadeBy a {
	color: #676767;
}

#fCopyrights {
    text-align:left;
    padding-left:10px;
    font-size: 0.7em;
    color: #676767;
}

.komponent {
    padding-top:1px;
    padding-bottom:1px;
    border:1px solid #AFA186;
    background-color:#DFE0D6;    
}

#error_log {
    color:red;
    font-weight:700;
    font-size:10pt;
}

#login {
    background-image:url(images/u.gif);
    background-position:left;
    background-repeat:no-repeat;
    padding-left:20px;
}

#haslo {
    background-image:url(images/p.gif);
    background-position:left;
    background-repeat:no-repeat;
    padding-left:20px;
}

#newsl {
    color:green;
    font-weight:700;
    font-size:10pt;
}

#newsletter {
    background-image:url(images/m.gif);
    background-position:left;
    background-repeat:no-repeat;
    padding-left:20px;
}

#przycisk {
    border-right:#000 1px solid;
    border-top:#000 1px solid;
    border-bottom:#000 1px solid;
    border-left:#000 1px solid;
    font-size:13px;
    background-color:#7A939F;
    cursor:auto;
    color:black;
    font-family:tahoma,sans-serif;
    height:22px;
}

img {
    border-right:#000 1px solid;
    border-top:#000 1px solid;
    border-bottom:#000 1px solid;
    border-left:#000 1px solid;
}