body {
	margin: 0;
	padding: 0px;
	text-align: center;
	background: #000000;
}

#pagewidth {
	background: #FFFFFF url('../images/background_sol.jpg') no-repeat;
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #D9EDF8;

}

/** ==================== PRZYCISKI MENU ==================== **/
div#top {
	width: 1000px;
}
div#left_column {
  	float: left;
/*  	width: 170px;*/
	width: 208px;
  	margin-top: 20px;
	padding-left: 20px;
	
}
div#left_column p.normal {
	margin: 0 0 5px 0;
	padding: 0 0 0px 0;
	
}


div#left_column a {
	display: block;
	clear: both;
	width: 200px;
	height: 32px;
	font-family: arial, "Times New Roman", Tahoma, sans-serif, verdana;
/*	font-size: 12px;*/
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: url('../images/button_sol.jpg') no-repeat;
	margin: 0px 0px 3px 0px;
	/*padding-top: 8px;*/
	padding-top: 7px;
	text-align: center;
	/* for IE */
	filter:alpha(opacity=70);
  	/* CSS3 standard */
	opacity:0.7;
 	
}
div#left_column a:link {
 	color: #FFFFFF;
}

div#left_column a:visited {
 	color: #FFFFFF;
}
div#left_column a:hover {
	color: #000000;
}
div#left_column a:active {
	color: #000000;
}

/** ==================== POLE PRODUKTÓW ==================== **/
div.textbox {
  	background: url('../images/divBackground_solari.jpg') no-repeat white; /*#FFFFFF;*/
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	padding-top: 10px;
	width: 730px;
	height: auto;
	border: 2px solid #40385C;	
	min-height: 600px;

}
* html div.textbox {
	height: 600px;
}
div.textbox p.normal {
 	clear: both;
	color: #000000;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
	padding: 20px 30px 10px 30px;
	margin: 0;
}
div.textbox p.center {
 	clear: both;
	color: #000000;
	font-family: "Lucida Sans Unicode";
	font-size: 11pt;
	font-weight: normal;
	text-align: center;
	padding: 20px 30px 10px 30px;
	margin: 0;
}
p.center span.small {
	font-size: small;
}
p.center span.big {
	font-size: x-large;
}
div.textbox p.sleft {
	float: left;
	background: #eae1d8;
	color: #000000;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
	padding: 20px 30px 10px 30px;
	margin: 0;
	width: 670px;

}
div.textbox p.sright {
	float: right;
	background: #d4c1b0;
	color: #000000;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
	padding: 20px 30px 10px 30px;
	margin: 0;
	width: 670px;
}

div.textbox img.sleft {
	clear: left;
	float: left;
	padding: 0px 30px 10px 10px;
}

div.textbox img.sright {
	clear: right;
	float: right;
	padding: 0px 10px 10px 30px;

}
.underline {
	text-decoration: underline;
}
div.textbox div.transpProdLeft {
	/*background: url('../groups/bws_mleczko.jpg') no-repeat right;*/
	padding: 0px;
	margin: 0px 0 0 0px;
	width: 730px;
	height: 360px;
	margin-top: -60px;
}
div.textbox div.transpProdLeft p {
	float: left;
	position: relative;
	top: 100px;
	left: 155px;
	width: 550px;
	color: #000000;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
}
div.textbox div.transpProdRight {
	background: url('../groups/ifix_fixit1.jpg') no-repeat;
	padding: 0px;
	margin: -5px 0 0 0px;
	width: 730px;
	height: 220px;
}
div.textbox div.transpProdRight p {
	float: left;
	position: relative;
	top: 50px;
	left: 35px;
	width: 550px;
	color: #000000;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
}
/** ==================== STOPKA STRONY ==================== **/
div#foot {
	clear: both;
	background: transparent;
	padding-top: 30px;
}

div#foot img {
	vertical-align: bottom;
}

/** ==================== FORMULARZ REJESTRACJI ==================== **/
table#register, table#legenda {
	border: 1px solid orange;
	margin: 20px;
}
table#legenda {
	width: 200px;
}
table#register {
	width: 350px;
}
table#register th, table#legenda th {
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 12pt;
	color: #FF9600;
	background: #FFECAC;
	text-align: center;
}
table#register th#th_stat {
	font-family: Verdana;
	font-size: 12pt;
	color: black;
	background: white;
	text-align: center;
}
table#register td, table#legenda td {
	font-family: Verdana;
	font-size: 8pt;
	color: black;
	text-align: right;
}
table#register td.status {
	font-family: Verdana;
	font-size: 10pt;
	color: #8400FF;
	font-weight: bold;
	background: #E7CDFF;
	text-align: center;
}
table#register td input.notok {
	background: #FFC6C6;
	width: 200px;
}
table#register td input.ok {
	background: #C6FFC6;
	width: 200px;
}
table#register td input.info {
	background: #CFE0FE;
	width: 200px;
}

table#legenda td.leg_notok {
	background: #FFC6C6;
	width: 30px;
}
table#legenda td.leg_ok {
	background: #C6FFC6;
	width: 30px;
}
table#legenda td.leg_info {
	background: #CFE0FE;
	width: 30px;
}

p.warning {
	font-family: Verdana;
	font-size: 12pt;
	color: red;
	text-align: left;
	border: 1px solid red;
}
span.tip {
	font-family: Verdana;
	font-size: 7pt;
	color: red;
	text-align: left;
	width: 120px;
	
}

