@charset "utf-8";
/* CSS Document */

body {
background-color:#FFFFFF;
background-image:url(../gfx/page_bg.jpg);
background-position:center top;
background-repeat:no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#2a2a2a;
}

a {
color:#58abff;
text-decoration:none;
}

a:visited {
color:#58abff;
text-decoration:none;
}

a:hover {
color:#58abff;
text-decoration:underline;
}

#container {
width: 1000px;
margin:auto;
}

#header {
width: 1000px;
}

#header_logo {
width: 1000px;
height: 77px;
background-image:url(../gfx/header_logo.png);
background-repeat:no-repeat;
padding-top: 20px;
margin-bottom: -20px;
}

#header_flash {
width: 1000px;
height: 133px;
background-image:url(../gfx/zenibyflash.png);
background-position:center 0px;
background-repeat:no-repeat;
margin-bottom: -20px;
}

#breadcrumbs {
width: 700px;
height: 50px;
line-height: 50px;
padding-left: 30px;
float:left;
color: #a5a5a5;
font-size: 10px;
margin-bottom:-17px;
}

#breadcrumbs a, #breadcrumbs a:visited {
color: #a5a5a5;
font-size: 10px;
text-decoration:none;
}

#breadcrumbs a:hover {
color: #a5a5a5;
font-size: 10px;
text-decoration:underline;
}

#techniczne {
width: 190px;
float:right;
height: 50px;
line-height: 50px;
margin-bottom:-17px;
}

#kreska {
width: 1000px;
float:none;
clear:both;
height: 30px;
background-image:url(../gfx/kreska.png);
background-repeat: no-repeat;
}

#content {
width: 930px; margin:auto;
}

#left_col {
width: 240px;
float:left;
background-image:url(../gfx/page_separator.png);
background-position: right top;
background-repeat:no-repeat;
min-height: 385px;
margin-top: 20px;
}

#center_col {
width: 430px;
float:left;
padding-left: 15px;
padding-right: 5px;
margin-top: 15px;
}

#right_col {
width: 215px;
float:left;
background-image:url(../gfx/page_separator.png);
background-position: left top;
background-repeat:no-repeat;
min-height: 385px;
margin-top: 20px;
padding-left: 25px;
}

#footer {
width: 1000px;
height: 80px;
background-image:url(../gfx/footer_bg.png);
background-position: center;
background-repeat:no-repeat;
}

#footer_keywords {
width: 700px;
margin: auto;
height: 33px;
line-height: 33px;
font-size: 9px;
color:#c6c6c6;
text-align:center;
padding-top: 13px;
}

#footer_links {
width: 700px;
margin: auto;
height: 25px;
line-height: 25px;
font-size: 9px;
color:#58abff;
text-align:center;
padding-top: 0px;
}

#footer_links a, #footer_links a:visited {
font-size: 9px;
color:#58abff;
text-decoration: none;
}

#footer_links a:hover {
font-size: 9px;
color:#58abff;
text-decoration: underline;
}

#footer_wawmedia {
width: 700px;
margin: auto;
height: 25px;
line-height: 25px;
font-size: 9px;
color:#c6c6c6;
text-align:center;
padding-top: 0px;
}

.menu_item {
width: 180px;
height: 60px;
background-image:url(../gfx/menu_item_inactive.png);
background-repeat:no-repeat;
background-position: left 5px;
padding-left: 60px;
padding-top: 6px;
margin-left:-15px;
}

.menu_item_active {
width: 180px;
height: 60px;
background-image:url(../gfx/menu_item_active.png);
background-repeat:no-repeat;
background-position: left 5px;
padding-left: 60px;
padding-top: 6px;
margin-left: -15px;
}

.menu_item a, .menu_item a:visited {
font-size: 11px;
color:#0f0f0f;
text-decoration:none;
}

.menu_item a:hover {
font-size: 11px;
color:#0f0f0f;
text-decoration:underline;
}

.menu_item_active a, .menu_item_active a:visited {
font-size: 11px;
color:#58c400;
text-decoration:none;
}

.menu_item_active a:hover {
font-size: 11px;
color:#58c400;
text-decoration:underline;
}

.photo {
background-image:url(../gfx/fotorama.png);
width: 139px;
height: 125px;
text-align:center;
padding-top: 14px;
float:left;
margin-top: 30px;
margin-right: 0px;
}

.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);
}

