﻿html, body {
	font-family: arial, sans-serif;
	background-color: Transparent;
	margin: 0;
	padding: 0;
	font-size: 9pt;
}
h1 {
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

#container {
	width: 1200px;
	height: 700px;
	background: #FFFFFF;
}
#header_iSlovenija {
	background-repeat: no-repeat;
	background-image: url(../images/logo_islovenija.png);
}
#header_iObcina {
	background-repeat: no-repeat;
	background-image: url(../images/logo_iobcina.png);
}
#header_iKomunala {
	background-repeat: no-repeat;
	background-image: url(../images/logo_ikomunala.png);
}
#sidebar1 {
	float: left;
	height: 600px;
	width: 280px;
	background-color: #EBEBEB;
}
#mainContent {
	float: right;
	width: 920px;
	height: 600px;
}
#footer {
	width: 250px;
	float: left;
	background: #636466;
	background-repeat: no-repeat;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFF;
}
.vsebina {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	vertical-align: text-top;
	padding-left: 5px;
	text-align: left;
}
tr, p {
	font-family: arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
}
