html, body {
	background: #3399ff;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

* {
	font-family: Tahoma, Times, serif;
}

a img {
	border: none;
}

ul {
	margin: 0px;
	padding: 1px;
}

li {
	margin: 0px;
	padding: 2px 0px 2px 13px;
	list-style: none;
}

h1 {
	font-weight: 2;
	font-size: 12px;
	height: 12px;
	border: none;
}

h2 { 
	margin:0;
	padding:0;
	font-weight: 2;
	font-size: 12px;
	border: none;
}
h3 { 
	margin:0;
	padding:0;
	font-weight: 2;
	font-size: 12px;
	font-style:italic;
}

#container {
	width: 869px;
	margin: 0 auto;
}

#header {
	background-image: url(../images/header_bg_center.png);
	height: 122px;
	text-align: center;
	margin-bottom: 13px;
}

	#header .background-left {
		float: left;
	}
	
	#header .background-right {
		float: right;
	}
	
	#header .center {
		float: left;
		width: 843px;
		margin-top: 15px;
	}

#menu {
	background-image: url(../images/menu_bg.png);
	height: 60px;
	padding-left: 20px;
	font-size: 11px;
	margin-bottom: 13px;
}
	#menu a, #menu a:link, #menu a:visited, #menu a:active, #menu a:hover {
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none
	}
	
	#menu .items {
		margin-top: 22px;
		float: left;
	}
	
	#menu a.url, #menu a.url:hover, #menu h1 {
		margin-top: 10px;
		font-size: 32px;
		display: block;
		float: right;
	}


div.dislcaimer {
	text-align: left;
	font-size: 12px;
	padding-left: 10px;
}

div.subcontent {
	background: #f3efe0;
	background-image: url(../images/subcontent_top.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-bottom: 13px;
	width: 628px;
	text-align: center;
}
	
	div.subcontent .subcontent_bottom {
		display: block;
		clear: both;
		width: 100%;
		height: 10px;
	}
	
	div.subcontent.categories {
		padding: 25px 0 0;
	}
	
	div.subcontent.categories .subcontent_bottom {
		margin-top: 15px;
	}
	
	div.subcontent.categories a, div.subcontent.categories a:hover {
		font-size: 20px;
		font-weight: bold;
	}
	
	div.subcontent.categories a.green, div.subcontent.categories a.green:hover {
		color: #4B7D00;
	}
	
	div.subcontent.categories a.blue, div.subcontent.categories a.blue:hover {
		color: #0052CC;
	}
	
	div.subcontent.categories a.purple, div.subcontent.categories a.purple:hover {
		color: #6D2396;
	}
	
	div.subcontent a.game {
		display: block;
		float: left;
		padding: 1px;
		margin: 0 26px 40px;
		height: 75px;
		width: 100px;
		background: #fff;
		border: 1px solid #645726;
	}
	
span.clear {
	clear: both;
	display: block;
	height: 13px;
	width: 100%;
	font-size: 1px;
	overflow: hidden;
}

div.content {
	background: #fff;
	background-image: url(../images/content_top.png);
	background-repeat: no-repeat;
	padding-top: 23px;
	margin-bottom: 5px;
	text-align: left;
}
	
	div.content .content_bottom {
		width: 100%;
		clear: both;
		display: block;
		height: 15px;
	}
	
	div.content.text {
		font-size: 11px;
		color: #645726;
		font-weight: bold;
		padding-top: 7px;
	}
	
		div.content.text div {
			padding: 0 30px;
		}
	
	#main_content_left {
		float: left;
		width: 170px;
		margin-left: 15px;
	}
	
		.subcontent_1 {
			background: url(../images/subcontent_170_610.png);
			padding: 5px;
			height: 600px;
			width: 160px;
			margin-bottom: 13px;
		}
		
		.subcontent_2 {
			background: url(../images/subcontent_170_128.png);
			padding: 5px;
			height: 118px;
			width: 160px;
		}
	
	#main_content_right {
		float: right;
		width: 666px;
	}
	
		.category {
			width: 192px;
			height: 313px;
			text-align: left;
			float: left;
			margin-right: 25px;
		}
		
		.category.outer {
			margin-right: 0;
		}
		
		.category.green {
			background: url(../images/category_bg_green.png);
		}
			.category.green H1, .category.green H2 {
				color: #4B7D00;
			}
			.category.green ul.gamelist li a {
				color: #006600;
			}
			
		.category.purple {
			background: url(../images/category_bg_purple.png);
		}
			.category.purple H1, .category.purple H2 {
				color: #6D2396;
			}
			.category.purple ul.gamelist li a {
				color: #6D2396;
			}
			
		.category.blue {
			background: url(../images/category_bg_blue.png);
		}
			.category.blue H1, .category.blue H2 {
				color: #0052CC;
			}
			.category.blue ul.gamelist li a {
				color: #0052CC;
			}
		
		.category H1, .category H2 {
			padding: 8px 13px 0 13px;
			font-size: 15px;
			font-weight: bold;
			margin-top: 0;
			margin-bottom: 17px;
			
		}
		
		ul.gamelist li, ul.gamelist li a {
			text-decoration: none;
			font-size: 13px;
			font-weight: bold;
		}
		
		ul.gamelist li.more a {
			font-style: italic;
		}
	
#footer {
	text-align: center;
	font-size: 11px;
}

#copyright {
	font-size: 12px;
	text-align: right;
	padding-bottom: 4px;
}
div#dek {
	z-index: 200;
	position: absolute;
	visibility: hidden;
	font-size:12px
}
.popularno_slike{border:1px solid #996600; height:75px; width:100px; padding:1px; background-color:#FFFFFF;}
#dhtmltooltip
{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlpointer
{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
#dhtmlpointer2
{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
.laden a:link, .laden a:visited, .laden a:active, .laden a:hover { color:#999999; font-size:10px}  
.laden_1{ color:#999999; font-size:10px}  

