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

body {
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
}

a {
color:#000000;
text-decoration:underline;
}

a:visited {
color:#000000;
text-decoration:underline;
}

a:hover {
color:#000000;
text-decoration:none;
}

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

#header {
width: 967px;
height: 463px;
}

#header_logo {
width: 286px;
height: 80px;
float:left;
}

#header_menu {
width: 526px;
height: 80px;
float: left;
margin-left:-30px;
}

#header_narzedziowe {
width: 185px;
height: 80px;
float:left;
line-height: 80px;
text-align:right;
}

#header_flash {
width: 781px;
height: 383px;
float:left;
}

#header_menu_right {
width: 186px;
height: 383px;
float:left;
}

#header_menu_right_top {
width: 186px;
height: 338px;
}

#header_menu_right_pdf {
width: 186px;
height: 45px;
}

#nav_bar {
width: 967px;
height: 28px;
}

#nav_bar_home {
width: 56px;
height: 28px;
float:left;
/*margin-left:138px; */
text-align:center;
line-height: 28px;
}

#nav_bar_home a, #nav_bar_home a:visited {
color: #ffffff;
font-size: 10px;
text-decoration:none;
}

#nav_bar_home a:hover {
color: #ffffff;
font-size: 10px;
text-decoration:underline;
}

#nav_bar_content {
width: 579px;
height: 28px;
float:left;
text-align:left;
line-height: 28px;
padding-left:8px;
color: #000000;
font-size: 10px;
}

#nav_bar_content a, #nav_bar_content a:visited {
color: #000000;
font-size: 10px;
text-decoration:none;
}

#nav_bar_content a:hover {
color: #000000;
font-size: 10px;
text-decoration:underline;
}

#left_side {
width: 138px;
background-position:top;
background-repeat:no-repeat;
min-height: 200px;
text-align:center;
padding-top: 170px;
float:left;
}

#content {
width: 927px;
float:left;
padding: 20px;
}

#footer {
width: 967px;
height: 123px;
background-image:url(../gfx/footer_bg.jpg);
background-repeat:no-repeat;
}

#footer_links {
width: 370px;
float:left;
font-size: 10px;
color:#777373;
margin-top: 30px;
margin-left: 15px;
}

#footer_links_right {
width: 370px;
float:right;
font-size: 10px;
color:#777373;
margin-top: 30px;
margin-right: 15px;
text-align:right;
}

#footer_copy {
width: 370px;
float:left;
font-size: 10px;
color:#777373;
margin-top: 50px;
margin-left: 15px;
}

#footer_wawmedia {
width: 370px;
float:right;
font-size: 10px;
color:#777373;
margin-top: 50px;
margin-right: 15px;
text-align:right;
}

#footer a, #footer a:visited {
font-size: 10px;
color:#777373;
text-decoration: none;
}

#footer a:hover {
font-size: 10px;
color:#777373;
text-decoration: underline;
}

.menu_item {
width: 166px;
min-height: 24px;
line-height: 16px;
padding-bottom: 4px;
padding-top: 8px;
padding-left: 20px;
background-image:url(../gfx/header_right_menu_item.png);
background-repeat:no-repeat;
background-position: bottom;
}

.menu_item a, .menu_item a:visited {
font-size: 11px;
text-decoration:none;
margin-left: 15px;
}

.menu_item a:hover {
font-size: 11px;
text-decoration:underline;
margin-left: 15px;
}

.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);
}

#download a[href$=".pdf"] {
background:transparent url(../gfx/icon-link-pdf.png) no-repeat scroll left center;
padding:5px 0px 5px 20px;
}

#download a[href$=".txt"] {
background:transparent url(../gfx/icon-link-txt.png) no-repeat scroll left center;
padding:5px 0px 5px 20px;
}

#download a[href$=".txt"] {
background:transparent url(../gfx/icon-link-txt.png) no-repeat scroll left center;
padding:5px 0px 5px 20px;
}

#download a[href$=".zip"], a[href$=".rar"], a[href$=".gzip"], a[href$=".bzip"], a[href$=".ace"] {
background:transparent url(../gfx/icon-link-archive.png) no-repeat scroll left center;
padding:5px 0px 5px 20px;
}

#download a[href$=".doc"], a[href$=".rtf"] {
background:transparent url(../gfx/icon-link-doc.png) no-repeat scroll left center;
padding:5px 0px 5px 20px;
}

#download a[href$=".xls"] {
background:transparent url(../gfx/icon-link-xls.png) no-repeat scroll left center;
padding:5px 20px 5px 0;
}

