﻿div.userContent,
div.userContent table {
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

div.userContent h1,
div.userContent h2 {
	color: #f63;
}

div.userContent h3,
div.userContent h4,
div.userContent h5,
div.userContent h6 {
	color: #000;
}

div.userContent h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

div.userContent h2 {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}

div.userContent h3 {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}

div.userContent p {
	margin-bottom: 15px;
}

div.userContent a {
	color: #f63;
	text-decoration: underline;
}

div.userContent ul {
	margin-left: 16px;
	list-style-position: outside;
	list-style-image: url('../Cms/Img/bullet.gif');
}

div.userContent ol {
	margin-left: 16px;
	list-style-position: outside;
}

div.userContent ul.zakonodaja li a {
	color: #666;
}


div.userContent table.tabela {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

div.userContent table.tabela tr.header {
	height: 50px;
}

div.userContent table.tabela tr.header td {
	font-weight: bold;
	background-color: #cccccc;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

div.userContent table.tabela tr td {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 8px 4px;
	vertical-align: top;
}