/*
Projektnik
Style Sheet
by boomerank
*/


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								BASICS
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .625em;
	background:#fff;
	color: #040707;
	text-align: center;
}

img, a img {
	border: 0;
}

td {
	vertical-align: top;
}

/* skip links */
#skipLinks {
	position: absolute;
	top: -500px;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								HEADER
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

#header {
	overflow:hidden;
	background:#0077be url(/pic/header-back.png) repeat-x left top;
}

#headerInner {
	margin:0 auto;
	width:950px;
	text-align:left;
	font-size:1.1em;
}

#header img.logo {
	float:left;
	padding:20px 0;
}


/*=====================================================================
								HEADER RIGHT
  =====================================================================*/
#headerRight {
	float:right;
}

#headerRight p {
	margin:9px 0 16px 0;
	text-align:right;
	color:#fff;
}

#headerRight p a {
	color:#fff;
	text-decoration:none;
}
#headerRight p a:hover {
	text-decoration:underline;
}

#headerRight form {
	text-align:right;
	padding-bottom:10px;
}

#headerRight form input {
	width:150px;
	padding:5px 5px 4px 5px;
	background:#fff url(/pic/input-back.gif) repeat-x left top;
	border:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.1em;
}

#headerRight form input.button {
	width: auto;
	padding: 3px 5px 3px 5px;
	background:#ecebe5 url(/pic/button-back.gif) repeat-x left top;
	cursor: pointer;
}


/*=====================================================================
								NAVIGATION
  =====================================================================*/
#navigation {
	height:34px;
	background: url(/pic/navigation-back.png) repeat-x left top;
}

#navigation ul {
	width:950px;
	margin:0 auto;
	list-style-type: none;
	font-size:13px;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	display:block;
	margin:0;
	padding:8px 20px 6px 20px;
	text-align:center;
	color:#0077be;
	font-weight:bold;
	text-decoration:none;
}
#navigation ul li a:hover,
#navigation ul li a.selected {
	color: #f48015;
}



/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								MAIN CONTENT
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

/*  glavni del strani  */
#main {
	overflow:hidden;
	width:950px;
	margin:10px auto 0 auto;
	text-align:left;
}

/* glavna vsebina */
#content {
	float:left;
	display:inline;
	width:720px;
	font-size:1.2em;
}


/*=====================================================================
									COMMON
  =====================================================================*/
  
/* odstavek */
#content p {
	margin:0 0 10px 0;
	padding:0;
	line-height:150%;
}

/* links */
#content a {
	color:#0077be;
	text-decoration:underline;
}

#content a:hover {
	text-decoration: none;
}

/* bullets & numbering */
#content ul {
	margin:0 0 10px 5px;
	padding:0;
	list-style:none;
}

#content ul li {
	margin:0 0 5px 0;
	padding:0 0 0 8px;
	list-style:none;
	background:url(/pic/bullet.gif) no-repeat left 5px;
	line-height:140%;
}

#content ol {
	margin:0 0 10px 25px;
	padding:0;
}

#content ol li {
	margin:0 0 5px 0;
	padding:0;
}

/* pot */
#content #path {
	width:600px;
	color:#545454;
	font-size:0.9em;
	line-height:140%;
}

#content #path a {
	color:#545454;
	text-decoration:underline;
}
#content #path a:hover {
	text-decoration:none;
}

/* +, -, print ikonce */
#content #print {
	float:right;
	font-size:0.9em;
	display:none;
}

/*----------------------------------------------------------------------
								TITLES
  ---------------------------------------------------------------------*/
#content h1 {
	margin:12px 0 15px 0;
	padding:0;
	font-size:2.1em;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	color:#f48015;
}

#content h2 {
	margin: 15px 0 10px 0;
	padding: 0;
	font-size: 1.6em;
	font-weight: normal;
	color: #f48015;
}
#content h2 a {
	color: #f48015;
	text-decoration: underline;
}

#content h3 {
	margin: 15px 0 5px 0;
	font-size: 1.4em;
	font-weight: normal;
	color: #0077be;
}
#content h3 a {
	color: #0077be;
	text-decoration: underline;
}

/* napaka */
#content .error,
#content .error a {
	color: #f00;
}

/*----------------------------------------------------------------------
							CMS - SPECIAL
  ---------------------------------------------------------------------*/

/* citat */
#content p.pQuote {
	margin:0;
	padding-top:5px;
	color:#0077be;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 150%;
	background:url(/pic/quote-start.gif) no-repeat left top;
	text-indent:40px;
}
#content p.pQuote strong {
	display:block;
	padding:0 0 5px 0;
	background:url(/pic/quote-end.gif) no-repeat right bottom;
}

/* manjši tekst */
#content .pTextSmall {
	font-size: 0.9em;
}

/* FAQ */
#content .divFAQ {
	background:#f6f6f6;
	margin:-5px 0 10px 0;
	padding:10px 10px 1px 10px;
}

#content .divMovie {
	margin:-5px 0 10px 0;
}

#content .divOff {
	display:none;
}

/* slika na levo */
#content img.imgLeft {
	clear:both;
	float:left;
	padding:7px 10px 10px 0;
}

/* vrstica, ki se ne prelomi (če ima notri floatane DIVe) */
#content div.divLine {
	clear: both;
	overflow:hidden;
}


/*----------------------------------------------------------------------
							TABLE DATA
  ---------------------------------------------------------------------*/
#content table.tableDefault {
	margin: 0 0 10px 0;
}

#content table.tableDefault tr td {
	padding: 4px 5px;
	font-size: 1em;
	background: #fef2e7;
}

#content table.tableDefault thead td {
	font-weight: bold;
	background: #fef2e7;
}

#content table.tableDefault tr.trRow2 td {
	background: #fff;
}


/*=====================================================================
									HOME
  =====================================================================*/
#content .divHomeList {
	background:url(/pic/homelist.gif) repeat-y left top;
}

#content .divHome {
	float:left;
	width:220px;
	padding:5px 14px 5px 15px;
}

#content .divHome img {
	float:left;
}

#content .divHome h2 {
	margin:0 0 0 70px;
	padding:0;
	font-size:1.1em;
	font-weight:bold;
	color:#0077be;
}
#content .divHome h2 a {
	color:#0077be;
	text-decoration:none;
}
#content .divHome h2 a:hover {
	text-decoration:underline;
}

#content .divHome p {
	margin:0;
	padding:0;
}

#content .divHome p.pHomeDots {
	margin:0 0 20px 0;
	padding:0;
	font-size:5px;
	background:url(/pic/dots.gif) repeat-x center bottom;
}



/*=====================================================================
								VERSIONS
  =====================================================================*/
#content .divVersionList {
	background:url(/pic/versions.gif) repeat-y left top;
}

#content .divVersion {
	float:left;
	width:165px;
	padding:0 15px 0 16px;
}

#content .divVersion h2 {
	margin:0 0 5px 0;
	padding:0;
	font-size:1.8em;
	font-weight:normal;
	color:#f48015;
	text-align:center;
}

#content .divVersion p {
	margin:0 0 5px 0;
	padding:0;
	text-align:center;
}

#content .divVersion p.pTrial {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	background:url(/pic/dots.gif) no-repeat center bottom;
}

#content .divVersion ul {
	margin:0;
}


/*=====================================================================
								SITEMAP
  =====================================================================*/
#content ul.sitemap {
	float:left;
	width:290px;
	margin:-10px 0 0 0;
	list-style:none;
}

/* default za strani */
#content ul.sitemap li {
	margin:5px 0 8px 0;
	padding:0 0 0 8px;
	list-style:none;
}

/* I. nivo */
#content ul.sitemap li.area_1 {
	margin:20px 0 0 0;
	padding:0 20px 0 0;
	color:#f48015;
	font-size:1.3em;
	font-weight:bold;
	background:none;
}

#content ul.sitemap li.area_1 a {
	color:#f48015;
	text-decoration:none;
}

/* splošne strani */
#content ul.sitemapPage {
	float:right;
	width:120px;
	margin:5px 0 0 0;
	padding:0;
}


/*=====================================================================
								SEARCH
  =====================================================================*/
#searchTop {
	border-bottom: 1px solid #dcdcdc;
	font-size: 1px;
	margin-bottom: 10px;
	width: 100%;
}

#searchTop p a {
	color: #545454;
}

#searchBottom {
	border-bottom: 1px solid #dcdcdc;
	font-size: 5px;
	margin-bottom: 10px;
	width: 100%;
}

/* pager */
#content .pager {
	margin: 10px 0 5px 0;
	padding: 0;
	text-align: center;
}

#content .pager a {
	margin: 0 3px;
	padding: 0.2em 0.5em;
	text-decoration: none;
	border: 1px solid #dcdcdc;
	color: #000;
}

#content .pager a:hover {
	background: #bfb27f;
	border: 1px solid #dcdcdc;
	text-decoration: none;
}

#content .pager span {
	margin: 0 3px;
	padding: 0.2em 0.5em;
	background: #bfb27f;
	border: 1px solid #dcdcdc;
	font-weight: bold;
}

/* prejsnja & naslednja */
#content .pager a.side {
	margin: 0 3px;
	padding: 0;
	text-decoration: none;
	border: 0;
}

#content .pager a.side:hover {
	background: none;
	border: 0;
	text-decoration: underline;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								FORMS
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
#content form {
	background:#f6f6f6 url(/pic/form-border.gif) no-repeat left top;
}

/* fieldset */
#content fieldset {
	margin:0;
	padding:15px;
	background:url(/pic/form-border.gif) no-repeat left bottom;
	border:none;
}

#content form p {
	clear:both;
	margin:0 0 15px 0;
}

/* label */
#content label {
	display:block;
	float:left;  
	padding:2px 10px 0 0; 
	text-align:right;
}

#content label.label2 {
	display:inline;
	float:none;
}

#content input,
#content textarea,
#content select {
	font-family:Verdana, Geneva, sans-serif;
	padding:2px;
	font-size:1.2em;
}

#content input.error,
#content textarea.error {
	border:1px solid #f00;
	padding:3px;
	color:#000;
}

/* skrijemo kontrolno polje za spam */
#content input.field {
	display:none;
}

/* error message */
#content .errorMsg {
	color:#f00;
	display:block;
	padding-left:4px;
}

/* gumb */
#content input.button {	
	padding:5px 7px;
	font-weight:bold;
	cursor:pointer;
}


/*=====================================================================
								CONTACT
  =====================================================================*/
#content #formContact label {
	width:5em;
}

#content #formContact .errorMsg {
	margin-left:5.5em;
}


/*=====================================================================
								TRIAL
  =====================================================================*/
#content #formTrial label {
	width:5em;
}

#content #formTrial .errorMsg {
	margin-left:5.5em;
}



/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								RIGHT COLUMN
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

#contentRight {
	display:inline;
	float: right;
	width:200px;
	font-size:1.1em;
}


/*=====================================================================
								RIGHT BOX
  =====================================================================*/
#contentRight div.divRightBox {
	margin:15px 0 0 0;
	padding:0 0 5px 0;
	background:url(/pic/right-back.gif) no-repeat left bottom;
}

#contentRight div.divRightBox h2 {
	margin:0 0 5px 0;
	padding:8px 10px 5px 10px;
	background:url(/pic/right-top.gif) no-repeat left top;
	border-bottom:1px solid #fff;
	font-size:1.2em;
	font-weight:bold;
	color:#f48015;
}

#contentRight div.divRightBox ul {
	margin:0 10px 5px 11px;
	padding:0;
	list-style:none;
}

#contentRight div.divRightBox ul li {
	margin:0 0 6px 0;
	padding:0 0 0 8px;
	list-style:none;
	background:url(/pic/bullet.gif) no-repeat left 5px;
}



/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								FOOTER
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
#footer {
	height:40px;
	margin-top:15px;
	background:url(/pic/footer-back.png) repeat-x left top;
    color:#979797;
	font-size:1.1em;
}

#footerInner {
	margin:0 auto;
	width:950px;
	padding-top:13px;
	text-align:left;
}

#footer a {
    color:#979797;
	text-decoration:underline;
}
#footer a:hover {
    color:#979797;
	text-decoration:none;
}

#footer p {
	float:right;
}

#footer p a {
	text-decoration:none;
}
#footer p a:hover {
	text-decoration:none;
}

#footer p a span {
	text-decoration:underline;
}
