/*

	This stylesheet is handwritten and © by TammekaZ

*/

.valge_taust {
	background-color: #FFFFFF;
}

.hall_taust {
	background-color: #CCCCCC;
}

.right_menu_line{ background: url("../../img/right_menu_line.gif") no-repeat ; background-position: top right; }

.content_left_text {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 20px;
}

.content_left_text p {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 20px;
	display: block;
	position: relative;
}

.content_left_text ul {
	list-style-type: none;
	display: inline;
	position: relative;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
}

.content_left_text li {
	margin: 5px 0px 5px;
	padding: 0px 5px 0px 15px;
	font-weight: normal;
	background-image: url(../../img/arrowhead.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	background-position: 5px 6px;
}

.content_left_text h3 {
	margin: 5px 0px 5px;
	padding: 0px 5px 0px 15px;
	font-weight: normal;
	background-image: url(../../img/arrowhead.gif);
	background-repeat: no-repeat;
    font-size: 12px;
	vertical-align: top;
	background-position: 5px 6px;
}

.content_box {
	margin: 0px;
	padding: 0px 0px 15px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.content_box p {
	margin: 0px;
	padding: 0px 0px 15px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.content_box h3 {
	font-size: 12px;
	font-weight: bold;
	color: #525252;
	margin: 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 10px;
	padding: 0px;
	background-image: none;
	display: block;
}

.content_box ul {
	list-style-type: none;
	display: inline;
	position: relative;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
}

.content_box li {
	margin: 0px 0px 5px;
	padding: 0px 5px 0px 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../../img/arrowhead.gif);
	background-repeat: no-repeat;
	line-height: 15px;
	vertical-align: top;
	background-position: 5px 6px;
}

.info {
	background-image: url("../../img/i_info.jpg");
	background-repeat: no-repeat;
	margin: 1px 0px 15px;
	padding: 3px 0px 0px 30px;
}

.charter {
	background-image: url("../../img/i_charter.jpg");
	background-repeat: no-repeat;
	margin: 1px 0px 15px;
	padding: 3px 0px 0px 30px;
}

.mission {
	background-image: url("../../img/i_mission.jpg");
	background-repeat: no-repeat;
	margin: 1px 0px 15px;
	padding: 3px 0px 0px 30px;
}

.star {
	background-image: url("../../img/i_star.jpg");
	background-repeat: no-repeat;
	margin: 1px 0px 15px;
	padding: 3px 0px 0px 30px;
}

.details {
	background-image: url("../../img/i_details.jpg");
	background-repeat: no-repeat;
	margin: 1px 0px 15px;
	padding: 3px 0px 0px 30px;
}

.contacts {
	background-image: url("../../img/i_contacts.jpg");
	background-repeat: no-repeat;
	margin: 1px 0px 15px;
	padding: 3px 0px 0px 30px;
}

.arrowhead {
	background-image: url("../../img/i_arrowhead.jpg");
	background-repeat: no-repeat;
	margin: 1px 0px 15px;
	padding: 3px 0px 0px 30px;
}

.lang {
	float: right;
	margin: 0px -5px 0px 0px;
	padding: 0px;
}

.lang ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.lang ul li {
	background-color: #FFF;
	display: block;
	margin: 0px 1px 0px -1px;
	float: left;
	padding: 0px 6px;
	border-left: 1px solid #525252;
}

.lang ul li a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5f5f5f;
	text-decoration: none;
}

.lang ul li a:hover {
	color: #5e8dc5;
}

.nav {
	float: left;
	margin: 0px 0px 5px;
	padding: 0px;
}

.nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.nav ul li {
	display: block;
	margin: 0px 1px 0px -1px;
	float: left;
	padding: 10px 35px;
	background-image: url("../../img/menu-line.jpg");
	background-repeat: no-repeat;
}

.nav ul li a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}

/* Holly Hack. IE Requirement \*/
* html .nav ul li a:visited { color: #888888; }
* html .nav ul li a:hover { color: #5e8dc5; }
/* End */

.nav ul li a:hover {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5e8dc5;
	text-decoration: none;
}

.navigator a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}

/* Holly Hack. IE Requirement \*/
* html .navigator a:visited { color: #888888; }
* html .navigator a:hover { color: #5e8dc5; }
/* End */

.navigator a:hover {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5e8dc5;
	text-decoration: none;
}

.navigator_joon {
	border-bottom: 1px solid #CCC;
}

#search {
	margin: 5px 0px 0px;
	padding: 0px;
	float: right;
}

#search .box {
	height: 19px;
	width: 170px;
	border: 1px solid #d4d4d4;
	padding: 4px 0px 0px 10px;
	margin: 0px;
	display: block;
	float: left;
	font-size: 12px;
	color: #525252;
}

#search .button {
	height: 25px;
	width: 25px;
	margin: 0px 0px 0px 5px;
	border-width: 0px;
	display: block;
	float: left;
	background-image: url("../../img/search.jpg");
}

#search .button:hover {
	height: 25px;
	width: 25px;
	margin: 0px 0px 0px 5px;
	border-width: 0px;
	display: block;
	float: left;
	background-image: url("../../img/search_over.jpg");
}

.footer {
	border-top: 1px solid #CCC;
	margin: 15px 0px 0px;
	padding: 0px;
}

.footer .left {
	float: left;
	position: relative;
}

.footer .right {
	float: right;
	position: relative;
}

.service a {
	font-size: 13px;
	font-weight: bold;
	color: #5e8dc5;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-decoration: none;
}

/* Holly Hack. IE Requirement \*/
* html .service a:visited { color: #5e8dc5; }
* html .service a:hover { color: #deac32; }
/* End */

.service a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #deac32;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-decoration: none;
}
