body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background-image: url('/media/images/bg.gif');
	margin: 0;
    padding:0;
}
#top {
	background-image: url('/media/images/topline.gif');
	background-repeat: repeat-x;
	background-position: left center;
	height: 145px;
	border-top: 3px solid #529CDB;
}
#header {
	height: 145px;
	background-image: url('/media/images/logo.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 20px;
}

#logo {
	width: 500px;
	height: 145px;
	display: block;
	float: left;
}

#langbar {
	float: right !important;
	cursor: pointer;
	font-weight: bold;
	margin: 7px 40px;
	color: #474747;
	text-decoration: none;
}

#menu {
	width: 250px;
	float: left;
	margin: 0 25px 0 20px;
}
#menu ul {
	padding-left: 0px;
}
#menu li {
	list-style-type: none;
	border-bottom: 1px solid #7c6c5f;
	padding-left: 10px;
}
#menu a {
	color: black;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}
#menu .level_1 {
	padding: 0 0 5px 5px;
}
#menu .level_1 li {
    background: url('/media/images/bulta.png') left 3px no-repeat;
    padding-left: 15px;
	border-bottom: 0;
	background-color: transparent;
}
#menu .level_1 a {
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
}
#menu li:hover {
	background-color: white;
}
#menu .level_1 li:hover {
	background-color: transparent;
}
#menu .level_1 a:hover {
	color: #3399FF;
}
#menu a.active {
	color: #3399FF;
}

#menu li.active {
	background-color: transparent;
}
a {
	color: black;
}
a:hover {
	color: #3399FF;
}

#content {
	float: left;
	width: 50%;
	background-color: white;
	padding: 15px;
	margin-bottom: 15px;
	min-height:500px;
	height:auto !important;
	height:500px;

}

#content h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	margin: 3px 0 3px 0;
}

#content h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	margin: 3px 0 3px 0;
}

#content h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	margin: 3px 0 3px 0;
}

#content h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	margin: 3px 0 3px 0;
}

#right_side {
	padding: 0;
	margin: 0 0 25px 25px;
	float: left;
	width: 150px;
}
#calendar {
	border-collapse: collapse;
	text-align: center;
	margin: 35px auto 0 auto;
	background-color: #f4f4f4;
	border-top: 3px solid #379aff;
}
#calendar th {
	background-color: #fff;
	border: 1px solid #ccc;
}
#calendar td {
	border: 1px solid #ccc;
	width: 25px;
	height: 25px;
}

#calendar td:hover {
	background-color: #8bb7d3;
	color: white;
}
#calendar td a {
	color: black;
	text-decoration: underline;
}
#calendar .not {
	color: #ccc;
}

#search {
	margin: 35px 0 0 0;
	border: 1px solid #ccc;
	border-top: 3px solid #379aff;
	width: 210px;
	background: white;
	padding: 10px;
}
#search input {
	background-color: #fafafa;
	background-image: url('/media/images/search.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
	margin: 3px 0 3px 0;
	border: 1px solid #ccc;
}
#footer {
	clear: both;
	text-align: center;
	color: #79715e;
	width: 50%;
	margin-left: 295px;
	padding: 15px;
}

#footer p {
	margin: 0 0 2px 0;
	padding: 0;
}

#footer a {
	color: #79715e;
}

#footer_line {
	background-image: url('/media/images/bottom-line.jpg');
	background-repeat: repeat-x;
	height: 10px;	
}

img { margin: 0; padding: 0; border: 0;}

#vardadienas {
	float: right;
	clear: right;
	width: 400px;
	margin: 102px 0 0 0;
	color: white;
	padding-left: 5px;
	text-align: right;
}

#vardadienas span {
	border-left: 1px solid white;
	padding: 2px 5px 2px 1px;
}
.banner {
	background-color: white;
	text-align: center;
	margin-bottom: 5px;
	width: 230px;
}
.banner2 {
	text-align: center;
	margin-bottom: 5px;
	width: 230px;
}

.top1 {
	float: left;
	width: 70%;
}
.top2 {
	float: right;
	width: 20%;
	color: gray;
	font-size: 10px;
	text-align: right;
}
hr {
    border: 0;
    background-color: black;
    height: 1px;
}
br.clear {
    clear: both;
    height:1px;
}