﻿html, body{
	height: 100%;
	text-align: center;
	background-color: Black;
}
* {
	margin: 0;
	padding: 0;
}

#content
{
	width: 1024px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
	text-align: left;
}

.header
{
	width: 1024px;
	height: 180px;
	position: relative;
	background-image: url(/Img/header.jpg);
}

.middle
{
	width: 1024px;
	min-height: 688px;
	height: 100%;
	background-image: url(/Img/middle.jpg);
	background-color: #8b5c3e;
	background-repeat: no-repeat;
}

.menu_left
{
	float: left;
	width: 202px;
	background-image: url(/Img/menu_left.jpg);
}

.middle_text
{
	width: 580px;
	margin: 0 222px 0 222px;
	padding: 5px 0 0 0;
}

.menu_right
{
	float: right;
	width: 202px;
	background-image: url(/Img/menu_right.jpg);
}

.button
{
	width: 202px;
	height: 43px;
	font-size: 20px;
	position: relative;
	cursor: pointer;
	line-height: 43px;
}

.menilink
{
	text-decoration:none; 
	color: #fac26a; 
	font-family: Candara;
	font-weight:bold;
	margin-left: 20px;
}

#button1:hover { background-image: url(/Img/button1.jpg); }
#button2:hover { background-image: url(/Img/button2.jpg); }
#button3:hover { background-image: url(/Img/button3.jpg); }
#button4:hover { background-image: url(/Img/button4.jpg); }
#button5:hover { background-image: url(/Img/button5.jpg); }

.headline
{
	margin-top: 15px;
	height:20px;
	width: 620px;
	text-align: center; 
	font-size:24px; 
	font-family: Candara;
	color: #f75231;
	font-weight: bold;
}

.text
{
	margin-top: 30px;
	font-size: 13px;
	font-family: Candara;
	color: White;
}

.NEText
{
	font-size: 13px;
	font-family: Candara;
	color: White;
	text-align: justify;
}

.toggler
{
	cursor: pointer;
	border: 1.5px solid #886d60;
	border-right-color:#140b0e;
	border-bottom-color:#140b0e;
	border-left-color: #d7a778;
	border-top-color: #d7a778;
	font-family:'Calibri', 'sans-serif';
	font-size: 16px;
	color: #f75231;
	margin: 0 0 4px 0;
	padding: 3px 25px 1px;
}

.newsholder
{
	height: 210px;
	width: 202px;
	position: relative;
	display: block;
}

.LinkNovice
{
	position: relative;
	text-decoration:none; 
	color: #FFFFFF; 
	font-family: Candara;
	font-size:12px;
}

.image
{
	width: 580px;
	text-align: center;
	margin-bottom: 15px;
}

.LinkGalerija
{
	text-decoration:none; 
	color: #fac26a; 
	font-family: Candara;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
}

.zadeva
{
	font-family: Candara;
	font-size: 14px; 
	font-weight: bold; 
	font-style: italic; 
	color: #f75231;
	margin-bottom: 5px;
}

.term
{
	width: 200px;
	position: absolute;
	margin-top: 20px;
	height: 100px;
}

#hoverLink:hover{
	text-decoration:underline;
}

.footer
{
	background-image: url(/Img/noga.jpg);
	height: 50px;
	width: 1024px;
	font-family:Calibri;
	color:#0e0906;
	font-size:12px;
}

.login
{
	height: 200px;
	width: 450px;
	position: relative;
	background-repeat: no-repeat;
	display: block;
}