@import "language.css";
@import "contact_form.css";
@import "gallery_cat.css";

html,body { margin:0; padding:0; }
body { background:#fff; color:#000; font-family: "Trebuchet MS", Tahoma, Arial, Verdana; font-size:12px; }
img { border:0; }
a { outline: none; }
p { padding:0; margin:0; }
a:link, a:visited, a:active { font-size:12px; color:#494C51; text-decoration:underline; }
a:hover { text-decoration:none; }
ul { margin:0 0 0 10px; padding:0 0 0 10px; }
li { list-style-type:square; }
td { vertical-align:top; }

.button { background:#C1C9D8; }

div#container { position:relative; margin:auto; padding:0px 0 0 0; width:990px; }

div#top { background:#3B536D; margin:0 0 30px 0; height:30px; padding:0 20px 0 20px; /*background:red;*/ }
div#logo { position: absolute; top: 16px; left: -15px; width:281px; height:146px; padding:0 0 20px 0; /*background:red;*/}

#akcija { float:left; width:240px; height:210px; background:url(../images/akcija.png) left top no-repeat; overflow:hidden; padding:20px 20px 20px 20px; color:#fff; font-size:13px; }
div#header { float:left; width:710px; height:250px; background:url(../images/header.jpg) left top no-repeat; /* background:red; */ }

div#content { clear:both; display:block; padding:15px 0 10px 0; overflow:hidden; }
div#content #left { width:280px; vertical-align:top; }
div#content #right { vertical-align:top; /* background:green; */ }

.h1 { text-align:right; font-size:22px; color:#000; text-decoration:none; font-weight:bold; padding:0px 0px 10px 0px; }

div#menu_container { float:left; width:990px; height:49px; padding:16px 0 20px 0; /* background:red; */ }
.menu_item { float:left; border-right:1px solid #B1CBD8; height:49px; text-align:left; padding:0 10px 0 30px; /* background:red; */ }
.menu_item_active { float:left; border-right:1px solid #B1CBD8; height:49px; text-align:left; padding:0 10px 0 30px; /* background:red; */ }
.menu_item a:link, .menu_item a:visited, .menu_item a:active { font-size:12px; color:#3B536D; text-decoration:none; font-weight:normal; }
.menu_item a:hover { text-decoration:underline; }
.menu_item_active a:link, .menu_item_active a:visited, .menu_item_active a:active { font-size:12px; color:#3B536D; text-decoration:none; font-weight:bold; }
.menu_item_active a:hover { text-decoration:underline; }

#contacts { width:260px; padding:0px 20px 20px 0px; color:#ABAFAC; font-size:13px; }

/* 2 lygio submeniu */
div#submenu { width:260px; padding:0px 0px 20px 20px; }

#submenu_top { text-align:left; font-size:16px; color:#000; text-decoration:none; font-weight:bold; padding:0px 0px 10px 0px; }

.submenu { background:url(../images/arrow_inactive.png) left center no-repeat; padding:3px 15px 3px 15px; }
div.submenu a:link, div.submenu a:visited, div.submenu a:active { font-size:12px; font-weight:normal; color:#3B536D; text-decoration:none; }
div.submenu a:hover { text-decoration:underline; }

.submenu_active { background:url(../images/arrow.png) left center no-repeat; padding:3px 15px 3px 15px; }
div.submenu_active a:link, div.submenu_active a:visited, div.submenu_active a:active { font-size:12px;  text-decoration:underline; font-weight:bold; color:#3B536D; text-decoration:none; }
div.submenu_active a:hover { text-decoration:underline; }
/* END - 2 lygio submeniu */


div#footer { margin:auto; width:990px; height:30px; font-size:11px; padding-bottom:10px; border-top:8px solid #D2D7D9; /* background:blue; */ }
div#footer div#copyright { float:left; width:770px; padding:10px 20px 0px 0px; color:#3B536D; /* background:red; */ }
div#copyright a:link, div#copyright a:visited, div#copyright a:active { font-size:11px; color:#3B536D; text-decoration:none; font-weight:normal; }
div#copyright a:hover { text-decoration:underline; }
div#footer div#createdby { float:left; text-align:right; width:200px; padding:10px 0px 0px 0px; color:#3B536D; /* background:yellow; */ }
div#createdby a:link, div#createdby a:visited, div#createdby a:active { font-size:11px; color:#3B536D; text-decoration:underline; font-weight:normal; }
div#createdby a:hover { text-decoration:none; }
