/* CSS Document */

/*
PONASTAVITEV BORDER, MARGIN, PADDING ZA CEL DOKUMENT
---------------------------------------------------------- */

* {
		margin:0;
		border:0;
		padding:0;
		}
		
/*
ZA VSE STRANI
---------------------------------------------------------- */

body {
		min-width:767px;
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		background: #c5d7e9 url(../slike/ozadje.jpg) repeat-x top left;
		height:100%;
		}
		
#wrapper {
		width:767px;
		margin: 0 auto;
		text-align:left;
		}
		
a {
		text-decoration:none;
		color:#333333;
		}
		
a:hover {
		text-decoration:underline;
		}
		
h1 {
		color:#666;
		font-size:14px;
		}
h1 a {
		color:#666;
		}

h2 {
		color:#990000;
		font-size:11px;
		}
h2 a {
		color:#990000;
		}
		
h3 {
		color:#666;
		font-size:13px;
		padding-bottom:10px;
		}
h3 a {
		color:#666;
		}
		
p {
		color:#333;
		font-size:11px;
		}
		
ol {
		color:#333;
		font-size:11px;
		}

.modro {
		color:#333399;
		}	
		
.clr {
	clear:both;
	}
		
/* GLAVA */
#glava {height:161px;
		background-repeat:no-repeat;
		width:
		}

#glava_logo {
		background:url(../ecce-maribor/slike/glava_logo.jpg) no-repeat;
		width:207px;
		height:161px;
		float:left;
		}
		
#glava_slika {
		background:url(../ecce-maribor/slike/glava_slika_oz.jpg) no-repeat;
		width:373px;
		height:161px;
		float:left;
		}
#glava_desno {
		background:url(../ecce-maribor/slike/glava_desno.jpg) no-repeat;
		width:167px;
		height:136px;
		float:right;
		padding:25px 0px 0px 20px;
		}

		
ul#nav_glava{
		margin:0;
		padding:0;
		list-style:none;
		width:240px;
		float:left;
		}
ul#nav_glava a{
		display:block;
		padding:0 0.5em;
		line-height: 2.4em;
		font-size:0.69em;
		}
ul#nav_glava li {
		float:left;
		margin-left:10px;
		}
		
#glava_nav, #glava_nav a {
		color:#fff;
		}

/* VSEBINA */
#vsebina {
		width:767px;
		clear:both;
		background: url(../ecce-maribor/slike/ozadje_telo.jpg) repeat-y top left;
		height:100%;
		padding-top:10px;		
		}

#vsebina_levo {
		width:170px;
		float:left;
		font-size:11px;
		color:#333;
		}
		
#vsebina_levo h1, #vsebina_levo p {margin-left:20px;}
		
#vsebina_desno {
		width:555px;
		float:right;
		margin:10px 10px 10px 15px;
		}

#vsebina_spodaj {
		clear:both;}

/* GLAVNA NAVIGACIJA */

#ozadje_nav {
		background-image:url(../ecce-maribor/slike/navigacija.jpg);
		background-repeat:no-repeat;
		background-position:top;
		height:35px;
		line-height:25px;
		clear:both;
		}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
text-align:center;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block; /*Width of top level menu link items*/
width:6.8em;
padding: 1px 10px;
border-left-width: 0;
text-decoration: none;
color: #fff;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
text-align:left;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 150px; /*width of sub menu levels*/
color:#000;
text-decoration: none;
padding: 1px 4px;
border: 1px solid #ccc;
background-color:#fff;
}

.suckertreemenu ul li a:hover{
		text-decoration:underline;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon {
		background: 
		}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }

#competition {
		padding-left:10px;
		}
/* End */



#adm1 {
		border-top:2px dotted #ccc;
		margin:20px 15px 5px 25px;
		}

#adm {
		margin:10px 5px 30px 5px;
		text-align:left;
		}
		
#locilo {
		border-top:2px dotted #666;
		margin:20px 0;
		}
		
/* NOGA */
#noga { width:767px;
		height:30px;
		background-image:url(../ecce-maribor/slike/noga.jpg);
		background-repeat:no-repeat;
		text-align:center;
		font-size:8px;
		color:#333;
		}
		
		
/*
ATLETI
---------------------------------------------------------- */
ul#atleti {
		list-style:none;
		}
ul#atleti a {
		display:block;
		width:145px;
		height:20px;
		line-height:20px;
		text-decoration:none;
		color:#666;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		}
#desno_vsebina {
		width:375px;
		float:left;
		height:100%;
		margin:10px 0;
		}
#desno_vsebina_rekordi {
		width:500px;
		float:left;
		height:100%;
		margin:10px 0;
		}
		
#rekordi td {
		border-bottom: solid 1px #333;
		padding:4px 0;
		}
		
#desno_desno {
		width:155px;
		float:right;
		margin:10px 0;
		background: url(../ecce-maribor/slike/pikica.jpg) repeat-y left;
		text-align:center;
		}
		
/*
ORGANIACIJSKI ODBOR
---------------------------------------------------------- */
#odbor_funkcije {
		width:200px;
		float:left;
		display:block;
		}
		
#odbor_imena {
		width:300px;
		float:right;
		display:block;
		}
		
#medicinsko {
		clear:both;
		display:block;
		}
.loc_levo {
	float:left;
	width:200px;
	}
.loc_desno {
	float:right;
	width:165px;
	}

/*
TEKMOVANJE
---------------------------------------------------------- */	
.logoti {
		padding-top:50px;
		}


.rd_puscica {
		color:#990000;
		font-weight:bold;
		}
		
.cr_puscica {
		color:#000;
		}
		
ul#organizacija li {
		list-style:none;
		font-size:11px;
		padding:2px 0;
		}

#mariborl {
		float:left;
		padding:1px;
		margin:0px 5px 5px 0px;
		border:solid 1px #333;
		width:115px;
		height:86px;		
		}
#maribord {
		float:right;
		padding:1px;
		margin:0px 0px 5px 5px;
		border:solid 1px #333;
		width:115px;
		height:86px;
		}
.hoteli {
		padding:1px;
		margin:5px 0;
		border:solid 1px #333;
		}

ul#tekmovanje {
		list-style:none;
		margin-top:15px;
		text-align:left;
		}
		
ul#tekmovanje a {
		display:block;
		width:145px;
		height:20px;
		line-height:20px;
		text-decoration:none;
		color:#666;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		margin-left:25px;
		}
		
ul#tekmovanje a:hover {
		text-decoration:underline;
		}
		
p.sv_modro {
		background-color:#c5d7e9;
		border-style:solid;
		border-width:3px 1px 1px 1px;
		border-color:#8ca4d2;
		padding:2px 0px 2px 10px;		
		}
p.t_modro1 {
		background-color:#9eb6e6;
		border-style:solid;
		border-width:3px 1px 1px 1px;
		border-color:#8ca4d2;
		padding:2px 0px 2px 10px;
		font-weight:bold;		
		}
p.belo {
		background-color:#fff;
		border-style:solid;
		border-width:3px 1px 1px 1px;
		border-color:#8ca4d2;
		padding:2px 0px 2px 10px;		
		}

		
#udel_levo {
		width:180px;
		float:left;
		margin:10px 0;
		}
		
#udel_desno {
		width:180px;
		float:left;
		margin:10px 0
		}
		
/*
ECCE
---------------------------------------------------------- */

/*
LOKACIJA
---------------------------------------------------------- */
.zemljevid {
		cursor:pointer;
		}
		
/*
NASTANITEV
---------------------------------------------------------- */
		
/* the style starts here */
a.nastanitev {color:#c00;}
a.nastanitev b {display:none;}
a.nastanitev:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.nastanitev:hover b {display:block; position:absolute; top:-88px; _top:0px; *top:0px; left:130px; padding:5px; font-weight:normal; color:#000; border:1px solid #888; background:#ffc; width:190px;}
a.nastanitev:hover b em {position:absolute; left:-6px; top:0px; width:7px; height:11px; background:#fff url(../slike/tooltip.gif) 0 0; display:block; font-size:1px;}


/*
REZULTATI
---------------------------------------------------------- */
.rezultatin {
	line-height:20px;
	font-size:12px;
	color:#666;
	font-weight:bold;
	}
	
.rezultati {
	font-size:11px;
	color:#666;
	line-height:20px;
	}
	
.rezultati a {
	font-size:11px;
	color:#666;
	}
	
img.skrito {
	display:none;
	}
img.vidno {
	display:inherit;
	}