﻿body {
	left: 0;
	margin: 0;
	position: relative;
	color: #4C4A40;
	overflow: auto;
	font-size: 1em;
}

h1 {
	border-bottom: 2px solid #BC6666;
	color: #BC6666;
	font-family:Calibri, sans-serif;
	padding: 10px;
}

a:link, a:visited {
	text-decoration: none;
	color: #5766B0;
}

a:hover, a:active {
	text-decoration: underline;
}




/* Site Map */
.site-map {
	font-family:Calibri, sans-serif;
	list-style-type:none;
	margin-top:1%;
	margin-right:10px;
}

.site-map li {
	border:1px solid #FF9009;
	float:right;
	display:block;
	margin-right:1px;
}

.site-map li a:link, .site-map li a:visited {
	text-decoration: none;
	padding: 4px;
	color: #BC6666;
}

.site-map li a:hover, .site-map li a:active {
	text-decoration: none;
	color: #fff;
	background-color: #FF9009;
	padding: 4px;
}


/* jezici */
.lang {
	position: fixed;
	font-family: Calibri, sans-serif;
	list-style-type: none;
	top: 30px;
	right: 30px;
	color: #ff66A9;
}

.lang li {
	float: right;
	display: block;
	margin-right: 10px;
}

a.aktivno {
	color: #A4C5FF; 
}

/* MENU */

.icon-menu {
	border:0px solid #BC6666;
	position: fixed;
	top: 85px;
	width:100px;
	background-color: #fff;
	color: #118C4E; /*#26703B;*/
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-left: 12px;
	padding-top: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.icon-menu span {
	margin-right: 3px;
	font-size: 22px;
}

.icon-close {
   cursor: pointer;
   padding-left: 25px;
   padding-top: 10px;
   padding-bottom: 10px;
   color: #ffffff;
   font-size: 22px;
}

.icon-close:hover > .icon-x {
	color: #87C9E5;
}

.menu {
	background-color: #585858;
	left: -285px;
	height: 100%;
	position: fixed;
	width: 285px;
	overflow: auto;
}

.menu ul {
	border: 2px solid #636366;
	cursor: pointer;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu li {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 45px;
	color:#fff;
	margin-left: 5px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-top: 1px;
	white-space: nowrap;
}

.menu a:link, .menu a:visited {
	padding: 3px 1px 1px 5px;
	display: block;
	text-decoration: none;
	color: #F1F1F1;
	background-color: #585858;
	font-size: 13px;
	white-space: nowrap;
}

.menu a:hover, .menu a:active {
	padding: 3px 1px 1px 5px;
	display: block;
	text-decoration: none;
	color: #84A48D;
	background-color: #585858;
	white-space: nowrap;
}

.list:visited {
	background-color: #585858;
}

.list:hover {
	text-decoration: none;
	color: #84A48D;
}

.list:active {
	background-color: #585858;
}

.submenu {
	display: none;
}


/* MAIN BODY */
.main_body {
	background-color: #fff; 
	height: 100%;
	width: 100px;
	text-align: justify;
	font-family:Calibri, sans-serif;
}

.main_text {
	background-color: #ffffff;
	position: absolute;
	top: 140px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 5px;	
}

.bottom {
	border-top:2px solid #BC6666;
	background-color: #fff;
	position: fixed;
	width: 100%;
	margin-left: 0;
	margin-right: 30px;
	bottom: 0;
}

.bottom > p {
	margin-left: 30px;
}


/* css za tekst */

.zanimljivo {
	font-family:Calibri, sans-serif;
	margin:2px 20px;
	border:1px dashed #989480;
	border-radius: 10px;
	padding:10px;
}

.citat-int {
	color:#E62E00;
	font-weight:bold;
}

.naslov-int {
	color:#454545;
	font-weight:bold;
}

.primer {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #4D4D4D;
	margin: 5px 30px;
	border: 1px dotted #118C4E;
	border-radius: 5px;
	padding: 5px;
}

.primer-ital {
	padding: 5px 2px 10px;
	color:#FF6600;
	font-style: italic;
	text-indent: 20px;
}

.pravilo {
	color: #989790;
	font-weight:bold;
	padding-top: 10px;
	text-indent:10px;
}

hr.pravilo-crta {
	border: 1px solid #989790;
	margin-top: 2px;
	margin-left: 10px;
	width: 90%;
}

blockquote {
	margin-top: 8px;
	font-family:sans-serif;
	font-size:14px;
	text-align:justify;
	}

div.duplo {
	margin-left:40px;
	text-indent:-30px;
	line-height:200%;
}

.citattabela {
	width:80%;
	margin: 5px 30px;
	}

.citattabela td, .citattabela th {
	font-size:1em;
	border:1px solid #118C4E;
	padding:3px 7px 2px 7px;
	}

.citattabela th {
	font-size:1.1em;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#C1E1A6;
	color:#585858;
	}


/* strelice, na kraju */

   hr.linija {
	margin-top: 70px;
	margin-bottom: 10px;
	border: 1px dotted #989480;
	width: 95%;
	}

   div.chapter {
	font-size:140%;
	margin-bottom: 10%;
	padding:0px;
	width:100%;
	height:20px;
	}
   div.chapter div.prev {
	width:50%;
	float:left;
	text-align:center;
	}
   div.chapter div.next {
	width:50%;
	float:right;
	text-align:center;
	}

   a.chapter:link, a.chapter:visited {
	text-decoration:none;
	color: #118C4E; /*#26703B;*/
	background-color:transparent;
}

   a.chapter:hover, a.chapter:active {
	text-decoration: none;
	color: #C1E1A6; /*#57377D;*/
	background-color:transparent;
}
