@import "news.css";
@import "form.css";
@import "map.css";

* {
	font-family: Verdana;
  font-size: 11px;
}

html, body {
	padding: 0px;
  margin: 0px;
}

body, td, th, option, input,select,textarea {
	color: #080808;
}

body.mceContentBody {
   line-height: 200%;
}

img {
	border: 0px;
}

a {
	color: #3560C1;
}

a:hover {
	text-decoration: none;
}

h2 {
	font-size: 20px;
  color: #3560C1;
  font-family: Arial;
  margin-top: 20px;
  position: absolute;
  padding-bottom: 10px;
  right: 0px;
  top: -50px;
  /*border-bottom: 1px solid #3560C1;*/
  /*width: 725px;*/
  text-align: right;
  line-height: 100%;
}

div#subpage ul li {
	list-style: image;
  list-style-image: url('images/li.gif');
  padding-left: 4px;

}

#container {
	width: 776px;
  border: 1px solid #949494;
  margin: 0px auto;
  text-align: left;
  background: white;
}

#header {
	height: 99px;
  background: url('images/header-hr.gif') repeat-x bottom left;
  position: relative;
}

#header #logo {
	margin: 10px;
}

#header .pasja {
	position: absolute;
  bottom: 0px;
  right: 0px;
}

#header .kontakt {
	position: absolute;
  top: 26px;
  right: 37px;
}

#header .mapa {
	position: absolute;
  top: 26px;
  right: 20px;
}

#content {
	background: url('images/splash.gif') no-repeat;
}

#subpage {
	border-top: 1px solid #3560C1;
	padding: 10px 0px 20px 0px;
  margin: 0px 20px 0px 20px;
  position: relative;
  margin-top: 10px;
  line-height: 179%;
}

#menu {
	margin: 0px;
  padding: 50px 0px 0px 20px;
}

#menu li {
	list-style: none;
  background: url('images/menubg.gif') no-repeat;
  height: 22px;
  line-height: 22px;
  width: 145px;
  overflow: hidden;
}

#menu li a {
	text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  font-family: Arial;
  padding-left: 27px;
  display: block;
  color: #070707;
}

#menu li a:hover, #menu li a.active {
	color: #3560C1;
}

#footer {
	background: url('images/footerbg.gif') repeat-x;
}

#footer ul {
	margin: 0px 0px 0px 8px;
  padding: 15px 10px 10px 10px;
}

#footer ul li {
	float: left;
  list-style: none;
  margin: 0px 6px 0px 0px;
  padding-right: 6px;
  border-right: 1px solid white;
}

#footer ul li a {
  color: white;
  text-decoration: none;
}

#footer ul li a:hover, #footer ul li a.active {
	text-decoration: underline;
}

#footer div {
	text-align: center;
  color: #4360AD;
  padding: 10px;
  margin-top: 5px;
}

div.left {
	width: 440px;
  float: left;
  padding: 0px 20px 0px 40px;
  margin-top: 20px;
}

div.right {
	width: 216px;
  float: left;
  padding: 180px 20px 0px 10px;
  margin-top: 20px;
}

#laptop {
	position: absolute;
  margin-top: -240px;
  margin-left: -0px;
}

div.frame {
  text-align: center;
  width: 196px;
  float: left;
  margin-right: 20px;
  padding-top: 9px;
  padding-bottom: 20px;
  line-height: 200%;
}

div.frame img {
	margin-bottom: 10px;
}

div.frame b {
	color: #3560C1;
}

div.news {
	padding-bottom: 15px;
  margin-left: 0px;
}

div.news b {
	color: #3560C1;
}

div.news a {
	text-decoration: none;
}

div.news p {
	margin: 0px;
  padding: 0px 0px 10px 0px;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
  padding: 5px;
  border: 1px solid #e7e7e7;
}

td p {
	margin: 0px;
  padding: 0px;
}

a.backTo {
	text-decoration: none;
  display: block;
	text-align: right;
}
