body {
	background: #404040 url(images/header-back.png) repeat-x top;
	font-family: Arial;
	margin-top: 0px;
}
html {
	overflow-y: scroll;
}
h1 {
	font-size: 14px;
	font-weight:bold;
}

.alert {
	position: absolute;
	top: 290px;
	left: 35%;
        font-size: 12px;
	border: 1px solid #666;
	border-radius: 10px;
	padding: 20px;
	background: #c5c5c5;
	opacity: 0.9;
	width: 600px;
	height: 360px;
	z-index: 999;
}
.close {
        position: absolute;
        top:0;
        right:0;
        font-size: 10px;
        padding-top: 5px;
        padding-left: 10px;
        width: 80px;
        height: 20px;
        border-left: 1px solid #666;
        border-bottom: 1px solid #666;
}

#main a{
	color: #000;
	text-decoration: none;
}
#main a:hover{
	color: #666;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#header {
	border: 0px solid #000;
	background: url(images/header-main-portal.png)  no-repeat;
	position:relative;
	width: 100%;
	height: 90px;
}
#menu{
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: url(images/menu-back.png) repeat-x;
	position:relative;
	width: 100%;
	height: 44px;
}
.menu-inner {
	float: left;
	height: 29px;
	width: 100px;
	border-left: 1px solid #666;
	padding-top: 15px;
	padding-left: 25px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
}
.menu-inner a {
	color: #ccc;
	text-decoration: none;
}
.menu-inner a:hover {
	color: #f3f3f3;
}
#info {
	border: 0px solid red;
	margin-top: 20px;
	color: #ccc;
	width:1000px;
	height:50px;
	padding: 10px 0 10px 0;
	font-size: 12px;
}
#main {
	position:relative;
	margin-top:20px;
	width:100%;
	min-height: 500px;
}
.ispis {
	background: #d3d3d3;
	border-radius: 10px;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	color: #000;
	padding: 0px;
}
.prvired {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 50px;
}
.focus1 {
	padding-left: 10px;
	text-align: left;
	border: 0px dotted #000;
}
.focus2 {
	border: 0px dotted #000;
}
td {
	border: 0px dotted #6f6f6f;
	padding: 7px;
}

#footer {
	position:relative;
	background-color: #404040;
	border-top: 1px dotted #cccccc;
	width:100%;
	color: #ccc;
	font-family: Arial;
	font-size: 12px;
	padding: 5px;
}
.left {
	width: 450px;
}
.right {
	float: left;
	width: 430px;
}
