@charset "utf-8";

body {
	background-color: #eeece1;
	background-repeat: repeat-x;
	
	margin: 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none
}
a {
	color: #000000;
	text-decoration: none
}
a:hover {
	text-decoration: underline;
}
h1,h2,h3 {
	margin: 0;
	padding: 0;
}
#container_center {
	width: 800px;

	color: #FFFFFF;
}
#header {
	background-image: url(../img/ozadje_top.jpg);
	background-repeat: no-repeat;
	height: 115px;

	
	color: #88876e;
	font-size: 11px;
}
#language {
	margin-top: 85px;
	margin-left: 35px;
	height: 10px;
}
#besedilo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
	margin-left: 542px;
	margin-top: 45px
}
	#besedilo h1 {
		font-size: 12px;
	}
	#besedilo h2 {
		font-size: 12px;
		font-weight: normal
	}
#center {
	background-image: url(../img/odvetnik_rejc.jpg); 
	background-repeat: no-repeat;
	height: 295px;
}
/* Classi */
.f_left {
	float: left
}
.f_right {
	float: right
}
.clear {
	clear: both
}