﻿@import url(layout.css);

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#metki {
	background: url('../images/header_bg.jpg');
	text-align:left;
	color: #FFFFFF;
	width: 320px;
	height: 120px;
	margin-bottom: 10px;
	font-size: small;
	font-style:italic;
	font-weight:bold;
	padding-left:20px;
	padding-top:70px;
}
#metki a {
	color: #CCDDFF;
	text-decoration: underline;
}
#metki a:hover {
	color:#66FFFF;
	text-decoration: none;
}

#masthead {
	background-color: #FFFFFF;
	background: url('../images/footer_bg.gif') repeat-x;
	text-align: right;
}
#navigation {
	background-color: #ca7;
	overflow: hidden;
}
#page_content {
	position:relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
#column_l {
	margin: 0 350px 0 0;
	padding: 0 2%;
	background-color:#FFFFCC;
	bottom: auto;
	top: auto;
	text-align: justify;
}
#column_r {
	float:right;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #cdf;
	position:absolute;
	right: 0px;
	top: 0px;
	line-height: normal;
}
#column_rn {
	float: right;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #cdf;
	position:relative;
	right: 0px;
	top: auto;
	bottom: 0px;
	left: auto;
	line-height: normal;
}
#footer {
	background-color: #CCAA77;
	position:relative;
	width: auto;
	clear: both;
	overflow: auto;
}

#footer2 {
	border: 0px;
	background-color: #C0C0C0;
	padding-bottom: 2px;
	padding-top: 3px;
	position:relative;
	text-align: center;
	width: auto;
	clear: both;
	overflow: auto;
}
#footer3 {
	background-color: #FFFFFF;
	position:relative;
	text-align: center;
	width: auto;
	clear: both;
	overflow: auto;
	font-size: 0.75em;
	color: #469;
}

/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 20px;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #dc8;
}
#navigation a:hover {
	color: #FF0000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #ed9;
}
#navigation .activ1 a {
background-color:#ed9;

}

/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #FFFFFF;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	margin: 5px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}
#footer .activ2 a {
	color: #FF0000;
}

/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.reklama {
	color: #446699;
	text-align: left;
	font-size: x-small;
	margin: 5px;
	text-align: left;
	vertical-align: top;
}
.obzor {
background-color:white;
color:black;
font-size:small;
font-family:"Times New Roman", Times, serif;
font-style:italic;
text-align:justify;
padding:10px;
}

