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

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

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

img {border: none;}

h1 {padding-top:8px;
	margin-top:10px;
	font-size: 20px;
	color: #3366FF;
	text-align: center;
	font-weight: 800;
	text-shadow: 0px 0px 34px #222;
	}
	
#link {font-size:12px;}
#link a {color:#bbb;
}
#link a:hover {color:yellow;}
	
input {background-color:#aaa; outline:none; border:1px solid #ccc}
input:focus {background-color:#eee;}
textarea {background-color:#aaa; outline:none; border:1px solid #ccc}
textarea:focus {background-color:#eee;}
select {background-color:#aaa; outline:none; border:1px solid #ccc}
select:focus {background-color:#eee;}

/* header */
.header {
	border-bottom: 1px solid #333;
	height: 102px;
}


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

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


.main {
	background: url(../images/st.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:bold;
	height:51px;
}

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

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

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

/*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 {
	border-top:#222222 1px solid;
	color: #666;
	font-size: 10px;
}
.bottom a {color: #888;}

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

.obicantekst a {
	color:white;
}
.obicantekst a:hover {
	color:yellow;}
