body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: "Arial";
	font-size: 12px;
	color: Gray;
}

#header {
	width: 100%;
	height: 120px;
	background: url(images/bg.gif) top left repeat-x;
}

#header .logo {
	margin-left: 18%;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#container #left {
	float: left;
	width: 500px;
}

#container #left .search {
	width: 500px;
	height: auto;
	margin-top: 20px;
}

#container #left .search .top {
	background: url(images/igraci_top.gif) top left no-repeat;
	width: 500px;
	height: 35px;
	color: #FFF;
	font-size: 16px;
	font-weight: bolder;
}

#container #left .search .top .tekst {
	padding-top: 10px;
	margin-left: 20px;
}

#container #left .search .mid {
	width: 500px;
	height: auto;
}

#container #left .search .mid .left {
	float: left;
	width: 4px;
	border-left: 1px solid #dbdbdb;
	height: 180px;
}

#container #left .search .mid .inner {
	float: left;
	background: url(images/search_mid.gif) top left repeat-x;
	width: 490px;
	height: 180px;
}

#container #left .search .mid .inner .grid {
	padding: 5px;
}

#container #left .search .mid .right {
	float: left;
	width: 3px;
	border-right: 1px solid #dbdbdb;
	height: 180px;
}

#container #left .search .bottom {
	clear: both;
	background: url(images/igraci_bottom.gif) top left no-repeat;
	width: 500px;
	height: 5px;
}

#container #left .igraci {
	width: 500px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#container #left .igraci .top {
	background: url(images/igraci_top.gif) top left no-repeat;
	width: 500px;
	height: 35px;
	color: #FFF;
	font-size: 16px;
	font-weight: bolder;
}

#container #left .igraci .top .tekst {
	padding-top: 10px;
	margin-left: 20px;
}

#container #left .igraci .mid {
	width: 500px;
	height: auto;
}

#container #left .igraci .mid .left 
{
	float: left;
	width: 4px;
	border-left: 1px solid #dbdbdb;
	height: 230px;
}

#container #left .igraci .mid .inner {
	float: left;
	background-color: #FFF;
	width: 490px;
	height: 230;
}

#container #left .igraci .mid .inner .grid {
	padding: 5px;
}

#container #left .igraci .mid .right {
	float: left;
	width: 3px;
	border-right: 1px solid #dbdbdb;
	height: 230px;
}
#container #left .igraci .mid .titles {
	padding-bottom: 10px;
}

#container #left .igraci .mid a {
	color: #eeab1b;
	text-decoration: none;
}

#container #left .igraci .mid a:link, a:visited {
	color: #eeab1b;
	text-decoration: none;
}	
	
#container #left .igraci .mid a:hover {
	color: #eeab1b;
	text-decoration: underline;
}

#container #left .igraci .bottom 
{
	clear: both;
	background: url(images/igraci_bottom.gif) top left no-repeat;
	width: 500px;
	height: 5px;
}

#container #right {
	float: right;
	width: 480px;
	padding-left: 20px;
}

#container #right .karton {
	width: 450px;
	margin-top: 20px;
}

#container #right .karton .top{
	background: url(images/karton_top.gif) top left no-repeat;
	width: 450px;
	height: 35px;
	color: #FFF;
	font-size: 16px;
	font-weight: bolder;
}

#container #right .karton .top .tekst {
	padding-top: 10px;
	margin-left: 20px;
}
#container #right .karton .mid {
	width: 450px;
	height: auto;
}

#container #right .karton .mid .left {
	float: left;
	width: 4px;
	border-left: 1px solid #dbdbdb;
	height: 180px;
}

#container #right .karton .mid .inner {
	float: left;
	background: url(images/search_mid.gif) top left repeat-x;
	width: 440px;
	height: 180px;
}

#container #right .karton .mid .inner .grid {
	padding: 5px;
}

#container #right .karton .mid .inner .grid .levo {
	float: left;
	width: 215px;
	margin: 0px;
	padding: 0px;
}

#container #right .karton .mid .inner .grid .desno {
	float: left;
	width: 215px;
	margin: 0px;
	padding: 0px;
}

#container #right .karton .mid .inner .grid .clear {
	clear: both;
	width: 430px;
	margin: 0px;
	padding: 0px;
}

#container #right .karton .mid .right {
	float: left;
	width: 3px;
	border-right: 1px solid #dbdbdb;
	height: 180px;
}

#container #right .karton .bottom {
	clear: both;
	background: url(images/karton_bottom.gif) top left no-repeat;
	width: 450px;
	height: 5px;
}

#footer {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	color: Gray;
	font-size: 11px;
	text-align: center;
	width: 100%;
	height: auto;
	background-color: #eeeeee;
}

.txt {
	border: 1px solid gray;
	color: Gray;
	font-weight: bold;
	background-color: #f8f8f7;
}

#footer #cube {
	text-align: center;
	width: auto;
	height: 40px;
	background-color: Transparent;
	background-image: url(images/CubeVisionLogo.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}