/* CSS Document */

body {
	font-family: Arial, Helvetica, Sans Serif;
	color: #000000;
	background: #a1a1a5 url(../images/BG_repeat.jpg) repeat-x;
	margin: 0;
	padding: 0;
	overflow: auto;
	overflow: -moz-scrollbars-vertical;
}

#logo_prva {
	margin-bottom: 20px;
	margin-top: 50px;
}

#koogle {
	margin-top: 100px;
}

.V1 {
	border-right: #e1e1e2 1px solid;
	width: 154px;
}

/** linkovi - prva **/
a.prva:link, a.prva:visited {
	height: 70px;
	display: block;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

a.prva:hover {
	text-decoration: none;
	color: #5f5f5e;	
}

