@CHARSET "utf-8";

html {
	text-align: center;
	width: auto;
}

html,body,form {
	margin: 0;
	padding: 0;
}

html,body,select,input {
	font-family: sans-serif;
	font-size: 12px;
	color: #444444;
}

a {
	text-decoration: none;
	color: #2d65ae;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px;
}

a img {border: none}

hr {
	height: 1px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #e6e6e6;
	background-color: #e6e6e6;
}

/**********************************************/
/**** container
/**********************************************/
#container {
	width: 1012px;
	height: 100%;
	padding: 0px 6px;
	margin: 0px auto;
	text-align: left;
	background: url("images/body_bg.gif") repeat-y;
}

#container_inside {
	width: 1000px;
}

/**********************************************/
/**** container_header
/**********************************************/
#container_header {
	position: relative;
	height: 174px;
	background: url("images/header_bg.gif") left 21px repeat-x;
}

#container_red {
	height: 22px;
	background: url("images/top_menu_bg.gif");
}

#search {
	height: 18px;
	margin: 0px 3px;
	float: right;
}

#search input {
	width: 140px;
	height: 14px;
	padding: 1px;
	border: 1px solid #1e6584;
	color: #1e6584;
	vertical-align: middle;
	font-size: 11px;
	margin-top: 1px;
}
	
#search input.button {
	width: 33px;
	height: 18px;
	margin-left: 0px;
	background: url("images/search_button.gif") no-repeat center center;
	border: none;
}

#top_menu {
	padding: 3px 7px;
	margin-right: 20px;
	float: right;
	font-size: 11px;
	text-align: right;
	color: #ffffff;
}

#top_menu  a {
	color: #ffffff;
	text-decoration: none;
}

#top_menu a:hover {
	color: #710003;
}

#language_menu {
	padding-top: 3px;
	margin-right: 20px;
	float: right;
}

#language_menu img {
	padding: 1px;
	border: 1px solid #ffffff;
}

#logo {
	float: left;
	margin-left: 50px;
	margin-top: 15px
}

#header_right {
	width: 752px;
	height: 147px;
	float: right;
}
	
#header_flash {
	padding: 0px;
	margin: 0px;
	float: right;
}

#header_flash embed {
	display: block;
  padding: 0px;
  margin: 0px;
}

#logo_text {
	float: left;
	margin-left: 32px;
	margin-top: 29px;
}

/**********************************************/
/**** company_menu
/**********************************************/
#company_menu {
	width: 322px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 7px;
	top: 6px;
	background: url("images/menu_none.gif"); no-repeat;
	list-style: none;
}

#vf_main #company_menu {background-image: url("images/menu_home.gif");}
#vf_szczecin #company_menu {background-image: url("images/menu_szczecin.gif");}
#vf_gdynia #company_menu {background-image: url("images/menu_gdynia.gif");}
#vf_katowice #company_menu {background-image: url("images/menu_katowice.gif");}

#company_menu li {
	width: 70px;
	height: 18px;
	padding: 3px;
	margin: 0px;
	float: left;
}

#company_menu li.home {width: 84px;}

#company_menu a {
	display: block;
}
#company_menu a:hove {text-decoration: none;}

/**********************************************/
/**** main_menu
/**********************************************/
#main_menu {
	width: 725px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	background: url("images/main_menu_bg.gif") no-repeat;
	list-style: none;
	padding: 0px 10px;
	float: right;
}

#main_menu li {
	float: left;
	padding: 7px 8px 6px 9px;
	margin: 0px;
	background: url("images/main_menu_separator.gif") left 11px no-repeat;
}

#main_menu li.noborder {background: none;}
	
#main_menu a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#main_menu a:hover {
	text-decoration: underline;
}

#main_menu a.selected1 {color: #2c64ac;}

/**********************************************/
/**** container_banner
/**********************************************/
#container_banner {
	height: 140px;
}

#banner_content {
	width: 190px;
	height: 130px;
	padding: 5px;
	float: right;
	background-color: #ff0000;
	color: #ffffff;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
}

#banner_content a {
	color: #ffffff;
}

/**********************************************/
/**** container_desktop
/**********************************************/
#container_desktop {
	background: url("images/desktop_bg.gif") repeat-y right;
}

/**********************************************/
/**** left_panel
/**********************************************/
#left_panel {
	width: 257px;
	padding: 0px 0px;
	float: left;
	background: url("images/left_panel_bg.gif") no-repeat;
}

#left_panel div.box {
	margin: 20px 0px;
}

#left_panel div.box div.caption {
	height: 22px;
	padding-left: 20px;
	padding-top: 2px;
	background: url("images/left_caption_bg.png") no-repeat bottom left;
	color: #2d65ae;
	font-size: 14px;
	font-weight: bold;
}

#left_panel div.box div.date {
	padding: 5px 10px 0px 10px;
	font-size: 10px;
	color: #aaaaaa;
}

#left_panel div.box a.news {
	padding: 0px 10px 5px 10px;
	display: block;
	text-decoration: none;
	color: #2d65ae;
}

#left_panel div.box a.news:hover {
	color: #ae3616;
}

#left_panel div.box div.content {
	padding: 5px 10px;
	font-size: 11px;
}

#left_panel div.box div.hidden {
  padding: 2px 10px;
  font-size: 11px;
  display: none;
}

#left_panel div.box div.separator {
	height: 1px;
	margin: 0px 10px;
	background: url("images/left_separator.gif") bottom repeat-x;
}

#left_panel div.box a.more {
	padding-right: 13px;
	margin: 0px 10px;
	font-size: 11px;
	background: url("images/left_more_bg.gif") right no-repeat;
	color: #2d65ae;
}

#newsletter input {
	font-size: 10px;
}

#frm_login {
	padding-bottom: 10px;
}

/**********************************************/
/**** left_menu
/**********************************************/
#left_menu {
	margin: 20px 20px 30px 20px;
	padding: 0px;
	list-style: none;
}

#left_menu li {
	padding: 2px;
	background: url("images/left_separator.gif") repeat-x top;
}

#left_menu li:first-child {
	background: none;
}

/**********************************************/
#left_menu a {
	padding-left: 18px;
	display: block;
	color: #1e6584;
	text-decoration: none;
	background: url("images/left_menu_pointer.gif") 3px center no-repeat;
}

#left_menu a:hover {
	color: #b33817;
}

#left_menu a.selected1 {
	font-weight: bold;
}

/**********************************************/
#left_menu div.submenu {
	padding: 1px 0px;
}

#left_menu div.submenu a {
	margin-left: 12px;
	padding-left: 10px;
	color: #1e6584;
	text-decoration: none;
	font-size: 11px;
	background: url("images/left_menu_2.gif") left center no-repeat;
}

#left_menu div.submenu a:hover {
	color: #b33817;
}

#left_menu div.submenu a.selected1 {
	font-weight: bold;
	background-image: url("images/left_menu_2_selected.gif");
}

/**********************************************/
/**** right_panel
/**********************************************/
#right_panel {
	width: 216px;
	float: right;
}

#right_panel div.box {
	margin: 0px;
	margin-bottom: 20px;
}

#right_panel div.box div.caption {
	height: 21px;
	padding-left: 30px;
	padding-top: 4px;
	background: url("images/right_caption_bg.gif") no-repeat;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

#right_panel div.box img.view {
	width: 180px;
	height: 134px;
	padding: 1px;
	margin: 10px 16px;
	border: 1px solid #ffffff;
}

#right_panel div.box div.camera_caption {
	padding: 2px 10px;
}

#right_panel div.box div.camera_caption img {
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
}

#right_panel div.box div.camera_caption a {
	font-size: 11px;
  color: #ffffff;
}

#right_panel div.box a.news {
	padding: 0px 10px 5px 10px;
	text-decoration: none;
	color: #2d65ae;
}

#right_panel div.box a.news:hover {
	color: #ae3616;
}

#right_panel div.box div.content {
	padding: 5px 10px;
	font-size: 11px;
}

#right_panel div.box div.separator {
	height: 1px;
	margin: 0px 10px;
	background: url("images/left_separator.gif") bottom repeat-x;
}

#right_panel div.box a.more {
	padding-right: 13px;
	margin: 0px 10px;
	font-size: 11px;
	background: url("images/right_more_bg.gif") right no-repeat;
	color: #ffffff;
}

/**********************************************/
#smart_gallery {
  margin: 10px 16px;
  border: 1px solid #ffffff;
}

#smart_gallery a {
	border: none;
}

.stepcarousel {
  position: relative;
  overflow: scroll;
  width: 182px;
  height: 182px;
}

.stepcarousel .belt {
  position: absolute;
  left: 0px;
  top: 1px;
  
}

.stepcarousel .panel {
  width: 180px;
  height: 180px;
  padding: 0px 1px;
  margin: 0px;
  float: left;
  overflow: hidden;
}
/**********************************************/
#right_links div {
	padding: 5px 0px;
}

#right_links a {
	color: #ffffff;
}

/**********************************************/
/**** middle_panel
/**********************************************/
#middle_panel {
	width: 514px;
	float: left;
}

#middle_caption {
	padding: 2px 0px;
	margin: 5px 0px;
	background: url("images/caption_bg.gif");
	color: #de0019;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 2px solid #7d7d7d;
}

#middle_caption small {
	color: #aaaaaa;
	font-size: 12px;
	padding-left: 20px;
}

#middle_panel a.button {
	margin: 10px 0px;
	float: right;
}

/**********************************************/
/**** menu_path
/**********************************************/
#menu_path {
	padding: 3px;
	background: url("images/top_menu_bg.gif");
	color: #ffffff;
	margin-bottom: 5px;
}

#menu_path a {color: #ffffff; font-weight: bold;}
#menu_path img {vertical-align: middle;}

/**********************************************/
/**** columns2, columns3
/**********************************************/
#columns2, #columns3 {
	padding: 0px;
}

#columns2 div.box, #columns3 div.box {
	float: left;
	background-color: #eeeeee;
	margin-bottom: 10px;
}

#columns2 div.box {
	width: 247px;
}

#columns3 div.box {
	width: 160px;
}

#columns2 div.right_margin, #columns3 div.right_margin {
	margin-right: 14px;
}

#columns2 div.box div.image, #columns3 div.box div.image {
	height: 90px;
}

#columns2 div.box div.caption, #columns3 div.box div.caption {
	padding: 5px;
	font-size: 18px;
	color: #ffffff;
}

#columns2 div.box div.content, #columns3 div.box div.content {
	padding: 5px;
}

#columns2 div.box div.content a, #columns3 div.box div.content a {
	color: #b33817;
	font-weight: bold;
	text-decoration: none;
}

#columns2 div.box div.content a:hover, #columns3 div.box div.content a:hover {
	text-decoration: underline;
}

/**********************************************/
/**** show_hide
/**********************************************/
#show_hide {
	padding: 10px;
}

#show_hide a {
	display: block;
	margin: 5px 0px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	background: url("images/show_hide_bg.gif") no-repeat left center;
	color: #2d65ae;
}

#show_hide a:hover {color: #ed1c24;}

#show_hide div.content {
	display: none;
	padding: 3px;
	border-left: 3px #ffffff solid;
	border-right: 3px #ffffff solid;
	background-color: #fcfcfc;
}

/**********************************************/
/**** bottom_menu
/**********************************************/

#bottom_menu {
	text-align: center;
	font-size: 11px;
	padding: 5px;
	margin-top: 10px;
}
#bottom_menu  a {
	color: #1e6584;
	text-decoration: none;
}

#bottom_menu  a:hover {
	color: #ae3616;
}

/**********************************************/
/**** morze_pages
/**********************************************/
#morze_pages {
	text-align: center;
}

#morze_pages div.box {
	width: 100px;
	height: 160px;
	text-align: center;
	padding: 12px;
	float: left;
}

/**********************************************/
/**** footer
/**********************************************/
#footer {
	padding: 3px;
	font-size: 10px;
	color: #777777;
	background-color: #eeeeee;
	text-align: right;
}

#footer a {color: #666666; text-decoration: none;}
#footer a:hover {text-decoration: underline;}

/**********************************************/
/**** content_forum
/**********************************************/
#table_forum {
  width: 100%;
}

#table_forum td {
  padding: 10px;
  background-color: #cccccc;
  vertical-align: top;
}

#table_forum td.center {
  text-align: center;
  vertical-align: middle;
}

#table_forum div.topic_caption {
  font-size: 16px;
  font-weight: bold;
  color: #de0019;
}

#table_forum div.forum_user {
  color: #de0019;
}
  
#table_forum div.topic_created, #table_forum div.forum_small {
  margin-bottom: 10px;
  font-size: 11px;
}

#table_forum div.topic_button {
  color: #de0019;
}
/*****************************************/
#frm_forum {
  margin: 2px;
  padding: 10px;
  text-align: left;
  background-color: #cccccc;
}

#frm_forum label {
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
}

#frm_forum_topic {
  width: 300px;
  padding: 1px;
  float: left;
}

#frm_forum_description {
  width: 500px;
  height: 50px;
}

#frm_forum_title {
  width: 500px;
}

#frm_forum_content {
  width: 100%;
  height: 150px;
  margin-bottom: 5px;
}

#frm_forum_button {
  display: block;
  float: right;
}

/*****************************************/
div.paging {
  margin: 2px;
  padding: 10px;
  background-color: #cccccc;
  font-size: 11px;
}

div.paging a {
  margin-right: 10px;
}

div.paging a.selected {
  font-size: 13px;
  font-weight: bold;
}


/**********************************************/
/**** content
/**********************************************/
#content {
	padding: 0px;
}

#content h3 {
	margin-bottom: 0px;
}

#content img {
	padding: 1px;
	margin: 1px;
	border: 1px dotted #b2b2b2;
}

#content a img {
	border: none;
}

#content a {
}

	
#content hr {
	clear: both;
}

#content div.date {
	margin: 10px 0px 0px 0px;
	font-size: 10px;
}

#content div.head {
	font-weight: bold;
}

#content img.camera {
  width: 510px;
  height: 385px;
}

#camera_enter {
	width: 150px;
	height: 16px;
	display: block;
	padding: 15px 0px;
	padding-left: 40px;
	font-weight: bold;
	background: url("images/camera_enter.gif") no-repeat left center;
}
/**********************************************/
/**** gallery_albums
/**********************************************/
#gallery_albums {
}

#gallery_albums h1 {
	padding: 2px;
	margin: 0px;
	font-size: 14px;
  border-top: 2px solid #de0019;
  border-bottom: 2px solid #de0019;
  background-color: #848484;
}

#gallery_albums a {
  color: #ffffff;
}


#gallery_albums a:hover {
  color: #eeeeee;
  text-decoration: none;
}

#gallery_albums div.desc {
	padding-top: 5px;
	padding-bottom: 15px;
}

#gallery_albums img {
  padding: 1px;
  margin-right: 5px;
  border: 1px solid #848484;
}

#gallery_photos img {
  padding: 1px;
  border: 1px solid #ffffff;
  margin-bottom: 2px;
}

/**********************************************/
/**** gallery_photos
/**********************************************/
#gallery_photos div.box {
  width: 110px;
  height: 155px;
  padding: 5px;
  margin: 4px;
  float: left;
  display: block;
  text-align: center;
  font-size: 11px;
  text-decoration: none;
}

#gallery_photos img.zoom {
	cursor: pointer;
}
/*****************************************/
/*****************************************/
/*****************************************/
div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}
