body{
	background-color:#FBFBFB;
	background-image:url(images/bck.gif);
	background-repeat:repeat-x;
	background-position: top left;
	font-size:11px;
	color:#999999;
	font-family:Tahoma,Helvetica,Sans-serif;
	margin:0px;
	margin-top:20px;
	margin-bottom:10px;
}
a{
	text-decoration: none;
	color:#BDBDBD;
}
a:hover{
	text-decoration: underline;
	color:#BDBDBD;
}

/* struktura */
.td1 {
background-image: url(images/bck2.gif);
height: 30px;
text-align:right;
padding-right: 15px;

}
.tdmenu {
background-image:url(images/bck3.gif);
height:41px;
}
.tdgooter {
background-image:url(images/bck4.gif);
padding-left: 15px;
height:28px;
}

.tdgooter1 {
padding-left: 15px;
height:28px;
}
.tdcon {background-color:#000000;}


/* h tagovi */
h1,h2,h3,h4,h5,h6,ul,li,form,div,p{
	margin:0px;
	padding:0px;
}

h1,h3,h4{
	font-size:14px;
	color:#630063;
	font-weight:bold;
	padding-left:12px;
	padding-bottom:12px;
	padding-top:15px;
	letter-spacing: 0.02em;
	font-family: Arial, "Helvetica", sans-serif, Tahoma, Trebuchet MS;
}
h2{
	font-size:14px;
	color:#F133A3;
	letter-spacing: 0.02em;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif, Tahoma, "Trebuchet MS";
}

.input{
border:1px solid #CCC9CB;
background-color:#fff;
background-image:url(images/bck-imput.gif);
background-repeat:repeat-x;
background-position:top left;
padding:2px;
font-size:11px;
width:100px;
}
.buttom{
	border:1px solid #C780B7;
	background-color:#C780B7;
	padding:2px;
	font-size:11px;
	color:#fff;
	width:21px;
	height:19px;
}