/* ==========================================================

Naslov : So�itje - zveza dru�tev
Avtor : Novisplet, Miha Omejc
URL : www.novisplet.com

Opombe: sozitje.css ima kot dopolnitev �e dva stila za 
dolocanje velikosti fontov glavne vsebine:
- privzeto.css (privzeti fonti)
- alternativa.css (vecji fonti)

========================================================== */


body, html {
	margin:0px;
	padding:0px;
	background:#c7deb7 url(../images/bg.gif) repeat-x;
	min-width:912px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	height:100%; /* potrebno za wrap min-height */
}
h1, h2, h3, p, ul, li, form, input {
	margin:0px;
	padding:0px;
}

#wrap {
    background:url(../images/bg_main.gif) repeat-y;
    margin:0 auto;
    width:912px;
	height:auto !important; /* ta zaresni browserji */
	height:100%; /* IE6: upo�teva kot min-height*/
	min-height:100%; /* ta zaresni browserji */
    }
a {color:#338906;}


/* ==========================
   ZGORNJI MENI
=========================== */

#meni {
	height:75px;
	background:url(../images/bg_meni.gif) no-repeat;
}
	#meni ul {
		text-align:right;
	}
	#meni li {
		background:url(../images/break.gif) no-repeat;
		list-style-image:none;
		display:inline;
		line-height:35px;
	}
		#meni li.brezbg { /* prvi alineji v meniju odstrani background */
			background:none;
			}
	#meni a:link, #meni a:visited {
		color:#FFFFFF;
		text-decoration:none;
		}
	#meni a:hover {
		color:#FFFFFF;
		text-decoration:underline;
		}


/* ==========================
   GLAVA
=========================== */

#head {
	height:174px;
	background:url(../images/bg_glava.jpg) no-repeat;
	}
	#head h1 {
		text-indent:-5000px;
		overflow:hidden;
		}
	#head p {
		margin:112px 0px 0px 16px;
		}
	#head p span { /* na desno pomakne knofe za fonte in print */
		float:right;
		margin:-20px 276px 0px 0px;
		}
	#head p a {
		color:#cee9c0;
		text-decoration:none;
		}
	#head p img {
		margin:0px 4px 0px 8px;
		}
		
 #head a:hover{text-decoration:underline}
/* ==========================
   GLAVNA VSEBINA - index
=========================== */

#content {
	float:left;
	width:592px;
	background:url(../images/bg_content.jpg) no-repeat;
	padding:5px 32px 30px 32px;
	}
	#content h1 {
		font-weight:bold;
		color:#338906;
		margin:30px 0px 10px 0px;
		}
	#content h2 {
		padding-left:23px;
		background:url(../images/puscica.gif) no-repeat;
		font-weight:bold;
		color:#338906;
		margin:20px 0px 12px 0px;
		}
	#content p a:link {
		color:#338906;
		text-decoration:underline;
		}
	#content p a:visited {
		color:#338906;
		text-decoration:underline;
		}
	#content p a:hover {
		color:#338906;
		text-decoration:none;
		}
	#content img {
		margin:20px 0px;
		}


/* ==========================
   DESNA KOLONA - index
=========================== */

#sub {
	float:right;
	width:240px;
	background:url(../images/bg_sub.jpg) top right no-repeat;
	padding:19px 16px 30px 0px;
	}
	#sub h2 {
		background:url(../images/naslov.jpg) no-repeat;
		text-align:right;
		font-weight:bold;
		color:#338906;
		line-height:38px;
		padding:0px 32px 0px 0px;
		margin:6px 0px;
		}
	#sub h3 {
		background:url(../images/listi.gif) no-repeat 0px 20px;
		color:#338906;
		padding:20px 0px 10px 20px;
		}
	#sub p span {
		color:#90814a;
		font-weight:bold;
		clear:both;
		}
#sub a{text-decoration:none;}
#sub a:hover{text-decoration:underline;}

/* =============================
   LEVI MENI - podstran
============================== */

#podmeni {
	float:left;
	width:241px;
	background:url(../images/bg_podmeni.jpg) no-repeat;
	height:auto !important; /* ta zaresni browserji */
	height:420px; /* IE6: upo�teva kot min-height*/
	min-height:420px; /* ta zaresni browserji */
	}

	#podmeni ul {
		font-weight:bold;
		list-style:none;
		margin-left:20px;
		}
	#podmeni li {
		background:url(../images/bg_podmeni_alineja.jpg) no-repeat;
		line-height:30px;
		padding-left:13px;
		padding-right:15px;
		}
	#podmeni li.spodnja { /* doda senco zadnji spodnji alineji */
		padding-bottom:10px;
		}
	#podmeni li a:link {
		color:#000000;
		text-decoration:none;
	}
	#podmeni li a:visited {
		color:#000000;
		text-decoration:none;
	}
	#podmeni li a:hover {
		color:#4fa400;
		text-decoration:none;
	}
	#podmeni h1 {
		color:#338906;
		font-weight:bold;
		}
		
	

/* =============================
   GLAVNA VSEBINA - podstran
============================== */

#podstran {
	float:right;
	width:626px;
	background:url(../images/bg_sub.jpg) top right no-repeat;
	padding-top:10px;
	padding-left:25px;
	padding-right:20px;
	font-size:12px;
	height:auto !important; /* ta zaresni browserji */
	height:420px; /* IE6: upo�teva kot min-height*/
	min-height:420px; /* ta zaresni browserji */
	}
	#podstran h1 {
		font-weight:bold;
		color:#338906;
		margin:20px 20px 12px 0px;
		}
	#podstran h2 {
		padding-left:23px;
		background:url(../images/puscica.gif) no-repeat;
		font-weight:bold;
		color:#338906;
		margin:20px 0px 12px 0px;
		}


/* ==========================
   ISKALNIK - podstran
=========================== */

#iskanje {
	clear:both;
	margin:-0px 0px 10px 30px;
	}
	#iskanje input.polje {
		float:left;
		background:url(../images/iskalno_polje.gif);
		border:none;
		width:155px;
		height:28px;
		margin-right:1px;
		padding:12px 5px 0px 5px;
		}
	iskanje input.knof {
		float:left;
		border:none;
		width:40px;
		height:40px;
		}



/* ==========================
   NOGA
=========================== */

#foot {
	clear:both;
	padding-top:8px;
	margin:0px 13px 0px 13px;
	padding-bottom:10px;
	border-top:3px solid #cbdbc4;
	}
	#foot p {
		font-size:11px;
		color:#626262;
		}
	#foot p span { /* na desno pomakne avtorstvo novisplet.com */
		float:right;
		}
	#foot p a {
		color:#b7b7b7;
		font-size:9px;
		text-decoration:none;
	}
/* =====================
	POT
=======================*/

#pot{
float:left;
	display:table;
	postion:absolute;
	width:100%;
	text-align:right;
	font-size:11px;
	color:#9bbd8a;
}
#pot a, #pot a:visited{font-size:11px; color:#92b780; text-decoration:underline;}
#pot a:hover{font-size:11px; color:#3ca327; text-decoration:none;}

.belilink a{color:#ffffff; text-decoration:none;}

#podstran ul{margin-left:20px;}

.arhiv {
	background:url(../images/bg-novice.jpg) left 26px  no-repeat;

}
.arhiv a{font-weight:900;}
.arhiv a:hover{ text-decoration:underline}

.arr a{text-decoration:none;}
.arr a:hover{ text-decoration:underline}

#sub a{color:#000000;}

.program {background:url(../images/button-bg.jpg) no-repeat top left; color:#FFF; font-size:14px; text-align:center; padding:7px 0 0 0; height:56px; width:200px; float:left}
