@charset "utf-8";
/* CSS Document */
<!--
body,td,th {
	color: #444;
}
body {
	background: url(../images/pozadina.jpg) center top no-repeat #e8e8e8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Comic Sans MS", cursive;
}

-->
h1, h2 {margin:10px 0 20px;color:#885933}
p{margin:13px 0; font-size:15px;color:#2E2E2D; font-weight:bold}
ul,li{margin:0;padding:0}
li{list-style-type:none}
.displaynone {display:none}
a img{border:0}

a{color:#32A1B3}
#wrapper
{
	width:1000px;
	margin:0 auto;
}

/* Header */
#header
{
	height:200px;
	background:  url("../images/header-bg.jpg") 0 bottom no-repeat;
}

#logo
{
	float:left;
	width:140px;
}

#header-middle
{
	float:left;
	width:491px;
	margin:35px 0 0 0;
}

#header-middle ul
{
	height:35px;
	background:  url("../images/menu-bg.png") repeat-x;
}

#header-middle li
{
	float:left;
	height:35px;
}
#header-middle li a
{
}

#header-middle li.igraj-online
{
	width:156px;
	background:  url("../images/menu-igraj-online.png") no-repeat;
}

#header-right 
{
	float:left;
	width:340px;
	margin-left:12px;
}

#login-data
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:right;
	margin-top:15px;
	font-weight:bold;
	line-height:1.3;
}

/* Header */


#content
{
	height:675px;
}
#left-content
{
	float:left;
	width:216px;
	padding-left:20px;
	margin: 13px 0;
	border-right:2px solid #fff;
}

#left-content ul li 
{
	height:49px;
	background: url(../images/left-menu-bg.png) repeat-x;
	line-height:49px;
	text-indent:20px;
}

#left-content ul li a
{
	color: #3AA9BB;
	text-decoration:none;
	font-size:18px;
}

#main-content
{
	float:left;
	width:692px;
	height:100%;
	padding:0 35px;
}


/* Footer */

#footer
{
	height:410px;
	background: url(../images/footer-bg.jpg) no-repeat;
}

#footer .left, #footer .right
{
	float:left;
	width:460px; 
	height:265px;
	margin-top:80px;
	padding-left:35px;
}
#footer .left
{
	border-right:1px solid #6A6968;
}

#footer .left div {
	line-height:55px;
	height:55px;
	margin-top:30px;
	cursor:pointer;
}

#footer .left div img {
	display:block;
	float:left;
}

#footer .left div span {
	display:block;
	float:left;
	margin-left:17px;
	color:#28A2B8;
	text-decoration:underline;
}
