/* CSS Document */

body {
/*	background-image:url(/soncna-osebnost-07/slike/bg1.jpg);
	background-repeat:repeat-x; */
	margin:0;
	padding:0;
	text-align: center; /* IE centering of the page, without this, "margin 0 auto" won't work from IE and below 7 */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	line-height:16px;
}

#wrapper {
	margin: 0 auto;
	text-align: left; /* back to left for all the elements from now on, IE still centers the main wrapping */
	width: 982px;
	/*border:1px solid black; */
	position: relative;	 	/* If you want other elements to be absolutely positioned inside the wrapper, make it relatively positioned first. */
									/* vse kar bo naprej pozicionirano absolutno, bo glede na ta wrapper in ne glede na robove strani ... to je zato, da ti nič ne pade ven ;-) */
}


#glava {
	background-image: url(/soncna-osebnost-09/slike/header2009.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:150px;
	border-bottom:2px solid orange;
/*	margin-top:10px; */
	margin-bottom:20px;
}

#nav {
	margin-top:20px;
	float:right;
	width:700px;
	font-size:11px;
	padding:0 42px;
	color: #0099CC;
}

#nav a:link, #nav a:visited {
	text-decoration:none;
	color:#CC6600;
}

#nav a:hover, #nav a:active {
	text-decoration:underline;
	color:#0099CC;
}

#telo {
	/* background-color:#EEE; */
/*	border: 2px solid #9933CC;  */
/*	-moz-border-radius: 15px; */
	margin-bottom:40px; 
	float:right;
	width:475px;
	padding: 15px;
}

#telo h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:28px;
	color: #0099CC;
	margin:0 0 15px 0;
	line-height: 30px;
}

#telo h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #0099CC;
	margin:0 0 15px 0;
}

/*
#levo1 {
	float:left;
	width:250px;
	border:2px solid orange;
	padding:15px;
	background-color:#FFCC33;
	margin-bottom:20px;
} */

#levo1 {
	float:left;
	width:200px;
/*	border:2px solid orange; */
	padding:15px;
	margin-bottom:20px;
}

#levo2 {
	float:left;
	width:190px;
/*	border-bottom:1px solid #FFEFBF; */
	padding:15px;
	background-color:#FFCC33; 
}


#levo1 h1, #levo2 h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #FFF;
	margin:0 0 15px 0;
}

#levo1 p, #levo2 p {
	margin-bottom: 20px;
}

#levo1 a:link, #levo1 a:visited, #levo2 a:link, #levo2 a:visited, #telo a:link, #telo a:visited {
	text-decoration:none;
	color:#9900CC;
}

#levo1 a:hover, #levo1 a:active, #levo2 a:hover, #levo2 a:active, #telo a:hover, #telo a:active {
	text-decoration:underline;
	color:#FF9900;
}


.forumBox  {
	background-color:#FAFEEB;
	-moz-border-radius: 5px;
	border: 4px solid  #c3ed98;
	padding:10px;
	width:200px;
	float: left;
	margin-top:20px;
	height: 285px;	
}


.nominiranciBox  {
	background-color:#FFFDDD;
	-moz-border-radius: 5px;
	border: 4px solid #ffe371;
	padding:9px;
	width:200px;
	float: right;
	margin-left:20px;
}

.sponzorjiBox  {
	background-color:#FFFBA4;
	-moz-border-radius: 5px;
	border: 4px solid #ffe371;
	padding:9px;
	width:250px;
	float: right;
	margin-left:20px;
	margin-bottom:20px;
}

.stretch { 	clear:both; 	}

#noga{
	width: 982px;
	height:20px;
	margin: 0 auto;
	padding:10px;
	border-top:1px solid #FFCC00;
	background-color:#F5F5F5;
	text-align:center;
	font-size:11px;
}

#noga a:link, #noga a:visited {
	text-decoration:none;
	color: #0033CC;
}

#noga a:hover, #noga a:active {
	text-decoration: underline;
	color: #0066CC;
}


#noga .gallery {
	width:982px;
	padding: 15px;
	margin: 0 auto;
	margin-top:20px;	
	background-color:#000000;
}

.linkBox {
	background-color:#FFFFFF;
	padding: 5px;
	border: 1px solid orange;
	font-weight:bold;
}

.linkBox2 {
	background-color:#EBFAFC;
	padding: 5px;
	border: 1px solid #0099CC;
	font-weight:bold;
}

.neuspela_prijava { 
	font-family:Verdana, Arial;
	font-size:12px;
	color:#FFFFFF;
	/* font-weight:bold; */
	background-color:#CC0000;
	padding:4px;
}

.uspela_prijava { 
	font-family:Verdana, Arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#009900;
	padding:4px;
}