*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c5c1c;
}

body {
	background-image: url(https://www.carobnidan.si//images/bg_headers/head_arboretum2010.jpg);
	background-color: #acb61a;
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
	margin-top: 243px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

ul {
	text-align: left;
}

li {
	padding: 3px;
}

/* izpis naslova podstrani (na vrhu content okna) */
h1.content-title {
	font-weight: normal;
	color: #AA6633;
	line-height: 50%;
	text-indent: 15px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #995522;
	line-height: 200%;
	vertical-align: middle;
	text-indent: 15px;
}

/* za npr. centriran podnaslov posamezne fotogalerije - glej npr. Bled 2012 */
h2.centered {
	font-size: large;
	font-weight: normal;
	color: #AA6633;
	line-height: normal;
	font-style: italic;
	text-align: center;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #AA6633;
	line-height: 200%;
	vertical-align: middle;
	text-indent: 15px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #773322;
	line-height: 200%;
	vertical-align: middle;
	text-indent: 15px;
}

#rightbar {
	padding-top: 5px; 
	padding-left: 2px;
}

#navbar {
	list-style-type: none; 
}
#navbar li {
	padding-top: 2px;
	list-style-type: none;
}
#navbar a, .top-menu a {
	font-size: 14px;
	color: #c45508;
	text-decoration: none;
	border: 1px solid #939c16;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(170, 170, 170, 0.70);
}
#navbar a:hover, .top-menu a:hover {
	background-color: #e9ef8f;
	color: #c45508;
	text-decoration: none;
	font-weight: 580; /* normal=400, bold=700 */
}
#navbar a {
	background-color: #f4f5f3; /* prej gumb.png */
	width: 195px;
	height: 27px;
	padding-left: 10px;
	padding-top: 9px;
	margin: 2px 5px;
	display: block;
}
#navbar a:before { content: " › "; }
.top-menu {
	float: left;
	margin: 0px 0px;
	padding: 10px 5px;
}
.top-menu a:before, .top-menu a:after { content: " ◦ "; }
.top-menu a {
	background-color: #e3e3ff;
	padding: 5px;
	margin-right: 4px;
	line-height: 30px;
	position: relative;
}

a.kazalo-gumb {
	padding: 5px;
	margin-right: 5px;
	line-height: 30px;
	position: relative;
	border: 1px solid #dddddd;
	border-radius: 5px;
	text-decoration: none;
}
a.kazalo-gumb:hover {
	background-color: #e9ef8f;
	text-decoration: none;
	font-weight: 580; /* normal=400, bold=700 */
}

hr.dotted {
	border: none;
	border-top: 1px dotted;
	height: 1px;
	margin: 10px 0px;">
}

a:link, a:visited, a:active {
	color: #c45508;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: ;
}

#noga {
	padding-top: 5px;
	padding-left: 5px;
}

/* V html-ju je content znotraj <div class="vsebina lightgray-bg">
   logotipe pa postavimo v <div class="vsebina colored-bg">,
   torej znotraj pobarvan okvir npr. zelo svetlo zelen pri AVP.
   ne spreminjaj marginov in paddingov v x-smeri, ker imaš nastavljene širine divov
   v templateu
   - če je celica široka 560, odbij 2*(2+10) in dobiš div width = 536
   - če je celica široka 241, odbij 2*(2+10) in dobiš div width = 217
*/
div.vsebina {
	margin: 15px 4px 5px 4px;
	padding: 8px;
	border-radius: 5px;
	border: 0px black solid;
	box-shadow: 0px 0px 1px 2px #939c16;
}
div.lightgray-bg { background-color: #F4F5F3; }
div.lightcolor-bg { background-color: #e9ef8f; }


/* Youtube start */

.youtube-container {
	display: block;
	margin: 20px auto;
	width: 100%;
	max-width: 560px;
}
.youtube-player {
	display: block;
	width: 100%; /* assuming that the video has a 16:9 ratio */
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	cursor: hand;
	cursor: pointer;
	display: block;
}
.youtube-player-hq {
	display: block;
	width: 100%; /* assuming that the video has a 16:9 ratio */
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	cursor: hand;
	cursor: pointer;
	display: block;
}
img.youtube-thumb { max-width: 100%; width: 100%; }
div.play-button {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("http://i.imgur.com/TxzC70f.png") no-repeat;
}

.youtube-video-border img {
	/* border-image: url('/img/slika_frame.png') 93 92 87 92 stretch stretch; */
	border-color: #66cddc;
	border-style: inset;
	border-width: 6px; /* prej 60 px */
	display: block;
	width: 100%;
	height: auto;
	background-color: #66cddc;
	margin: 0 auto;
}
@media all and (max-width: 500px) {
.youtube-video-border img { 
	border-width: 0px;
	width: 100%; }
}

/* Youtube end */


/* start - special part - ČD AVP 2015 */

.forma table {
	width: 520px;
	background-color: #dbe185;
	border-spacing: 1px;
	border-collapse: collapse;
}

.forma td {
	padding: 5px;
}

#formprijavatbl1 input {
	width: 200px;
}
#formprijavatbl2 input {
	width: 120px;
}

.forma select {
	width: 100px;
}

td .forma .headerrow {
	height: 26px;
	background-color: #adb25e;
	border: 1px solid white;
}

td .datacolumn, td .infocolumn, td .chkcolumn, td .colnames {
	height: 16px;
	background-color: #dbe185;
	border: 1px solid white;
}

div.fotka {
	margin: 14px;
	text-align: center;
	font-size: x-small;
}

div.fotka img {
	box-shadow: 4px 4px 2px #aaaaaa;
	border: 1px solid #888;
	padding: 3px;
	margin: 0px 0px 6px 0px;
}

/* end - special part - ČD AVP 2015 */

/* start - special part - ČD KG 2015 */

.style1 {
	font-size: 10px
}

.forma input {
	width:160px;
}

.forma2 input {
	width:130px;
}

/* end - special part - ČD KG 2015 */

/* start - dodatek za staro fotogalerijo (kot je npr. pri ČD Lipica 2011) */

.album_content {
    float: left;
    width: 100%;
}
.clear {
    clear: both;
}
.albumlist {
    float: left;
    margin-left: 0;
    padding-left: 0;
}
.picturelist {
    margin-left: 0;
    padding-left: 0;
}
.thumb {
    float: left;
    height: 90px;
    line-height: normal;
    list-style-type: none;
    margin: 0 20px 10px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 100px;
}
.thumb a {
    background-color: white;
    border-color: #eee #ccc #ccc #eee;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    display: block;
    margin: 0;
    padding: 10px;
    text-decoration: none;
    width: 100px;
}
.albumcomment {
    text-align: left;
}
.thumb a:visited img {
    background-color: #eee;
    border: medium none;
}
.thumb a:hover img, .thumb a img {
    background-color: #dae6e4;
    border: medium none;
}
.albumname {
    font-size: smaller;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}
.albumname a {
    background-color: transparent;
    border: medium none;
    display: inline;
}
.albumpicturecount {
    font-size: smaller;
    font-style: italic;
    font-weight: normal;
    text-align: center;
}
.albumcomment {
    font-style: normal;
    font-weight: normal;
    text-align: center;
}
.albumnav {
    font-size: smaller;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}
.instructiontext {
    font-size: smaller;
    font-style: italic;
    font-weight: normal;
}
.bigpicture {
    border-top: 1px solid #ccc;
    clear: left;
    padding: 0.5em 0 0;
    text-align: center;
}
.bigpicturecaption {
    margin: 0 0 5px;
    padding: 0;
    text-align: center;
}
.bigpicture img {
    background-color: white;
    border-color: #eee #ccc #ccc #eee;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    margin: 0;
    padding: 18px;
    text-decoration: none;
    width: 80%;
}
.bigpicturenav {
    color: #000;
    font-size: smaller;
    line-height: normal;
    margin: 0;
    padding: 0;
}

/* end - dodatek za staro fotogalerijo */
/* Stylesheet: carobnidan_master_2009 Modified On 2017-07-13 23:42:24 */
