@charset "iso-8859-2";

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

a {
	color: #424242;
}

#inner a {
	color: #333;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

strong {
	/*color: #88bf01;*/
	font-weight: bold;
}

em {
	font-style: italic;
}

em.blue {
	padding: 0 4px 0 0;
	color: #13407c;
	font-weight: bold;
	font-style: normal;
}

label {
	font-size: 11px;
}

select, option, input, textarea {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

input, textarea {
	padding: 1px 3px 1px 3px;
	background: #fff;
	border: 1px solid #000;
}

textarea {
	overflow: auto;
}

form p {
	margin-bottom: 0;
}

ul, ol {
	margin-left: 25px;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: none;
}

h1#id {
	display: none;
}

h1#submenu_top {
	display: block;
	width: 210px;
	height: 86px;
	margin: 0 0 0 12px;
	background: url('../images/submenu_top.png') no-repeat;
}

h1#submenu_top a {
	display: block;
	width: 87px;
	height: 84px;
	margin: 0 0 0 16px;
}

#right h1 {
	margin: 0 0 30px 0;
	color: #88bf01;
	font-size: 24px;
	font-weight: normal;
}

#right h2 {
	margin: 0 0 15px 0;
	color: #000;
	font-size: 18px;
	font-weight: normal;
}

#right h2.news {
	margin: 0;
	color: #333;
	font-size: 11px;
	font-weight: bold;
}

.fix {
	display: block;
	float: none !important;
	clear: both !important;
	height: 1px;
	overflow: hidden;
}