@charset "utf-8";
/* CSS 2.0
 * Style dla strony www.kbs.pl
 *
 * @Author Rafał Wachułka
 * @Copyright ©2007 imbaworks
 *
 * Kolory:
 * jasny szary (hr): #cacaca
 * ciemniejszy szary (tekst): #9F9F9F;
 * ciemny szary (oferta): #707070
 * niebieski (naglowki, linki): #0093dd
 */

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  
}

.cleaner {
	clear:both;
}

.blue {
	color: #0093dd;
}

.left {
	float: left;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}


.tinymce{
	width: 670px;
	overflow-x: hidden !important;
}

form img{ 
	margin: 1px !important;
	padding: 0px !important;
	background-color: transparent !important;
}

select {
	width: auto !important;
}

h2 {
	color: #0093dd;
	font-size: 12px;
	font-weight: bold;
}

.error {
	width: 98%;
	padding: 5px;
	font-size: 10px;
	text-align: center;
	background-color: #FFE6E6;
	border: 1px solid #BF0000;
	color: #BF0000;
	margin-bottom: 20px;
}

.correct {
	width: 98%;
	padding: 5px;
	font-size: 10px;
	text-align: center;
	background-color: #E1FFE1;
	border: 1px solid #00CC00;
	color: #00CC00;
	margin-bottom: 20px;
}

/******************* KONTENER STRONY **************************/
div#container {
border: 0px solid #000;
	width: 970px;
	margin: 0px auto 0px auto;
	height: auto;
	background: url(../images/container_sides.png) repeat-y;
}

div#end {
border: 0px solid #000;
	width: 970px;
	height: 8px;
	background: url(../images/container_bottom.png) no-repeat 0 0;
}
/******************* KONTENER ENDS *************************/

/******************* TOP **************************************/
div#top {
	width: 958px;
	height: 79px;
	background: url(../images/navi_bg.png) repeat-x 0 0;
	margin: auto;
}

div#top #top_logo {
	float: left; 
	height:79px;
	width: 477px;
	background: url(../images/navi_logo_top.png) no-repeat 11px 0px;
}
div#head img {
	margin: 0px;
}
/******************* TOP ENDS *********************************/

/******************* HEAD **************************************/
div#head {
	width: 958px;
	height: 153px;
	margin: auto;
	border: 0px solid #000;
}
div#head div {
	float: left;
}
div#head img {
	float: left;
	margin: 0px;
}
/******************* HEAD ENDS *********************************/

/******************* CONTENT **************************************/
div#content {
	width: 958px;
	margin: auto;
	border: 0px solid #000;
}
/* LEWA */
div#content #left {
	width: 247px;
	float: left;
	margin: auto;
	background: url(../images/content_top_bg.png) repeat-x 0px 0px;
}

div#left #bottom_logo {
	float: left; 
	height:53px;
	width: 247px;
	background: url(../images/left_logo_bottom.png) no-repeat 11px 0px;
}

div#left #ofertyBox {
	float: left; 
	width: 247px;
	/*background: url(../images/left_oferty_head.png) no-repeat 0px 0px;*/
}

div#left #loginBox {
	margin-top:100px;
	margin-bottom: 50px;
	width: 247px;
	height: 134px;
	background: url(../images/left_loginbox.png) no-repeat 0px 0px;
	color: #fff;
	font-size: 10px;
}

div#left .panelBox {
	margin-top:50px;
	margin-bottom: 0px;
	padding-left:5px;
	width: 242px;
	color: #0093dd;
	font-size: 10px;
}
.panelBox a { 
	color: #0093dd;
	text-decoration: none;
}
.panelBox a:hover { 
	color: #0093dd;
	text-decoration: underline;
}

/* PRAWA */
div#content #right {
	width: 711px;
	float: left;
	background: url(../images/content_top_bg.png) repeat-x 0px 0px;
	border: 0px solid #000;
}
#showBox { 
	margin: 40px 20px 20px auto;
	width: 681px;
	color: #707070;
	line-height: 1.5em;
}

#showBox img{ 
	margin: 5px;
	padding: 5px;
	background-color:#cacaca;
}
#showBox img.noborder {
	margin: 0px !important;
	padding: 0px !important;
	background-color: transparent !important;
}
#showBox ul { 
	list-style-image: url(../images/li_dot.png);
}

#showBox li {
	margin-left:0px;
}

#showBox a { 
	color: #0093dd;
	text-decoration: none;
}
#showBox a:hover { 
	color: #0093dd;
	text-decoration: underline;
}
#showBox .header{
	color: #0093dd;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 18px;
}
#showBox .submenu {
	line-height: 10px;
	text-align: right;
	font-size: 10px;
	color: #0093dd;
	margin-bottom: 30px;
}
#preview { 
	margin: 0px;
	width: 670px;
	color: #9F9F9F;
	line-height: 1.5em;
}

/******************* CONTENT ENDS *********************************/

/******************* STOPKA *********************************/
div#footer {
	width: 958px;
	height: 21px;
	margin: auto;
	color: #0093dd;
	background: url(../images/footer_bg.png) repeat-x 0 0;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
}

div#footer a {
	font-weight: bold;
	color: #0093dd;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}
/******************* STOPKA ENDS ***************************/

/******************* AUTOR *********************************/
div#counter {
	float:left;
	border: 0px solid #000;
	width: 300px;
	background-color:#FFFFFF;
	text-align: left;
	padding-left: 10px;
	font-size: 10px;
	color: #cacaca;
	height:30px;
}

div#author {
	border: 0px solid #000;
	width: auto;
	background-color:#FFFFFF;
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
	color: #cacaca;
	height:30px;
}

div#author a {
	font-weight: bold;
	color: #cacaca;
	text-decoration: none;
}

div#author a:hover {
	text-decoration: underline;
}
/******************* AUTOR ENDS *************************/