﻿/************/
/*  GLOBAL  */
/************/
/* NON-HEADER */
*{padding:0; margin:0;}
 body {background-color:rgb(255,255,255); background-image:url(../images/background.jpg); background-repeat:no-repeat; background-position:center bottom}
.page-container {width:900px; margin:0px auto; margin-top:15px; border:solid 1px rgb(0,0,0); font-size:1.1em;}
.main {width:900px;background:transparent url(../images/mainPozadie.png) repeat-y;}
.main-left {display:inline; float: left; padding: 20px 20px 5px 20px;  width:200px;  }
.main-content {display:inline; float:right; width:640px; padding: 0px 20px 20px 0px; }
.footer {clear:both; width:900px; margin: 0px auto 20px auto;  padding:10px; font-size:11px;}

/* HEADER */
.header {width:900px; font-family: arial,"trebuchet ms",sans-serif;}
.header-top {width:900px; height:60px; background:url(../images/mainPozadie.png); }
.header-middle {width:900px; height:200px; background:url(../images/bannerPozadie.png);}

/********************/
/*  HEADER SECTION  */
/********************/
.sitename {height:40px; width:900px;  position:absolute; z-index:1; margin:10px 0 0 20px; }
.sitename h1 {float: left; font-size:23px; color:rgb(70,122,167); width: 200px; line-height: 40px; letter-spacing:-1px}
.sitename h2 {float: right; clear:right; color:rgb(70,122,167); font-size:16px; width:700px; line-height: 40px;}

.sitemenu {width:165px; float: left; padding:10px 0 0 20px; color:rgb(234,239,247); overflow:hidden; display:table-row; font-family: "trebuchet ms", arial, sans-serif;}

.headerslideshow {height: 186px; width: 256px;  margin-top: 10px; padding-right: 80px ; float: right; background:url(../images/shadow.png) no-repeat !important /*Non-IE6*/; background: none /*IE6*/}

/******************/
/*  MAIN SECTION  */
/******************/


/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {line-height:20px; text-align:center; color:rgb(0,0,0); font-weight:bold; font-size:12px;}

/*********************/
/*  CLEAR FLOATS  */
/*********************/
.page-container:after, .header:after, .main:after  {content:" "; display:block; height:0; clear:both; }
