/*
ENFSI DWGM
Style Sheet
by boomerank
*/


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								BASICS
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

body {
	margin:0;
	padding:0;
	background:#e9eff2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.625em;
	color:#3c3a3b;
	text-align:center;
}

img, a img {
	border:0;
}

td {
	vertical-align:top;
	font-size:1.2em;
}

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


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

#header {
	width:970px;
	margin:0 auto;
	background:#246684;
}


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

/*  vsebina strani  */
#main {
	overflow:hidden;
	width:970px;
	margin:0 auto;
	padding:0 0 15px 0;
	background:#fff;
	border-bottom:1px solid #aeaab7;
}

/*  glavna vsebina  */
#content {
	float:right;
	display:inline;
	width:680px;
	margin:10px 20px 0 0;
	padding:0;
	text-align:left;
	font-size:1.2em;
}


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

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

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

/* bullets & numbering */
#content ul {
	margin: 0 0 10px 15px;
	padding: 0;
}

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

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

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

/* pot */
#path {
	line-height:130%;
	color:#76797e;
	font-size:0.9em;
}

#path a {
	color:#76797e;
	text-decoration:underline;
}

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


/*----------------------------------------------------------------------
								TITLES
  ---------------------------------------------------------------------*/
#content h1 {
	margin:12px 0 10px 0;
	padding:0;
	font-size:1.8em;
	font-weight:normal;
	color:#246684;
}

#content h2 {
	margin:15px 0 4px 0;
	padding:0;
	font-size: 1.5em;
	font-weight:normal;
	color:#3c3a3b;
}

#content h3 {
	margin:10px 0 4px 0;
	padding:0;
	font-size:1.2em;
	font-weight:bold;
	color:#3c3a3b;
}

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

#content .pTextLarge {
	font-size:1.1em;
}

#content .pTextSmall {
	font-size:0.9em;
}

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

/* special link */
#content a.aLinkSpecial  {
	padding:0 0 0 10px;
	background:url(/pic/link-bullet.gif) no-repeat left 2px;
}

/* slika z okvirjem */
#content img.imgFrame {
	padding:1px;
	border:1px solid #afabb8;
}

/* slika z okvirjem na desni */
#content img.imgFrameRight {
	margin:0 0 10px 10px;
	padding:1px;
	border:1px solid #afabb8;
}

/* INFO polje */
#content .info {
	margin:0 0 10px 0;
	padding:5px;
	background:#ebeaed;
	border-top:1px solid #afabb8;
	border-bottom:1px solid #afabb8;
}

#content .info p {
	margin:0 0 5px 0;
}


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

#content table.tableDefault tr td {
	padding:4px;
	font-size:1em;
	border-bottom:1px dotted #afabb8;
}

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

/* vsaka druga barvna vrstica */
#content table tr.trRow2 td {
	background:#e9eff2;
}



/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								CONTENT LEFT
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

#contentLeft {
	float:left;
	width:250px;
	text-align:left;
}

/*  I. nivo menija  */
#navigation ul {
	margin:10px 0 0 0;
	padding:0;
	list-style-type:none;
	font-size:1.3em;
	border-top:1px solid #afabb8;
}

#navigation ul li {
	margin:0;
	padding:0;
	border-top:1px solid #e9eff2;
	border-bottom:1px solid #afabb8;
}

#navigation ul a {
	display:block;
	margin:0;
	padding:7px 10px 7px 23px;
	color:#fff;
	font-weight:bold;
	background:#3b7792 url(/pic/menu-back.gif) repeat-x left bottom;
	text-decoration:none;
}

#navigation ul a:hover {
	background:#e1e0e4 url(/pic/menu-bullet.gif) no-repeat 8px 11px;
	color:#246684;
}

#navigation ul a.selected {
	background:#e1e0e4 url(/pic/menu-bullet.gif) no-repeat 8px 11px;
	color:#246684;
}

/*  II. nivo menija  */
#navigation ul li ul {
	margin:0;
	padding:0;
	border:none;
	font-size:0.9em;
}

#navigation ul li ul li {
	margin:0;
	padding:0;
	border-top:1px solid #fff;
	border-bottom:none;
}

#navigation ul li ul li a {
	display:block;
	margin:0;
	padding:5px 10px 5px 35px;
	color:#fff;
	font-weight:normal;
	background:#3b7792;
	text-decoration:none;
}

#navigation ul li ul li a:hover {
	background:#e1e0e4 url(/pic/menu-bullet.gif) no-repeat 20px 7px;
	color:#246684;
}

#navigation ul li ul li a.selected {
	background:#e1e0e4 url(/pic/menu-bullet.gif) no-repeat 20px 7px;
	color:#246684;
}

#contentLeft p {
	margin:0;
	padding:14px 5px 14px 20px;
	font-size:1.1em;
}

#contentLeft p a {
	color:#004586;
	text-decoration:underline;
}
#contentLeft p a:hover {
	text-decoration:none;
}



/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								FOOTER
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

#footer {
	width:970px;
	margin:0 auto;
	padding:4px 0;
	border-top:1px solid #fff;
	color:#76797e;
	font-size:1.1em;
}

#footer p {
	margin:0;
	padding:0 200px;
	line-height:160%;
}

#footer a {
  	text-decoration:underline;
  	color:#76797e;
}

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