.main {
padding-top:20px;
padding-left:20px;
padding-right:30px;
padding-bottom:40px;
background-image:url(images/fons2.jpg);
background-repeat: repeat;
}
body {
color:#FFFFFF;
font:Verdana;
background-image: url(images/fons.jpg);
background-repeat: repeat;
}
h1 {
font:Verdana;
}
h2 {
font:Verdana;
padding-left:30px;
}
h3 {
font: Verdana;
}
.banneris {
width:240px;
height:60px;
align:center;
}
.buvtable {
border: solid 2px #161c36;
background: #8098ff;
}
td.buvtable {
border: solid 2px #161c36;
background: #8098ff;
}
input {
border: solid 1px #161c36;
background: #8098ff;
}
a:visited {
text-decoration:none; background:none; color:#000000;
}
a{text-decoration:none; background:none; color:#000000;}
a:hover {color:#B60000}
img {border:none}
.klucitis {
color: #000000;
float:left;
padding:4px;
margin:3px;
background:#8fa1c0;
border:solid 3px #2C3444;
width:150px;
height:70px;
}
.contained {
			overflow: hidden; /* For capturing the floated children */
			display: inline-block;
		} div.contained {display:  block;} /* Trick to give IE hasLayout */

a.boldbuttons{
background: transparent url('media/roundedge-red-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('media/roundedge-red-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

