/** 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;
}


/** 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(284,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;
	border-width: thin;
	border-style: outset;
	-moz-border-radius: 6px 6px 6px 6px;
	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: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
	padding-top: 3px;
}


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);

}


div.menu_sklop_urejanje {
	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(180,220,240);
	color: rgb(0,0,0)
	border: 2px rgb(75,75,75) solid;

}
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;
}



a.menu_u:link {
	color: rgb(0, 0, 0);
	text-decoration: none;
	
}
a.menu_u:active {
	color: rgb(0, 0, 0);
	text-decoration: none;

}
a.menu_u:visited {
	color: rgb(0, 0, 0);
	text-decoration: none;

}
a.menu_u:hover {
	color: rgb(255, 150, 150);
	text-decoration: underline;

}

p.menu_u {
	color: rgb(255, 50, 55);
	margin-left: 10px;
	line-height: 15px;
}



/** 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: 0px;
	font-size: 80%;
}

table.glavna {
	margin-top: 3px;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: inset;


}



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)}


div.info_sklop {
	
	background-color: rgb(235, 240, 245);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	border: 1px rgb(210,210,220) ridge
	
	
}

div.izleti_naslov {
	background-color: rgb(228, 230, 240);
	margin-bottom: 5px;
}
h1.izlet {
	font-weight: 700;
	font-size: 120%;
}
h2.izlet {
	font-weight: 700;
	font-size: 100%;
}

h3.izlet {
	font-weight: 500;
	font-size: 100%;
}


div.novice_naslov1 {
	background-color: rgb(200, 220, 220);
	margin-bottom: 5px;
}
h1.novice1 {
	font-weight: 900;
	font-size: 120%;
	color: rgb(200, 50, 30)
}
h2.novice1 {
	font-weight: 900;
	font-size: 100%;
	color: rgb(200, 50, 30)
}



div.novice_naslov2 {
	background-color: rgb(220, 230, 230);
	margin-bottom: 5px
}
h1.novice2 {
	font-weight: 700;
	font-size: 120%;
}
h2.novice2 {
	font-weight: 700;
	font-size: 100%;
}



div.novice_naslov3 {
	background-color: rgb(230, 230, 245);
	margin-bottom: 5px
}
h1.novice3 {
	font-weight: 500;
	font-size: 120%;
}
h2.novice3 {
	font-weight: 500;
	font-size: 100%;
}

font.klicaj {
	font-weight: 900;
	font-size: 200%;
	padding-right: 30px;
}


div.novost_naslov {
	background-color: rgb(233, 237, 248);
	margin-bottom: 5px;
}
h1.novost {
	font-weight: 700;
	font-size: 120%;
}
h2.novost {
	font-weight: 700;
	font-size: 100%;
}







b.aktualno {
	font-weight: 600;
}
 
img.aktualno {
	vertical-align: text-top;
	float: right;
	border: 1px dotted black;
	margin: 5px 15px 15px 25px;

}

A.izleti:link { color: rgb(10, 20, 20); text-decoration: underline;}
A.izleti:visited { color: rgb(10, 20, 20); text-decoration: underline;}
A.izleti:hover { color: rgb(230, 20, 20); text-decoration: underline;}
A.izleti:active { color: rgb(10, 20, 20); text-decoration: none;}

table.tabelca {
	margin-bottom: 30px;
	margin-top: 15px;
	border-spacing: 0px;
	line-height: 25px;

}

div.pojasnilo {
	font-size: 80%;
}

button {
	margin-top: 5px;
	margin-bottom: 5px;
}


table.igra {
	margin-top: 0px;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: inset;

}
table.igra th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
}
table.igra td.zaprta {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	cursor: help;
}
table.igra td.odprta {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	cursor: default;
}

td {
	padding-top: 4px;
	padding-bottom: 4px;
}
