@charset 'utf-8';
body, label, textarea, input, select, h6, table td
{
	font: xx-small Verdana, Tahoma, "Microsoft Sans Serif", Helvetica, Arial, sans-serif;
}
body 
{
	font-style: normal;
	font-weight: normal;
	background-color: white;
	border: 1px solid #C00;
	padding: 2%;
	margin: 0;
	scrollbar-face-color: white;
	scrollbar-highlight-color: #C00;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: black;
	scrollbar-shadow-color: #C00;
	scrollbar-arrow-color: black;
	scrollbar-track-color: #CCC;
}
:link img, :link:visited img
{
	border: none;
}
:link, :link:visited
{
	text-decoration: none;
	color: black;
}
:link:hover, :link:visited:hover, :link:active
{
	text-decoration: underline;
	color: #C00;
}
h6
{
	margin-bottom: 0;
	color: #C00;
}
ul li
{
	list-style-image: url(gfx/list_bullet.gif);
}
li img
{
	margin: 5px 0;
}

#sub_menu a.menu, #main_menu a.menu
{
	text-decoration: none;
	color: black;
}
#sub_menu a.menu:hover, #main_menu a.menu:hover, h1, h3
{
	color: #C00;
}
#main_menu
{
	padding-top: 17px;
}
#main_menu a.menu
{
	display: inline;
	padding: 0 2px;
	width: 10.5%;
	overflow: hidden;
}
#main_menu a.menu:hover
{
	background-color: #CCC;
}
#main_menu a.menu#current, #sub_menu a.menu#current, #main_menu a.menu#current_sub, #sub_menu a.menu#current_sub
{
	color: #C00;
}
#sub_menu a.menu
{
	display: block;
	padding: 5px 2px;
	width: 95%;
}

#sub_menu
{
	padding-bottom: 50px;
}
#sub_menu a.menu:hover, #menu a.menu:active, #menu a.menu#current, #menu a.menu#current_sub
{
	color: #C00;
}
#menu a.menu#current
{
	list-style-image: url(gfx/bullet.gif)
}
.frame
{
}
#top_frame
{
	width: 100%;
	height: 120px;
	overflow: hidden;	
}
#top_frame img.logo
{
	margin-bottom: 10px;
}
#languages_menu
{
	position: absolute;
	text-align: right;
	right: 1%;
	width: 18%;
	height: 18px;
	overflow: hidden;
}
#languages_menu select
{
	width: 100%;
	height: 18px;
}
#search_form
{
	position: absolute;
	top: 0;
	right: 22%;
	width: 150px;
	height: 18px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#search_form input.submit
{
	width: 20px;
	height: 16px;
	padding: 0;
	margin: 0;
	text-align: center;
}
#search_form input#query
{
	width: 120px;
	height: 16px;
	padding: 0;
	margin: 0;
	text-align: center;
}

#left_frame
{
	display: inline;
	width: 20%;
	overflow: hidden;
}
#main_frame
{
	position: absolute;
	top: 140px;
	left: 25%;
	width: 75%;
	padding: 0;
	white-space: pre;
}
#main_frame, #main_frame table p, #main_frame table td
{
	line-height: 200%;
}
#main_frame table
{
	margin: 1% 0;
	border-bottom: 1px solid #C00;
	border-collapse: collapse;
}
#main_frame caption
{
	font-size: smaller;
	font-weight: bold;
	margin-bottom: 5%;
}
#main_frame tbody
{
	border-bottom: 1px solid #C00;
	border-collapse: collapse;
}
#main_frame td, #main_frame th
{
	border-top: 1px solid #C00;
	margin: 0;
}
#main_frame, #left_frame
{
	margin-bottom: 45px;
}
#bottom_frame
{
	position: static;
	left: 2%;
	bottom: 2%;
	width: 100%;
	height: 40px;
}
#bottom_frame h3
{
	width: 39%;
	margin: .7%;
	border: none;
	display: inline;
	text-align: right;
}
#links_menu
{
	width: 60%;
	display: inline;
	font-size: medium;
}
#links_menu a
{
	margin: 1.5%;
	padding: 1%;
	padding-bottom: 3%;
	color: #CCC;
	background-color: #C00;
	border-color: #C00;
	text-decoration: none;
}
#links_menu a:hover, #links_menu a:active
{
	color: white;
}
h2, h3
{
	border-bottom: 1px solid #C00;
}
h2
{
	font: large Trebuchet MS, Verdana, Tahoma, "Microsoft Sans Serif", Helvetica, Arial, sans-serif;;
	color: #C00;
	text-align: right;
	border-bottom: 1px solid #C00;
}

p
{
	margin-top: 15px;
	text-align: justify;
	margin: 0;
}
h2
{
	border-bottom: 1px dotted #C00;
}
h5
{
	margin-bottom: 0;
}
hr
{
	clear: both;
	height: 1px;
	color: #C00;
	border: 1px dotted #C00;
}
img.left {
	float: left;
	margin: 1.5% 1.5% .5% 0;
	clear: left;
}
img.right {
	float: right;
	margin: 1.5% 0 .5% 1.5%;
	clear: right;
}
.extra_bold
{
	font-family: "Arial Black", Verdana, "Microsoft Sans Serif", Helvetica, sans-serif;
	font-weight: normal;
}
.no_bold
{
	font-weight: normal;
}
label
{
	width: 100%;
	text-align: right;
	white-space: nowrap;
}
input, select, textarea
{
	width: 85%;
	background-color: white;
	border: 1px solid #C00;
	color: black;
}
input.checkbox, input.link
{
	width: auto;
	border-style: none;
}
input.link
{
	color: #C00;
	cursor: hand;
}
textarea
{
	min-height: 64px;
	max-height: 640px;
	height: 100%;
}
fieldset
{
	border: 1px solid black;
}
.button, .button:hover, .button:visited
{
	width: 100%;
	border: 1px solid black;
	margin: 5px 0;
	text-decoration: none;
	text-align: center;
	color: black;
}
.news_photo
{
	float: left;
	clear: left;
	margin: 5px 25px 0 0;

}
.news_title

{
	margin-top: 12px;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}
.news_text
{
	margin-top: 12px;
	margin-bottom: 12px;
}
.news_link
{
	float: right;
	text-align: right;
	text-decoration: none;
	color: orange;
}
.news_date
{
	color: #C00;
}
.news_hr
{
	margin-top: 18px;
	margin-bottom: 10px;
}
.art_photo
{
	margin: 20px;
	clear: both;
	text-align: center;
}
a.search, a.search:visited, a.search:hover
{
	text-decoration: none;
}
h4, th
{
	font-size: x-small;
}
h4.search
{
	margin-bottom: 0;
}
.search_pos, .search_neg
{
	height: 1px;
	overflow: hidden;
	margin: 5px 0 10px;
}
.search_pos
{
	background-color: #C00;
}
.search_neg
{
	background-color: black;
}
.kolor
{
	color: #C00;
}
li h3
{
	margin-top: 2%;
}
sup
{
	font-size: 100%;
}