body{
	background-color: #C8C8C8 !important;
}

#header{
	height: 180px; 
    text-align: center; 
    display: table;
    width: 100%;
	/*background-color: #884541;*/
	background-image: url(img.png);
	background-size: 100% 100%;
	color: white;
}

#header h1{
	display: table-cell;
	vertical-align: middle;
}

.bg-dark{
	background-color: black !important;
}

.nav-link{
	color: white !important;
	padding-right: 50px !important;
	font-weight: bold !important;
	font-size: 15px !important;
}

.navbar-nav{
	margin: 0 auto;
	text-align: center;
}

nav, .navbar-nav{
	background-color: black !important;
	color: white !important;
}


#left{
	background-color: white;
}

img{
	vertical-align: initial !important;
}

#right{
	background-color: #3B5C79;
	border-left: 2px double black;
	color: white;
}

#right hr{
	background-color: black;
}

#infoheader{
	width: 100%;
	clear:both;
}

#infoheaderleft{
	width: 70%;
	float: left;
	text-align: left;
}

#infoheaderright{
	width: 30%;
	float: right;
	text-align: right;
}

.activeInfo{
	color: #A80909;
	font-weight: bold;
}

.passedInfo{
	color: black;
	font-weight: bold;
	color: gray;
}

.passedInfo ~ div, .passedInfo ~ div a{
	color: lightgray;
	text-align: justify;
	font-size: 15px;
}

/*.passedInfoAll{
	color: lightgray;
}*/

 .literatura table tr td a{
	color: black;
	font-weight:bold;
	text-decoration: none;
	margin-bottom: 15px !important;
}

.literatura table tr td a:hover{
	color: black;
	text-decoration: underline;
	font-weight: bold;
}