@charset "utf-8";
/* CSS Document */

body{
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
background-image:url(../gfx/bg_body.png);
background-position:center top;
background-repeat:repeat-x;
font-size:10px;
color:#6e6e6e;
margin:0px;
padding:0px;
}

a img{
border:0px;
}

a{
text-decoration:none;
color:#6e6e6e;
}

a:visited{
text-decoration:none;
color:#6e6e6e;
}

a:hover{
text-decoration:underline;
color:#6e6e6e;
}

#container{
width:982px;
margin:auto;
}

#left{
width:286px;
float:left;
}

#butelki{
width:286px;
height:346px;
background-image:url(../gfx/bg_butelki.jpg);
background-position:center top;
background-repeat:no-repeat;
}

#menu_left{
width:286px;
background-image:url(../gfx/bg_menu_left.jpg);
background-position:center top;
background-repeat:no-repeat;
padding:46px 0px 0px 0px;
}

.menu_left_item{
width:218px;
background-image:url(../gfx/bg_menu_left_item.png);
background-position:center right;
background-repeat:no-repeat;
color:#575757;
font-size:12px;
text-align:right;
padding:0px 60px 0px 0px;
margin:0px 0px 20px 0px;
}

.menu_left_item a, .menu_left_item a:visited{
color:#575757;
text-decoration:none;
}

.menu_left_item a:hover{
color:#575757;
text-decoration:underline;
}

#right{
width:696px;
float:right;
}

#logo_tech{
width:696px;
height:94px;
}

#logo{
width:385px;
height:94px;
float:left;
margin-left: -4px;
}

#tech{
width:268px;
height:41px;
float:right;
text-align:right;
padding:53px 43px 0px 0px;
}

#menu{
width:660px;
height:41px;
background-image:url(../gfx/bg_menu.png);
background-position:center top;
background-repeat:no-repeat;
line-height:41px;
color:#808080;
font-size:11px;
padding:0px 0px 0px 36px;
}

#menu a, m#menu a:visited{
color:#808080;
text-decoration:none;
margin-left: 20px;
margin-right: 20px;
}

#menu a:hover{
color:#808080;
text-decoration:underline;
}

#graph{
width:696px;
height:144px;
background-image:url(../gfx/bg_graph.jpg);
background-position:center top;
background-repeat:no-repeat;
}

#aktualnie_przegladasz{
width:668px;
height:38px;
background-image:url(../gfx/bg_aktualnie_przegladasz.jpg);
background-position:center top;
background-repeat:no-repeat;
line-height:34px;
color:#acacac;
padding:0px 0px 0px 28px;
}

#aktualnie_przegladasz a, #aktualnie_przegladasz a:visited{
color:#acacac;
text-decoration:none;
}

#aktualnie_przegladasz a:hover{
color:#acacac;
text-decoration:underline;
}

#content{
width:667px;
background-image:url(../gfx/bg_content.png);
background-position:top left;
background-repeat:no-repeat;
color:#6e6e6e;
font-size:12px;
padding:0px 15px 0px 14px;
}

#content a, #content a:visited{
text-decoration:underline;
color:#3b3b3b;
}

#content a:hover {
	text-decoration:none;
}

#content ul {
	padding-left: 20px;
	margin-left: 20px;
	float:left;
}

.content_title{
width:662px;
height:38px;
background-image:url(../gfx/bg_content_title.png);
background-position:center top;
background-repeat:no-repeat;
line-height:38px;
color:#777877;
font-size:16px;
padding:0px 0px 0px 20px;
}

.content_title2{
width:674px;
height:30px;
background-image:url(../gfx/bg_content_title2.png);
background-position:center top;
background-repeat:no-repeat;
line-height:25px;
color:#686868;
font-size:12px;
padding:0px 0px 0px 8px;
}

#footer_container{
width:982px;
height:125px;
background-image:url(../gfx/bg_footer_container.png);
background-position:center top;
background-repeat:no-repeat;
text-align:center;
color:#dadada;
margin:auto;
margin-top:30px;
}

#footer_top{
width:982px;
height:20px;
line-height:20px;
text-align:center;
color:#005b31;
margin:auto;
margin-bottom: 10px;
}

#footer_top_mid{
width:600px;
float:left;
}

.footer_top_side{
width:191px;
height:20px;
float:left;
}

#footer_top a, #footer_top a:visited{
color:#005b31;
text-decoration:none;
}

#footer_top a:hover{
color:#005b31;
text-decoration:underline;
}

.cleaner{
float:none;
clear:both;
}

.message-good, .message-bad, .message-info  {
	padding: 10px 10px 10px 40px;
	margin-bottom: 10px;
	background-position: 7px 7px;
	background-repeat: no-repeat;
}

.message-good {
	border: 1px solid #cae49c;
	color: #516f1b;
	background-color: #f3ffd0;
	background-image: url(../gfx/accept-big.png)
}

.message-good a {
	color: #516f1b;
}

.message-bad {
	border: 1px solid #ffdede;
	color: #ce0000;
	background-color: #fff1f1;
	background-image:  url(../gfx/exclamation-big.png);
}

.message-bad a {
	color: #ce0000;
}

.message-info {
	border: 1px solid #ededb3;
	background-color: #ffffcc;
	background-image:  url(../gfx/information-big.png);
}

.full {
text-align:justify;
}

.left {
text-align:left;
}

.right {
text-align:right;
}

.center {
text-align:center;
}

.italic {
font-style:italic;
}

.bold {
font-weight:bold;
}

.underline {
text-decoration:underline;
}

img.center {
	text-align:center;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

em { font-style: italic; }