/** body text **/
body { color: rgb(10, 20, 20); 
	font-family: verdana ;
	background-color: rgb(100,100,100);
}

h1 {
	font-size: large;
}

h2 {
	font-size: medium;
}


/** tabelca na vrhu**/
tr.zgoraj {
	background-color: rgb(140,165,220);
	
}
p.zgoraj {
	font-size: 30px;
	color: rgb(255, 0, 0);
}



/** okvir strani **/
#okvir {
	background-color: rgb(100,100,100);
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
	height: auto;
	display: block;
}

/** ozadje cele strani**/
#vse {
	margin-right:auto;
	margin-left:auto;
	background-color: rgb(248,248,255);
	width: 941px;
	height: auto;
	border: 3px rgb(75,75,75) double;
	display: block;
	-moz-border-radius: 6px 6px 6px 6px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 10px;

	
}



/** ime člana, vpis **/
#vpis {
	position: relative;
	width: 130px;
	height: 50px;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: rgb(205,237,255);
	padding-top: 5px;
	padding-left: 5px;

}


/** menuji **/
div.menu { 
	position: relative;
	left: 0px;
	top: 0px;
	background-color: rgb(215,242,255);
	width: 147px;
	height: auto;
	font-size: 70%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
	padding-top: 3px;
	border-width: thin;
	border-style: outset;
	-moz-border-radius: 6px 6px 6px 6px;

}


div.menu_sklop {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	-moz-border-radius: 6px 6px 6px 6px;
	position: relative;
	width: 135px;
	background-color: rgb(195,230,245);

}


a.menu:link {
	color: rgb(100, 50, 30);
	text-decoration: none;
	
}
a.menu:active {
	color: rgb(100, 50, 30);
	text-decoration: none;

}
a.menu:visited {
	color: rgb(100, 50, 30);
	text-decoration: none;

}
a.menu:hover {
	color: rgb(255, 50, 90);
	text-decoration: underline;

}

p.menu {
	margin-left: 10px;
	line-height: 15px;
}

div.ps_aktualno {
	position: relative;
	left: 0px;
	top: 0px;
	background-color: rgb(240,240,255);
	width: 147px;
	height: auto;
	font-size: 70%;
	margin-top: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: thin;
	border-style: outset;
	

}
H1.aktualno_ps {
	font-size: 100%;

}
H1.izlet_ps {
	font-size:90%;
}
H3.izlet_ps {
	font-size:70%;
}

/** glavni del strani **/
div.glavna {
	position: relative;
	left: 0px;
	top: 0px;
	width: 754px;
	height: auto;
	background-color: rgb(240,245,250);
	font-size: small;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-top: 5px;
	font-size: 80%;
}

div.sporocilo {
	width: 100%;
	height: auto;
	background-color: rgb(245,245,245);
	font-size: small;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 5px;
	font-size: 100%;
	font-style:italic;
}



A:link { color: rgb(10, 20, 20); text-decoration: underline;}
A:visited { color: rgb(10, 20, 20); text-decoration: underline;}
A:hover { color: rgb(180, 20, 20); text-decoration: underline;}
A:active { color: rgb(10, 20, 20); text-decoration: none;}


A.nepodcrtan:link { color: rgb(10, 20, 20); text-decoration: none;}
A.nepodcrtan:visited { color: rgb(10, 20, 20); text-decoration: none;}
A.nepodcrtan:hover { color: rgb(10, 20, 20); text-decoration: none;}
A.nepodcrtan:active { color: rgb(10, 20, 20); text-decoration: none;}



/** prva vrstica tabele **/
TR.prva { font-weight: 700; text-align: center; background-color: rgb(210, 220, 220)}
/** dvobarvne vrstice tabele **/
TR.v1 { 
	background-color: rgb(235, 248, 255);
}
TR.v2 { background-color: rgb(235, 255, 248);
}
TR.b1 { background-color: rgb(240, 220, 255)}
TR.b2{ background-color: rgb(220, 240, 248)}


img.ps {
	vertical-align: text-top;
	float: right;
	border: 1px dotted black;
	margin: 5px 5px 5px 5px;

}

table.test {
	border-width: 2px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
}



tr.vprasanje {
	margin-top: 15px;
	padding-bottom: 0px;
	width: 100%;
	background-color: rgb(225, 238, 250);
}


tr.odgovori {
	vertical-align: top;
	margin-top: 15px;
	padding-bottom: 0px;
	width: 100%;
	background-color: rgb(235, 240, 255);
}


tr.vmesna {
	margin-top: 15px;
	padding-bottom: 0px;
	width: 100%;
	background-color: rgb(242, 247, 252);
	height: 30px;
}

table.povzetek {
	padding-bottom: 35px;
}



table.resitve {
	border-width: 2px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
}


tr.analiza_vpr {
	background-color: rgb(210,225,240);
	vertical-align: top;
}

tr.vas_odg_prav {
	background-color: rgb(235,255,235);
	vertical-align: top;
}

tr.vas_odg_narobe {
	background-color: rgb(245,235,235);
	color: rgb(200,60,60);
	vertical-align: top;
}

tr.pravilen_odg {
	background-color: rgb(237,240,247);
	vertical-align: top;
}

td.kljukica {
	text-align: right;
	padding-right: 20px;
}


tr.pojasnilo {
	background-color: rgb(240,240,247);
	color: rgb(80,80,80);
	font-size: 8pt;
	vertical-align: top;
}

tr.analiza_vmesna {
	height: 30px;
}


p.naslovstrani {
	font-size: 16pt;
	color: rgb(120,20,60);
}
	
p.opomba {
	font-size: 8pt;
}

table.teme {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
}

A.teme:link { color: rgb(10, 20, 20); text-decoration: undeline;}
A.teme:visited { color: rgb(150, 80, 180); text-decoration: none;}
A.teme:hover { color: rgb(100, 100, 150); text-decoration: underline;}
A.teme:active { color: rgb(10, 20, 20); text-decoration: underline;}

td.teme {
	vertical-align: top;
}

table.ocene {
	width: 100%;
}