﻿* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../images/xbg.jpg) repeat-y center top;
	width:500px;
	position:absolute;
	left:50%;
	margin-left:-250px;  
	color: #111;
	font-family:Arial, Helvetica, sans-serif;
	border:1px black solid;
}

a {text-decoration: none; border:none;}

h1 {padding-top:8px;
	margin-top:10px;
	font-size: 20px;
	color: #444;
	text-align: center;
	font-weight: 800;
	text-shadow:1px 1px 2px black;
}
	
img {border: none;}

input {background-color:#eee; outline:none; border:1px solid #777}
input:focus {background-color:#666; color:white;}
textarea {background-color:#eee; outline:none; border:1px solid #777}
textarea:focus {background-color:#666; color:white;}
select {background-color:#eee; outline:none; border:1px solid #777}

#link {font-size:12px;}
#link a {color:#blue;}
#link a:hover {color:red;}

/* header */
.header {
	/*background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;*/
	height: 102px;
}
.header a {
	color: #111;
	display: block;
	line-height: 102px;
	text-decoration: none;
	width: 100%;
}

.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
.misha {
	height:100%;
	background-color: #fff;}

.container {
background:#696969;
border:solid 3px #696969;
border-bottom: none;}

.main {
	background: url(../images/xst.gif) center no-repeat;
	background-attachment: fixed;
	margin:10px;}



.nav ul {
	list-style: none;
	padding:0;
	margin:0;
	text-align: center;
	width:495px;
	height:51px;
	border-bottom:1px #696969 solid;}
	
.nav li {
	display:inline;
	font-size:10px;
	font-weight:900;
	height:51px;}

.nav li a{
	text-decoration: none;
	background: url(../images/xnav.gif);
	background-repeat: repeat-x;
	color: #000;
	width:auto;
	text-align: center;
	line-height:50px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 19px;
	padding-bottom: 20px;
	border: 1px #444 solid;
	border-top:none;}

.nav li a:hover {
	background: url(../images/xnav_hover.gif) repeat-x;
	border-bottom-color: #fff;}

.nav #selected {
	background: url(../images/xnav_hover.gif) repeat-x;
	border-bottom-color: #fff;}

/*ovde ide modifikacija za IE*/
* html .nav ul {
/*border-bottom:none;*/
}
* html .nav ul li {
	border-bottom:1px #696969 solid;
}

* html .nav ul li a {
padding:19px 16px;
margin-left:1px;
margin-right:2px;
line-height:52px;}

/* bottom */
.bottom {
	color: #000;
	border-top:#ccc 1px solid;
	font-size: 10px;
}
.bottom a {color: #000;}


.obicantekst {
text-align:left;
font-size:14px;
	color: #000;
}

.obicantekst a {
	color:#0033FF;
}
.obicantekst a:hover {
	color:#FF0000;
}
