* {
	padding: 0;
	margin: 0;		
}
body {
	font-family: tahoma, arial;
	font-size: 76%;
}
img, fieldset {
	border: 0;
}
legend {
	display: none;
}
:focus {
  outline: 0;
}
#wrapper {
	width: 779px;
	margin: 10px auto;
}

#header {
	height: 207px;
	background: url('../images/header.png') no-repeat;
	position: relative;
}
h1.logo {
	float: left;
	height: 0px;
	width: 0px;
	display: block;
}
  h1.logo a {
  	display: block;
  	position: absolute;
  	text-indent: -888em;
  	top: 51px;
  	left: 44px;
  	width: 143px;
  	height: 69px;
  }

#header .home, #header .email {
	position: absolute;
	display: block;
	text-indent: -888em;
}
  #header .home {
  	background: url('../images/home.png') no-repeat;
  	width: 18px;
  	height: 13px;
  	top: 11px;
  	left: 360px;
  }
  #header .email {
  	background: url('../images/email.png') no-repeat;
  	width: 16px;
  	height: 12px;
  	top: 12px; 
  	left: 401px;
  }


#menu {
	list-style-type: none;
	padding: 155px 0 0 30px;
}
  #menu li {
  	float: left;
  	height: 25px;
  }
  #menu li a {
  	height: 20px;
  	padding: 0 19px;
  	background: url('../images/menu_border.gif') no-repeat left top;
  	font-size: 1.1em;
  	font-weight: bold;
  	text-decoration: none;
  	color: #555;
  }
  #menu li a:hover {
  	color: #000;
  }
  #menu li.active {
  	background: url('../images/menu_active.gif') no-repeat center bottom;
  }



#middle {
	background: url('../images/middle.png') no-repeat top;
}
#middle-bg {
	background: #aebd46 url('../images/mid-left.png') repeat-y left;
}

#mid-left {
	width: 193px;
	margin-left: -779px;
	float: left;
	text-align: center;
	padding: 20px 0 0;
}
#mid-left div {
  margin: 0 0 20px;
}

.flash {
  position: relative;
}
.flash a {
  position: absolute;
  background-image: url('../images/1px.gif');
}
  .flash-rk a {
    width: 170px;
    height: 61px;
  }
  .flash-kites a {
    width: 172px;
    height: 58px;
  }






#mid-right {
	width: 586px;
	margin-left: 193px;
	float: left;
  min-height: 300px;
  height: auto !important;
  height: 300px;
  display: inline;
}
.newsList {
  list-style-type: none;
  z-index: 1;
  padding: 20px 27px 0;
}
  .newsList li {
    clear: left;
    border-bottom: 1px solid #555;
    position: relative;
    margin-bottom: 18px;
    overflow: hidden;
    padding: 0 0 18px;
  }
  .newsList img {
    width: 120px;
    height: 79px;
    float: left;
    border: 1px solid #555;
    margin-right: 15px;
    margin-top: 3px;
  }
  .newsList h1 {
    font-size: 16px;
  }
  .newsList h1 a {
    color: #555;
    text-decoration: none;
  }
  .newsList h1 a:hover {
    color: #f60;
  }
  .newsList .text {
    font-size: 12px;
    color: #fff;
  }
  .newsList .links {
    position: absolute;
    font-size: 12px;
    color: #555;
    right: 0;
    bottom: -1px;
  }
  .newsList .links a {
    font-size: 13px;
    font-weight: bold;
    color: #555;
    text-decoration: none;
  }
  .newsList .links a:hover {
    color: #f60;
  }

.docOpen {
  padding: 20px 27px 0;
}
  .docOpen h1.title {
    font-weight: normal;
    font-size: 19px;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin: 0;
  }
  .docOpen h1, .docOpen h2, .docOpen h3 {
    margin: 5px 0 15px;
  }
  .docOpen h1 { font-size: 1.6em; }
  .docOpen h2 { font-size: 1.5em; }
  .docOpen h3 { font-size: 1.4em; }
  
  .docOpen .docimg {
    float: right;
    border: 1px solid #555;
    margin: 7px 0 5px 5px;
  }
  .docOpen .text {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
    margin: 5px 0 0;
  }
  .docOpen p {
    padding-bottom: 5px;
  }
  .docOpen .text a {
    color: #fff;
  }
  .docOpen .text a:hover {
    color: #555;
  }
  .docOpen .docimgBig {
    margin: 10px 0 0;
    clear: both;
    text-align: center;
  }
  .docOpen .docimgBig img {
    margin: 0 auto;
    display: block;
  }
  .docOpen .fotolink, .docOpen .filelink {
    font-size: 12px;
    background: url('../images/galpic.png') no-repeat left;
    padding-left: 20px;
    margin: 7px 0 0;
  }
  .docOpen .fotolink a, .docOpen .filelink a {
    color: #fff;
  }
  .docOpen .fotolink a:hover, .docOpen .filelink a:hover {
    color: #fff;
    text-decoration: none;
  }
  .docOpen .filelink {
    background: url('../images/bottom.png') no-repeat left;
  }
	
	.newsList .jFiles a {
		color: #333;
	}
	.jFiles li {
		margin: 0;
		padding: 5px 0 0 20px;
		list-style-type: none;
		background: url('../images/bottom.png') no-repeat left 5px;
		border: 0;
	}
		.jFiles a {
			color: #fff;
		}
		.jFiles a:hover {
			text-decoration: none;
		}


.sNewsList {
  list-style-type: none;
  z-index: 1;
  padding: 20px 15px 0;
}
	.sNewsList a {
		color: #fff;
	}
	.sNewsList a:hover {
		text-decoration: none;
	}
  .sNewsList li {
    clear: left;
    border-bottom: 1px solid #555;
    position: relative;
    margin-bottom: 18px;
    overflow: hidden;
    padding: 0 0 18px;
  }
  .sNewsList li p {
		padding: 0 0 5px;
  }
  .sNewsList img {
    border: 1px solid #555;
  }
  .sNewsList h1 {
    font-size: 16px;
    color: #f60;
  }
  .sNewsList h1 a {
    color: #555;
    text-decoration: none;
  }
  .sNewsList h1 a:hover {
    color: #f60;
  }
  .sNewsList .date {
		color: #333;
	}
  .sNewsList .text {
    font-size: 12px;
    color: #fff;
  }
  .sNewsList table {
		margin-left: 1px;
	}
  .sNewsList .links {
    position: absolute;
    font-size: 12px;
    color: #555;
    right: 0;
    bottom: -1px;
  }
  .sNewsList .links a {
    font-size: 13px;
    font-weight: bold;
    color: #555;
    text-decoration: none;
  }
  .sNewsList .links a:hover {
    color: #f60;
  }
  .sNewsList ul, .sNewsList ol {
		margin: 0 0 5px 10px;
	}
  .sNewsList ul li, .sNewsList ol li {
		/*list-style-type: disc;*/
		list-style-position: inside;
		border-bottom: 0px;
		clear: none;
		margin-bottom: 0px;
		overflow: visible;
		padding: 0 0 3px;
	}
	
  .sNewsList .fotolink {
    font-size: 12px;
    background: url('../images/galpic.png') no-repeat left;
    padding-left: 20px;
    margin: 7px 0 0;
  }
  .sNewsList .fotolink a {
    color: #fff;
  }
  .sNewsList .fotolink a:hover {
    color: #fff;
    text-decoration: none;
  }
	
  h3.fl {
		font-size: 15px;
		font-weight: normal;
		color: #333;
		display: inline;
	}
	.dodlLinks, .dodlFiles {
		display: inline;
	}
	.dodlLinks li, .dodlFiles li {
		display: inline;
		font-size: 12px;
		background: none !important;
		padding-left: 0 !important;
	}
	.dodlLinks a, .dodlFiles a {
		text-decoration: underline;
		color: #fff;
	}
	.dodlLinks a:hover, .dodlFiles a:hover {
		text-decoration: none;
	}
	
	
.leftSkola {
	text-align: left;
	padding: 5px 12px;
}
	.leftSkola h2 {
		font-size: 14px;
		color: #f60;
	}
	.leftSkola a {
		color: #333;
	}
	.leftSkola a:hover {
		text-decoration: none;
	}
	.leftSkola p {
		margin: 0 0 3px;
	}


.back {
  clear: both;
  border-top: 1px solid #fff;
  margin: 10px 0 0;
  padding: 5px 0 0 7px;
  background: url('../images/back.gif') no-repeat left 10px;
  display: inline-block;
}
  .back {
    display: block;
  }
  .back a {
    font-size: 12px;
    color: #0d2f0d;
    text-decoration: none;
  }
  .back a:hover {
    color: #0d2f0d;
    text-decoration: underline;
  }


.galList {
  margin: 15px 0 0 30px;
}
  .galList h1 {
    margin: 0 0 3px;
    padding: 0 2px;
    font-size: 1em;
    line-height: 1.2em;
  }
  .galList h1 a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }
  .galList h1 a:hover {
    color: #fff;
  }
  .galList a img {
    border: 1px solid #777;
  }
  .galList a:hover { background-position: 0; }
  .galList a:hover img {
    border: 1px solid #000;
  }
  .galList td {
    vertical-align: bottom;
    padding: 0 6px 7px 6px;
    width: 162px;
  }

.album-open {
  margin: 5px 10px 0;
}
.albpic {
  float: left;
  width: 90px;
  text-align: center;
  margin: 0 2px 10px;
}
  .albpic .img {
    display: block;
    margin: 0 auto 2px;
    border: 1px solid #777;
  }
  .albpic a:hover { background-position: 0; }
  .albpic a:hover .img {
    border: 1px solid #000;
  }
  .galtitle {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #555;
    padding: 0 0 5px;
    margin: 0 0 10px;
  }

.biedri {
  width: 520px;
  margin: 10px auto 0;
}
  .biedrs {
    width: 120px;
    margin: 0 10px 10px 0;
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
  }
  .biedrs img {
    display: block;
    margin: 0 auto;
    border: 1px solid #555;
  }
  .biedrs a:hover img {
    border: 1px solid #000;
  }







#footer {
	clear: both;
	height: 43px;
	background: url('../images/footer.png') no-repeat;
}


#middle-bg, #middle, .newsList li { display: inline-block; }
#middle-bg, #middle,.newsList li { display: block; }

.navbar {
  font-size: 11px;
}
.navbar a {
  color: #fff;
}
.navbar a:hover {
  color: #f60;
}


.clear {
	clear: both;
}
