@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#wrap {
	width: 781px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	display: block;
	height: 75px;
	text-indent: -9999em;
	background: url(../images/logo.png);
	outline: none;
}

#header {
	width: 781px;
	height: 235px;
}
body#index #header { background: url(../images/glava1.jpg) no-repeat center bottom; }
body#osebna_izkaznica #header { background: url(../images/glava2.jpg) no-repeat center bottom; }
body#poslanstvo #header { background: url(../images/glava3.jpg) no-repeat center bottom; }
body#zaposleni #header { background: url(../images/glava4.jpg) no-repeat center bottom; }
body#zavarovalni_posrednik #header { background: url(../images/glava5.jpg) no-repeat center bottom; }
body#podrocja_storitve #header { background: url(../images/glava6.jpg) no-repeat center bottom; }
body#cikel #header { background: url(../images/glava7.jpg) no-repeat center bottom; }
body#koristi_narocnika #header { background: url(../images/glava8.jpg) no-repeat center bottom; }
body#pogosta_vprasanja #header { background: url(../images/glava9.jpg) no-repeat center bottom; }
body#kaj_lahko_pricakujete #header { background: url(../images/glava10.jpg) no-repeat center bottom; }
body#kontakt #header { background: url(../images/glava11.jpg) no-repeat center bottom; }

#nav {
	width: 781px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	background: #f6f6f6;
}

#nav li {
	float: left;
	border: 1px solid #ccc;
	border-left: none;
	display: block;
}

#nav li h4 {
	height: 29px;
	width: 194px;
	background: #069;
	text-indent: -9999em;
	padding: 0;
	margin: 0;
}

#nav li.druzba h4 { background: url(../images/h4_druzba.png) no-repeat top left; }
#nav li.storitve h4 { background: url(../images/h4_storitve.png) no-repeat top left; }
#nav li.vprasanja h4 { background: url(../images/h4_pogosta_vprasanja.png) no-repeat top left; }
#nav li.kontakt h4 { background: url(../images/h4_kontakt.png) no-repeat top left; }


#nav li.first {
	border-left: 1px solid #ccc;
}

#nav h4 {
	background: #069;
	margin: 0;
	padding: 10px;
	color: #fff;
}

#nav li ul {
	list-style: none;
	width: 194px;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	height: 120px;
}

#nav li ul li {
	border: none;
	display: block;
	float: none;
	padding: 3px 10px;
}

#nav a {
	font-size: 0.85em;
}

a:link, a:visited {
	color: #080;
	text-decoration: none;
	background: url(../images/link_underline.png) repeat-x bottom left;
	line-height: 1.3em;
}

a:hover {
	color: #6c3;
}

body.druzba #nav li.druzba ul { background: url(../images/section-arrow.png) no-repeat top left; }
body.storitve #nav li.storitve ul { background: url(../images/section-arrow.png) no-repeat top left; }
body.vprasanja #nav li.vprasanja ul { background: url(../images/section-arrow.png) no-repeat top left; }
body.kontakt #nav li.kontakt ul { background: url(../images/section-arrow.png) no-repeat top left; }

body#osebna_izkaznica li.osebna_izkaznica,
body#poslanstvo li.poslanstvo,
body#zaposleni li.zaposleni,
body#druzbena_odgovornost li.druzbena_odgovornost,
body#zavarovalni_posrednik li.zavarovalni_posrednik,
body#podrocja_storitve li.podrocja_storitve,
body#cikel li.cikel,
body#koristi_narocnika li.koristi_narocnika,
body#kaj_lahko_pricakujete li.kaj_lahko_pricakujete,
body#pogosta_vprasanja li.pogosta_vprasanja,
body#kontakt li.kontaktni_obrazec {
	background: url(../images/nav_bullet.png) no-repeat left top;
}

/* content */
#content {
	padding: 10px;
	clear: both;
}

.leftcol {
	width: 370px;
	padding-right: 10px;
	float: left;
}

.rightcol {
	width: 370px;
	padding-left: 10px;
	float: right;
}

.clear {
	clear: both;
}

img.graf_cikel {
	margin: 0 68px;
}

h1 {
	color: #333;
	height: 36px;
}

h2 {
	color: #666;
	height: 36px;
}

#content p, #content li {
	color: #333;
}

#content p {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em; 
}

#content li {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#content dt {
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	color: #333;
}

#content dd {
	margin: 0;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	color: #333;
}

#footer {
	border-top: 7px solid #369;
	clear: both;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	float: right;
}

#footer li {
	float: left;
	color: #666;
	border-left: 1px solid #666;
	padding: 0 10px;
	font-size: 0.85em;
	line-height: 1.5em;
}

#footer li.first {
	border: none;
}
/* tables */

th {
	text-align: left;
	width: 195px;
	padding: 5px 0;
	color: #333;
}

td {
	color: #333;
}

/* forms */

form {
	background: #eee;
	margin-bottom: 20px;
	float: left;
	border: 1px solid #ddd;
}

label {
	width: 174px;
	margin-right: 20px;
	float: left;
	text-align: right;
}

.error {
	text-align: left;
	color: #c00;
	font-size: 0.85em;
	line-height: 1.5em;
	padding-left: 10px;
	background:url(../images/arrow2_w.png) no-repeat left center;
	font-style: italic;
}

form div {
	background: #eee;
	float: left;
	padding: 10px 0;
	margin-bottom: 1px;
	clear: both;
	width: 760px;
}

input, select {
	float: left;
	width: 174px;
}

option.blank {
	color: #999999;
}

textarea {
	width: 370px;
	float: left;
}

button {
	margin-left: 194px;
	padding: 3px 10px;
}

.sending {
	background: url(../images/ajax-loader.gif) no-repeat center left;
	padding: 10px 20px;
	margin-left: 20px;
	color: #999;
}