/* CSS for BASE */
body	{
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 13;
	color: #000000;
	margin: 10;
	padding: 10;
	}

td	{
	font-size: 13;
	vertical-align: top;
	}

a	{
	color:#004CC7;
	}
	a:hover	{
		color:#CC0000;
		}



/* CSS for TEXT */
.main	{ font-family: Tahoma; font-size: 24; }
.point	{ border-bottom: 1px dashed; cursor: pointer; }
.small	{ font-family: Verdana; font-size: 10; }
.light	{ color:#CCcccc; }
.red	{ color:red; }

/* CSS for DIV */
#clear
	{
	width: 100%;
	clear:both;
	}
#bottom
	{
	clear:both;
	}
#main
	{
	width: 100%;
	clear:both;
	}
#h50
	{
	height: 50px;
	clear:both;
	}
#h25
	{
	height: 25px;
	clear:both;
	}
#p5
	{
	padding: 5;
	}
#p10
	{
	padding: 10;
	}




/* CSS for COUNTING */

#one_2_60
	{
	width:60%;
	float:left;
	}
#two_2_40
	{
	width:30%;
	margin-left:5%;
	float:left;
	}




#one_3
	{
	width:33%;
	float:left;
	}
#two_3
	{
	width:33%;
	float:left;
	}
#three_3
	{
	width:33%;
	float:left;
	}


#td_25
	{
	width:25%;
	float:left;
	}






#one_50
	{
	width:50%;
	float:left;
	}
#two_50
	{
	width:50%;
	float:left;
	}










#left_20
	{
	width:20%;
	float:left;
	//margin-right: -100%;
	}
#right_80
	{
	width:80%;
	float:left;
	//margin-left: 20%; 
	//display: inline;
	}








#one_60
	{
	width:60%;
	float:left;
	//margin-right: -100%;
	}
#two_40
	{
	width:35%;
	float:left;
	margin-left: 5%; 
	//margin-left: 60%; 
	//display: inline;
	}



#one_30
	{
	width:30%;
	float:left;
	//margin-right: -100%;
	}
#two_70
	{
	width:65%;
	float:left;
	margin-left: 5%; 
	//margin-left: 30%; 
	//display: inline;
	}








/* CSS for OBJECT */
#line
	{
	border-top:1px solid #CCCCCC;
	width: 100%;
	}
#menu
	{
	margin-left:25;
	}
#part
	{
	width:75%;
	}

#company_Pic
	{
	background:#EEEEFF;
	padding:10;
	float:left;
	}


#top_baner
	{
	position: relative; 
	top: 0px; 
	left: 20px;
	}







/* CSS for ADMIN */
input.formlight
	{
	border: 1px solid #999999;
	height: 21;
	width: 400;
	}
input.formlight:focus
	{
	border: 1px solid #3399CC;
	}

textarea.formlight
	{
	border: 1px solid #999999;
	width: 400;
	}
textarea.formlight:focus
	{
	border: 1px solid #3399CC;
	}


#form
	{
	float:left;
	}
#tags
	{
	background:#CCCCCC;
	border:1px solid #CCCCCC;
	float:left;
	margin-left:5%;
	width:250;
	}


#baner
	{
	border:1px solid #CCCCCC;
	width:100%;
	}















#proizvodstvo
	{
	background-image: url(/support/img/proizvodstvo.jpg); 
	background-position: left top;
	background-repeat: no-repeat;
	height: 129px;
	}



.columns { clear: both; width: 100%; //padding-right: 1px; //overflow-x: hidden; }
.columns .a { float: left; width: 22%;}
.columns .b { float: left; width: 26%;}
.columns .c { float: left; width: 26%;}
.columns .d { float: left; width: 26%;}







