body {
    font-family: Verdana;
    font-size: 12px;
}

#main {
    width: 890px;
    margin: 0 auto;
    background: #fff url(../img/main.png) right top no-repeat;
}
a {
	color: #000;
	
}
a:hover {
	text-decoration: none;	
}
#bgl {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    z-index: -1;
    height: 485px;
    background: url(../img/bgl.png) repeat-x top;
}

#bgr {
    position: absolute;
    top: 0;
    width: 50%;
    left: 50%;
    z-index: -1;
    background: url(../img/bgr.png);
}

#bgrIn {
    position: relative;
    top: 150px;
    height: 100%;
    width: 100%;
    background: url(../img/bg.png);
}

h2, h3 {
    font-weight: bolder;
}

h2 {
    font-size: 18px;
    margin-bottom: 12px;
}

h3 {
    margin-top: 12px;
    font-size: 16px;
}

#content li {
    margin-left: 14px;
}

#content p {
    margin-bottom: 5px;
    text-indent: 30px;
}
#messages div {
	margin-left: 78px;
}

#messages p {
    text-indent: 0 !important;
}

#top ul {
    list-style-type: none;
    text-indent: -5000px;
}

#top li {
    float: left;
    display: inline;
}

#top ul a {
    display: block;
    height: 40px;
}

#top ul a:hover, #top ul a.on {
    background-position: 0 -40px;
}

#onas {
    background: url(../img/onas.png);
    width: 84px;
}

#oferta {
    background: url(../img/oferta.png);
    width: 94px;
}

#referencje {
    background: url(../img/referencje.png);
    width: 130px;
}

#kontakt {
    background: url(../img/kontakt.png);
    width: 101px;
}

#cennik {
    background: url(../img/cennik.png);
    width: 96px;
}

#polecamy {
    background: url(../img/polecamy.png);
    width: 125px;
}

#contentBg {
    position: absolute;
    margin-top: 275px;
    margin-left: 635px;
    width: 45px;
    background: url(../img/bgmain.png) repeat-y;
    z-index: 1;
    background-position: right;
}

#content {
    clear: both;
    margin-top: 24px;
    margin-left: 18px;
    text-align: justify;
    background: url(../img/bgmain.png) repeat-y right;
    width: 872px;
}

#text {
    width: 600px;
    float: left;
}

#right {
    float: right;
}

#menu {
    float: left;
    width: 640px;
}

#top {
    height: 210px;
}

#panelBox {
    float: right;
    margin-top: 12px;
    margin-right: 24px;
    width: 203px;
}
#panel {
	background: url(../img/login.png) no-repeat 0 10px;
	height: 54px;
    width: 203px;
}
#klient {
	display: block;
	margin-left:47px;
	width: 157px;
	height: 17px;
	background: url(../img/panel.png);
	text-indent: -5000px;
}
#klient:hover {	
	background-position: 0 -17px;
}

#panel input {
/*	float: right;
	margin-right: 3px;*/
	margin-left: 50px;
    border: 0;
}

#login {
	margin-top: 10px;
    margin-bottom: 10px;
}

#pass {
    margin-bottom: 10px;
}

#login, #pass {
    width: 150px;
    height: 15px;
    margin-left: 2px;
    background: none;
}
#zalogowany {
	margin-left: 47px;
	margin-top: 7px;
}

#zaloguj {
	float: right;
    background: url(../img/zaloguj.png);
    font-size: 0;
    width: 79px;
    height: 17px;
    cursor: pointer;
}

#zaloguj:hover {
    background-position: -79px;
}

.clear {
    clear: both;
}

#enov {
    width: 194px;
    height: 138px;
}

#enova {
    display: block;
    text-indent: -5000px;
    width: 194px;
    height: 138px;
    margin-top: -40px;
    margin-right: 9px;
    background: url(../img/enova.png);
}

#enova:hover {
    background-position: 0 -138px;
}

#kontaktText {
    float: left;
    width: 200px;
}

#kontaktForm {
    float: right;
    width: 380px;
	margin-right: 0px;
}

#kontaktForm ul {
    margin: 0;
    padding: 0;
}

#kontaktForm li {
    background: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

#kontaktForm label {
	margin-bottom: 4px;
    display: block;
	font-weight: bolder;
    width: 150px;
}

#kontaktForm input {
	margin-bottom: 6px;
    width: 204px;
    border: 1px solid #D6DEF7;
    padding: 2px;
}

#kontaktForm input:hover {
    border: 1px solid #455189;
}

#kontaktForm input:focus {
    border: 1px solid #000;
}

#kontaktForm textarea {
    width: 375px;
    height: 125px;
    border: 1px solid #D6DEF7;
    padding: 2px
}

#kontaktForm textarea:hover {
    border: 1px solid #455189;
}

#kontaktForm textarea:focus {
    border: 1px solid #000;
}

#wyslij {
    width: 50px !important;
    font-size: 11px;
    font-family: Arial;
    font-weight: bolder;
    background: #fff;
}

#wyslij a {
    text-decoration: none;
}

#msg {
    margin-left: 10px;
    font-weight: bolder;
}

#map {
	margin-top: 10px;
    width: 600px;
    height: 340px;
}

html {
    overflow-x: hidden;
}

html, body, #wrap {
    height: 100%;
}

body > #wrap {
    height: auto;
    min-height: 100%;
}

#main {
    padding-bottom: 60px;
}

/* must be same height as the footer */
#footerBox {
    position: relative;
    margin-top: -60px; /* negative value of footer height */
    height: 60px;
    clear: both;
}

#footerBg {
    position: absolute;
    left: 50%;
    height: 60px;
    width: 50%;
    z-index: -1;
    background: url(../img/bgfooter.png) repeat-x;
}

#footer {
    margin: 0 auto;
    width: 890px;
    height: 60px;
    background: #fff url(../img/footer.png) top right no-repeat;
}

#messages strong {
	cursor: pointer;
}


/* CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/ * html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

pre {
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
 word-wrap: break-word; /* Internet Explorer 5.5+ */
}