body	{
	color: #000000;
/*	background-color: #eeeeff; */
        background: #f1eee9;
       	background-image: url(../grafika/bodybg.jpg) repeat;
       }

.normal {
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.white {
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	padding : 5px;
}
.bigblue {
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: navy;
	padding : 5px;
}

.bigblueright {
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: navy;
	padding : 5px;
	text-align: right;
}


.h1bigblueright {
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: navy;
	padding : 5px;
	text-align: right;
}

.lightsteelblue {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: lightsteelblue;
	border-bottom: 1px dotted lightsteelblue;
}

.normalbox      {
	border: 0px solid #440000;
	margin: 3px;
	padding: 5px;
	background-color: #ffffff;
}

td {font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000; 
}


.h1	{
	text-align: center;
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #880000;
}

.titlebox       {
	border: 1px solid #440000;
	margin: 0px;
	padding: 0px;
	background-color: #fefaf1;
}

.leftbar {
         background-image: url(../grafika/background1c.gif);
}

a:link	{
	text-decoration: none;
	color: darkblue;
}

a:visited	{
	text-decoration: none;
	color: blue;
}

a:hover	{
	text-decoration: underline;
	color: blue;
	
}

a:active	{
	text-decoration: none;
	color: blue;
}

input {
  font-family : Verdana, Helvetica;
	font-size : 9px;
	color : white;
	background : darkblue;
	border : 1px solid;
	border-color : black;
     }
select {
  font-family : Verdana, Helvetica;
	font-size : 9px;
	color : white;
	background : navy;
	margin-right : 9; 
	border : 0px solid;
	border-color : black;
     }
.searchbox {
        background : darkblue;
	border-top : 1px solid;
	background-image: url(../grafika/pozadie2.jpg);
	border-color : white;
     }
