@charset "utf-8";
/* CSS Document */

body{
	background:url(images/pattern_background.jpg) repeat-x;
	background-color:#f9f9f7;
	margin:0px; margin-bottom:18px;
}
a.gray:link{
	color:#999999;
	font-size:12px;
	font-weight:bold;
}
.lijeva_granica{
	background:url(images/side_line.jpg) repeat-y right;
}
.desna_granica{
	background:url(images/side_line_r.jpg) repeat-y left;
}
.nofloat{ float:none; clear:both;}

.baner{
	padding:8px 5px 8px 4px;
}
#header{
	padding:10px;
}
#content{
	padding:10px;
}
#logo{
	width:70%;
	float:left;
}
#lang{
	width:30%;
	text-align:right;
	float:right;
	font:12px tahoma;
	color:#666666;
	line-height:16px;
}