@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

html {
	height: 100%;
	min-height: 100%;
	width:100%;
	cursor: url(images/cursor/Arrow.png), default;
}

body {
	margin:0 auto;
	background:#000 url(images/backspace.jpg) no-repeat center top;
	color:#FFFFFF;
	font-family:"Tahoma", Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	min-height: 100%;
}

a {
	color:#FFFFFF;
	text-decoration:none;
	cursor: url(images/cursor/Hand.png), pointer;
}

a:hover {
	color:#95c422;
}


/* header */
#header {
	width:1000px;
	height:100px;
	margin:0 auto;
	padding-left:10px;
	background:url(images/header.png) no-repeat left top;
}

#menu {
	float:right;
	margin:70px 100px 0 0;
}

/* FADE */
div.hoverBtn {
	float: right;
	position: relative;
	width: 100px;
	height: 30px;
	background:transparent url(images/menu/Glavni-back.png) no-repeat 0 0;
	margin-left:3px;
}

div.hoverBtn a {
	font-size:smaller;
	position:relative;
	z-index:2;
	display:block;
	width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background:transparent none repeat-x 0 0 scroll;
	cursor: url(images/cursor/Hand.png), pointer;
}

div.hoverBtn a.active {
	font-weight:bolder;
	border-bottom: dotted 2px #9ecd29;
}

div.hoverBtn div {
	color:#003399;
	display:none;
	position:relative;
	z-index:1;
	width:100px;
	height:30px;
	margin-top:-30px;
	background:transparent url(images/menu/Glavni-back.png) no-repeat 0 -30px;
}
/* END FADE */

/* content */
#content {
	width:850px;
	height:550px;
	padding:0 15px 10px 20px;
	font-family:"Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	margin:0 auto;
	clear:both;
	background:transparent url(images/contentback.png) top left no-repeat;
}


#right {	
	padding-top:10px;
	float:right;
	width:150px;
	height:530px;
	background:transparent url(images/rightback.png) 0 0 no-repeat;
}

#right h5 {
	color:#666666;
	margin-bottom:11px;
	margin-left:10px;
	height:14px;
}

#right h2 {
	color:#8db91e;
	font-size:1em;
}

#news {
	font-size:0.85em;
	padding-left:8px;
	margin-left:10px;
	margin-top:20px;
	background: url(images/newsline.png) no-repeat top left;
}

#news p {
	margin-top:2px;
	line-height:14px;
	font-size:smaller;
	color:#999999;
}



/* SCROLLABLE */
#main_navi {
	width:150px;
}

#main_navi li {
	cursor:pointer;
	list-style:none;
	height:30px;
	width:150px;
	background:#333 url(images/menu/menunormal.png) repeat-y 0 0;
	color:#fff;
	text-shadow:#336699 0 -1px 0, #ccc 0 1px 0;
	border-top:solid 1px #666666;
	border-bottom:solid 1px #333333;
}

#main_navi li p {
	display:block;
	padding:6px 0 0 20px;
	font-weight:bold;
	text-align:left;
}

#main_navi li img {
	float:right;
	border-left: solid 1px #333;
}

#main_navi li:hover {
	background:#CCCCCC url(images/menu/menuhover.png) repeat-y 0 0;
	color:#fff;
	cursor: url(images/cursor/Hand.png), pointer;
} 



#main_navi li.active {
	background:#CCCCCC url(images/menu/menuactive.png) repeat-y 0 0;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #999;
	color:#fff;
	text-shadow:#666 0 -1px 0, #ccc 0 1px 0;
} 




div.navi {
	margin:0 30px 5px 30px;
	height:15px;
	float:right;
}

div.navi a {
	cursor: url(images/cursor/Hand.png), pointer;
	display:block;
	width:16px;
	height:16px;
	margin:0 2px;
	background:url(images/navigationbutton.png) no-repeat scroll 0 0 transparent;
	float:left;
}

div.navi a:hover {
	background-position:0 -16px;
}

div.navi a.active {
	background-position:0 -32px;
}

#left {
	height:40px;
	width:400px;
	background:url(images/navigate.png) no-repeat bottom left;
	float:left;
}

/* main vertical scroll */ 

#main { 
    position:relative; 
    overflow:hidden;
	width:700px;
    height: 480px; 
} 
 
/* root element for pages */ 
#pages { 
    position:absolute; 
    height:20000em; 
} 

.page {
	padding-top:10px;
	height:550px;
	width:700px;
} 

/* root element for horizontal scrollables */ 
.scrollable { 
    position:relative; 
    overflow:hidden; 
    width: 700px; 
    height: 500px; 
} 

div.scrollable {
	float:left;
}
	
 
/* root element for scrollable items */ 
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
	left: 11px;
	top: 5px;
}

.item { 
	cursor: url(images/cursor/Go2.png), default;
    float:left; 
	width:700px;
	height:438px;
	padding:3px 0;
	background:url(images/pageback.jpg) no-repeat;
}

.item img{
	border:none;
}

.page h5 {
	color:#8db91e;
	float:left;
	font-size:small;
	font-weight:bold;
	margin:0 10px;
	border-left: solid 1px #006699;
	border-right: solid 1px #006699;
	padding:0 10px;
}

/* scrollable */


/* footer */
#footerwrap {
	bottom:0;
	width:100%;
	height:160px;
	background:transparent url(images/footerback.png) no-repeat top center;
}

#footer {
	width:810px;
	height:130px;
	margin:15px auto 0 auto;
}

#footer-network {
	width:180px;
	height:34px;
	float:right;
	text-align:right;
	margin-top:16px;
	margin-right:30px;
	cursor: url(images/cursor/Hand.png), pointer;
}

#footermenu {
	padding-top:60px;
	margin-left:110px;
	font-size:.9em;
	color:#666666;
}

#footermenu a:hover {
	color:#88b51d;
}

#footer h4 {
	font-size:.7em;
	color:#666666;
	margin-top:30px;
	padding:0 40px 0 20px;
	text-align:right;
}





/* LANGUAGES */
#language {
	width:100px;
	margin-left:70px;
	float:left;
} 

#panel {
	height:68px;
	background:#133b77;
	display:none;
}

#panel a {
	width:100px;
	height:17px;
	text-align:center;
	display:block;
}

#panel a#srpski {
	background:url(images/languages/srpskiback.jpg) no-repeat 0 0;
}

#panel a#srpski:hover {
	background:url(images/languages/srpskiback.jpg) no-repeat 0 -17px;
}

#panel a#ruski {
	background:url(images/languages/ruskiback.jpg) no-repeat 0 0;
}

#panel a#ruski:hover {
	background:url(images/languages/ruskiback.jpg) no-repeat 0 -17px;
}

#panel a#english {
	background:url(images/languages/englishback.jpg) no-repeat 0 0;
}

#panel a#english:hover {
	background:url(images/languages/englishback.jpg) no-repeat 0 -17px;
}

#panel a#deutsch {
	background:url(images/languages/deutschback.jpg) no-repeat 0 0;
}

#panel a#deutsch:hover {
	background:url(images/languages/deutschback.jpg) no-repeat 0 -17px;
}

#panel span {
	display:none;
}

#buttonlanguage {
	background:url(images/languages/languagebutton.png) no-repeat bottom center;
	height:21px;
	padding-top:4px;
}

#buttonlanguage a {
	color:#FFFFFF;
	display:block;
	font-weight:bolder;
	font-size:.75em;
	text-align:center;
	width:68px;
	padding-left:8px;
	padding-bottom:2px;
	margin:0 auto;
	background:url(images/languages/languagebuttondown.png) no-repeat left;
}

/* end LANGUAGES */


/* design */
.design {
	font-size:.85em;
	margin-left:-5px;
	margin-top:2px;
}

.micro {
	font-size:.88em;
	margin-left:-3px;
	margin-top:2px;
}


/*about me*/
#contentabout {
	width:850px;
	height:550px;
	padding:0 15px 10px 20px;
	font-family:"Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	margin:0 auto;
	clear:both;
	background:transparent url(images/contentbackabout.png) top left no-repeat;
}

#contentabout #right {
	background:url(images/right.png) no-repeat left top;
}

#aboutme {
	width:640px;
	margin-top:30px;
	padding:10px 30px 10px 20px;
}

#aboutme p {	
	text-align:justify;
	margin-bottom:12px;
	margin-left:10px;
	line-height:20px;
	color:#ccc;
}

#aboutme p a {	
	font-weight:bolder;
}

#news2 {
	font-size:small;
	padding-left:8px;
	margin-left:10px;
	margin-top:8px;
	background: url(images/newsline.png) no-repeat top left;
}

#news2 p {
	margin-top:2px;
	line-height:16px;
	font-size:smaller;
	color:#999999;
}

#news2 a {
	color:#ccc;
}

#news2 a:hover {
	color:#FFFFFF;
}

/*microstock*/
#left2 {
	height:40px;
	width:400px;
	background:url(images/navigate2.png) no-repeat bottom left;
	float:left;
}
	
.ostoku {
	padding:10px 25px 20px 20px;
	text-align:justify;
	color:#CCCCCC;
	cursor: url(images/cursor/Arrow.png), default;
}

.ostoku img {
	margin:0 5px 10px 5px;
}

.ostoku p {
	margin-bottom:10px;
	line-height:1.3em;
	font-size:0.88em;
}

.ostoku a {
	font-weight:bolder;
}

.ostoku .left {
	float:left;
	margin:10px 10px 5px 0;
}

.ostoku .right {
	float:right;
	margin:5px 0 5px 10px;
}


/*contact*/
#contact {
	margin-left:20px;
	margin-top:30px;
}

.small {
	font-size:x-small;
}

h6 {
	font-size:medium;
	color:#FFFFFF;
	margin-bottom:8px;
}

#contactlist {
	list-style:none;
	color:#999999;
}

#contactlist p {
	color:#CCCCCC;
	margin-top:100px;
}

#contactlist li {
	background:url(images/contactli.png) no-repeat left;
	padding-left:20px;
	margin-top:5px;
	color:#999999;
	font-size:0.85em;
	margin-left:5px;
}

/*friends*/
#friend {
	height:110px;
	width:200px;
	text-align:center;
	float:left;
	margin-right:13px;
	margin-bottom:30px;
}

#friend p {
	line-height:normal;
	margin:0 auto;
}

#splet {
	height:80px;
	width:200px;
	background:url(images/friends/splet.jpg) no-repeat 0 0;
	margin-bottom:10px;
}

#splet:hover {
	background:url(images/friends/splet.jpg) no-repeat 0 -80px;
}


#drx {
	height:80px;
	width:200px;
	background:url(images/friends/drx.jpg) no-repeat 0 0;
	margin-bottom:10px;
}

#drx:hover {
	background:url(images/friends/drx.jpg) no-repeat 0 -80px;
}

#justone {
	height:80px;
	width:200px;
	background:url(images/friends/justone.jpg) no-repeat 0 0;
	margin-bottom:10px;
}

#justone:hover {
	background:url(images/friends/justone.jpg) no-repeat 0 -80px;
}

#cugopol {
	height:80px;
	width:200px;
	background:url(images/friends/cugopol.jpg) no-repeat 0 0;
	margin-bottom:10px;
}

#cugopol:hover {
	background:url(images/friends/cugopol.jpg) no-repeat 0 -80px;
}


#webfest {
	text-align:center;
}














