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


/*OKVIR STRANI-osnovne dimenzije*/

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

}*/
body {
background-color:#2960a4;
font-size:11px;
line-height:15px;
font-family:Helvetica, Tahoma, Verdana, sans-serif;
}
#window {
  font-size:12px;
  line-height:23px

}
#window h3{
  font-size:18px;

}

#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_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;}



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


