@charset "utf-8";
/* CSS Document */


/*OKVIR STRANI-osnovne dimenzije*/

/*#container
{margin-top:185px;
margin-left:auto;
margin-right:auto;
width:600px;
position:relative;

}*/
#container{
position:absolute;
	top:185px;
	left:50%;
	margin-left:-325px;
	width:650px;

}

/* 3 STOPLCI*/
.column
{
width:204px;
float:left;
BORDER-RIGHT: #000000 1px solid;
BORDER-TOP: #ffffff 1px solid;
BORDER-LEFT: #ffffff 1px solid;
BORDER-BOTTOM: #000000 1px solid;

}

#column_head1
{height:66px;
background-image:url(../images/bg1_p.jpg);
}
#column_head1_hosting
{height:66px;
background-image:url(../images/titles/bg1_gostovanje.jpg);
}


#column_head2
{height:66px;
background-image:url(../images/bg1_r.jpg);
}

#column_head3
{height:66px;
background-image:url(../images/bg1_o.jpg);
}

#column_text1
{
width:194px;
background-color:#FFFFFF;
padding:5px;
}
#column_text2
{
width:194px;
background-color:#FFFFFF;
padding:5px;
}
#column_text3
{
width:194px;
background-color:#FFFFFF;
padding:5px;
}






/* PORAVNAVA RAZMIKA MED STOLPCI*/
.column_left
{margin-right:12px;
}

.column_center
{}

.column_right
{margin-left:12px;}

/* 2 STOLPCA */

#column2
{
width:188px;
float:left;
BORDER-RIGHT: #000000 1px solid;
BORDER-TOP: #ffffff 1px solid;
BORDER-LEFT: #ffffff 1px solid;
BORDER-BOTTOM: #000000 1px solid;

}

/* 1 STOLPEC */


#registracija {
	background-image:url(../images/www.jpg);
	background-repeat:no-repeat;
	width: 180px;
	height: 79px;
	padding-top:3px;
	margin-top:15px;
	font-size:9px;
	margin-left:4px;
}



/* FOOTER*/
#footer
{clear:both;
margin-top:25px;
width:640px;
padding:5px;
text-align:right;
color:#FFFFFF;}



/*SKUPNE*/

.allignr {
        text-align:right;
}
.text_small {
	font-size:11px;
}
.text_bela{
	color:#FFFFFF;
}
.text_crna{
	color:#000000;
}
.special_input{
	margin-left:50px;
}
.input_style {
	border-color: #E23E6B;
	border-style:solid;
	border-width:1px;
	width:100px;
}
.text_red {
	color:#C42D57;
}
.text_bold {
	font-weight:bold;
}
