body{
background-image: url(../imgs/bg.jpg);
background-repeat: repeat-x;
background-attachment: fixed;
text-align: center;	
font-family: Tahoma;
font-size: 8pt;
color: black;
}
h1{
	font-size: 12pt;
	color:#FF6600;
}
h2{
	font-size: 10pt;
}

h4{
	font-size: 12pt;
}

h5{
	font-size: 10pt;
}

table{
font: normal 8pt Tahoma;
}

input,select{
font: normal 8pt Arial;
}

legend{
font-weight:bold;
color:blue;
}

.container
{
background-color: white;
width: 900px;
margin: 10px auto;
}

.top
{
height: 140px;
background-image: url(../imgs/logo.gif);
background-position: left;
background-repeat: no-repeat;
}
.scnd_top
{
height: 25px;
background-color: #FF8000;
font: normal 12px/2 Tahoma;
color: white;
}

.leftnav
{
float: left;
width: 180px;
text-align: left;
margin: 0;
padding: 0;
}

.box
{
color: black;
font-weight: bold;
line-height:2;
margin-top:15px;
}

.rightnav
{
float: right;
text-align:right;
width: 180px;
margin: 0;
padding: 0.5em;
}

.content
{
text-align:justify;
margin-left: 190px;
margin-right: 185px;
padding: 1em;
max-width: 52em;
}

.footer
{
clear: both;
margin: 0;
padding: .5em;
color: gray;
line-height: 25px;
}


A:link {
   font-size: 8pt; 
   color: black; 
	text-decoration: underline;
}
      
A:visited {
   font-size: 8pt; 
   color: black;
	text-decoration: underline; 
}

A:hover {
   font-size: 8pt; 
   text-decoration: none;
}
a img {
	border: none
}
.cat_top {
	font-weight:bold;
	border-bottom: 1px dotted Gray;
}

.cat_bot{
	background-color: #EEF3F8;
	font-size: 8pt;
	text-align: right;
	border-bottom: 2px solid #98AAB2;
	}
	
.new{
	font-size:12pt;
	color: #DC143C;
	font-weight:bold;
	border-bottom: 1px dotted Gray;
}

#navigation a {
	background-color: white;
	font:bold 8pt Tahoma;
	color: black;
	line-height:17px;
	display:block;
	padding: 0px 10px;
	text-decoration: none;
	border: 1px solid gray;
	}

#navigation a:hover {
	background-color: #E3E3E3;
	text-decoration: underline;
	border: 1px solid gray;
} 

#navigation2 a {
	background-color: white;
	font:bold 8pt Tahoma;
	color: black;
	line-height:17px;
	display:block;
	padding: 0px 10px;
	text-decoration: none;
	border: 1px solid gray;
	}

#navigation2 a:hover {
	background-color: #E3E3E3;
	text-decoration: underline;
	border: 1px solid gray;
}

#bordered {
  border-collapse:collapse; 
  border: 1px solid black;
}

.zalozka{
	background-image: url('../imgs/zalozka.png');
	background-repeat: no-repeat;
	padding: 8px 10px 5px 5px;
	font-weight: bold;
	border-bottom: 3px double silver;
}

.butt_send {
	background-color: red;
	font-size: 8pt;
	color: white;
}

.heading {
	font-size: 13px;
	font-family : Verdana CE, Arial CE, Verdana, Arial, Helvetica, sans-serif;
	color : Navy;
	font-weight : bold;
}
.tableheader {
	font-size: 11px;
	font-family : Verdana CE, Arial CE, Verdana, Arial, Helvetica, sans-serif;
	color : Navy;
	font-weight : bold;
	background : #D8E0EB;
}
.mouse_over {
background-color: white;
}

.mouse_out {
background-color: silver;
}
        
