@charset "utf-8";
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}
body {
	margin: 0px;
	font: 14px "Trebuchet MS", Tahoma;
	background: #000;
}
a {
	color: #63C;
	text-decoration: none;
}
a:hover {
	color: #F60;
}
img {
	border-width: 0px;
}
h1 {
	color: #039;
	font-size: 22px;
}
h2 {
	color: #06C;
	font-size: 18px;
	font-weight: normal;
	background: #F0F0FF;
	padding-left: 5px;
}
li {
	list-style: square;
	margin-bottom: 10px;
}
#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135);
}
#dhtmlpointer {
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
#ajaxloader {
	text-align: center;
	height: 100px;
	width: 1000px;
	padding-top: 100px;
}
#okno {
	width: 100%;
	background: #FFF;
}
#okvir {
	width: 1000px;
	text-align: left;
}
#sredina {
	width: 1000px;
	min-height:300px;
	margin-top: 20px;
}
#dnobg {
	background: #000 url(../images/dnobg.jpg) repeat-x;
	clear: both;
	height: 52px;
	width: 100%;
	padding-top: 28px;
	color: #666;
	text-align: center;
	font: 11px Verdana, Geneva, sans-serif;
}
#dnobg a {
	color: #69F;
}
#dnobg a:hover {
	color: #C60;
	text-decoration: underline;
}
#index ul {
	margin-top: 5px;
}
#index ul li {
	margin-left: -20px;
}
#index .storitev {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	width: 230px;
	float: left;
	height: 220px;
}
#index .storitev a {
	color: #000;
}
#index .storitev-opis {
	padding: 3px 7px 7px;
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
	border-left: 1px dotted #999;
	height: 155px;
	background: url(../images/storitev-bg.jpg) no-repeat;
	text-align: center;
	font-size: 12px;
}
#index .storitev-opis:hover {
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #AAA;
	background: url(../images/storitev-bg2.jpg) no-repeat;
}
#index .trakec {
	height: 27px;
	width: 250px;
	text-align: center;
	color: #039;
	font: bold 16px "Trebuchet MS", Tahoma;
	background: url(../images/trakec.jpg) no-repeat;
	padding-top: 3px;
}
#index #levo {
	float: left;
	width: 249px;
	height: 250px;
}
#index #levo .naslov {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
#index #desno {
	float: right;
	width: 249px;
	height: 250px;
}
#index #nagovor {
	height: 250px;
	width: 460px;
	float: left;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#index #nagovor h1 {
	border-bottom: 1px dotted #000;
	height: 26px;
	margin-top: 1px;
	font: normal 20px Tahoma, Geneva, sans-serif;
}
#index #okvircki {
	clear: both;
	width: 1000px;
	height: 250px;
}
#index #storitev-pomoc {
	background: url(../images/pomoc.jpg) no-repeat;
	height: 35px;
	width: 180px;
	padding-left: 50px;
	font-size: 13px;
	font-weight: bold;
	padding-top: 17px;
	color: #039;
}
#index #storitev-splet {
	background: url(../images/splet.jpg) no-repeat;
	height: 35px;
	width: 180px;
	padding-top: 17px;
	padding-left: 50px;
	color: #039;
	font-size: 13px;
	font-weight: bold;
}
#index #storitev-software {
	background: url(../images/software.jpg) no-repeat;
	height: 35px;
	width: 180px;
	padding-top: 17px;
	padding-left: 50px;
	color: #039;
	font-size: 13px;
	font-weight: bold;
}
#index #storitev-admin {
	background: url(../images/admin.jpg) no-repeat;
	height: 35px;
	width: 180px;
	padding-top: 17px;
	padding-left: 50px;
	color: #039;
	font-size: 13px;
	font-weight: bold;
}
#podjetje input[type=text] {
	width: 350px;
	border: 1px dotted #666;
}
#podjetje input[type=text]:hover {
	border: 1px solid #666;
}
#podjetje input[type=text]:focus {
	border: 1px solid #666;
	background: #FAFFFF;
}
#podjetje input[type=submit] {
	width: 180px;
	height: 25px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
#podjetje textarea {
	border: 1px dotted #666;
	height: 150px;
	width: 350px;
}
#podjetje textarea:hover {
	border: 1px solid #666;
}
#podjetje textarea:focus {
	border: 1px solid #666;
	background: #FAFFFF;
}
#podjetje p {
	text-align: justify;
}
#podjetje #logo {
	float: right;
}
#podjetje #podatki {
	width: 300px;
	float: left;
	height: 350px;
}
#podjetje #podatki ul {
	margin-top: 0px;
	margin-left: -20px;
}
#podjetje #podatki ul li {
	margin-bottom: 0px;
}
#podjetje #obrazec {
	float: left;
	width: 450px;
	height: 350px;
}
#podjetje #maticni {
	width: 180px;
	float: right;
	text-align: center;
}
#podjetje #maticni_podatki {
	font: 11px Tahoma, Geneva, sans-serif;
}
#podjetje #maticni_podatki p {
	text-align: left;
}
#podjetje #delovnicas {
	width: 750px;
	height: 100px;
	clear: left;
}
#pomoc #postavka {
	text-align: center;
}
#pomoc #opis_postavk {
	padding-left: 30px;
	padding-right: 30px;
}
#pomoc ul li {
	text-align: justify;
}
#pomoc .podnaslov {
	background: #F9F9F9;
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
}
#splet p {
	text-align: justify;
}
#splet #ref_seznam {
	width: 300px;
	float: left;
	height: 200px;
}
#splet #ref_thumb {
	width: 500px;
	float: left;
	height: 200px;
}
#splet #ref_seznam ul {
	margin-top: -10px;
}
#splet #ref_seznam ul li {
	padding-top: 10px;
}
#splet #paketi {
	text-align: center;
	width: 1000px;
}
#splet #paketi .paket {
	text-align: center;
	height: 300px;
	width: 200px;
	float: left;
	border: 1px dotted #000;
	margin-right: 20px;
	margin-left: 20px;
	background: #FFE7C1;
}
#splet #cenik {
	float: left;
	width: 500px;
	height: 500px;
}
#splet #izracun {
	float: left;
	width: 500px;
	height: 500px;
}
#splet #izracun .kol {
	width: 20px;
	border: 1px solid #CCC;
}
#splet #izracun .znesek {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	text-decoration: underline;
}
#splet #reference img {
	border: 1px solid #DDD;
}
#splet #reference img:hover {
	border: 1px solid #000;
}
#sw {
	text-align: justify;
}
#sw ul li {
	font-size: 11px;
}
#sw .program {
	font-size: 14px;
	font-weight: bold;
}
#administracija #storitve ul li {
	margin: 0px;
}
#administracija p {
	text-align: justify;
}
#pomoc p {
	text-align: justify;
}
#sw #slikce-pildek {
	width: 1000px;
	clear: both;
	text-align: center;
	margin-top: 10px;
}

